Re: [Puppet Users] Puppetmaster child processes hang

2010-04-30 Thread S H
On Tue, Apr 27, 2010 at 1:57 PM, Patrick kc7...@gmail.com wrote: On Apr 27, 2010, at 10:51 AM, Charles Johnson wrote: Mine do not look too dissimilar: PassengerUseGlobalQueue on PassengerMaxPoolSize 20 PassengerHighPerformance on PassengerPoolIdleTime 1800 PassengerStatThrottleRate 120

Re: [Puppet Users] Puppetmaster child processes hang

2010-04-27 Thread S H
On Tue, Apr 27, 2010 at 9:27 AM, Charles Johnson gm.johns...@gmail.comwrote: What passenger directives are you using in your apache config files? Cheers-- Charles The relevant Apache configuration: LoadModule passenger_module

Re: [Puppet Users] Puppetmaster child processes hang

2010-04-27 Thread S H
I also just discovered that some of my clients are locking up and requiring a SIGKILL to end them. This could be the root cause of the puppetmaster issues, so I'm going to run the clients as cron jobs for a while and see if that changes anything. -SH -- You received this message because you are

Re: [Puppet Users] Puppetmaster child processes hang

2010-03-09 Thread S H
On Fri, Feb 26, 2010 at 11:41 AM, S H shdashb...@gmail.com wrote: On Mon, Feb 22, 2010 at 11:18 AM, Scott Smith sc...@ohlol.net wrote: On 2/22/10 7:41 AM, S H wrote: Anything else make sense to check? After about a week I've got 19 processes running. Are you using Passenger? If not, try

Re: [Puppet Users] Puppetmaster child processes hang

2010-02-22 Thread S H
On Tue, Feb 16, 2010 at 1:21 PM, S H shdashb...@gmail.com wrote: On Tue, Feb 16, 2010 at 1:13 PM, Scott Smith sc...@ohlol.net wrote: S H wrote: After an unexpected and unreasonably long hiatus, I've finally returned to implementing Puppet in my environment. My puppetmaster: Puppet

[Puppet Users] Puppetmaster child processes hang

2010-02-16 Thread S H
After an unexpected and unreasonably long hiatus, I've finally returned to implementing Puppet in my environment. My puppetmaster: Puppet 0.25.4, Facter 1.5.7, Ruby 1.8.7, and FreeBSD 8.0. I've got five clients using the puppetmaster so far. After about 24 hours, I've got three puppetmaster

Re: [Puppet Users] Puppetmaster child processes hang

2010-02-16 Thread S H
On Tue, Feb 16, 2010 at 12:11 PM, Nigel Kersten nig...@google.com wrote: On Tue, Feb 16, 2010 at 9:05 AM, S H shdashb...@gmail.com wrote: After an unexpected and unreasonably long hiatus, I've finally returned to implementing Puppet in my environment. My puppetmaster: Puppet 0.25.4

Re: [Puppet Users] Puppetmaster child processes hang

2010-02-16 Thread S H
On Tue, Feb 16, 2010 at 1:13 PM, Scott Smith sc...@ohlol.net wrote: S H wrote: After an unexpected and unreasonably long hiatus, I've finally returned to implementing Puppet in my environment. My puppetmaster: Puppet 0.25.4, Facter 1.5.7, Ruby 1.8.7, and FreeBSD 8.0. I've got five clients

[Puppet Users] Re: Storing puppet info in a database

2009-09-04 Thread S H
On Fri, Sep 4, 2009 at 3:44 AM, Kenneth Holter kenneho@gmail.comwrote: Thanks for all the replies - this looks very promising wrt gaining more control over our node definitions (and inventory). It seems like having the puppetmaster fetch client info from a database is a far better

[Puppet Users] Re: getting started with naginator?

2009-09-02 Thread S H
On Wed, Sep 2, 2009 at 2:11 PM, Dan Bode bod...@gmail.com wrote: I want to have a look at Naginator. Where is the best place to start the link from the Type reference is a dead link http://reductivelabs.com/trac/naginator I downloaded the project from gitrepo and had a glance, but the

[Puppet Users] Bacula Puppet Type

2009-08-25 Thread S H
I'm putting the finishing touches on a set of native Bacula types for Puppet and was wondering if anybody out there would be interested in giving it a test run. It seems to be running more or less correctly in my configuration, though I still have a few bugs to clean up. Most likely it'll be ready

