Tim Uckun
2011-Nov-28 01:30 UTC
[Puppet Users] Errors on both client and server when setting up initial puppet infrastructure
Hey all. I am trying to set up puppet for the first time and I am having the following issues. On the client when I run it I get this error. Running puppet agent it should configure itself now /usr/local/lib/ruby/gems/1.9.1/gems/facter-1.6.3/lib/facter/util/config.rb:7: Use RbConfig instead of obsolete and deprecated Config. /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'': iconv will be deprecated in the future, use String#encode instead. Could not load confine test ''operatingsystem'': cannot load such file -- puppet/provider/confine/operatingsystem Could not load confine test ''operatingsystem'': cannot load such file -- puppet/provider/confine/operatingsystem Could not load confine test ''operatingsystem'': cannot load such file -- puppet/provider/confine/operatingsystem Could not load confine test ''operatingsystem'': cannot load such file -- puppet/provider/confine/operatingsystem Could not load confine test ''operatingsystem'': cannot load such file -- puppet/provider/confine/operatingsystem Could not load confine test ''operatingsystem'': cannot load such file -- puppet/provider/confine/operatingsystem Could not load confine test ''operatingsystem'': cannot load such file -- puppet/provider/confine/operatingsystem Could not load confine test ''operatingsystem'': cannot load such file -- puppet/provider/confine/operatingsystem info: Creating a new SSL key for ubuntuvm1 err: Could not request certificate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed. This is often because the time is out of sync on the server or client err: Could not request certificate: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed. This is often because the time is out of sync on the server or client The client and server are on different continents and have different time zones. On the server I get this error. puppetca --list /usr/local/lib/ruby/gems/1.8/gems/puppet-2.7.6/lib/puppet/application.rb:335:in `configure_indirector_routes'': undefined method `[]'' for false:FalseClass (NoMethodError) from /usr/local/lib/ruby/gems/1.8/gems/puppet-2.7.6/lib/puppet/application.rb:305:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/puppet-2.7.6/lib/puppet/application.rb:401:in `exit_on_fail'' from /usr/local/lib/ruby/gems/1.8/gems/puppet-2.7.6/lib/puppet/application.rb:305:in `run'' from /usr/local/lib/ruby/gems/1.8/gems/puppet-2.7.6/bin/puppetca:4 from /usr/local/bin/puppetca:19:in `load'' from /usr/local/bin/puppetca:19 -- 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.
Felix Frank
2011-Dec-07 16:54 UTC
Re: [Puppet Users] Errors on both client and server when setting up initial puppet infrastructure
> /usr/local/lib/ruby/gems/1.9.1/gems/facter-1.6.3/lib/facter/util/config.rbHi, I disbelieve that puppet is supposed to work with ruby 1.9 yet. Isn''t 1.9.1 supposed to be terribly buggy? Try 1.8.7, please. HTH, Felix -- 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.