Comment 16 for bug 382315

Revision history for this message
Bill Sumerlin (bill-3) wrote :

test -x /usr/sbin/anacron is returning a result code of 1 whether anacron is installed or not.

I am running ubuntu 10.04 in an Amazon EC2 instance from an Ubuntu AMI. anacron is NOT installed on this system, though test -x seems to think it is.

So cron.daily is never run...

So I have 2 choices... modify the system script wherever it is, or make a new entry in crontab for the various scripts installed in cron.daily.