Aktuelles
Digital Eliteboard - Das Digitale Technik Forum

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

Registriere dich noch heute kostenlos, um Mitglied zu werden! Sobald du angemeldet bist, kannst du auf unserer Seite aktiv teilnehmen, indem du deine eigenen Themen und Beiträge erstellst und dich über deinen eigenen Posteingang mit anderen Mitgliedern unterhalten kannst! Zudem bekommst du Zutritt zu Bereichen, welche für Gäste verwehrt bleiben

sendEmail TLS

    Nobody is reading this thread right now.
AW: sendEmail TLS

Hi,
ich habe eh festgestellt, dass cron bei mir nicht ausgeführt wird, da ist irgendwas echt im Argen...
Wie kann ich denn den Besitzer auf root ändern?
Hier mein crontab:
Code:
# /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 f l 30 #Backup - Full (Woechentlich um 04:00, Freitag)
0 2 * * * root /var/emu/script/ipc-backup.sh conf f 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)
#*/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 * * * 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,Montag)


#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)
* * * * * root /var/emu/script/ip-check.sh  #IP Ableich jede Minut


#apache2
@reboot    root /var/emu/script/apache2-watchdog.sh >/dev/null 2>&1
* * * * *    root /var/emu/script/apache2-watchdog.sh >/dev/null 2>&1


#Sicherung als iso auf Server
0 3 * * 5 mount -t cifs //192.168.178.xx/D_Daten_1/Sicherung/Igel1 /mnt/backup -o user=User,passwd=Passwort
0 4 * * 5 dd if=/dev/sda of=/mnt/backup/cf_backup.iso

