Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
About 1-3 times each month I get following emails. Subject: Cron <root@aku> test -x /usr/sbin/run-crons && /usr/sbin/run-crons find: /var/spool/cron/lastrun/cron.hourly: No such file or directory The reason is a race between rm in find command in run-crons and the rm commands in /etc/crontab.
Created an attachment (id=50720) [details] "find ... -exec rm {} \;" into "find ... -exec /bin/rm -f {} \;"
actually meant to fix this a long time ago, but completely forgot about it. thanks for the reminder bug ;) I'll get it fixed asap. *** This bug has been marked as a duplicate of 8506 ***