Seite 1 von 1

crontab wird nicht ausgeführt

Verfasst: Fr 12. Okt 2012, 17:35
von Bruno
Huhu, wie gerade im chat angesprochen habe ich das prob das meine crontab nicht ausgeführt wird...

Hier die datei:

Code: Alles auswählen

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=""

#  * * * * * Benutzer Befehl
#  | | | | |
#  | | | | +---- Wochentag (0-7) (Sonntag =0 oder =7)
#  | | | +------ Monat (1-12)
#  | | +-------- Tag (1-31)
#  | +---------- Stunde (0-23)
#  +------------ Minute (0-59)

# 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 )


#Zeitabgleich -> benoetigt [apt-get install ntpdate]
0 8 * * * root ntpdate -s pool.ntp.org      #Zeitabgleich (Taeglich um 08:00 Uhr)

#IPC
0 4 * * 5 root /var/emu/script/ipc-backup.sh full l 30 #Backup - Full (Woechentlich um 04:00, Freitag)
0 11 * * * root /var/emu/script/ipc-backup.sh conf l 14  #Backup - Konfiguration (Taeglich um 11:00)
#0 6 * * * root /var/emu/script/ipc-set.sh               #Rechte setzen (Taeglich um 06:00)

#CCcam
#* * * * * root /var/emu/script/cccam-watchdog.sh       #CCcam - Teste ob CCcam laeuft (jede Minute)
#30 4 * * * root /var/emu/script/cccam restart          #CCcam - EMU Neustart (Taeglich um 04:30)
#0 5 * * * root /var/emu/script/cccam-cfgnl.sh          #CCcam - Lade neue Konfiguration (Taeglich um 05:00)
#01 5 * * * root /bin/cccam softkey && /bin/cccam restart  #CCcam EMU Keys updaten+restart (Taeglich um 05:01)

#CCcamInfoPHP (Update,Ping,Online)
#*/2 * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_update.php?p=0 #CCcamInfoPHP - Update alle 2 Minuten
#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

#OScam
* * * * * root /var/emu/script/oscam-watchdog.sh  #OScam - Teste ob OScam laeuft (jede Minute)
29 4 * * 5 root /var/emu/script/oscam restart     #OScam - EMU Neustart (Freitags um 04:29)

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

#Camd3
#* * * * * root /var/emu/script/camd3-watchdog.sh #Teste ob Camd3 laeuft (jede Minute)
#20 4 * * 5 root /bin/camd3 softkey && /bin/camd3 restart #Camd3 EMU Keys updaten+restart (Taeglich um 05:01)

#sBox * * * * * root /var/emu/script/sbox-watchdog.sh #Teste ob sBox laeuft (jede Minute)
Seht Ihr einen Fehler?

Re: Fehler new IPC 115

Verfasst: Fr 12. Okt 2012, 17:45
von feissmaik
Hm da erkennt man jetzt erstma nix..

Hast du die Datei vielleicht anders bearbeitet also nicht über "i jobs" bzw nano?

Bitte guck auch mal ins syslog (/var/log/syslog) was da für eine Fehlermeldung steht

Re: crontab wird nicht ausgeführt

Verfasst: Fr 12. Okt 2012, 17:55
von Bruno
Hmm, hatte server rebootet die Tage.
Und im log kommt dann das...

Code: Alles auswählen

Oct  5 09:25:22 debian shutdown[31525]: shutting down for system reboot
Oct  5 09:25:22 debian init: Switching to runlevel: 6
Oct  5 09:26:08 debian /usr/sbin/cron[988]: (CRON) INFO (pidfile fd = 3)
Oct  5 09:26:08 debian /usr/sbin/cron[993]: (CRON) STARTUP (fork ok)
Oct  5 09:26:08 debian /usr/sbin/cron[993]: (*system*) WRONG FILE OWNER (/etc/crontab)
Oct  5 09:26:08 debian /usr/sbin/cron[993]: (CRON) INFO (Running @reboot jobs)
Oct  5 09:26:10 debian acpid: client connected from 1312[105:109]

Re: crontab wird nicht ausgeführt

Verfasst: Fr 12. Okt 2012, 18:13
von feissmaik
Bitte etwas aktuelles posten - von dem Zeitpunkt wo die fraglichen Zeilen ausgeführt werden sollten