Ich weiss das das Thema ws. schon zu oft durchgekaut wurde, leider bekomme ich es auch nicht gestartet (Ubuntu 14.04). Eigentlich soll ein php script gestartet werden, aber egal was Cron starten soll er macht es nicht. Hier mal die Infos aus dem Terminal:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | jens@i5:~$ ps -ax|grep cron 891 ? Ss 0:00 cron 13776 pts/0 S+ 0:00 crontab -e 13777 pts/0 S+ 0:00 /bin/sh -c /usr/bin/sensible-editor /tmp/crontab.g7dNJs/crontab 13778 pts/0 S+ 0:00 /bin/sh /usr/bin/sensible-editor /tmp/crontab.g7dNJs/crontab 13786 pts/0 S+ 0:00 /bin/nano /tmp/crontab.g7dNJs/crontab 13990 ? Sl 0:01 gedit /home/jens/crontab test 14171 pts/4 S+ 0:00 grep --color=auto cron jens@i5:~$ jens@i5:~$ sudo start cron [sudo] password for jens: start: Job is already running: cron jens@i5:~$ crontab -e No modification made jens@i5:~$ crontab -l */1 * * * * DISPLAY=:0 /bin/scripte/test.sh |
-und Ja - die letze Zeile ist leer. -Ich habe verschiedene Zyklen probiert (hier jede Minute) -Script ist ein einfaches "Hallo Welt" was auch funktioniert.
jemand eine Idee wo ich weiter ansetzen soll?