[Puppet Users] system users class hogging whole cpu

2012-06-11 Thread Azfar Hashmi
Hi, I have dozens of nodes but on one node the "system users class" is taking 100% cpu. I have no issue on other systems. When I disable this class the puppet client works fine. Tried reinstalling puppet from scratch but no avail. Any idea why it always hanging at this class? -- You received thi

Re: [Puppet Users] system users class hogging whole cpu

2012-06-12 Thread Azfar Hashmi
source => "puppet:// sw-zabbix.abc.com/files/standard_debian/home/user5/.ssh/authorized_keys2", } file { '/home/user6/.ssh/authorized_keys2': owner => user6, group => user6, mode => 0600, requ

Re: [Puppet Users] system users class hogging whole cpu

2012-06-14 Thread Azfar Hashmi
Peter, What should I change in nns config to change its behavior without breaking any other function. BTW all are Debian 6 but on different clouds. On Tue, Jun 12, 2012 at 8:40 PM, Azfar Hashmi wrote: > Hi, > Sorry I forgot to add the code, below is my class. > > class std_

Re: [Puppet Users] system users class hogging whole cpu

2012-06-25 Thread Azfar Hashmi
Anyone please On Thursday, 14 June 2012 18:07:32 UTC+5, Azfar Hashmi wrote: > > Peter, > > What should I change in nns config to change its behavior without breaking > any other function. BTW all are Debian 6 but on different clouds. > > On Tue, Jun 12, 2012 at 8:40 P

Re: [Puppet Users] system users class hogging whole cpu

2012-06-27 Thread Azfar Hashmi
same no matter how long I remain the process running puppet just do nothing and consume 100% cpu then I have to kill the process eventually. On Tue, Jun 26, 2012 at 6:48 PM, jcbollinger wrote: > > > On Monday, June 25, 2012 7:54:54 AM UTC-5, Azfar Hashmi wrote: >> >> Anyone

Re: [Puppet Users] system users class hogging whole cpu

2012-06-29 Thread Azfar Hashmi
et run is a good one, but before that I would look for clues in the agent's and master's logs. Running one or both with --debug output turned on would make clues more likely to appear there. I will try that and let you know. On Thu, Jun 28, 2012 at 6:06 PM, jcbollinger wrote: >