[Puppet Users] Re: exported resources work sometimes

2009-02-12 Thread Gary
Hello, I've tried using mysql on another server as well. No crashes since we use the server for other DBs as well. Luke, you asked about multiple ruby versions. yes there are: one from ubuntu, and 1.8.6-p111 with RailsBench GC patch at /usr/local/bin/ ruby. I made sure that both had all necessar

[Puppet Users] Re: exported resources work sometimes

2009-01-28 Thread Brice Figureau
On Fri, 2009-01-16 at 09:41 -0500, Jason Kohles wrote: > "MySQL server has gone away" means you lost your connection to mysql, > most likely because there is a configured idle timeout or the server > was restarted. Or, more probably the mysql server has crashed, for any reasons (including cra

[Puppet Users] Re: exported resources work sometimes

2009-01-26 Thread Luke Kanies
On Jan 23, 2009, at 12:31 AM, Gary wrote: > Thanks Luke, > > I commented out [rails] in puppet.conf. I forgot what I was using it > anyway. > > I tried updating all gems to the their newest versions without > success. I also tried using postgres but I got the error which the > wiki says happens w

[Puppet Users] Re: exported resources work sometimes

2009-01-22 Thread Gary
Thanks Luke, I commented out [rails] in puppet.conf. I forgot what I was using it anyway. I tried updating all gems to the their newest versions without success. I also tried using postgres but I got the error which the wiki says happens when the gem is not installed. Strange. So I am back to S

[Puppet Users] Re: exported resources work sometimes

2009-01-22 Thread Luke Kanies
On Jan 20, 2009, at 3:34 AM, gary wrote: > Hello Jason, > > My MySQL wait_timeout is set to the default of 8 hours. Through IRC, > James and Andrew had looked into it a bit. From what we all read, > Puppet should be checking the connection and re-establishing it if > necessary. > > Perhaps I'm mi

[Puppet Users] Re: exported resources work sometimes

2009-01-20 Thread gary
Hello Jason, My MySQL wait_timeout is set to the default of 8 hours. Through IRC, James and Andrew had looked into it a bit. From what we all read, Puppet should be checking the connection and re-establishing it if necessary. Perhaps I'm missing something in the config. In [puppetmasterd], I hav

[Puppet Users] Re: exported resources work sometimes

2009-01-16 Thread Jason Kohles
"MySQL server has gone away" means you lost your connection to mysql, most likely because there is a configured idle timeout or the server was restarted. On Jan 15, 2009, at 11:15 PM, gary wrote: > > Hello, > > I'm having an issue with exported resources. I've been using stored > configs for