I keep getting this in /var/log/messages every time a client grabs a catalog... Report store 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/reports/app01.den.xxx.com Why? Doug. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Just a shot in the dark, do you have AppArmor, SELinux or any other MAC system enabled? -Mark On Dec 22, 2010, at 1:14 PM, Douglas Garstang wrote:> I keep getting this in /var/log/messages every time a client grabs a catalog... > > Report store 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/reports/app01.den.xxx.com > > Why? > > Doug. > > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Wed, Dec 22, 2010 at 10:26 AM, Mark Stanislav <mark.stanislav@gmail.com>wrote:> Just a shot in the dark, do you have AppArmor, SELinux or any other MAC > system enabled? > > -Mark > >Totally not.... -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
I would suggest changing to the user "puppet" and then trying to create that folder. (In a shell. Not using puppet or ruby.) This will at least tell you if your file permissions are right. On Dec 22, 2010, at 10:14 AM, Douglas Garstang wrote:> I keep getting this in /var/log/messages every time a client grabs a catalog... > > Report store 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/reports/app01.den.xxx.com-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On 12/22/2010 07:14 PM, Douglas Garstang wrote:> I keep getting this in /var/log/messages every time a client grabs a > catalog... > > Report store 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/reports/app01.den.xxx.com > <http://app01.den.xxx.com> > > Why?Is puppet running as root? If not - that''s the reason. This applies to George Bobeck''s query as well. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.