On Tue, Apr 10, 2012 at 2:24 PM, David Alden <d...@alden.name> wrote:
> Hi,
>  I've recently started to have a problem where some of my clients puppetd 
> processes are locking up (the puppetdlock file is several hours old). My 
> server is running puppet 2.7.12 on Centos 6.2 and my clients are running 
> puppet 2.7.12 on Scientific Linux 6.2.  If I check the puppetdlock file, it 
> contains the pid of the currently "running" puppet.   If I restart puppetd, 
> it's fine for a while, but sooner or later I end up in the same state.  If I 
> run strace against the puppetd, I get:
>
> # strace -p 10726
> Process 10726 attached - interrupt to quit
> select(8, [7], NULL, NULL, {1, 560249}) = 0 (Timeout)
> rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
> rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
> select(8, [7], NULL, NULL, {2, 0})      = 0 (Timeout)
> rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
> rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
> select(8, [7], NULL, NULL, {2, 0})      = 0 (Timeout)
> rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
> rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
> select(8, [7], NULL, NULL, {2, 0})      = 0 (Timeout)
> rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
> rt_sigprocmask(SIG_BLOCK, NULL, [], 8)  = 0
> ^C <unfinished ...>
> Process 10726 detached

Hey Dave, is this running the stock Ruby that comes with EL6 ?

-Jeff

-- 
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