Issue #9166 has been updated by James Turnbull. Status changed from In Topic Branch Pending Review to Code Insufficient Assignee deleted (James Turnbull)
---------------------------------------- Bug #9166: rrdgraph report processor tries to chown stuff to root? https://projects.puppetlabs.com/issues/9166#change-54991 Author: Jeff Blaine Status: Code Insufficient Priority: Normal Assignee: Category: reports Target version: Affected Puppet version: Keywords: Branch: https://github.com/jamtur01/puppet/tree/tickets/master/9166 2.7.3 <pre> notice: Compiled catalog for rcf-cm-test.our.org in environment production in 0.02 seconds err: /File[/var/lib/puppet/rrd/rcf-cm-test.our.org]/ensure: change from absent to directory failed: Failed to set owner to '0': Operation not permitted - /var/lib/puppet/rrd/rcf-cm-test.our.org err: Report processor failed: Got 1 failure(s) while initializing: change from absent to directory failed: Failed to set owner to '0': Operation not permitted - /var/lib/puppet/rrd/rcf-cm-test.our.org </pre> It made the new dir for the node fine as user puppet, then tried to chown it to UID 0 for some reason? <pre> ~:rcf-cm-master # ls -l /var/lib/puppet/rrd/ total 4 drwxr-xr-x 2 puppet puppet 4096 Aug 23 12:47 rcf-cm-test.our.org/ </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