Und hier ein syslog:
Code:
Nov 25 16:36:11 cs-server kernel: [    5.726445] parport_pc 00:0a: reported by Plug and Play ACPI
Nov 25 16:36:11 cs-server kernel: [    5.726513] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
Nov 25 16:36:11 cs-server kernel: [    5.727551] usb 4-2: FTDI USB Serial Device converter now attached to ttyUSB3
Nov 25 16:36:11 cs-server kernel: [    5.727625] usbcore: registered new interface driver ftdi_sio
Nov 25 16:36:11 cs-server kernel: [    5.727635] ftdi_sio: v1.5.0:USB FTDI Serial Converters Driver
Nov 25 16:36:11 cs-server kernel: [    5.752443] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 25 16:36:11 cs-server kernel: [    5.974202] yenta_cardbus 0000:00:09.0: CardBus bridge found [0000:0000]
Nov 25 16:36:11 cs-server kernel: [    5.974240] yenta_cardbus 0000:00:09.0: Using CSCINT to route CSC interrupts to PCI
Nov 25 16:36:11 cs-server kernel: [    5.974253] yenta_cardbus 0000:00:09.0: Routing CardBus interrupts to PCI
Nov 25 16:36:11 cs-server kernel: [    5.974269] yenta_cardbus 0000:00:09.0: TI: mfunc 0x00001002, devctl 0x66
Nov 25 16:36:11 cs-server kernel: [    6.083029] Error: Driver 'pcspkr' is already registered, aborting...
Nov 25 16:36:11 cs-server kernel: [    6.204588] yenta_cardbus 0000:00:09.0: ISA IRQ mask 0x0078, PCI irq 11
Nov 25 16:36:11 cs-server kernel: [    6.204605] yenta_cardbus 0000:00:09.0: Socket status: 30000007
Nov 25 16:36:11 cs-server kernel: [    6.206193] VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
Nov 25 16:36:11 cs-server kernel: [    6.206372] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
Nov 25 16:36:11 cs-server kernel: [    6.507414] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
Nov 25 16:36:11 cs-server kernel: [    6.509692] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean.
Nov 25 16:36:11 cs-server kernel: [    6.510286] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
Nov 25 16:36:11 cs-server kernel: [    6.511143] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
Nov 25 16:36:11 cs-server kernel: [    6.512411] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
Nov 25 16:36:11 cs-server kernel: [    7.389241] Adding 210936k swap on /dev/sda5.  Priority:-1 extents:1 across:210936k 
Nov 25 16:36:11 cs-server kernel: [    8.125038] EXT3 FS on sda1, internal journal
Nov 25 16:36:11 cs-server kernel: [    8.301729] loop: module loaded
Nov 25 16:36:11 cs-server kernel: [    9.884372] eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Nov 25 16:36:11 cs-server kernel: [    9.990407] fuse init (API version 7.13)
Nov 25 16:36:11 cs-server kernel: [   10.470613] Registering the dns_resolver key type
Nov 25 16:36:11 cs-server kernel: [   10.470661] Slow work thread pool: Starting up
Nov 25 16:36:11 cs-server kernel: [   10.476222] Slow work thread pool: Ready
Nov 25 16:36:11 cs-server kernel: [   10.476662] CIFS: Unknown mount option guid
Nov 25 16:36:12 cs-server acpid: starting up with netlink and the input layer
Nov 25 16:36:12 cs-server acpid: 1 rule loaded
Nov 25 16:36:12 cs-server acpid: waiting for events: event logging is off
Nov 25 16:36:19 cs-server kernel: [   18.305165] CIFS: Unknown mount option guid
Nov 25 16:36:19 cs-server kernel: [   18.432614] CIFS: Unknown mount option guid
Nov 25 16:36:19 cs-server /usr/sbin/cron[1051]: (CRON) INFO (pidfile fd = 3)
Nov 25 16:36:19 cs-server /usr/sbin/cron[1052]: (CRON) STARTUP (fork ok)
Nov 25 16:36:19 cs-server cron[1052]: Error: bad username; while reading /etc/crontab
Nov 25 16:36:19 cs-server /usr/sbin/cron[1052]: (*system*) ERROR (Syntax error, this crontab file will be ignored)
Nov 25 16:36:20 cs-server /usr/sbin/cron[1052]: (CRON) INFO (Running @reboot jobs)
Nov 25 16:36:20 cs-server kernel: [   20.244065] eth0: no IPv6 routers present
Nov 25 16:36:21 cs-server acpid: client connected from 1133[104:107]
Nov 25 16:36:21 cs-server acpid: 1 client rule loaded
Nov 25 16:36:37 cs-server ntpdate[1028]: step time server 131.188.3.220 offset 4.142454 sec
Nov 25 16:36:55 cs-server console-kit-daemon[1353]: WARNING: Record was not written to disk (No space left on device)
Nov 25 16:36:55 cs-server console-kit-daemon[1353]: WARNING: Record was not written to disk (No space left on device)
Nov 25 16:36:55 cs-server console-kit-daemon[1353]: WARNING: Record was not written to disk (No space left on device)
Nov 25 16:39:01 cs-server /USR/SBIN/CRON[2020]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 16:44:56 cs-server console-kit-daemon[1353]: WARNING: Record was not written to disk (No space left on device)
Nov 25 16:44:56 cs-server console-kit-daemon[1353]: WARNING: Record was not written to disk (No space left on device)
Nov 25 16:45:46 cs-server console-kit-daemon[1353]: WARNING: Record was not written to disk (No space left on device)
Nov 25 16:45:46 cs-server console-kit-daemon[1353]: WARNING: Record was not written to disk (No space left on device)
Nov 25 17:09:01 cs-server /USR/SBIN/CRON[10757]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 17:39:01 cs-server /USR/SBIN/CRON[19178]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 18:09:01 cs-server /USR/SBIN/CRON[27570]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 18:39:01 cs-server /USR/SBIN/CRON[3636]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 19:09:01 cs-server /USR/SBIN/CRON[11964]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 19:39:01 cs-server /USR/SBIN/CRON[20266]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 20:09:01 cs-server /USR/SBIN/CRON[28793]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 20:39:01 cs-server /USR/SBIN/CRON[6746]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 21:09:01 cs-server /USR/SBIN/CRON[16913]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 21:39:01 cs-server /USR/SBIN/CRON[25761]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 22:09:01 cs-server /USR/SBIN/CRON[32159]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 22:39:01 cs-server /USR/SBIN/CRON[5022]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 23:09:01 cs-server /USR/SBIN/CRON[11185]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 25 23:39:01 cs-server /USR/SBIN/CRON[16201]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 00:09:01 cs-server /USR/SBIN/CRON[21060]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 00:39:01 cs-server /USR/SBIN/CRON[25899]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 01:09:01 cs-server /USR/SBIN/CRON[30788]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 01:39:01 cs-server /USR/SBIN/CRON[3309]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 02:09:01 cs-server /USR/SBIN/CRON[8171]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 02:39:01 cs-server /USR/SBIN/CRON[13031]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 03:09:01 cs-server /USR/SBIN/CRON[17891]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 03:39:01 cs-server /USR/SBIN/CRON[22924]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 04:09:01 cs-server /USR/SBIN/CRON[27888]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 04:39:01 cs-server /USR/SBIN/CRON[345]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 05:09:01 cs-server /USR/SBIN/CRON[5480]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 05:39:01 cs-server /USR/SBIN/CRON[10873]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 06:09:01 cs-server /USR/SBIN/CRON[15951]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 06:39:01 cs-server /USR/SBIN/CRON[21559]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 07:09:01 cs-server /USR/SBIN/CRON[26746]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 07:39:01 cs-server /USR/SBIN/CRON[31797]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 08:09:01 cs-server /USR/SBIN/CRON[4602]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 08:39:01 cs-server /USR/SBIN/CRON[9513]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 09:09:01 cs-server /USR/SBIN/CRON[14367]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 09:39:01 cs-server /USR/SBIN/CRON[19264]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 10:09:01 cs-server /USR/SBIN/CRON[24172]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)
Nov 26 10:39:01 cs-server /USR/SBIN/CRON[29229]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete)

