[Puppet Users] puppet and CPU

2010-06-10 Thread Nat
Hi, I am running puppet on my machines (mainly all rhel 5) and notice that puppet is waking the CPU up between 90 - 100 times a second. Is this normal?? it is waking the CPU up more than the kernel itself (when not under load)!! All puppet instances run as a daemon. Just as a test I also get the

Re: [Puppet Users] Input sought on changing default vardir on OS X.

2010-06-10 Thread Alan Barrett
On Wed, 09 Jun 2010, Nigel Kersten wrote: > 0.25.5 changed the default vardir from /var/puppet to /var/lib/puppet > and it's caused the odd issue we have to fix in the Mac pkg > preflights. > > After re-reading 'man hier' I'm tempted to change the default on OS X to: > > /var/db/puppet > > inste

Re: [Puppet Users] puppet and CPU

2010-06-10 Thread Patrick Mohr
On Jun 10, 2010, at 12:02 AM, Nat wrote: > Hi, > > I am running puppet on my machines (mainly all rhel 5) and notice that puppet > is waking the CPU up between 90 - 100 times a second. > > Is this normal?? it is waking the CPU up more than the kernel itself (when > not under load)!! > > Al

Re: [Puppet Users] puppet and CPU

2010-06-10 Thread Brice Figureau
Hi, On Thu, 2010-06-10 at 17:02 +1000, Nat wrote: > Hi, > > I am running puppet on my machines (mainly all rhel 5) and notice that > puppet is waking the CPU up between 90 - 100 times a second. > > Is this normal?? it is waking the CPU up more than the kernel itself > (when not under load)!! >

[Puppet Users] Re: Puppet and ruby 1.9?

2010-06-10 Thread DeRailed
Hi Jesse, Thanks for the reply and shading a light on this... -Fernand On Jun 8, 3:42 pm, Jesse Wolfe wrote: > Short answer: we intend to support ruby 1.9, and some work is being done. > The next major release (Rowlf a.k.a 2.6.0) will probably not be 1.9 ready, > but the release after that s

[Puppet Users] Re: using modules from the forge (variable setting)

2010-06-10 Thread Rudy Gevaert
> See, for > instancehttp://www.puppetmanaged.org/documentation/Puppet_Common_Modules.htmlhttp://www.example42.com/puppet/howto.phphttp://plathrop.tertiusfamily.net/blog/2008/04/18/creating-puppet-mod...http://serialized.net/2009/07/puppet-module-patterns/ > > Thus, the approach for customizing e

[Puppet Users] Re: Foreman -- Reporting

2010-06-10 Thread CraftyTech
Thanks for responses everyone. It's fine now. Using the subdir was hurting me, i.g, RailsBaseURI /foreman, as I couldn't put it in the url field of foreman.rb. Now that I took it off, all needed to do was to redirect the url to https://host:443. It works fine now. Cheers, Henry On Jun 9, 8:22 

[Puppet Users] After reporting an issue

2010-06-10 Thread Robert Scheer
Hi, after filing a bug report and patch, how should I proceed? The report now has Status: Unreviewed and Votes: 1. Is this group the right place to discuss a filed issue and get those values changed? Regards, Robert. -- You received this message because you are subscribed to the Google Groups "

Re: [Puppet Users] Storeconfigs connection pool problem

2010-06-10 Thread Christopher Johnston
I have the same issue as well, seems puppetqd uses sqlite for caching? On Wed, Jun 9, 2010 at 4:11 PM, Jason Koppe wrote: > Queuing support from ActiveMQ doesn't even make a difference for me -- I > thought the purpose of adding the queuing support was to queue the data in > puppetqd's memory

Re: [Puppet Users] After reporting an issue

2010-06-10 Thread Peter Meier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi > Hi, after filing a bug report and patch, how should I proceed? > The report now has Status: Unreviewed and Votes: 1. Is this group the > right place to discuss a filed issue and get those values changed? Somebody neds to look at the bugreport an

Re: [Puppet Users] After reporting an issue

2010-06-10 Thread James Turnbull
Robert Scheer wrote: > Hi, after filing a bug report and patch, how should I proceed? > The report now has Status: Unreviewed and Votes: 1. Is this group the > right place to discuss a filed issue and get those values changed? Also - what's the ticket? Sharing the URL here helps too. :) Regards

Re: [Puppet Users] Storeconfigs connection pool problem

2010-06-10 Thread Jason Koppe
I'm not sure, I can't seem to find README.queuing or much documentation about how it's supposed to work. I'll checkout the code this weekend if there aren't responses here. On Thu, Jun 10, 2010 at 9:32 AM, Christopher Johnston wrote: > I have the same issue as well, seems puppetqd uses sqlite fo

Re: [Puppet Users] exec hanging with CentOS4/64-bit

2010-06-10 Thread Dan Bode
HI David, On Thu, Jun 10, 2010 at 12:53 PM, wrote: > I have my sudoers setup as per the puppet training class recommendation: > >file { "/etc/sudoers.check": >content => template("etc/sudoers.erb"), >mode => 440, >notify => Exec['sudo-check

Re: [Puppet Users] exec hanging with CentOS4/64-bit

2010-06-10 Thread Nigel Kersten
On Thu, Jun 10, 2010 at 12:53 PM, wrote: > I have my sudoers setup as per the puppet training class recommendation: > >file { "/etc/sudoers.check": >content => template("etc/sudoers.erb"), >mode => 440, >notify => Exec['sudo-check'], >

[Puppet Users] Client connecting to 2 puppet masters

2010-06-10 Thread Mark
We have a server where the OS and base services are managed by an external company. They use puppet to handle this. We would also like to use puppet to manage the configuration of the server for which we are responsible, mostly apache virtual hosts. Is it possible to get the puppetd process to us

[Puppet Users] exec hanging with CentOS4/64-bit

2010-06-10 Thread teancom
I have my sudoers setup as per the puppet training class recommendation: file { "/etc/sudoers.check": content => template("etc/sudoers.erb"), mode => 440, notify => Exec['sudo-check'], } exec { 'sudo-check': p

Re: [Puppet Users] Client connecting to 2 puppet masters

2010-06-10 Thread Nigel Kersten
On Thu, Jun 10, 2010 at 2:31 PM, Mark wrote: > We have a server where the OS and base services are managed by an > external company. They use puppet to handle this. > > We would also like to use puppet to manage the configuration of the > server for which we are responsible, mostly apache virtual