Problem mit Domain!

djrick said:
Das sollte eigentlich ausreichen. Das Counterscript lößt nämlich das Updatescript aus.

Schaumal in Confixx unter "Admin" da hast du eine Übersicht über die Updateintervalle, da sollte auch stehen, wann der letzte IST lauf vom Updatescrtipt war. Das sollte nicht so fern in der Vergangenheit liegen
11.05. - 10:50 war der letzte ist lauf (habe ich aber manuell ausgeführt) nächster soll lauf war 11.05. - 10:52...


//edit: E-Mail Aliase 08.05. - 08:17 08.05. - 08:21 08.05. - 08:23 ist wohl auch nicht mehr sehr aktuell??
 
Dann mach noch einen Cronjob: Alle 2 Min das Updatescript welches du sonst von Hand ausführst
Dann sollte es wieder laufen
 
1.) Also 'root' per SSH einloggen
2.) crontab -e [enter]
3.) Mit den Cursertasten soweit nach unten wie es geht, sprich in die letzte Zeile des letzten Eintrags
4.) mit der "Ende" Taste ans Ende springen
5.) Die "Einf"-Taste drücken
6.) Enter für eine neue Zeile
7.) Das eintippen: */2 * * * * /root/confixx/confixx_updatescript.pl >/dev/null 2>&1
8.) ESC Taste drücken
9.) ":" Eintippen, also einen Doppelpunkt, dahinter: wq, sieht dann also so aus: :wq
10.) ENTER

du solltest dann wieder in der Shell sein, mit: crontab -l kannst du sehen ob der neue Cronjob übernommen wurde, wenn ja solltest du im Confixx nun sehen dass das Updatescript alle 2min läuft
 
*/1 * * * * /root/confixx/confixx_counterscript.pl
*/2 * * * * /root/confixx/confixx_updatescript.pl >/dev/null 2>&1


das steht jetzt da.. richtig?
 
Post mal bitte die Ausgabe von "ps aux" oder schau mal mit:
/etc/init.d/cron status
ob Cron wirklich läuft! Dann schau mal in /var/log/messages nach ob die Cronjobs ausgeführt werden, das sollte dort vermekrt werden
 