Es scheint auch irgend ein Problem mit dem Speicher zu geben, im IPC WebIF sehe ich davon leider nichts...

Vielleicht sollte ich dazu mal einen eigenen Thread aufmachen...

Danke dir!
 
Zuletzt bearbeitet:
AW: sendEmail TLS

df -h ergibt:
Code:
root@cs-server ~ > df -h
Dateisystem           Size  Used Avail Use% Eingehängt auf
/dev/sda1             3,5G  1,1G  2,3G  32% /
tmpfs                 501M     0  501M   0% /lib/init/rw
varrun                501M  148K  501M   1% /var/run
varlock               501M     0  501M   0% /var/lock
udev                  497M  152K  497M   1% /dev
tmpfs                 501M     0  501M   0% /dev/shm
tmpfs                 100M   12K  100M   1% /tmp
tmpfs                  20M     0   20M   0% /var/tmp
tmpfs                  70M  6,3M   64M   9% /var/log
tmpfs                 150M  128K  150M   1% /var/cache/apt/archives
//192.168.178.36/G_Filme_3/Log
                      1,9T  1,6T  239G  88% /mnt/share
//192.168.178.36/D_Daten_1/Sicherung/Igel1
                      1,9T  1,5T  329G  83% /mnt/backup
//192.168.178.1/fritz.nas/SMI-Storage-00/Log
                       30G  2,9G   27G  10% /mnt/Log

