ich habe das Problem, das alle meine Cronjobs Error´s bringen.
Laut dem Log soll es immer an dem Exit Status 127 des grandchild´s liegen.
Ich bin ein bisschen verzweifelt, warum ich diese Meldung bekomme -.-
Ein Beispiel, so sieht es bei jedem Cronjob aus.Jan 29 12:52:01 god-com /USR/SBIN/CRON[12145]: (root) CMD (root^I/root/confixx/confixx_updatescript.pl)
Jan 29 12:52:01 god-com /USR/SBIN/CRON[12144]: (CRON) error (grandchild #12145 failed with exit status 127)
Mit dem Parameter crontab -e habe ich folgendes rein geschrieben:
Ich gehe eigentlich davon aus, das es eigentlich so funktionieren sollte, nur leider ist das nicht so.# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
0 0 * * * root /root/quota.sh
0 1 * * * root ntpdate ptbtime2.ptb.de
* */1 * * * root /root/confixx/confixx_updatescript.pl
0 0 * * * root cd /var/www/web0/html/scripts/ && ./hlstats-awards.pl
# m h dom mon dow user command
Ich bin großer Hoffnung, das ihr mir da helfen könnt.
MfG
Killer0561 aka Sascha