Hide Forgot
Description of problem: The unbound-libs rpm installs a cron job in /etc/cron.d/unbound-anchor. That cron job appears to be broken. Version-Release number of selected component (if applicable): unbound-libs-1.4.20-19.fc21 How reproducible: Look at the contents of /etc/cron.d/unbound-anchor. Steps to Reproduce: 1. cat /etc/cron.d/unbound-anchor 2. 3. Actual results: 10 3 1 * * unbound /usr/sbin/unbound-anchor -a /var/lib/unbound/root.anchor -c /etc/unbound/icannbundle.pem Expected results: 10 3 1 * * /usr/sbin/unbound-anchor -a /var/lib/unbound/root.anchor -c /etc/unbound/icannbundle.pem Additional info: There seems to be a stray word "unbound" at the start of the job. I think that needs to be deleted.
That's the uid the cronjob needs to run as. See the other entries in /etc/cron.d/ and you'll see that those have it as well. Are you sure the cronjob is not working?
I'm sorry. That was clearly a stupid mistake on my part. I assumed that the file format in /etc/cron.d was the same as for other crontab entries. I am closing the bug.