On Aug 12, 8:13 am, James Turnbull <ja...@puppetlabs.com> wrote: > MadX wrote: > > We have successfully installed puppet on a CentOS Server, but I am > > battling with a deployment. > > > It has to do with grid software. The repository gets created, then > > begins installation. > > The problem is that it just hangs - no errors, no network activity. I > > can see puppet is running, but nothing it being updated. > > > Any pointers ? > > Puppet version? CentOS version? Manifest that is hanging? Log output? > > All will help diagnose the issue. > > Regards > > James Turnbull > > -- > Puppet Labs -http://www.puppetlabs.com > C: 503-734-8571
My bad .. :) Here are the things I have so far: Server: CentOS release 5.5 (Final) puppet-0.25.5-1.el5 puppet-server-0.25.5-1.el5 LOG: (masterhttpd.log) [2010-08-12 08:05:47] - -> /production/file_metadata/site/etc/ yum.repos.d/ujrc.repo [2010-08-12 08:06:33] basicldap.testservice.uj.ac.za - - [12/Aug/ 2010:08:06:33 SAST] "GET /production/file_metadata/site/etc/gmond.conf %5EWN HTTP/1.1" 200 304 [2010-08-12 08:06:33] - -> /production/file_metadata/site/etc/ gmond.conf%5EWN [2010-08-12 08:06:33] basicldap.testservice.uj.ac.za - - [12/Aug/ 2010:08:06:33 SAST] "GET /production/file_content/site/etc/gmond.conf %5EWN HTTP/1.1" 200 7390 Client: puppet-0.25.5-1.el5 Scientific Linux SL release 5.4 (Boron) The last message on the screen I have: notice: //workernode/Glitenode[wn]/Package[sagrid-repo]/ensure: created Then nothing ... The puppet class being called at this point: class userSoftware { package { "CERNLIB":ensure=>present,require=>Yumrepofile["ujrc"]; } package { ["sagrid-geant","sagrid- root"]:ensure=>present,require=>Package["sagrid-repo"]; } file{ [ "/opt/exp_soft/sagrid/bin/sagrid-clhep","/opt/exp_soft/sagrid/bin/ sagrid-geant"]: mode=>0555,require=>Package["sagrid-geant","sagrid-root"]; } } -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@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.