Dann muss ich erst mal:
Code:
cd /etc
[COLOR=#3E3E3E]chown root:root crontab[/COLOR]
eingeben, richtig?
Siehst du auch das Speicherproblem im Log? Oder ist das zu ignorieren?
 
AW: sendEmail TLS

Das Speicherproblem habe ich gesehn, allerdings hast du überall genugg frei. Deswegen ja df -h.
Wenn dann schon chown root:root /etc/crontab. Die Pfadangabe muss schon dazu
 
AW: sendEmail TLS

So, ich habe das mal gemacht, hier jetzt dsa syslog nach Neustart...
Von einem Fehler zum nächsten.... Der Crontab wird anscheinend immer noch ignoriert.
Code:
Nov 26 13:32:47 cs-server kernel: [    6.100834] Error: Driver 'pcspkr' is already registered, aborting...
Nov 26 13:32:47 cs-server kernel: [    6.224585] yenta_cardbus 0000:00:09.0: ISA IRQ mask 0x0078, PCI irq 11
Nov 26 13:32:47 cs-server kernel: [    6.224601] yenta_cardbus 0000:00:09.0: Socket status: 30000007
Nov 26 13:32:47 cs-server kernel: [    6.226157] VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[LNKC] -> GSI 10 (level, low) -> IRQ 10
Nov 26 13:32:47 cs-server kernel: [    6.226336] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
Nov 26 13:32:47 cs-server kernel: [    6.527527] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
Nov 26 13:32:47 cs-server kernel: [    6.529809] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean.
Nov 26 13:32:47 cs-server kernel: [    6.530405] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
Nov 26 13:32:47 cs-server kernel: [    6.531263] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
Nov 26 13:32:47 cs-server kernel: [    6.532540] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
Nov 26 13:32:47 cs-server kernel: [    7.381492] Adding 210936k swap on /dev/sda5.  Priority:-1 extents:1 across:210936k 
Nov 26 13:32:47 cs-server kernel: [    7.528980] EXT3 FS on sda1, internal journal
Nov 26 13:32:47 cs-server kernel: [    7.712170] loop: module loaded
Nov 26 13:32:47 cs-server kernel: [    8.903271] eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Nov 26 13:32:47 cs-server kernel: [    9.387200] fuse init (API version 7.13)
Nov 26 13:32:47 cs-server acpid: starting up with netlink and the input layer
Nov 26 13:32:47 cs-server acpid: 1 rule loaded
Nov 26 13:32:47 cs-server acpid: waiting for events: event logging is off
Nov 26 13:32:48 cs-server /usr/sbin/cron[992]: (CRON) INFO (pidfile fd = 3)
Nov 26 13:32:48 cs-server /usr/sbin/cron[993]: (CRON) STARTUP (fork ok)
Nov 26 13:32:48 cs-server /usr/sbin/cron[993]: (*system*) WRONG INODE INFO (/etc/crontab)
Nov 26 13:32:48 cs-server /usr/sbin/cron[993]: (CRON) INFO (Running @reboot jobs)
Nov 26 13:32:49 cs-server dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
Nov 26 13:32:49 cs-server dhclient: DHCPOFFER from 192.168.178.1
Nov 26 13:32:49 cs-server dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Nov 26 13:32:49 cs-server dhclient: DHCPACK from 192.168.178.1
Nov 26 13:32:51 cs-server dhclient: bound to 192.168.178.28 -- renewal in 405880 seconds.
Nov 26 13:32:52 cs-server kernel: [   15.847041] Registering the dns_resolver key type
Nov 26 13:32:52 cs-server kernel: [   15.847132] Slow work thread pool: Starting up
Nov 26 13:32:52 cs-server kernel: [   15.852481] Slow work thread pool: Ready
Nov 26 13:32:52 cs-server kernel: [   15.852947] CIFS: Unknown mount option guid
Nov 26 13:32:54 cs-server kernel: [   17.360498] CIFS: Unknown mount option guid
Nov 26 13:32:54 cs-server kernel: [   17.425757] CIFS: Unknown mount option guid
Nov 26 13:32:54 cs-server acpid: client connected from 1122[104:107]
Nov 26 13:32:54 cs-server acpid: 1 client rule loaded
Nov 26 13:32:56 cs-server kernel: [   19.464046] eth0: no IPv6 routers present
Nov 26 13:33:27 cs-server ntpdate[1143]: step time server 5.9.29.107 offset 21.843751 sec

Hier noch mal die aktuelle crontab:
Code:
# /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 f l 30 #Backup - Full (Woechentlich um 04:00, Freitag)
0 2 * * * root /var/emu/script/ipc-backup.sh conf f 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)
#*/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 * * * 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,Montag)


#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)
* * * * * root /var/emu/script/ip-check.sh  #IP Ableich jede Minut


#apache2
@reboot root /var/emu/script/apache2-watchdog.sh >/dev/null 2>&1
* * * * *       root /var/emu/script/apache2-watchdog.sh >/dev/null 2>&1


#Sicherung als iso auf Server
#0 3 * * 5 mount -t cifs //192.168.178.36/D_Daten_1/Sicherung/Igel1 /mnt/backup -o user=xxxx,passwd=xxxx
#0 4 * * 5 dd if=/dev/sda of=/mnt/backup/cf_backup.iso
 
