[Puppet Users] Re: no_longer_reporting_cutoff value has no effect

2013-01-22 Thread alcc
Am Dienstag, 22. Januar 2013 17:11:18 UTC+1 schrieb jcbollinger: First guess: you're expressing the cutoff value in seconds, but the back end is interpreting it as minutes. Was my first guess too, but (value still set 600 whatevers) my dashboard still shows the mentioned machine as failed

[Puppet Users] no_longer_reporting_cutoff value has no effect

2013-01-21 Thread alcc
Hi, my problem: puppet-dashboard doesn't seem to care about the * no_longer_reporting_cutoff* value. Was set to 3600 and just did set it to 600 but a node who sent his last report (last run failed... maybe that's important?) over 5 hours ago is still not marked as Has not reported yet. Thing

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-07 Thread alcc
Am Freitag, 4. Januar 2013 13:17:46 UTC+1 schrieb al...@gmx.de: Disabling puppet dashboard helped - 12 hours without any frozen 100% child process. Now investigating if it's dashboard's external node command. Commenting out ENC-related lines in puppet.conf fixed this. Calling the external

[Puppet Users] Re: Failed when searching for node some agent: Failed to find some agent via exec: Execution of '/usr/share/puppet-dashboard/bin/external_node some agent

2013-01-07 Thread alcc
On Thursday, January 3, 2013 6:30:33 AM UTC-6, al...@gmx.de wrote: Seeing this a lot lately, restarting puppet master service usually resolves it: Jan 3 13:17:01 puppet master puppet-master[24120]: (//some agent/Puppet) Could not retrieve catalog from remote server: Error 400 on

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-04 Thread alcc
Disabling puppet dashboard helped - 12 hours without any frozen 100% child process. Now investigating if it's dashboard's external node command. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To view this discussion on the web visit

[Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread alcc
When having more than one process... ps faux | grep puppet master | grep -v grep puppet5100 92.0 2.7 427180 329728 ? Rsl 09:22 119:27 /usr/bin/ruby /usr/bin/puppet master puppet 11957 99.9 1.6 300168 200224 ? R10:07 83:53 \_ /usr/bin/ruby /usr/bin/puppet master

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread alcc
Am Donnerstag, 3. Januar 2013 11:41:21 UTC+1 schrieb R.I. Pienaar: - Original Message - From: al...@gmx.de javascript: To: puppet...@googlegroups.com javascript: Sent: Thursday, January 3, 2013 10:36:35 AM Subject: [Puppet Users] Re: puppet master keeps spawning new child

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread alcc
After monitoring the Father process a bit more I realized that it often happens that new processes are created - usually they don't live long. strace -f -v -p 5100 -o /tmp/strace.5100.log Process 5100 attached with 2 threads - interrupt to quit Process 18702 detached Process 19996 attached

[Puppet Users] Failed when searching for node some agent: Failed to find some agent via exec: Execution of '/usr/share/puppet-dashboard/bin/external_node some agent

2013-01-03 Thread alcc
Seeing this a lot lately, restarting puppet master service usually resolves it: Jan 3 13:17:01 puppet master puppet-master[24120]: (//some agent/Puppet) Could not retrieve catalog from remote server: Error 400 on SERVER: Failed when searching for node some agent: Failed to find some agent

Re: [Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-03 Thread alcc
There's another flag to strace, -f, if I recall correctly, that will follow forks of children. straced father process (pid 14850) using -f, caught the moment when a process was spawned that didn't go away and stayed at 100% cpu load (pid 18915). It's a lot output so I grep'ed for child

[Puppet Users] puppet master keeps spawning new child processes

2013-01-02 Thread alcc
Hi, running a puppet master managing 15-20 agents. When I start the puppetmaster service system load will stay around 2 for a couple of minutes (sometimes hours). Then after a while (sometimes sooner, sometimes later) system load increases and puppetmaster process keeps spawning child

[Puppet Users] Re: puppet master keeps spawning new child processes

2013-01-02 Thread alcc
rpm -qa | egrep puppet|ruby rubygem-rake-0.8.7-2.1.el6.noarch ruby-mysql-2.8.2-1.el6.x86_64 libselinux-ruby-2.0.94-5.3.el6.x86_64 puppet-3.0.2-1.el6.noarch puppet-dashboard-1.2.16-1.el6.noarch ruby-1.8.7.352-7.el6_2.x86_64 ruby-irb-1.8.7.352-7.el6_2.x86_64 rubygems-1.3.7-1.el6.noarch