James Turnbull wrote:
> A number of people have had issues with the current Gentoo package provider.
>
> There is a re-write available that uses equery instead of eix.
[...]
> I'd really like this to get into a release soon but I can find no one to
> test it.
I'll try to test it a bit during th
Hi all,
I'm trying to set up puppet 0.24.5 using the packages provided for
Mandriva 2009.0. After installing the packages and starting the
puppetmaster service for the first time, the relevant CA certificates
and keys are generated automatically and placed in subdirectories of
$ssldir. However, w
Avi Miller wrote:
> Hey gang,
>
> I seem to be having a brain disconnect on how to get the Augeas type to
> manage things that have multiple values (i.e. an Augeas tree) via Puppet.
>
> If I run this in augtool:
>
> augtool> set /files/etc/ssh/sshd_config/AllowGroups/1000 sshuser
> augtool> sa
Hi all,
I've puppet + mongrel running with 110 hosts. Seems that puppet
file-server cannot provide files to client when some are connected at
same time (many of them do it together cause they were installed at same
time, I use puppetd).
Playing a bit with puppet+mongrel I finally configured it w
Not sure what's going on with your specific setup but that many
puppetmasterd is way overkill.
Also for tips on how to run puppetd as cron, visit this page:
http://reductivelabs.com/trac/puppet/wiki/Recipes/cron
-L
--
Larry Ludwig
--~--~-~--~~~---~--~~
You
>
> I've puppet + mongrel running with 110 hosts. Seems that puppet
>
> PUPPETMASTER_PORTS=( 18140 18141 18142 18143 18144 18145 18146 18147
> 18148 18149 18150 18151 18152 18153 18154 18155 18156 18157 18158
> 18159)
>
> So, when all hosts connect, I get 100 connections per daemon, more or
> l
On Mon, 2 Mar 2009 09:29:01 -0500
Larry Ludwig wrote:
Hi Larry,
> That's really odd I'm not sure how you are configured. 3-4
> puppetmasterd should be more than enough for your node count.
Yes, that's what I heard here, but my experience with 3-4
masters was terrible.
Are you managing ~100 ho
On Mar 2, 2009, at 9:48 AM, Arnau Bria wrote:
>
> On Mon, 2 Mar 2009 09:29:01 -0500
> Larry Ludwig wrote:
>
> Hi Larry,
>
>> That's really odd I'm not sure how you are configured. 3-4
>> puppetmasterd should be more than enough for your node count.
> Yes, that's what I heard here, but my experi
On Mon, 2 Mar 2009 09:51:34 -0500
Larry Ludwig wrote:
> 150, and yes. The obvious question is I assume you are not thrashing
> to swap and other issues related to the server config itself. Based
> upon how big puppetmasterd can grow with 20+ puppetmasterd you would
> need a lot of memory.
using storedconfig?
-L
On Mar 2, 2009, at 10:02 AM, Arnau Bria wrote:
>
> On Mon, 2 Mar 2009 09:51:34 -0500
> Larry Ludwig wrote:
>
>
>> 150, and yes. The obvious question is I assume you are not thrashing
>> to swap and other issues related to the server config itself. Based
>> upon how big pu
On Mon, 2 Mar 2009 10:03:39 -0500
Larry Ludwig wrote:
> using storedconfig?
nop
> -L
Arnau
--~--~-~--~~~---~--~~
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@g
Arnau Bria wrote:
> On Mon, 2 Mar 2009 09:51:34 -0500
> Larry Ludwig wrote:
>
>
>> 150, and yes. The obvious question is I assume you are not thrashing
>> to swap and other issues related to the server config itself. Based
>> upon how big puppetmasterd can grow with 20+ puppetmasterd you wou
On Mon, 02 Mar 2009 10:20:30 -0500
Frank Sweetser wrote:
Hi Frank,
> Do you have SELinux enabled? If so, you may be running into this
> issue:
>
> http://projects.reductivelabs.com/issues/1963
>
> Note that this isn't caused by SELinux blocking anything, so this bug
> can bite you even if you
2009/3/2 Arnau Bria
>
> On Mon, 02 Mar 2009 10:20:30 -0500
> Frank Sweetser wrote:
>
> Hi Frank,
>
> > Do you have SELinux enabled? If so, you may be running into this
> > issue:
> >
> > http://projects.reductivelabs.com/issues/1963
> >
> > Note that this isn't caused by SELinux blocking anythin
On Mar 2, 2009, at 6:18 AM, Arnau Bria wrote:
> So, when all hosts connect, I get 100 connections per daemon, more or
> less. (When I started I did it with 3 puppetmasters and I got too many
> connections, and I got " Connection timeout calling
> puppetmaster.getconfig" many times, now it happens
Hi Gary,
Thanks for the response. That did it :)
Tim
On Thu, Jan 8, 2009 at 3:08 AM, gary wrote:
>
> Hello Tim,
>
> I ran into the same issue and Joshua suggested using an exec. It works
> great. I may also change all my gem installs to use this since the
> package provider also tries to insta
On Mon, 02 Mar 2009 10:50:46 -0800
Joshua Anderson wrote:
Hi Joshua,
> Having all your nodes connect at the same time is a Bad Idea. Try
> running puppetd with --splay=true. See the config reference for
> details, but it should allow you to easily handle 150 clients with
> four instances o
On Mon, 2 Mar 2009 19:32:55 +0100
Bjørn Dyre Dyresen wrote:
Hi,
> Maybe Im a bit blunt here, but what are you expecting to gain from
> that many puppetmasterds? What I have observed is that when when a
> client request a compilation of configuration the prossess can run
> into 100%. That means i
Hi all,
We're holding Puppet training on Stanford's campus in Palo Alto March
30th to April 1st, and the early registration discount ($200 off) ends
March 5th (midnight PST, I guess). You can get more info, or just
register directly, here:
http://reductivelabs.com/training/
Please let me
Hey Bryan,
Bryan Kearney wrote:
>augeas { "sshd_conf_group_sshuser":
>context => "/files/etc/ssh/sshd_config",
>changes => "set AllowGroups/1 sshuser",
>onlyif => "match AllowGroups != sshuser
>}
This doesn't seem to work either. If I try it without the "on
On Mar 3, 2009, at 12:05 AM, Arnau Bria wrote:
>
> On Mon, 2 Mar 2009 19:32:55 +0100
> Bjørn Dyre Dyresen wrote:
>
> Hi,
>
>> Maybe Im a bit blunt here, but what are you expecting to gain from
>> that many puppetmasterds? What I have observed is that when when a
>> client request a compilation o
21 matches
Mail list logo