Cron geht nicht mehr bei 11,4

Fragen oder Probleme?
baban
IPC Neuling
Beiträge: 9
Registriert: Fr 17. Jun 2011, 00:05
Kontaktdaten:

Cron geht nicht mehr bei 11,4

Beitrag von baban »

Hallo
seit ich auf 11,4 update habe , mein cron geht nicht mehr es wird cccam ,oscam nicht mehr überwacht
und wird auch nicht mehr um 4:30,4:29 cccam,oscam restartet
habe 2mal i remve gemacht , update gemacht hat nix gebarcht
habe nix geändert
kann mir bitte jemand helfen
mfg
Benutzeravatar
jensebub
IPC Meister
Beiträge: 1133
Registriert: So 1. Mai 2011, 09:34
Been thanked: 1 time
Kontaktdaten:

Re: Cron geht nicht mehr bei 11,4

Beitrag von jensebub »

Hallo,

gib mal per putty den Befehl i jobs ein.

sollte dann so aussehen:

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 2 * * * root /var/emu/script/ipc-backup.sh conf l 14  #Backup - Konfiguration (Taeglich um 02: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 cccam softkey && cccam restart         #CCcam EMU Keys updaten+restart (Taeglich um 05:01)

#CCcamInfoPHP (Update,Ping,Online)
#* * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_update.php?p=0   #CCcamInfoPHP - Update jede Minute
#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 * * * root /var/emu/script/oscam restart          #OScam - EMU Neustart (Taeglich 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)
#01 5 * * * root camd3 softkey && camd3 restart         #Camd3 EMU Keys updaten+restart (Taeglich um 05:01)


Bei den Zeilen, die aktiv sein sollen, musst du nur die Raute am Anfang der Zeile zu entfernen:
wie z.B.

Code: Alles auswählen

30 4 * * * root /var/emu/script/cccam restart          #CCcam - EMU Neustart (Taeglich um 04:30)
dann mit strg+o <enter>, strg+x speichern und beenden.
-> Schritte nach der IPC Installation bzw. Update:
[ipc cams] (installieren von Cams inkl. Watchdog und autostart)
[ipc cfg] (Username und Password für Website anpassen und restliche Konfiguration)
[ipc jobs] (Crontabs bei Bedarf anpassen)
[ipc as] (Autostarts nach "reboot")
[cccam version] (CCcam Version bei Bedarf wechseln)
[cccam cfg] (CCcam.cfg bearbeiten)
[oscam version] (OScam Version bei Bedarf wechseln)
http://ipc.pebkac.at/forum/viewtopic.php?f=4&t=21


Gruß
jensebub
feissmaik
Entwickler Team
Beiträge: 2576
Registriert: So 17. Apr 2011, 11:39
Been thanked: 1 time
Kontaktdaten:

Re: Cron geht nicht mehr bei 11,4

Beitrag von feissmaik »

Die Vollständige /etc/crontab sieht normalerweise so aus:

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 2 * * * root /var/emu/script/ipc-backup.sh conf l 14  #Backup - Konfiguration (Taeglich um 02: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)
#* * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_update.php?p=0   #CCcamInfoPHP - Update jede Minute
#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 * * * root /var/emu/script/oscam restart     #OScam - EMU Neustart (Taeglich 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)
#01 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)


#DynDNS Static Update -> benoetigt [apt-get install ddclient]
#6 6 * * 1 root /usr/sbin/ddclient -force > /var/log/ipc/dyndns_update.log  #Static DynDNS Update (Woechentlich um 06:06, Montag)

#DDNSupdater.sh
#@reboot	root /var/emu/script/DDNSupdater.sh auto  #DDNSupdater.sh bei System boot/reboot starten
#0 6 * * 1 root /var/emu/script/DDNSupdater.sh now  #DDNSupdater.sh Static-IP Update erzwingen (Woechentlich um 06:00,Monttag)

