mein Cron spinnt irgendwie. Ich habe eine Ã?nderung an /etc/crontab vorgenommen und seit dem sendet cron mit folgende Fehlermeldung:
Mein /etc/crontab sieht so aus:/bin/sh: line 1: root: command not found
Code: Select all
SHELL=/bin/sh
PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin
MAILTO=root
#
# check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly
#
-*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
0 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
30 0 * * * root rm -f /var/spool/cron/lastrun/cron.daily
0 1 * * 1 root rm -f /var/spool/cron/lastrun/cron.weekly
0 2 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
-*/5 * * * * root /irgend/ein/perl-script.pl auto
-*/5 * * * * root /usr/bin/mrtg /srv/www/.../qmail/qmail.mrtg.cfg
Hat da irgendjemand eine Idee?
Gruß,
-Funny-