Wasn't there a facter 1.5.4 bug that caused this hang on RHEL4?

Dan Bode wrote:
> 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.saur...@gmail.com
> <mailto:nitw.saur...@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 <http://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 <http://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
>
>
>
>
> >

-- 

Trevor Hemsley
Infrastructure Engineer
.................................................
* C A L Y P S O
* Brighton, UK   

OFFICE  +44 (0) 1273 666 350
FAX     +44 (0) 1273 666 351

.................................................
www.calypso.com

This electronic-mail might contain confidential information intended
only for the use by the entity named. If the reader of this message is
not the intended recipient, the reader is hereby notified that any
dissemination, distribution or copying is strictly prohibited.

* P * /*/ Please consider the environment before printing this e-mail /*/


--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to