Hi all, last week I was able to configure client-server with a CentOs 5.2 and Scientifi Linux 4 (RH ent 4).
Now, I must change my server to SL4, and my repos give me version 0.22, and I found some problems with rrdtool, again. So, I'd like to install version 0.24 using epel repos: http://download.fedora.redhat.com/pub/epel/4/x86_64/ I can do it and seems to work on server but it gives me a warning: Could not load confine test 'operatingsystem': No such file to load -- puppet/provider/confine/operatingsystem (I've seen the old bug and I don't care about it). One important thing is that debug mode send the process to background: [EMAIL PROTECTED] puppet]# /usr/sbin/puppetmasterd --manifest=/etc/puppet/manifests/site.pp --logdest=/var/log/puppet/puppetmaster.log --debug Could not load confine test 'operatingsystem': No such file to load -- puppet/provider/confine/operatingsystem Could not load confine test 'operatingsystem': No such file to load -- puppet/provider/confine/operatingsystem Could not load confine test 'operatingsystem': No such file to load -- puppet/provider/confine/operatingsystem [EMAIL PROTECTED] puppet]# ps -ef|grep puppet puppet 27541 1 0 16:54 ? 00:00:00 /usr/bin/ruby /usr/sbin/puppetmasterd --manifest=/etc/puppet/manifests/site.pp --logdest=/var/log/puppet/puppetmaster.log --debug On the client side, the problem is more importan: # puppetd --server gridservices.pic.es --waitforcert 60 --test --report Could not load confine test 'operatingsystem': No such file to load -- puppet/provider/confine/operatingsystem err: Could not retrieve catalog: Certificates were not trusted: block type is not 01 warning: Not using cache on failed catalog Again, I could discard the warning, but what's the meaning of the error? And, how may I see the debug messages if the process goes to background? Thanks in advance, Arnau --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---