Hi i''m using puppet version .24.8 on both servers puppetmaster and puppet client . We have some rhel5 servers and some rhel4 servers . On rhel5 servers i dont any issues , but on rhel4 servers , Puppet client hangs after loading state . I upgraded the ruby version to 1.8.6 to be on the safer side but was of no help Client server details #-(1)> uname -a && cat /etc/redhat-release && puppetd --version && facter --version && ruby --version Linux lhb-us-6.xyz.com 2.6.9-89.ELsmp #1 SMP Mon Apr 20 10:33:05 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux Red Hat Enterprise Linux ES release 4 (Nahant Update 8) 0.24.8 1.5.4 ruby 1.8.6 (2007-09-24 patchlevel 111) [x86_64-linux] Puppet master Server details : #-(0)> uname -a && cat /etc/redhat-release && puppetd --version && facter --version && ruby --version Linux puppet.xyz.com 2.6.9-42.0.10.ELsmp #1 SMP Fri Feb 16 17:17:21 EST 2007 i686 i686 i386 GNU/Linux Red Hat Enterprise Linux ES release 4 (Nahant Update 4) 0.24.8 1.5.4 ruby 1.8.5 (2006-08-25) [i386-linux] Strange part is before certificate authentication the client was able to contact puppet master , but after certificate got signed the puppetd is not even contacting puppetmaster , i can check that through tcpdump on puppetmaster that there no communication between puppetmaster and client , but i use --test option everything seems to work fine . Output of puppet client when it is hung : http://pastebin.com/m7e344125 Please help me to debug or point me to some debugging technique . Thanks Saurabh Verma --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
In my experience, the most likely cause of puppet hanging would be a hung connection on the package manager. The default package manager for RH4 is up2date, could this be the problem? If its supposed to use yum, then try setting the default provider for Package to yum. Package { provider => $operatingsystem ? { ''redhat'' => ''yum'', default => undef, }, } On Tue, Nov 10, 2009 at 3:02 AM, Saurabh Verma <nitw.saurabh@gmail.com>wrote:> > Hi > > i''m using puppet version .24.8 on both servers puppetmaster and puppet > client . We have some rhel5 servers and some rhel4 servers . On rhel5 > servers i dont any issues , but on rhel4 servers , Puppet client hangs > after loading state . I upgraded the ruby version to 1.8.6 to be on > the safer side but was of no help > > Client server details > > #-(1)> uname -a && cat /etc/redhat-release && puppetd --version && > facter --version && ruby --version > Linux lhb-us-6.xyz.com 2.6.9-89.ELsmp #1 SMP Mon Apr 20 10:33:05 EDT > 2009 x86_64 x86_64 x86_64 GNU/Linux > Red Hat Enterprise Linux ES release 4 (Nahant Update 8) > 0.24.8 > 1.5.4 > ruby 1.8.6 (2007-09-24 patchlevel 111) [x86_64-linux] > > > Puppet master Server details : > > #-(0)> uname -a && cat /etc/redhat-release && puppetd --version && > facter --version && ruby --version > Linux puppet.xyz.com 2.6.9-42.0.10.ELsmp #1 SMP Fri Feb 16 17:17:21 EST > 2007 i686 i686 i386 GNU/Linux > Red Hat Enterprise Linux ES release 4 (Nahant Update 4) > 0.24.8 > 1.5.4 > ruby 1.8.5 (2006-08-25) [i386-linux] > > > Strange part is before certificate authentication the client was able to > contact puppet master , but after certificate got signed the puppetd is > not even contacting puppetmaster , i can check that through tcpdump on > puppetmaster that there no communication between puppetmaster and > client , but i use --test option everything seems to work fine . > > Output of puppet client when it is hung : http://pastebin.com/m7e344125 > > > Please help me to debug or point me to some debugging technique . > > > Thanks > Saurabh Verma > > > >--~--~---------~--~----~------------~-------~--~----~ 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, I''m having a problem with puppetmaster, it works fine for hours, and suddenly it hangs or stops without explanation. I have some CentOS and Ubuntu machines, so the puppet version I''m using is 2.6 on CentOS and 2.7 on Ubuntu. Could it be the problem? The log only shows the compilation of catalogs of each server and when it stops it just stops logging, there is no explanation on logs. Also, I stops on different server processing, so there is no error pattern. Thank you in advance. Regards, Rodrigo Iga. On Tuesday, November 10, 2009 6:02:41 AM UTC-3, Saurabh Verma wrote:> > Hi > > i''m using puppet version .24.8 on both servers puppetmaster and puppet > client . We have some rhel5 servers and some rhel4 servers . On rhel5 > servers i dont any issues , but on rhel4 servers , Puppet client hangs > after loading state . I upgraded the ruby version to 1.8.6 to be on > the safer side but was of no help > > Client server details > > #-(1)> uname -a && cat /etc/redhat-release && puppetd --version && > facter --version && ruby --version > Linux lhb-us-6.xyz.com 2.6.9-89.ELsmp #1 SMP Mon Apr 20 10:33:05 EDT > 2009 x86_64 x86_64 x86_64 GNU/Linux > Red Hat Enterprise Linux ES release 4 (Nahant Update 8) > 0.24.8 > 1.5.4 > ruby 1.8.6 (2007-09-24 patchlevel 111) [x86_64-linux] > > > Puppet master Server details : > > #-(0)> uname -a && cat /etc/redhat-release && puppetd --version && > facter --version && ruby --version > Linux puppet.xyz.com 2.6.9-42.0.10.ELsmp #1 SMP Fri Feb 16 17:17:21 EST > 2007 i686 i686 i386 GNU/Linux > Red Hat Enterprise Linux ES release 4 (Nahant Update 4) > 0.24.8 > 1.5.4 > ruby 1.8.5 (2006-08-25) [i386-linux] > > > Strange part is before certificate authentication the client was able to > contact puppet master , but after certificate got signed the puppetd is > not even contacting puppetmaster , i can check that through tcpdump on > puppetmaster that there no communication between puppetmaster and > client , but i use --test option everything seems to work fine . > > Output of puppet client when it is hung : http://pastebin.com/m7e344125 > > > Please help me to debug or point me to some debugging technique . > > > Thanks > Saurabh Verma > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/dglOGJnNI6UJ. 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.