Issue #2889 has been updated by Luke Kanies. Assigned to changed from Luke Kanies to James Turnbull Priority changed from Normal to Low
Ok, so looks like it's a problem on the client and it's not propagating its error correctly. This problem becomes moot with rowlf, because we're moving puppetrun to REST, which already has much better error propagation. Should we just ignore the problem, or does someone feel like tracking this down sufficiently to fix it in 0.25.2 or something? ---------------------------------------- Bug #2889: puppetrun gives error 500 with no explanation http://projects.reductivelabs.com/issues/2889 Author: Alex Urbanowicz Status: Needs design decision Priority: Low Assigned to: James Turnbull Category: Target version: Affected version: 0.24.8 Keywords: puppetrun 500 Branch: Hello! We have problem using puppetrun: [r...@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 on the puppet the --trace --debug --verbose log looks as follows: Dec 4 18:06:57 hostname puppetd[30452]: (access[fileserver]) allowing puppet.fqdn access namespaceauth.conf contents is: [fileserver] allow puppet.fqdn [puppetmaster] allow puppet.fqdn [puppetrunner] allow *.fqdn [puppetbucket] allow *.fqdn [puppetreports] allow puppet.fqdn [resource] allow puppet.fqdn 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://reductivelabs.com/redmine/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.
