Ed Greenberg
2012-May-25 17:48 UTC
[Puppet Users] err: Invalid argument - /var/lib/puppet/state/puppetdlock
I have the error err: Invalid argument - /var/lib/puppet/state/ puppetdlock appearing on one of my servers. I have plenty of disk and plenty of inodes. The daemon is not running. I run it manually using /usr/sbin/puppetd --verbose --no-daemonize --onetime --server=xxx --fqdn=yyy There is no file /var/lib/puppet/state/puppetdlock and there is a root writable directory /var/lib/puppet/state Suggestions, please? Thanks, Ed G -- 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.
jcbollinger
2012-May-29 13:52 UTC
[Puppet Users] Re: err: Invalid argument - /var/lib/puppet/state/puppetdlock
On May 25, 12:48 pm, Ed Greenberg <greenberg...@gmail.com> wrote:> I have the error err: Invalid argument - /var/lib/puppet/state/ > puppetdlock appearing on one of my servers. > > I have plenty of disk and plenty of inodes. > > The daemon is not running. I run it manually using /usr/sbin/puppetd > --verbose --no-daemonize --onetime --server=xxx --fqdn=yyy > > There is no file /var/lib/puppet/state/puppetdlock and there is a root > writable directory /var/lib/puppet/state > > Suggestions, please?Are you running puppetd as root / via sudo? Can root "touch /var/lib/puppet/state/puppetdlock"? Alternatively, can root "/usr/sbin/puppetd --disable"? Are all the directories in the path /var/lib/puppet/state traversible by root? Is SELinux running in enforcing mode? Is the filesystem mounted read-write? John -- 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.