Ich habe gestern mal in /var/spool/cron/lastrun reingesehen und festgestellt, dass der "cron.daily" das letzte mal vor 2 Monaten lief. Wenn ich micht nicht täusche war es das Datum der Serverinitialisierung. Da wir die ersten drei, vier Tage nichts am Server gemacht haben, kann man sich sicher sein, das "cron.daily" noch nie Seitens des Cron-Daemons angestoßen wurde. Das erklärte auch, warum das File "mail.info" 450 MB hatte - ohne logrotate....
Leider kann ich den Fehler nicht finden. Hier mal unsere Sysconfig:
- 1&1 Standardimage (der cron lief hier scheinbar schon nicht)
- SuSe 9.3 und Plesk 7.5
- Upgrade auf Plesk 8.x
- Cron-Dämon 4.1 von Paul Vixie (nix dran verändert)
Natürlich haben wir noch einige andere Sachen geändert, aber nichts was hier relevant sein sollte. Besonders da das Problem scheinbar schon im original 1&1 Image besteht.
/etc/crontab:
Code: Select all
SHELL=/bin/sh
PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin
MAILTO=root
#
# check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly
#
*/15 * * * * test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
14 5 * * * /usr/local/psa/bin/mysqldump.sh >/dev/null 2>&1
7 4 * * * /usr/local/psa/admin/sbin/statistics >/dev/null 2>&1
30 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
17 7 * * * /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto daily >/dev/null 2>&1
17 7 * * 1 /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto weekly >/dev/null 2>&1
17 7 1 * * /usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto monthly >/dev/null 2>&1
Code: Select all
drwxr-xr-x 2 root root 4096 May 22 09:14 ./
drwxr-xr-x 60 root root 4096 May 23 11:03 ../
-rwx------ 1 root root 948 Mar 22 2005 clean_catman*
-rwx------ 1 root root 1761 Mar 20 2005 clean_core*
-rwx------ 1 root root 1196 Mar 22 2005 do_mandb*
-rwxr-xr-x 1 root root 176 Mar 19 2005 logrotate*
-rwxr-xr-x 1 root root 1875 Sep 1 2003 suse.de-backup-rc.config*
-rwxr-xr-x 1 root root 2059 Sep 8 2003 suse.de-backup-rpmdb*
-rwxr-xr-x 1 root root 566 Jul 23 2004 suse.de-check-battery*
-rwxr-xr-x 1 root root 1320 Sep 22 2004 suse.de-clean-tmp*
-rwxr-xr-x 1 root root 371 Sep 1 2003 suse.de-cron-local*
-rwx------ 1 root root 1526 Mar 20 2005 updatedb*
-rwxr-xr-x 1 root root 439 May 16 14:31 zz-backup2l*
Code: Select all
Checking for Cron: running
Ich denke das cron.monthly und co dann auch nicht laufen werden.
Hat jemand einen Tipp für mich?
Gruß BlackSavior
PS: Falls sonnst noch wer das Problem hat, bitte mal kurz Posten.