I'm running puppetmaster with passenger and it's breaking my puppetrun
capabilities. If run puppetrun running from webbrick it runs, if I run it
with apache/passenger, it gives me an error.
bash-3.2# /usr/sbin/puppetrun --host client.dev.domain.com
Triggering client.dev.domain.com
warning: peer certificate won't be verified in this SSL session
Host client.dev.domain.com failed: HTTP-Error: 500 Internal Server Error
client.dev.domain.com finished with exit code 2
Failed: client.dev.domain.com
puppetmaster manifests $ nc -v client 8139
Connection to client 8139 port [tcp/*] succeeded!
puppetmaster manifests $
(client / Server ) namespaceauth.conf:
[fileserver]
allow *
[puppetmaster]
allow *
[puppetrunner]
allow *
puppetmaster manifests $ sudo /usr/sbin/puppetrun --trace --debug
--host=client.dev.domain.com
Triggering client.dev.domain.com
warning: peer certificate won't be verified in this SSL session
/usr/lib/ruby/1.8/xmlrpc/client.rb:546:in `do_rpc'
/usr/lib/ruby/1.8/xmlrpc/client.rb:420:in `call2'
/usr/lib/ruby/1.8/xmlrpc/client.rb:410:in `call'
/usr/lib/ruby/site_ruby/1.8/puppet/network/xmlrpc/client.rb:146:in
`make_rpc_call'
/usr/lib/ruby/site_ruby/1.8/puppet/network/xmlrpc/client.rb:39:in `run'
/usr/lib/ruby/site_ruby/1.8/puppet/network/client/proxy.rb:15:in `send'
/usr/lib/ruby/site_ruby/1.8/puppet/network/client/proxy.rb:15:in `run'
/usr/lib/ruby/site_ruby/1.8/puppet/application/puppetrun.rb:122:in
`run_for_host'
/usr/lib/ruby/site_ruby/1.8/puppet/application/puppetrun.rb:70:in `main'
/usr/lib/ruby/site_ruby/1.8/puppet/application/puppetrun.rb:69:in `fork'
/usr/lib/ruby/site_ruby/1.8/puppet/application/puppetrun.rb:69:in `main'
/usr/lib/ruby/site_ruby/1.8/puppet/application.rb:226:in `send'
/usr/lib/ruby/site_ruby/1.8/puppet/application.rb:226:in `run_command'
/usr/lib/ruby/site_ruby/1.8/puppet/application.rb:217:in `run'
/usr/lib/ruby/site_ruby/1.8/puppet/application.rb:306:in `exit_on_fail'
/usr/lib/ruby/site_ruby/1.8/puppet/application.rb:217:in `run'
/usr/sbin/puppetrun:129
Host client.dev.domain.com failed: HTTP-Error: 500 Internal Server Error
client.dev.domain.com finished with exit code 2
Failed: client.dev.domain.com
Has anyone seen this before?
Thanks,
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To post to this group, send email to [email protected].
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.