coobi 0 Posted May 4, 2004 Share Posted May 4, 2004 Hallo Powie, hier bin ich mal wieder, also ich hab mir jetzt nen eignen Linux Webserver aufgezogen wegen der sshcheck datei. Kannst du mir nun noch schnell sagen wie ich die sshcheck datei auf der shell ausführen muss ??? gruss Coobi Quote Link to post Share on other sites
Powie 1 Posted May 4, 2004 Share Posted May 4, 2004 Ausführbar machen : chmod +x sshcheck ausführen: ./sshcheck Cronjob eintragen in die crontab mit crontab -e (alle 15 Minuten): 0,15,30,45 * * * * /pfad/zur/check/sshcheck 2>&1 > /dev/null Quote Link to post Share on other sites
coobi 0 Posted May 4, 2004 Author Share Posted May 4, 2004 Hallo Powie, also das ausführen: ./sshcheck geht bei mir nicht meine Shell gibt folgendes aus: #./sshcheck bash:./sshcheck bad interpreter: No such file or directory bash: bash:: command not found Aber die Datei liegt in demVerzeichnis und wurde per ASCII auf den Server geladen ? gruss Coobi Quote Link to post Share on other sites
coobi 0 Posted May 4, 2004 Author Share Posted May 4, 2004 Hallo Powie, also habe jetzt rausgefunden das ich die Datei so starten muss: #su# ./sshcheck dann führt er die datei aus. Bringt aber nix, wenn ich die Seite im Web aufrufe hab ich immer noch das problem 01.01.1970 1:00 Uhr ! gruss Coobi Quote Link to post Share on other sites
bsx 0 Posted April 26, 2006 Share Posted April 26, 2006 gibt es nicht auch Server die den Cronjob kostenlos erledigen Quote Link to post Share on other sites
... 0 Posted April 27, 2006 Share Posted April 27, 2006 Original von bsx gibt es nicht auch Server die den Cronjob kostenlos erledigen Ja, gibt es, einfach mal bei Google gucken, aber wenn er doch nen Webserver hat, warum nicht... Gib mal Dateiliste, ist der chmod nun richtig gesetzt? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.