Bug 1007060 - /etc/cron.d/unbound-anchor is broken
Summary: /etc/cron.d/unbound-anchor is broken
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: unbound
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Paul Wouters
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-11 20:05 UTC by Andrew J. Schorr
Modified: 2013-09-12 00:54 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-12 00:54:36 UTC
Type: Bug


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.