(*system*) ERROR crontab

Fragen oder Probleme?
xscha
IPC Neuling
Beiträge: 1
Registriert: Sa 13. Aug 2011, 12:29
Kontaktdaten:

(*system*) ERROR crontab

Beitrag von xscha »

Hi,

ICH WEIß DAS THEMA CONJOB WURDE SCHON ZU GENÜGE AUSGEFÜHRT...
ich bekomme in der Console imer folgende Meldungen...

Code: Alles auswählen

Message from syslogd@Squeeze at Sep 16 11:50:01 ...
 /usr/sbin/cron[3290]: (*system*) RELOAD (/etc/crontab)

Message from syslogd@Squeeze at Sep 16 11:50:01 ...
 /usr/sbin/cron[3290]: (*system*) ERROR (Syntax error, this crontab file will be ignored)
~ > nano /etc/crontab
Spoiler
Show
# m h dom mon dow user command
##############im Minutentakt###########
#CCcam
* * * * root /var/emu/script/cccam-watchdog.sh #CCcam - Teste ob CCcam laeuft (jede Minute)
#CCcamInfoPHP (Update,Ping,Online)
* * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_update.php?p=0 #CCcamInfoPHP - Update jede Minute
#
###############Stüundlich###########
17 * * * * root cd / && run-parts --report /etc/cron.hourly
#CCcamInfoPHP (Update,Ping,Online)
#58 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_update.php?p=0 #CCcamInfoPHP - Update jede Stunde
58 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_ping.php?p=0 #CCcamInfoPHP - PING jede Stunde
59 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_online.php?p=0 #CCcamInfoPHP - Online jede Stunde#
################Taeglich###########
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
#Zeitabgleich -> benoetigt [apt-get install ntpdate]
0 6 * * * root ntpdate -s pool.ntp.org #Zeitabgleich (Taeglich um 06:00 Uhr)
#IPC
15 3 * * * root /var/emu/script/ipc-backup.sh conf l 7 #Backup - Konfiguration (Taeglich um 03:15)
59 5 * * * root /var/emu/script/ipc-set.sh #Rechte setzen (Taeglich um 05:59)
#
################Wöchentlich###########
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
#DynDNS Static Update -> benoetigt [apt-get install ddclient]
06 6 * * 7 root /usr/sbin/ddclient -force > /var/log/ipc/dyndns_update.log #Static DynDNS Update (Woechentlich um 06:06, Sonntag)
#IPC
#04 * * 5 root /var/emu/script/ipc-backup.sh full l 30 #Backup - Full (Woechentlich um 04:00, Freitag)
#
################Monatlich###########
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
dann Strg+o
Enter
Strg+x

Keiner einer jobs wird ausdgeführt..

:Edit:
Distro Debian GNU/Linux 6.0.2 (squeeze)
feissmaik
Entwickler Team
Beiträge: 2576
Registriert: So 17. Apr 2011, 11:39
Been thanked: 1 time
Kontaktdaten:

Re: (*system*) ERROR crontab

Beitrag von feissmaik »

Das keiner der crontab Einträge funktioniert ist klar -> this crontab file will be ignored

Leider ist dein Post etwas ungenau - kann vielleicht sein das ein Kommentar ein Zeilenumbruch gemacht hat und nun zb "Minute" in einer neuen Zeile steht aber das dann eben zu einem Syntax Fehler führt weil er "Minute" nicht versteht

Kommentier mal bitte stück für stuck jede aktivierte Zeile aus und restarte jedesmal cron und guck dann ob er das File wieder akzeptiert.... Dann weisst du ggf welcher Eintrag fehlerhaft ist


//EDIT: Ich glaub ich hab die fehlerhafte Zeile, und zwar gleich die erste:

#CCcam
* * * * root /var/emu/script/cccam-watchdog.sh #CCcam - Teste ob CCcam laeuft (jede Minute)

Da fehlt vorne ein 5. *

Haste oben aber ja auch nochmal stehen:
# m h dom mon dow user command
m = minute = 1.stern
h = hour = 2.stern
dom = day-of-month = 3.stern
mon = month = 4.stern
dow = day-of-week = 5.stern
Du musst nicht kämpfen um zu siegen
Antworten

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast