"Paul Lenz" <[EMAIL PROTECTED]> writes: >> Falls sich Dateien im Verzeichnis /var/spool/cron/crontabs befinden, >> poste doch mal deren Inhalt. > > Da ist nur eine Datei namens "root" mit dem bekannten Inhalt
Wieso mit bekanntem Inhalt? Bisher war in diesem Thread doch noch nicht von /var/spool/cron/crontabs die Rede, oder habe ich da was Ãbersehen? > SHELL=/bin/sh > PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin > > # m h dom mon dow user command > 37 3 * * * root test -e /usr/sbin/anacron || run-parts --report > /etc/cron.daily > 25 3 * * 1 root test -e /usr/sbin/anacron || run-parts --report > /etc/cron.weekly > 13 3 1 * * root test -e /usr/sbin/anacron || run-parts --report > /etc/cron.monthly > # Dann ist das Problem ja gelÃst: Cron-Dateien in /var/spool/cron/crontabs haben ein anderes Format als /etc/crontab. Der Username kommt in ihnen nicht vor. Bitte 'man 5 crontab' lesen. Davon abgesehen ist es eher kontraproduktiv, wenn /etc/crontab und /var/spool/cron/crontabs/root die gleichen Programme zur gleichen Zeit aktivieren, weil sie dann jeweils zweimal gleichzeitig laufen. Am besten lÃscht Du /var/spool/cron/crontabs/root also, wenn es ohnehin nur den Inhalt von /etc/crontab reproduziert. Martin

