Bug 1007060

Summary: /etc/cron.d/unbound-anchor is broken
Product: [Fedora] Fedora Reporter: Andrew J. Schorr <aschorr>
Component: unboundAssignee: Paul Wouters <pwouters>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: aschorr, pwouters, thozza, vonsch
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-12 00:54:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Andrew J. Schorr 2013-09-11 20:05:40 UTC
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.

Comment 1 Paul Wouters 2013-09-12 00:45:19 UTC
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?

Comment 2 Andrew J. Schorr 2013-09-12 00:54:36 UTC
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.