#DDNSupdater2.sh
#@reboot	root /var/emu/script/DDNSupdater2.sh auto  #DDNSupdater2.sh bei System boot/reboot starten
#0 6 * * 1 root /var/emu/script/DDNSupdater2.sh now  #DDNSupdater2.sh Static-IP Update erzwingen (Woechentlich um 06:00, Montag)
Und die funktioniert bei uns bei allen Tests bisher anstands los also kann ich dir irgendwie nicht so recht glauben das du wirklich nichts verändert hast... sorry aber Erfahrungsmässig habt ihr das meistens doch, nur betrachtet Ihr das als so minimal als dass es zu "nichts" umgewandelt wird.... Wie gesagt wir haben mehrere Betatester und keiner hat ein ähnliches Problem gemeldet zumal ich die ganze Zeit auch an der aktuellen 11.4 weiter bastel und mehr mals täglich "i remove" und reinstalle aber auch da crontab jedesmal funktioniert also muss bei euch irgendwas anders sein als nach der regulären ipc installation....
Du musst nicht kämpfen um zu siegen
baban
IPC Neuling
Beiträge: 9
Registriert: Fr 17. Jun 2011, 00:05
Kontaktdaten:

Re: Cron geht nicht mehr bei 11,4

Beitrag von baban »

Hallo
ich habe nicht gemaein dass 11,4 nicht inordnug ist
ich schreibe dass bei mir cron funktioniert nicht
und es sihet so aus

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 2 * * * root /var/emu/script/ipc-backup.sh conf l 14  #Backup - Konfiguration (Taeglich um 02: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)
#* * * * * www-data wget -q --spider http://localhost/ipc/infophp/cron_update.php?p=0   #CCcamInfoPHP - Update jede Minute
#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 * * * root /var/emu/script/oscam restart           #OScam - EMU Neustart (Taeglich 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)
#01 5 * * * root /bin/camd3 softkey && /bin/camd3 restart       #Camd3 EMU Keys updaten+restart (Taeglich um 05:01)

#sBox
ich habe i remove
dann ipc instaliert
mehr nicht
ergen wie bei mir geht cron nict
kann mir jeman helfen was bei mir nict in ordnug ist
mfg
feissmaik
Entwickler Team
Beiträge: 2576
Registriert: So 17. Apr 2011, 11:39
Been thanked: 1 time
Kontaktdaten:

Re: Cron geht nicht mehr bei 11,4

Beitrag von feissmaik »

Na da fehlt offensichtlich bei deiner crontab etwas - also ist die Datei wie vermutet nicht mehr in dem Zustand wie sie nach der Installation ist - ab #sBox fehlt bei dir.... Das heisst deine Aussage das du nur "i remove" gemacht hast, ipc installiert aber mehr nicht kann schon mal absolut nicht sein, du hast auf jedenfall manuell in "i jobs" etwas verstellt nämlich unter anderem sowohl tägliches Konfig Backup als auch Full einkommentiert, eines von beidem sollte aber reichen - CCcam restart ist eigentlich ebenfals überflüssig da ein vernünftig konfiguriertes CS ewigkeiten ohne irgendwelcher restarts läuft und das gleiche gilt für OScam.... Default/Standard wären ausschlieslich die watchdogs
Also hast du definitiv mehr gemacht als du hier beschreibst bzw zugibst!!

Und Ich habe btw auch nirgends geschrieben das du behaupten würdest dass IPC nicht i.O. sei... Es ging hier jegentlich um die cron(tab) wovon du behauptest diese nicht angerührt zu haben aber dein obiger Post meine Vermutung und Zweifel bestätigen - brauchst doch nur mal dein crontab File mit dem was ich gepostet habe vergleichen... kannst auch aus dem *.tgz dir das file rausziehen wenn du mir nicht glaubst dass das File so aussieht...... Aber wie gesagt dein Post zeigt eine bereits von dir angepasste crontab

Also, guck ins syslog oder irgendein anderes log und guck nach einer Fehlermeldung - da wird es absolut 100% eine geben wenn denn der cron Prozess läuft... Diese Fehlermeldung wird dann zumindest ansatzweise darüber auskunft geben wieso die von Dir veränderte /etc/crontab ignoriert wird!
Du musst nicht kämpfen um zu siegen
Antworten

Wer ist online?

Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste