Posiadam na serwerze VPS Debiana 6 oraz panel do zarządzania ISPConfig, dodając po przez panel zadanie cron, tworzony jest nowy plik w katalogu /etc/cron.d
Zawartość przykładowego pliku:
Kod: Zaznacz cały
MAILTO=''
* * * * * web7 /usr/bin/wget -q -O /dev/null 'http://inz.isedo.pl/test/cron.php' >/dev/null 2>&1 #isedo.pl
Kod: Zaznacz cały
Feb 14 20:55:01 s /USR/SBIN/CRON[11732]: (web7) CMD (/usr/bin/wget -q -O /dev/null 'http://inz.isedo.pl/test/cron.php' >/dev/null 2>&1^I#isedo.pl)
Feb 14 20:55:01 s /USR/SBIN/CRON[11731]: (CRON) error (grandchild #11732 failed with exit status 1)
Kod: Zaznacz cały
MAILTO=''
* * * * * /usr/bin/wget -q -O /dev/null 'http://inz.isedo.pl/test/cron.php' >/dev/null 2>&1
Po restarcie crona natomiast w logach mam:
Kod: Zaznacz cały
Feb 14 21:15:26 s /usr/sbin/cron[13532]: (CRON) INFO (pidfile fd = 3)
Feb 14 21:15:26 s /usr/sbin/cron[13533]: (CRON) STARTUP (fork ok)
Feb 14 21:15:26 s cron[13533]: Error: bad minute; while reading /etc/crontab
Feb 14 21:15:26 s /usr/sbin/cron[13533]: (*system*) ERROR (Syntax error, this crontab file will be ignored)
Feb 14 21:15:26 s cron[13533]: Error: bad minute; while reading /etc/cron.d/tester
Feb 14 21:15:26 s /usr/sbin/cron[13533]: (*system*tester) ERROR (Syntax error, this crontab file will be ignored)
Feb 14 21:15:26 s /usr/sbin/cron[13533]: (CRON) INFO (Skipping @reboot jobs -- not system startup)