Thomas <tommyfis...@gmail.com> writes: > Hello, > > I'm running puppet on a bunch of Red Hat Enterprise Linux 5 machines. > I am seeing an issue where puppetd will freeze in the middle of a run, > regularly. If I run with --debug, the last line of output I see is > usually a command that completes quickly, or a notification that > something has succeeded - so I don't think it's related to the freeze. > The strange thing is this problem only occurs on one class of machine > that I am running puppet on - none of the other machines (which have > different configurations under puppet) have this problem. > > I'm not sure how to get more information to debug what puppet is > getting hung up on. Can anyone point me in the right direction?
I've seen this happen when puppet is running a command that hangs. So pstree might help you find the problem. In our case it was trying to do an NFS mount and the 'mount' command itself was hanging. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.