djrick said:
Post mal bitte die Ausgabe von "ps aux" oder schau mal mit:
/etc/init.d/cron status
ob Cron wirklich läuft! Dann schau mal in /var/log/messages nach ob die Cronjobs ausgeführt werden, das sollte dort vermekrt werden
ps aux:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 620 256 ? S May02 0:03 init [3]
root 2 0.0 0.0 0 0 ? SW May02 0:00 [migration_CPU0]
root 3 0.0 0.0 0 0 ? SW May02 0:00 [keventd]
root 4 0.0 0.0 0 0 ? SWN May02 0:00 [ksoftirqd_CPU0]
root 5 0.0 0.0 0 0 ? SW May02 0:01 [kswapd]
root 6 0.0 0.0 0 0 ? SW May02 0:00 [bdflush]
root 7 0.0 0.0 0 0 ? SW May02 0:01 [kupdated]
root 8 0.0 0.0 0 0 ? SW May02 0:00 [kinoded]
root 9 0.0 0.0 0 0 ? SW May02 0:00 [mdrecoveryd]
root 20 0.0 0.0 0 0 ? SW May02 11:28 [kjournald]
root 81 0.0 0.0 0 0 ? SW May02 0:00 [kjournald]
root 395 0.0 0.0 0 0 ? SW May02 0:00 [eth0]
root 433 0.0 0.1 1560 624 ? S May02 2:03 /sbin/syslogd
root 436 0.0 0.3 2484 1584 ? S May02 0:00 /sbin/klogd -c 1
bin 516 0.0 0.1 1524 516 ? S May02 0:00 /sbin/portmap
root 527 0.0 0.2 4456 1404 ? S May02 0:00 /usr/sbin/saslaut
root 528 0.0 0.2 4456 1404 ? S May02 0:00 /usr/sbin/saslaut
root 529 0.0 0.2 4456 1404 ? S May02 0:00 /usr/sbin/saslaut
root 530 0.0 0.2 4456 1404 ? S May02 0:00 /usr/sbin/saslaut
root 531 0.0 0.2 4456 1404 ? S May02 0:00 /usr/sbin/saslaut
root 574 0.0 0.2 4168 1348 ? S May02 1:31 /usr/lib/postfix/
root 624 0.0 0.2 2460 1092 ? S May02 0:00 /bin/sh /usr/bin/
root 628 0.0 0.3 4912 1612 ? S May02 1:38 /usr/sbin/sshd -o
root 654 0.0 0.1 1504 580 ? S May02 0:00 /usr/sbin/acpid
mysql 662 0.0 6.6 73140 34324 ? S May02 8:20 /usr/sbin/mysqld-
mysql 663 0.0 6.6 73140 34324 ? S May02 9:51 /usr/sbin/mysqld-
mysql 664 0.0 6.6 73140 34324 ? S May02 0:00 /usr/sbin/mysqld-
mysql 665 0.0 6.6 73140 34324 ? S May02 0:00 /usr/sbin/mysqld-
mysql 666 0.0 6.6 73140 34324 ? S May02 0:00 /usr/sbin/mysqld-
mysql 667 0.0 6.6 73140 34324 ? S May02 0:00 /usr/sbin/mysqld-
mysql 668 0.0 6.6 73140 34324 ? S May02 0:00 /usr/sbin/mysqld-
mysql 669 0.0 6.6 73140 34324 ? S May02 0:00 /usr/sbin/mysqld-
mysql 670 0.0 6.6 73140 34324 ? S May02 0:00 /usr/sbin/mysqld-
mysql 671 0.1 6.6 73140 34324 ? S May02 32:11 /usr/sbin/mysqld-
mysql 672 0.0 6.6 73140 34324 ? S May02 0:00 /usr/sbin/mysqld-
root 828 0.0 0.1 12272 856 ? S May02 0:50 /usr/sbin/nscd
root 829 0.0 0.1 12272 856 ? S May02 0:00 /usr/sbin/nscd
root 830 0.0 0.1 12272 856 ? S May02 0:52 /usr/sbin/nscd
root 831 0.0 0.1 12272 856 ? S May02 0:00 /usr/sbin/nscd
root 832 0.0 0.1 12272 856 ? S May02 0:00 /usr/sbin/nscd
root 833 0.0 0.1 12272 856 ? S May02 0:00 /usr/sbin/nscd
root 834 0.0 0.1 12272 856 ? S May02 0:00 /usr/sbin/nscd
root 865 0.0 0.0 1500 512 tty1 S May02 0:00 /sbin/mingetty --
root 866 0.0 0.0 1500 512 tty2 S May02 0:00 /sbin/mingetty tt
root 867 0.0 0.1 1500 516 tty3 S May02 0:00 /sbin/mingetty tt
root 868 0.0 0.0 1500 512 tty4 S May02 0:00 /sbin/mingetty tt
root 869 0.0 0.0 1500 512 tty5 S May02 0:00 /sbin/mingetty tt
root 870 0.0 0.0 1500 512 tty6 S May02 0:00 /sbin/mingetty tt
root 15580 0.0 0.1 1708 696 ? S Jun02 0:00 /USR/SBIN/CRON
root 15581 0.0 0.1 2452 996 ? S Jun02 0:00 /bin/sh -c test
root 15584 0.0 0.2 2456 1128 ? S Jun02 0:00 /bin/bash /usr/li
root 15603 0.0 0.1 2452 976 ? SN Jun02 0:00 /bin/sh /etc/cron
root 15604 0.0 0.8 6232 4388 ? SN Jun02 0:00 /usr/bin/perl /ro
root 20267 0.0 0.1 1548 560 ? S May12 0:01 /usr/sbin/inetd
root 3362 0.0 4.6 108436 23972 ? S May08 0:20 /usr/sbin/httpd -
root 19314 0.0 0.3 5060 2044 ? S May11 0:04 /usr/bin/perl /ro
wwwrun 19315 0.0 5.2 110244 26796 ? S May11 0:47 /usr/sbin/httpd -
wwwrun 19316 0.0 5.4 111252 27852 ? S May11 0:59 /usr/sbin/httpd -
postfix 20040 0.0 0.2 4224 1372 ? S May11 0:00 qmgr -l -t fifo -
postfix 20041 0.0 0.2 4220 1344 ? S May11 0:00 tlsmgr -l -t fifo
postfix 30221 0.0 0.2 4204 1292 ? S 11:43 0:00 pickup -l -t fifo
root 30395 2.1 0.4 5440 2336 ? S 12:37 0:00 sshd: root@pts/0
root 30396 0.1 0.4 5440 2336 ? S 12:37 0:00 sshd: root@pts/0
root 30398 1.0 0.3 2836 1620 pts/0 S 12:37 0:00 -bash
root 30415 0.0 0.1 2668 716 pts/0 R 12:37 0:00 ps aux

/etc/init.d/cron status
Checking for Cron: running

bei /var/log/messages kommt
-bash: /var/log/messages: Permission denied
 
Back
Top