On Fri, 2002-12-13 at 10:43, Oliver Elphick wrote: > So run "/bin/run-parts --verbose /etc/cron.daily" and see where the > error is occurring. Then take the offending scripts from > /etc/cron.daily/* and turn on debugging (for example add set -x near the > top of the script) so that you can see what is going wrong. > > Then report a bug against the appropriate package.
/bin/sh: line 1: root: command not found is the problem. The command it's trying to run is not "test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily" as root, which would presumably be okay and work fine, but "root test -e /usr/sbin/anacron || run-parts --report /etc/cron.daily" which is wrong. -- Public key -- http://superdeluxe.com/~ludwig/publickey
signature.asc
Description: This is a digitally signed message part