[Puppet Users] Re: Command Exceeded Timeout on Basic Shell Commands

2015-06-29 Thread Franck
3 PM UTC-4, Franck wrote: > > We've been experiencing a lot of "Command exceeded timeouts" on basic > shell commands using the "exec" type for tasks that should execute fairly > fast: > > Jun 15 15:45:44 host1 puppet-agent[57648]: > (/Stage[main]/Ti

[Puppet Users] Re: Command Exceeded Timeout on Basic Shell Commands

2015-06-20 Thread Franck
We'll try retrieving some more information this week to see if we can narrow down some more possibilities. This does seem to affect a few random nodes but on a consistent basis so we can definitely reproduce this. Thanks again for your response. Franck On Wednesday, June 17, 2015 at 9:19

[Puppet Users] Command Exceeded Timeout on Basic Shell Commands

2015-06-15 Thread Franck
d to be able to use this. Basic info on the hosts in question: - Puppet: 3.7.5 - Ruby: 2.1.2 - CentOS 6.6 Anyone have any ideas as to what could be causing this? Thanks. Franck -- You received this message because you are subscribed to the Google Groups "Puppet Users"

[Puppet Users] Puppetd daemon dies after running

2011-01-27 Thread Franck
rod-util1 /]# which ruby /opt/ruby-enterprise-1.8.6-20090421/bin/ruby [root@ps-prod-util1 /]# /opt/ruby-enterprise-1.8.6-20090421/bin/ruby / opt/ruby-enterprise-1.8.6-20090421/sbin/puppetd [root@ps-prod-util1 /]# ps -ef | grep puppet[d] [root@ps-prod-util1 /]# Can someone please help me out an

[Puppet Users] Re: Puppetd Cron Not Running

2010-08-24 Thread Franck
> On Tue, Aug 24, 2010 at 2:54 AM, Daniel Pittman wrote: > > Franck writes: > > > > So I've decided to use crontab for all my puppet clients rather than > > > the daemon.  I've set-up a puppetmaster with seven puppet clients. > > > >  I'm using

[Puppet Users] Re: Puppetd Cron Not Running

2010-08-24 Thread Franck
Thanks for that tip Daniel. I went ahead and switched to use the "fqdn_rand" function as it's a lot more consistent which is what I wanted. I'm new to Puppet so I'm still learning some of the functions that can be used. On Aug 23, 7:54 pm, Daniel Pittman wrote: >

[Puppet Users] Re: Puppetd Cron Not Running

2010-08-23 Thread Franck
I have not considered --splay, but I definitely will give that a shot. I meant that the puppet.log was to be created in the /var/log/puppet directory, that was a typo. Thanks Brandon. On Aug 23, 5:23 pm, Brandon Evans wrote: > On 8/23/10 9:15 AM, Franck wrote: > > > > > >

[Puppet Users] Puppetd Cron Not Running

2010-08-23 Thread Franck
So I've decided to use crontab for all my puppet clients rather than the daemon. I've set-up a puppetmaster with seven puppet clients. I'm using the following pattern: class cron { $minute = generate('/usr/bin/env', 'sh', '-c', 'printf $((RANDOM %60+0))') cron { "manual-puppet":