On Thu, Sep 01, 2011 at 08:31:55PM -0400, Basil Baby wrote:
>    Few of my puppet clients (puppet 0.24.8,� ruby 1.8.5, facter 1.5.2) are
>    dying with out any error messages on on syslog.� I cannot see much system
>    resource usage on these nodes.
> 
>    What is the best way to troubleshoot the root cause of the problem?

Without having huge scads of puppet knowledge, if they die frequently enough 
perhaps running one of these in the foreground with debug/tee to see if they 
spit out any interesting messages?

See "puppet agent -h" for your exact command line parameters, but something 
like:

puppet agent --no-daemonize --debug 2>&1 | tee /var/tmp/p1.log

 
>    -Basil
> 
>    --
>    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+unsubscr...@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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to