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

2015-06-29 Thread Franck
, 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]/Timezone::Utc/Exec[/bin/rm -f /etc/localtime /bin/ln -s /usr/share

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

2015-06-20 Thread Franck
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:40 AM UTC-4, jcbollinger

[Puppet Users] Command Exceeded Timeout on Basic Shell Commands

2015-06-15 Thread Franck
- 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 group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr

[Puppet Users] Puppetd daemon dies after running

2011-01-27 Thread Franck
-prod-util1 /]# Can someone please help me out and guide me in the right direction? Thanks, Franck -- 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

[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 dan...@rimspace.net wrote: Franck ffallat

[Puppet Users] Re: Puppetd Cron Not Running

2010-08-24 Thread Franck
, Daniel Pittman dan...@rimspace.net wrote: Franck ffallat...@gmail.com 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 the following pattern: class cron {     $minute = generate

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

[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 bev...@adicio.com wrote: On 8/23/10 9:15 AM, Franck wrote: So I've