Hi, I have a lot of systems where the puppetd doesn''t do anything .. When I test with puppetd -tv, it s running well, but when it is started as deamon th process do nothing :( How can I debug this ? Vincent May 29 10:07:56 puppetd[6160]: Reopening log files May 29 10:07:56 puppetd[6160]: Starting Puppet client version 0.24.8 May 29 10:07:56 puppet: puppetd startup succeeded May 29 10:09:13 puppetd[6160]: Caught TERM; shutting down May 29 10:09:13 puppetd[6160]: Shutting down May 29 10:09:17 puppet: puppetd shutdown succeeded May 29 10:09:25 puppetd[6271]: Reopening log files May 29 10:09:25 puppetd[6271]: Starting Puppet client version 0.24.8 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Hi, Vincent Louviaux wrote:> I have a lot of systems where the puppetd doesn''t do anything ..Have you recently upgraded Puppet and/or Facter? If so, you are hitting the same Facter bug that I did with EL4. Essentially, Facter hangs trying to read /proc/uptime and /proc/virtual (on my XenU guests). You should try the new Facter 1.5.5RC1 which has the fixes for these to see if that resolves the problem. I actually had to manually fix all my servers because Puppet had stopped working. Also, when upgrading Facter, make sure you restart Puppet (if you''re running a daemon), otherwise you can also run into problems I''ve discovered. Hope that helps, Avi --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
it s 1.5.4 coming from epel depots .. I will try the 1.5.5 but I think there are no rpm available at this time, I must compile .. Thanks for your help Vincent On Fri, May 29, 2009 at 10:32 AM, Avi Miller <avi.miller@gmail.com> wrote:> > Hi, > > Vincent Louviaux wrote: > > I have a lot of systems where the puppetd doesn''t do anything .. > > Have you recently upgraded Puppet and/or Facter? If so, you are hitting > the same Facter bug that I did with EL4. Essentially, Facter hangs > trying to read /proc/uptime and /proc/virtual (on my XenU guests). You > should try the new Facter 1.5.5RC1 which has the fixes for these to see > if that resolves the problem. > > I actually had to manually fix all my servers because Puppet had > stopped working. Also, when upgrading Facter, make sure you restart > Puppet (if you''re running a daemon), otherwise you can also run into > problems I''ve discovered. > > Hope that helps, > Avi > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
I have try with the 1.5.2-1.el4 and it s working :-) So yes this is coming from facter 1.5.4 Thanks Vincent On Fri, May 29, 2009 at 10:40 AM, Vincent Louviaux <vincent@louviaux.com>wrote:> it s 1.5.4 coming from epel depots .. > > I will try the 1.5.5 but I think there are no rpm available at this time, I > must compile .. > > Thanks for your help > > Vincent > > > On Fri, May 29, 2009 at 10:32 AM, Avi Miller <avi.miller@gmail.com> wrote: > >> >> Hi, >> >> Vincent Louviaux wrote: >> > I have a lot of systems where the puppetd doesn''t do anything .. >> >> Have you recently upgraded Puppet and/or Facter? If so, you are hitting >> the same Facter bug that I did with EL4. Essentially, Facter hangs >> trying to read /proc/uptime and /proc/virtual (on my XenU guests). You >> should try the new Facter 1.5.5RC1 which has the fixes for these to see >> if that resolves the problem. >> >> I actually had to manually fix all my servers because Puppet had >> stopped working. Also, when upgrading Facter, make sure you restart >> Puppet (if you''re running a daemon), otherwise you can also run into >> problems I''ve discovered. >> >> Hope that helps, >> Avi >> >> >> >> >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---