Hier mein Cronstab komplett
Code: Alles auswählen
# 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)
0 5 * * * root /var/emu/script/cccam restart #CCcam - EMU Neustart (Taeglich um 06:00)
#00 14 * * * root /var/emu/script/cccam restart #CCcam - EMU Neustart (Taeglich um 14:00)
#* 5 * * * root /var/emu/script/cccam-cfgnl.sh #CCcam - Lade neue Konfiguration (Taeglich um 05:00)
#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
*/5 * * * * root /var/emu/script/oscam-watchdog.sh #OSCam - Teste ob OSCam laeuft (alle 5 Minuten)
0 5 * * * root /var/emu/script/oscam restart #OScam - EMU Neustart (Taeglich um 04:29)
#NewCS
#*/5 * * * * root /var/emu/script/newcs-watchdog.sh #NewCS - Teste ob NewCS laeuft (alle 5 Minuten)
#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, Sonntag)
wurde von mir ausgeführt,danach wurde cccam gestoppt!!
danach habe ich folgendes gemacht
Code: Alles auswählen
wget -O/var/emu/script/cccam-watchdog.sh ipc.pebkac.at/ipc/scripts/cccam-watchdog.sh && chmod a+x /var/emu/script/cccam-watchdog.sh
--2012-03-28 08:30:02-- http://ipc.pebkac.at/ipc/scripts/cccam-watchdog.sh
Auflösen des Hostnamen »ipc.pebkac.at (ipc.pebkac.at)«... 196.46.191.169
Verbindungsaufbau zu ipc.pebkac.at (ipc.pebkac.at)|196.46.191.169|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 4807 (4,7K) [text/x-sh]
In »»/var/emu/script/cccam-watchdog.sh«« speichern.
100%[==============================================================================================================================>] 4.807 27,6K/s in 0,2s
2012-03-28 08:30:03 (27,6 KB/s) - »»/var/emu/script/cccam-watchdog.sh«« gespeichert [4807/4807]
CS-Server IPC.
Informationen:
Paketversion : 11.3 (2011-09-30)
Hoffe diese Infos sind richtig