Zuletzt bearbeitet:
AW: sendEmail TLS

So, ich denke jetzt passt's, oder?
Code:
Nov 26 13:49:29 cs-server kernel: [    7.385058] Adding 210936k swap on /dev/sda5.  Priority:-1 extents:1 across:210936k 
Nov 26 13:49:29 cs-server kernel: [    7.532785] EXT3 FS on sda1, internal journal
Nov 26 13:49:29 cs-server kernel: [    7.707257] loop: module loaded
Nov 26 13:49:29 cs-server kernel: [    8.928318] eth0: link up, 100Mbps, full-duplex, lpa 0xCDE1
Nov 26 13:49:29 cs-server kernel: [    9.601647] Registering the dns_resolver key type
Nov 26 13:49:29 cs-server kernel: [    9.601717] Slow work thread pool: Starting up
Nov 26 13:49:29 cs-server kernel: [    9.604213] Slow work thread pool: Ready
Nov 26 13:49:29 cs-server kernel: [    9.604657] CIFS: Unknown mount option guid
Nov 26 13:49:29 cs-server kernel: [    9.663335] fuse init (API version 7.13)
Nov 26 13:49:29 cs-server kernel: [   13.735883] CIFS: Unknown mount option guid
Nov 26 13:49:29 cs-server kernel: [   13.794338] CIFS: Unknown mount option guid
Nov 26 13:49:30 cs-server acpid: starting up with netlink and the input layer
Nov 26 13:49:30 cs-server acpid: 1 rule loaded
Nov 26 13:49:30 cs-server acpid: waiting for events: event logging is off
Nov 26 13:49:31 cs-server /usr/sbin/cron[1047]: (CRON) INFO (pidfile fd = 3)
Nov 26 13:49:31 cs-server /usr/sbin/cron[1048]: (CRON) STARTUP (fork ok)
Nov 26 13:49:31 cs-server /usr/sbin/cron[1048]: (CRON) INFO (Running @reboot jobs)
Nov 26 13:49:31 cs-server /USR/SBIN/CRON[1059]: (root) CMD (/var/emu/script/apache2-watchdog.sh >/dev/null 2>&1)
Nov 26 13:49:31 cs-server /USR/SBIN/CRON[1058]: (root) CMD (/var/emu/script/DDNSupdater2.sh auto  #DDNSupdater2.sh bei System boot/reboot starten)
Nov 26 13:49:33 cs-server acpid: client connected from 1163[104:107]
Nov 26 13:49:33 cs-server acpid: 1 client rule loaded
Nov 26 13:49:35 cs-server kernel: [   19.352045] eth0: no IPv6 routers present
Nov 26 13:49:41 cs-server ntpdate[996]: adjust time server 85.25.105.106 offset 0.136213 sec
Nov 26 13:50:01 cs-server /USR/SBIN/CRON[1400]: (root) CMD (/var/emu/script/ip-check.sh  #IP Ableich jede Minut)
Nov 26 13:50:01 cs-server /USR/SBIN/CRON[1401]: (root) CMD (/var/emu/script/oscam-watchdog.sh  #OScam - Teste ob OScam laeuft (jede Minute))
Nov 26 13:50:02 cs-server /USR/SBIN/CRON[1402]: (root) CMD (/var/emu/script/camd3-watchdog.sh  #Teste ob Camd3 laeuft (jede Minute))
Nov 26 13:50:02 cs-server /USR/SBIN/CRON[1403]: (root) CMD (/var/emu/script/apache2-watchdog.sh >/dev/null 2>&1)
Nov 26 13:50:02 cs-server /USR/SBIN/CRON[1397]: (CRON) error (grandchild #1400 failed with exit status 127)
 
AW: sendEmail TLS

Tja, gute Frage... Wahrscheinlich durch das Austauschen von Configs mit meinem anderen Igel. Ich erstelle über ipc backup... ein Backup und importiere das dann wieder in den anderen Igel (so al la Test im Q-System und erst dann Übertrag ins P-System) ;)

Auf jeden Fall springt der Watchdog jetzt wieder an, es wird eine Mail verschickt und auch meine Backups bekomme ich per Mail!
DANKE!
 
Zurück
Oben