Huschi said:
Ja, unter /usr/local/psa/var/log/maillog.
Dem fehlt wohl innerhalb der Cronjobs die Korrekte PATH-Angaben:
In /etc/crontab sollte diese Zeile stehen:
Code:
PATH=/usr/local/sbin:/usr/local/bin:[COLOR="Red"]/sbin[/COLOR]:/bin:/usr/sbin:/usr/bin
Denn die Datei die er sucht und nicht findet ist "/sbin/start-stop-daemon".
huschi.
Hi Huschi,
Danke erst mal für die Infos für die Mail-Logs.
Hier mal der gesamte Inhalt der Datei crontab:
# /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.
# This file also has a username field, 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 run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
47 6 * * 7 root test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
52 6 1 * * root test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly
#
5 0 * * * root lynx -dump -accept_all_cookies
http://sitebuilder.server/clearguests.php
0 0 * * * root lynx -dump -accept_all_cookies
http://sitebuilder.server/keyupdate.php
54 15 * * 2 root lynx -dump -accept_all_cookies
http://sitebuilder.server/sip.php
1 0 * * * root /usr/bin/php /usr/local/sitebuilder/modules/statistics/stat_parse.php
Die Zeile die Du angegeben hast ist eigentlich drin
Hailender