emir123456
Ist gelegentlich hier
- Registriert
- 17. Oktober 2009
- Beiträge
- 56
- Reaktionspunkte
- 1
- Punkte
- 28
Hallo hoffe da kann mir jemand helfen seit einiger zeit steigt meine cccam aus
hab an der crontab so
/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
# 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 -> benötigt [apt-get install ntpdate]
#* 8 * * * root ntpdate -s de.pool.ntp.org #Zeitabgleich (Taeglich um 08:00 Uhr)
#CCcam (Debian-Installpaket)
01 * * * * root /var/emu/script/cccam-watchdog.sh #CCcam - Teste ob CCcam laeuft (jede Minute)
* 5 * * * root /var/emu/script/cccam-cfgnl.sh #CCcam - Lade neue Konfiguration (Taeglich um 05:00)
0 4 * * * root /var/emu/script/cccam-backupf.sh #CCcam - Fullbackup (Woechentlich um 04:00, Freitag)
0 2 * * * root /var/emu/script/cccam-backupc.sh #CCcam - Confbackup (Taeglich um 02:00)
#CCcamInfoPHP (Update,Ping,Online)
01 * * * * www-data wget -q --spider
58 * * * * www-data wget -q --spider
59 * * * * www-data wget -q --spider
#CCcam Neustart
* 6 * * * * root cccam restart #CCcam - Neustart (Taeglich um 06:00)
wenn ich aber cccam jobs aufrufe kommt die fehler meldung
/etc$ cccam jobs
TERM environment variable not set.
CCcam-Server Jobs: 28.04.2010 13:25
===============================================================================
Crontab wird geöffnet..
Error opening terminal: unknown.
find: Fehlendes Argument für "-mmin".
Crontab wird geschlossen..
[1;34mCrontab wurde nicht verändert[0m
------------------------------------------------------------------------------
und meine zweite frage wie kann ich das es machen das server um 4 uhr neu reboot macht und cccam neu läuft.
hab an der crontab so
/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
# 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 -> benötigt [apt-get install ntpdate]
#* 8 * * * root ntpdate -s de.pool.ntp.org #Zeitabgleich (Taeglich um 08:00 Uhr)
#CCcam (Debian-Installpaket)
01 * * * * root /var/emu/script/cccam-watchdog.sh #CCcam - Teste ob CCcam laeuft (jede Minute)
* 5 * * * root /var/emu/script/cccam-cfgnl.sh #CCcam - Lade neue Konfiguration (Taeglich um 05:00)
0 4 * * * root /var/emu/script/cccam-backupf.sh #CCcam - Fullbackup (Woechentlich um 04:00, Freitag)
0 2 * * * root /var/emu/script/cccam-backupc.sh #CCcam - Confbackup (Taeglich um 02:00)
#CCcamInfoPHP (Update,Ping,Online)
01 * * * * www-data wget -q --spider
Sie müssen registriert sein, um Links zu sehen.
#CCcamInfoPHP - Update jede Minute58 * * * * www-data wget -q --spider
Sie müssen registriert sein, um Links zu sehen.
#CCcamInfoPHP - PING jede Stunde59 * * * * www-data wget -q --spider
Sie müssen registriert sein, um Links zu sehen.
#CCcamInfoPHP - Online jede Stunde#CCcam Neustart
* 6 * * * * root cccam restart #CCcam - Neustart (Taeglich um 06:00)
wenn ich aber cccam jobs aufrufe kommt die fehler meldung
/etc$ cccam jobs
TERM environment variable not set.
CCcam-Server Jobs: 28.04.2010 13:25
===============================================================================
Crontab wird geöffnet..
Error opening terminal: unknown.
find: Fehlendes Argument für "-mmin".
Crontab wird geschlossen..
[1;34mCrontab wurde nicht verändert[0m
------------------------------------------------------------------------------
und meine zweite frage wie kann ich das es machen das server um 4 uhr neu reboot macht und cccam neu läuft.