After upgrading straight from Dapper to Hardy (ie, from the first LTS
release to the second), I got this message:

run-parts: /etc/cron.daily/find exited with return code 127

which is due to this:

cd / && nice -n ${NICE:-10} updatedb 2>/dev/null

updatedb no longer exists on my system, and as James said above, the
script doesn't check for its existence. The upgrade should have removed
/etc/cron.daily/find, and that's what I've done manually. The same
function is provided by /etc/cron.daily/slocate.

-- 
cron daily runs updatedb twice
https://bugs.launchpad.net/bugs/197170
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to