I vote for the week before the Velocity conference, as a lot of people
will be in the Bay Area and staying a few extra days is easy for us
"out of towners"
cheers,
/Martin
On Apr 27, 9:39 am, Andrew Shafer wrote:
> And decent Mexican food...
>
> Get it all arranged and tell me the dates... ;)
>
Hi,
> The same set of rules are applied on each run. I used numbers as the
> names to sort the rules accordingly since iptables rules' order does
> matter. Has anyone been using this module/plugin? I havent tried
> using a-z for the names of the rules, and there are no specified
> dependencies o
On May 1, 7:28 pm, James Turnbull wrote:
> On the master you can use the generate function to populate a variable
> value.
That looks promising. However, in this particular situation, I cannot
use the regular puppetmasterd/puppetd arrangement. I must use the
stand-alone puppet instead. Will
are you using webrick?
On Mon, May 4, 2009 at 10:41 PM, Michael Conigliaro <
mconigli...@fandotech.com> wrote:
>
> Hello,
>
> I've been seeing some strange behavior for the last few days, and I'm
> not sure what else to do to troubleshoot it. It started when two of my
> puppet clients (always th
2009/5/4 James Turnbull :
>
>
> This is the beta1 release of Puppet 0.25.0.
>
> It is available at:
>
> http://reductivelabs.com/downloads/puppet/puppet-0.25.0beta1.tar.gz
Note this naming means that we need gem >= 1.3.2 due to version string
for running top level rakefile else you get Malformed
I'm actually not sure. How do I determine that? I just use the redhat
rpms from the epel repository, and I don't remember seeing an option for
that anywhere.
--
Michael Conigliaro
Computer Analyst
Fuss & O'Neill Technologies
www.fandotech.com
-Original Message-
From: puppet-users@googl
what versions of puppet and facter are you using?
On Mon, May 4, 2009 at 7:41 AM, Michael Conigliaro
wrote:
>
> Hello,
>
> I've been seeing some strange behavior for the last few days, and I'm
> not sure what else to do to troubleshoot it. It started when two of my
> puppet clients (always the s
[r...@emsdb01 ~]# puppetd --version
0.24.8
[r...@emsdb01 ~]# facter --version
1.5.2
--
Michael Conigliaro
Computer Analyst
Fuss & O'Neill Technologies
www.fandotech.com
-Original Message-
From: puppet-users@googlegroups.com [mailto:puppet-us...@googlegroups.com] On
Behalf Of Nigel Ker
Hmm,
Velocity is in about 6 weeks away and runs Monday - Wednesday (followed by
Structure) and is in San Jose, so how would those logistics work?
Where would we meetup and when?
I'd be up for meeting up with whoever was interested and Luke has a Puppet
workshop at the conference.
On Mon, May
Hello,
I've been seeing some strange behavior for the last few days, and I'm
not sure what else to do to troubleshoot it. It started when two of my
puppet clients (always the same two) suddenly began to take forever to
finish their catalog runs. I'm not sure what changed around 5pm last
Thursday
On May 2, 10:29 am, Pete Emerson wrote:
> Ah I see a new thread, "Assign variable with content of a file?" that lines
> up with my needs, I'll check out the suggestions there.
Yeah, it's mine! I found yours when I was looking for my own solution
-- it sounds like we're both trying to achieve s
On May 1, 5:59 pm, Brandon Evans wrote:
> no-can-do. What exactly are you trying to get done?
Apologies for leaving that out -- I'd hoped to not muddy the water
with the details, but now it seems I must.
I want to install a home-built package whose application runs on a
virtual console exclus
On Mon, May 4, 2009 at 7:55 AM, Michael Conigliaro
wrote:
>
> I'm actually not sure. How do I determine that? I just use the redhat
> rpms from the epel repository, and I don't remember seeing an option for
> that anywhere.
If you aren't sure what you are using, you are using webrick. The
proble
On Mon, May 4, 2009 at 12:40 PM, Paul Lathrop wrote:
>
> On Mon, May 4, 2009 at 7:55 AM, Michael Conigliaro
> wrote:
>>
>> I'm actually not sure. How do I determine that? I just use the redhat
>> rpms from the epel repository, and I don't remember seeing an option for
>> that anywhere.
>
> If yo
I keep finding that I wish onlyif was a meta-parameter; right now I
want it on the file resource type.
I need to install a file, but only if the source exists. It's a
really simple file resource that works great when the source exists,
but fails when it doesn't. I don't care if it fails, but I
On Apr 30, 7:20 pm, Nigel Kersten wrote:
> so here are my unorganized thoughts on Passenger settings.
>
> * PassengerMaxPoolSize
>
> This depends a lot on two primary variables. a) How much RAM you have.
> b) How much resident memory is needed for your environments/modules.
> Only way to determin
Have you tried the 0.25 beta with Passenger?
For the life of me I can't get it to work on dapper or hardy.
[ pid=17005 file=ext/common/ApplicationPoolServerExecutable.cpp:307
time=2009-05-04 14:17:27.451 ]:
Client 0x667060: SpawnException occured (with error page)
and am yet to obtain usefu
Ok guys, this was a tough nut to crack, but I think I figured it out.
This problem only occurred on clients that lived within a certain
security zone behind my firewall. When a client was on the same vlan as
the puppetmaster, everything worked fine. As soon as I moved it into any
one of a particu
On May 4, 11:20 pm, Nigel Kersten wrote:
> Have you tried the 0.25 beta with Passenger?
Passenger support has been completely redone for 0.25, check ext/rack
in the sources. If upgrading from 0.24.x, you at least need to update
the config.ru file.
> For the life of me I can't get it to work
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Paul Nasrat wrote:
> 2009/5/4 James Turnbull :
>>
>> This is the beta1 release of Puppet 0.25.0.
>>
>> It is available at:
>>
>> http://reductivelabs.com/downloads/puppet/puppet-0.25.0beta1.tar.gz
>
> Note this naming means that we need gem >= 1.3.2
On Mon, May 4, 2009 at 2:48 PM, wrote:
>
>
>
> On May 4, 11:20 pm, Nigel Kersten wrote:
>> Have you tried the 0.25 beta with Passenger?
>
> Passenger support has been completely redone for 0.25, check ext/rack
> in the sources. If upgrading from 0.24.x, you at least need to update
> the config
On Tuesday 05 May 2009 08:58:53 John Florian wrote:
> I keep finding that I wish onlyif was a meta-parameter; right now I
> want it on the file resource type.
I think this would be good, too. I encountered exactly the same situation
yesterday.
--
Robin JabberID:
http://www.kallisti.net.nz/bl
James Turnbull wrote:
> This is the beta1 release of Puppet 0.25.0.
>
> It is available at:
>
> http://reductivelabs.com/downloads/puppet/puppet-0.25.0beta1.tar.gz
>
> This is not production ready code - it is a beta release for
> testing. The beta is largely feature complete and the extent of
> t
Hi there,
I'd like to reduce log traffic by stopping entries such as:
Starting configuration run
Finished configuration run in 1.23 seconds
What is the appropriate config option to disable this?
Thanks!
--
Please remember that an email is just like a postcard; it is not
confidential nor
Hello
I am working on migrating from a working mongrel based puppet server to a
passenger based puppet server and I need some help. I am still getting some
errors that I can't explain and I hope someone knows what I am doing wrong.
I have installed the following to setup passenger
gem list
***
25 matches
Mail list logo