Issue #2889 has been updated by James Turnbull. Status changed from Needs design decision to Closed
Nicholas - given the unlikeliness of another 0.24.x release I am going to close this. ---------------------------------------- Bug #2889: puppetrun gives error 500 with no explanation https://projects.puppetlabs.com/issues/2889 Author: Alex Urbanowicz Status: Closed Priority: Low Assignee: James Turnbull Category: Target version: Affected Puppet version: 0.24.8 Keywords: puppetrun 500 Branch: Hello! We have problem using puppetrun: <pre> [root@stonka alex]# puppetrun --trace --debug --host hostname.fqdn debug: Parsing /etc/puppet/puppet.conf debug: Puppet::Network::Client::Runner: defining puppetrunner.run Triggering hostname.fqdn debug: Calling puppetrunner.run err: Could not call puppetrunner.run: #<RuntimeError: HTTP-Error: 500 Internal Server Error > Host hostname.fqdn failed: HTTP-Error: 500 Internal Server Error hostname.fqdn finished with exit code 2 Failed: hostname.fqdn </pre> on the puppet the --trace --debug --verbose log looks as follows: <pre> Dec 4 18:06:57 hostname puppetd[30452]: (access[fileserver]) allowing puppet.fqdn access </pre> namespaceauth.conf contents is: <pre> [fileserver] allow puppet.fqdn [puppetmaster] allow puppet.fqdn [puppetrunner] allow *.fqdn [puppetbucket] allow *.fqdn [puppetreports] allow puppet.fqdn [resource] allow puppet.fqdn </pre> Strace gives unconclusive results. I suspect the problem is somewhat related to the network setup (the puppet I try to trigger has no access to reverse dns of the fqdn domain, and uses /etc/hosts lookups) but I found no way to confirm this. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
