when this happens again, check apache logs and check client_yaml on your client side. and you can see master's /var/log/message, is there any puppet-master error?
On Wednesday, February 27, 2013 3:02:46 PM UTC+8, sanjiv singh wrote: > > Adding more on it...... > As i mentioned , we are using Apache-passenger for puppet master. > Restarting Apache have solved problem after failure. > > > > On Wednesday, 27 February 2013 07:22:24 UTC+5:30, 刘长元 wrote: >> >> first of all, your puppet version is so old..at least, you should upgrade >> to 2.7. >> and then, you can check last catalog your client got which stored in >> /var/lib/client_yaml/ folder, if it contains some resources or not. >> >> On Wednesday, February 27, 2013 9:17:53 AM UTC+8, sanjiv singh wrote: >>> >>> Thanks for quick response.....Sorry for mentioning wrong version >>> >>> $ puppet --version >>> 0.25.5 >>> >>> >>> On Wednesday, 27 February 2013 06:42:39 UTC+5:30, Adrien Thebo wrote: >>>> >>>> Hi Sanjiv, >>>> >>>> How are you running Puppet, ie via a cron or as a persistent daemon? >>>> You listed the Puppet version as 5.5, but that's not an actual version of >>>> Puppet available; could you post the output of `puppet --version` ? >>>> Lastly, >>>> how is the service stopping? Is it hanging, or is it crashing? >>>> >>>> >>>> On Tue, Feb 26, 2013 at 3:36 PM, sanjiv singh <[email protected]>wrote: >>>> >>>>> >>>>> Please help on this... >>>>> >>>>> >>>>> On Thursday, 7 February 2013 12:29:15 UTC+5:30, sanjiv singh wrote: >>>>>> >>>>>> Hi All, >>>>>> >>>>>> We are observing frequently issue that Puppet agent intermittently >>>>>> stops without doing any thing when lot of puppet agent hitting >>>>>> puppet master . In our environment , we have configured puppet master >>>>>> over >>>>>> Apache-passenger and we have used LDAP as node classifier. >>>>>> >>>>>> >>>>>> - puppet 5.5 >>>>>> - Apache-passenger 3.0.17 >>>>>> - CentOS 6.3 / 5.5 >>>>>> - OpenLDAP 2.4 >>>>>> >>>>>> Sometimes restarting Apache **solves the problem and sometimes issue >>>>>> resolved automatically when we trigger puppet daemon again. >>>>>> >>>>>> >>>>>> Puppet daemon stops without doing any thing following : >>>>>> >>>>>> ^[[0;36mnotice: Ignoring --listen on onetime run^[[0m >>>>>> >>>>>> ^[[0;32minfo: Caching catalog for buildsrvtd-1.domain.local^[[0m >>>>>> >>>>>> ^[[0;32minfo: Applying configuration version '1355066292'^[[0m >>>>>> >>>>>> ^[[0;36mnotice: Finished catalog run in 0.29 seconds^[[0m >>>>>> >>>>>> >>>>>> >>>>>> Regards, >>>>>> >>>>>> Sanjiv Singh >>>>>> >>>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Puppet Users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at http://groups.google.com/group/puppet-users?hl=en. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Adrien Thebo | Puppet Labs >>>> >>> -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
