In one screen I am running the puppet daemon. root@puppetmaster:~# puppetmasterd --verbose --no-daemonize info: Caching certificate for ca info: Creating a new SSL certificate request for puppetmaster notice: puppetmaster has a waiting certificate request notice: Signed certificate request for puppetmaster notice: Removing file Puppet::SSL::CertificateRequest puppetmaster at ''/var/lib/puppet/ssl/ca/requests/puppetmaster.pem'' notice: Removing file Puppet::SSL::CertificateRequest puppetmaster at ''/var/lib/puppet/ssl/certificate_requests/puppetmaster.pem'' notice: Starting Puppet server version 0.25.4 err: Removing mount files: /etc/puppet/files does not exist Next screen. root@puppetmaster:~# puppetd --server puppetmaster.patient-pad.org--waitforcert 60 --test info: Retrieving plugin err: /File[/var/lib/puppet/lib]: Failed to generate additional resources using ''eval_generate'': undefined method `closed?'' for nil:NilClass err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: undefined method `closed?'' for nil:NilClass Could not retrieve file metadata for puppet://puppetmaster.domainname.com/plugins: undefined method `closed?'' for nil:NilClass err: Could not retrieve catalog from remote server: undefined method `closed?'' for nil:NilClass warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run Any ideas on this? Thanks -- 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.
On Wed, Dec 29, 2010 at 7:13 AM, Shawn <taaj.shawn@gmail.com> wrote:> In one screen I am running the puppet daemon. > > root@puppetmaster:~# puppetmasterd --verbose --no-daemonize > info: Caching certificate for ca > info: Creating a new SSL certificate request for puppetmaster > notice: puppetmaster has a waiting certificate request > notice: Signed certificate request for puppetmaster > notice: Removing file Puppet::SSL::CertificateRequest puppetmaster at > ''/var/lib/puppet/ssl/ca/requests/puppetmaster.pem'' > notice: Removing file Puppet::SSL::CertificateRequest puppetmaster at > ''/var/lib/puppet/ssl/certificate_requests/puppetmaster.pem'' > notice: Starting Puppet server version 0.25.4 > err: Removing mount files: /etc/puppet/files does not exist > > Next screen. > > > root@puppetmaster:~# puppetd --server puppetmaster.patient-pad.org > --waitforcert 60 --test > info: Retrieving plugin > err: /File[/var/lib/puppet/lib]: Failed to generate additional resources > using ''eval_generate'': undefined method `closed?'' for nil:NilClass > err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of > resource: undefined method `closed?'' for nil:NilClass Could not retrieve > file metadata for puppet://puppetmaster.domainname.com/plugins: undefined > method `closed?'' for nil:NilClass > err: Could not retrieve catalog from remote server: undefined method > `closed?'' for nil:NilClass > warning: Not using cache on failed catalog > err: Could not retrieve catalog; skipping runDoes the problem go away if you add "--no-pluginsync" to the puppetd invocation? Can you let us know what versions of puppet and facter you are running? $ puppet --version $ facter --version> > > > Any ideas on this? > > Thanks > > -- > 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. >-- 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.
On Dec 29, 2010, at 7:13 AM, Shawn wrote:> err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: undefined method `closed?'' for nil:NilClass Could not retrieve file metadata for puppet://puppetmaster.domainname.com/plugins: undefined method `closed?'' for nil:NilClass > err: Could not retrieve catalog from remote server: undefined method `closed?'' for nil:NilClassThis error is a bug that is fixes in later versions of puppet. It means, something went wrong (this might be your fault) and the cleanup code failed (this part isn''t your fault). You can find more information and a workaround that will get you the real error at: http://projects.puppetlabs.com/issues/3101 You can also get the real error message if you upgrade to 0.25.5 or 2.6.x -- 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.