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 attachment 50720 [details, diff] "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 ***