CentOS 5.7 on puppet master, Centos 5.7 or 6.0 on clients. puppet 2.7.5 Storeconfig enabled. activerecord-2.3.5 Time to time i got "MySQL server has gone away". How can i fix it? -- 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@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
This is not necessarily a Puppet problem. That error is the generic message you get when a MySQL client''s connection to the server is unexpectedly lost during a query. It could be a problem with your MySQL server, such as a very low connection time out, or something more serious. http://dev.mysql.com/doc/refman/5.0/en/gone-away.html On Oct 19, 9:58 am, Alexey Wasilyev <ale...@wasilyev.ru> wrote:> CentOS 5.7 on puppet master, Centos 5.7 or 6.0 on clients. puppet > 2.7.5 > Storeconfig enabled. activerecord-2.3.5 > Time to time i got "MySQL server has gone away". How can i fix it?-- 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@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On 20 October 2011 15:39, Luke Bigum <Luke.Bigum@lmax.com> wrote:> This is not necessarily a Puppet problem. That error is the generic > message you get when a MySQL client''s connection to the server is > unexpectedly lost during a query. It could be a problem with your > MySQL server, such as a very low connection time out, or something > more serious. > > http://dev.mysql.com/doc/refman/5.0/en/gone-away.html >On the puppet website there is a warning about some revisions of active record. It is a known issue: see here but there are others. http://projects.puppetlabs.com/projects/1/wiki/Using_Stored_Configuration This is the wikki page for stored configs (aka first place to look) I only fixed if by doing a ruby, gems install from RMPs and then getting the exact versions of puppet dependencies required with the gem installer. They were not available as native RPMs for my system. Rob> On Oct 19, 9:58 am, Alexey Wasilyev <ale...@wasilyev.ru> wrote: >> CentOS 5.7 on puppet master, Centos 5.7 or 6.0 on clients. puppet >> 2.7.5 >> Storeconfig enabled. activerecord-2.3.5 >> Time to time i got "MySQL server has gone away". How can i fix it? > > -- > 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@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. > >-- 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@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Wed, Oct 19, 2011 at 01:58:40AM -0700, Alexey Wasilyev wrote:> CentOS 5.7 on puppet master, Centos 5.7 or 6.0 on clients. puppet > 2.7.5 > Storeconfig enabled. activerecord-2.3.5 > Time to time i got "MySQL server has gone away". How can i fix it? >Are you using tagmail reports? You may want to have a look at these two: http://projects.puppetlabs.com/issues/3581 http://projects.puppetlabs.com/issues/4694 -Stefan