Andrei-Florian Staicu
2012-Sep-21 10:13 UTC
[Puppet Users] (again) configuration client already in progress
Hi all,
I know this issue was discussed ad nauseam, but I did''nt find any of
the solution applicable to me.
So, the situation: I have 60 clients managed by puppet. All are RHEL
5/6, almost up-to-date regarding packages. All of them have puppet
2.7.19.-1.el(5|6).
I have 14 client that won''t go out of status unresponsive in
dashboard, no matter what i try.
Yes, if i stop the puppet service, i can do puppet agent --test, so
it''s not about the lockfile or the pidfile. The thing is, I
can''t find
any common denominator between these systems.
Can anyone help me at least start debugging the problem?
Thanks
For example, this is one of these clients:
[root@server ~]# service puppet status
puppetd (pid 18745) is running...
[root@server ~]# puppet agent --test --noop
notice: Ignoring --listen on onetime run
notice: Run of Puppet configuration client already in progress; skipping
[root@server ~]# puppet agent --test
notice: Ignoring --listen on onetime run
notice: Run of Puppet configuration client already in progress; skipping
[root@server ~]# ps aux|grep puppet
root 18745 0.0 0.6 135716 43308 ? Ssl 11:09 0:00
/usr/bin/ruby /usr/sbin/puppetd
root 21691 0.0 0.0 61216 756 pts/3 S+ 13:11 0:00 grep puppet
[root@server ~]# strace -p 18745
Process 18745 attached - interrupt to quit
select(9, [5 8], [], [], {0, 352000}) = 0 (Timeout)
gettimeofday({1348222311, 65252}, NULL) = 0
select(9, [5 8], [], [], {0, 0}) = 0 (Timeout)
select(9, [8], [], [], {0, 0}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
gettimeofday({1348222311, 65523}, NULL) = 0
gettimeofday({1348222311, 65554}, NULL) = 0
select(9, [5 8], [], [], {1, 999969}) = 0 (Timeout)
gettimeofday({1348222313, 66214}, NULL) = 0
select(9, [5 8], [], [], {0, 0}) = 0 (Timeout)
select(9, [8], [], [], {0, 0}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
gettimeofday({1348222313, 66492}, NULL) = 0
gettimeofday({1348222313, 66532}, NULL) = 0
select(9, [5 8], [], [], {1, 999960}) = 0 (Timeout)
gettimeofday({1348222315, 66207}, NULL) = 0
select(9, [5 8], [], [], {0, 285}) = 0 (Timeout)
gettimeofday({1348222315, 67169}, NULL) = 0
select(9, [5 8], [], [], {0, 0}) = 0 (Timeout)
select(9, [8], [], [], {0, 0}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
gettimeofday({1348222315, 67538}, NULL) = 0
gettimeofday({1348222315, 67620}, NULL) = 0
select(9, [5 8], [], [], {1, 999917}) = 0 (Timeout)
gettimeofday({1348222317, 68249}, NULL) = 0
select(9, [5 8], [], [], {0, 0}) = 0 (Timeout)
select(9, [8], [], [], {0, 0}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
gettimeofday({1348222317, 68623}, NULL) = 0
gettimeofday({1348222317, 68672}, NULL) = 0
select(9, [5 8], [], [], {1, 999951}) = 0 (Timeout)
gettimeofday({1348222319, 70221}, NULL) = 0
select(9, [5 8], [], [], {0, 0}) = 0 (Timeout)
select(9, [8], [], [], {0, 0}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
gettimeofday({1348222319, 70455}, NULL) = 0
gettimeofday({1348222319, 70486}, NULL) = 0
select(9, [5 8], [], [], {1, 999969}) = 0 (Timeout)
gettimeofday({1348222321, 70191}, NULL) = 0
select(9, [5 8], [], [], {0, 264}) = 0 (Timeout)
gettimeofday({1348222321, 71164}, NULL) = 0
select(9, [5 8], [], [], {0, 0}) = 0 (Timeout)
select(9, [8], [], [], {0, 0}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
gettimeofday({1348222321, 71503}, NULL) = 0
gettimeofday({1348222321, 71553}, NULL) = 0
select(9, [5 8], [], [], {1, 999949} <unfinished ...>
--
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.