Liberty Young
2011-Feb-09 02:08 UTC
[Puppet Users] puppet with init.d script fails to update
All, In my test bed, i''ve noticed that the init.d script as present in the git source (puppet-2.6.4/conf/redhat) doesn''t seem to work. Puppet fails to periodically update its configuration cached, reporting in var/log/message "puppet-agent[7621]: Run of Puppet configuration client already in progress; skipping" This is happens every 30 minutes (the default for run-time interval). This also happens when I invoke the script with a start command. when i send a SIGUSR1 to the running daemon, it also fails with the above. When I start the puppet client by hand, it successfully updates its self. Where should I be looking next on how to resolve this issue? -- 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.
Felix Frank
2011-Feb-11 08:03 UTC
Re: [Puppet Users] puppet with init.d script fails to update
Hi. On 02/09/2011 03:08 AM, Liberty Young wrote:> All, > > In my test bed, i''ve noticed that the init.d script as present in the > git source (puppet-2.6.4/conf/redhat) doesn''t seem to work. Puppet > fails to periodically update its configuration cached, reporting in > var/log/message > "puppet-agent[7621]: Run of Puppet configuration client already in > progress; skipping" > This is happens every 30 minutes (the default for run-time interval). > This also happens when I invoke the script with a start command.The initscript in and of itself is working, as an agent is started.> when i send a SIGUSR1 to the running daemon, it also fails with the > above. When I start the puppet client by hand, it successfully updates > its self.This is weird. Otherwise, my guess would have been that you have an orphaned lock lying around. We''ve seen this in different situations. Try "puppet agent --enable" and watch the logs - the agent may now work correctly.> Where should I be looking next on how to resolve this issue?Inspect /var/lib/puppet/ and try to find out what''s keeping your agent from performing its run. HTH, Felix -- 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.