[Puppet Users] Re: Puppet cannot find custom functions

2009-08-05 Thread S H
On Wed, Aug 5, 2009 at 12:47 PM, Ben Lavender blaven...@gmail.com wrote: Perhaps this is the same issue, but the workaround does not seem to work. Starting puppetmasterd with --libdir=/var/lib/puppet/lib does not fix the problem. Silly question, but this bit me: are you running both

[Puppet Users] Re: Puppet cannot find custom functions

2009-08-05 Thread S H
On Wed, Aug 5, 2009 at 5:26 PM, S H shdashb...@gmail.com wrote: On Wed, Aug 5, 2009 at 12:47 PM, Ben Lavender blaven...@gmail.com wrote: Perhaps this is the same issue, but the workaround does not seem to work. Starting puppetmasterd with --libdir=/var/lib/puppet/lib does not fix

[Puppet Users] Re: Custom type fails when requiring another plugin

2009-07-22 Thread S H
On Tue, Jul 21, 2009 at 10:14 AM, jcbollinger john.bollin...@stjude.orgwrote: On Jul 16, 4:48 pm, S H shdashb...@gmail.com wrote: Puppet 0.24.8. I'm building a custom type and have run into a bit of a snag. If I try to require another plugin, my type fails to load on the Retrieving

[Puppet Users] Newbie provider development: Failed to retrieve current state of resource

2009-07-22 Thread S H
As I mentioned in another thread, I'm trying to work through the kinks in developing my own types/providers. I appear to be doing something very wrong, but I don't know what. On my puppetmaster, I've got the following: - #

[Puppet Users] Re: Newbie provider development: Failed to retrieve current state of resource

2009-07-22 Thread S H
On Wed, Jul 22, 2009 at 1:59 PM, Luke Kanies l...@madstop.com wrote: On Jul 22, 2009, at 8:55 AM, S H wrote: As I mentioned in another thread, I'm trying to work through the kinks in developing my own types/providers. I appear to be doing something very wrong, but I don't know what

[Puppet Users] Re: Custom type fails when requiring another plugin

2009-07-22 Thread S H
On Wed, Jul 22, 2009 at 1:56 PM, Luke Kanies l...@madstop.com wrote: On Jul 16, 2009, at 2:48 PM, S H wrote: Puppet 0.24.8. I'm building a custom type and have run into a bit of a snag. If I try to require another plugin, my type fails to load on the Retrieving plugins stage

[Puppet Users] Custom type fails when requiring another plugin

2009-07-16 Thread S H
Puppet 0.24.8. I'm building a custom type and have run into a bit of a snag. If I try to require another plugin, my type fails to load on the Retrieving plugins stage of the client run. I've tried to isolate this from my code by running extremely simple plugins. Here's my custom type (called by

[Puppet Users] Re: Puppet Implementation

2009-07-02 Thread S H
On Thu, Jul 2, 2009 at 6:57 AM, David Schmitt da...@dasz.at wrote: Tim Galyean wrote: The company I work for is getting ready to deploy a large puppet configuration into an existing environment. The majority of the servers that this will be deployed on are web servers, however some of

[Puppet Users] Re: LDAPNodes slow

2009-06-25 Thread S H
On Thu, Jun 25, 2009 at 11:33 AM, Rob McBroom mailingli...@skurfer.comwrote: On 2009-Jun-24, at 5:11 PM, S H wrote: With that behind us, I've recently begun to play with the LDAPNodes capabilities and found that the ruby/ldap library used is unbearably slow. I haven't noticed any

[Puppet Users] Re: LDAPNodes slow

2009-06-24 Thread S H
On Wed, Jun 24, 2009 at 5:26 PM, James Turnbull ja...@lovedthanlost.netwrote: S H wrote: Has anybody else experienced this issue? Is there a particular reason ruby/ldap was chosen over net/ldap? Is net/ldap still maintained or developed? Even so I think it's because the ruby-ldap

[Puppet Users] LDAPNodes slow

2009-06-24 Thread S H
Hi. Since it's my first time posting to this group, I'll preface my question with the usual: Puppet is magic and has brought color and joy to my world. With that behind us, I've recently begun to play with the LDAPNodes capabilities and found that the ruby/ldap library used is unbearably slow.