Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-04 Thread Felix Frank
On 07/04/2012 04:18 PM, Throwe, Jesse wrote: > Non homogeneous environment. If I recall we had an issue with a > simpler command like you suggested with old versions of Solaris. Oh, the S-word. Well, that *does* indeed answer to both remarks. Condolences. ;-) -- You received this message becaus

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-04 Thread Throwe, Jesse
Non homogeneous environment. If I recall we had an issue with a simpler command like you suggested with old versions of Solaris. On Wed, Jul 4, 2012 at 10:11 AM, Felix Frank wrote: > On 07/04/2012 03:58 PM, Throwe, Jesse wrote: >> If your running puppetd change 'puppet agent' to 'puppetd'. At l

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-04 Thread Felix Frank
On 07/04/2012 03:58 PM, Throwe, Jesse wrote: > If your running puppetd change 'puppet agent' to 'puppetd'. At least if > for the releases you listed, I would move away from running daemonized > puppet unless theres a special requirement/reason, and stick it in a > cron instead. +1 > command => "

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-04 Thread Throwe, Jesse
Here is how we resolved this problem (although we are now running puppet through cron). By issuing the HUP puppet will restart, but not until the run has completed. This is largely for bootstrapping or when the machine environment changes. If your running puppetd change 'puppet agent' to 'puppet

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-04 Thread 朱文
thx, the master is Centos 5.8 the client is RedHat 5.4 2012/7/4 Edward Savage > On Wed, Jun 27, 2012 at 7:13 PM, Martin Alfke wrote: > > > > On 27.06.2012, at 11:01, Felix Frank wrote: > > > >> On 06/27/2012 10:51 AM, Matthew Burgess wrote: > >>> is there something special about > >>> the

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-04 Thread Edward Savage
On Wed, Jun 27, 2012 at 7:13 PM, Martin Alfke wrote: > > On 27.06.2012, at 11:01, Felix Frank wrote: > >> On 06/27/2012 10:51 AM, Matthew Burgess wrote: >>> is there something special about >>> the puppet service that it issuing the equivalent of 'service puppet >>> restart' doesn't actually work?

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-04 Thread Martin Alfke
On 03.07.2012, at 21:31, Steve Traylen wrote: > On Wednesday, 27 June 2012 11:31:17 UTC+2, Felix.Frank wrote: > On 06/27/2012 11:19 AM, Matthew Burgess wrote: > >> We redefined the restart command: > >> > > >> > restart => '/usr/bin/nohup /etc/init.d/puppet restart &' > > Nice! Thanks very m

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-07-03 Thread Steve Traylen
On Wednesday, 27 June 2012 11:31:17 UTC+2, Felix.Frank wrote: > > On 06/27/2012 11:19 AM, Matthew Burgess wrote: > >> We redefined the restart command: > >> > > >> > restart => '/usr/bin/nohup /etc/init.d/puppet restart &' > > Nice! Thanks very much, Martin, that works really nicely. > > Befo

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-06-27 Thread Felix Frank
On 06/27/2012 11:19 AM, Matthew Burgess wrote: >> We redefined the restart command: >> > >> > restart => '/usr/bin/nohup /etc/init.d/puppet restart &' > Nice! Thanks very much, Martin, that works really nicely. Yeah, this looks really slick. Thanks for sharing. -- You received this message beca

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-06-27 Thread Matthew Burgess
On Wed, Jun 27, 2012 at 10:13 AM, Martin Alfke wrote: > We redefined the restart command: > > restart => '/usr/bin/nohup /etc/init.d/puppet restart &' Nice! Thanks very much, Martin, that works really nicely. Regards, Matt. -- You received this message because you are subscribed to the Goog

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-06-27 Thread Martin Alfke
On 27.06.2012, at 11:01, Felix Frank wrote: > On 06/27/2012 10:51 AM, Matthew Burgess wrote: >> is there something special about >> the puppet service that it issuing the equivalent of 'service puppet >> restart' doesn't actually work? > > Oh, it works, but think of what you're having puppet do:

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-06-27 Thread Matthew Burgess
On Wed, Jun 27, 2012 at 10:01 AM, Felix Frank wrote: > On 06/27/2012 10:51 AM, Matthew Burgess wrote: >> is there something special about >> the puppet service that it issuing the equivalent of 'service puppet >> restart' doesn't actually work? > > Oh, it works, but think of what you're having pup

Re: [Puppet Users] Puppet can't successfully restart puppetd

2012-06-27 Thread Felix Frank
On 06/27/2012 10:51 AM, Matthew Burgess wrote: > is there something special about > the puppet service that it issuing the equivalent of 'service puppet > restart' doesn't actually work? Oh, it works, but think of what you're having puppet do: By calling the initscript and telling it to restart, i

[Puppet Users] Puppet can't successfully restart puppetd

2012-06-27 Thread Matthew Burgess
Hi, I have a puppet module which is relatively simple; it just defines a couple of packages (puppet & facter) and a couple of files (/etc/puppet/puppet.conf, /etc/puppet/namespaceauth.conf and /etc/puppet/auth.conf) and a service (puppet), which is subscribed to the puppet package and the 3 config