Jira (PUP-3238) puppet crashes if there are multiple pluginsync files with same name
Title: Message Title Adam Winberg commented on an issue Re: puppet crashes if there are multiple pluginsync files with same name Also forgot to mention, this happens on RHEL6 hosts but not RHEL7. So what's different there? The http_keepalive_timeout is set to 4 in both instances and they connect to the same puppetmaster. Add Comment Puppet / PUP-3238 puppet crashes if there are multiple pluginsync files with same name I have two dirname.rb functions in my code, one from stdlib and one in a different module I installed at an earlier stage. This has never been a problem, puppet has somehow chosen one of them and not complained about it. After upgrading to 3.7.0 on the clients, the puppetruns crashes with "Error: Could not retrieve catalog from remote server: end of file... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google
Jira (PUP-3238) puppet crashes if there are multiple pluginsync files with same name
Title: Message Title Adam Winberg commented on an issue Re: puppet crashes if there are multiple pluginsync files with same name ok, so I had a KeepAliveTimeout setting of '1' in apache on my puppetmaster. Setting this to '5', to be higher than puppets 'http_keepalive_timeout' default setting of 4s, solves the problem. I do however think that, if possible, there should be a error message indicating this problem more clearly. Add Comment Puppet / PUP-3238 puppet crashes if there are multiple pluginsync files with same name I have two dirname.rb functions in my code, one from stdlib and one in a different module I installed at an earlier stage. This has never been a problem, puppet has somehow chosen one of them and not complained about it. After upgrading to 3.7.0 on the clients, the puppetruns crashes with "Error: Could not retrieve catalog from remote server: end of file... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email
Jira (PUP-3238) puppet crashes if there are multiple pluginsync files with same name
Title: Message Title Adam Winberg commented on an issue Re: puppet crashes if there are multiple pluginsync files with same name I spoke to soon... Removing, or rather making a change in the plugins, made the puppetrun work once, but the following run fails with the same error. Add Comment Puppet / PUP-3238 puppet crashes if there are multiple pluginsync files with same name I have two dirname.rb functions in my code, one from stdlib and one in a different module I installed at an earlier stage. This has never been a problem, puppet has somehow chosen one of them and not complained about it. After upgrading to 3.7.0 on the clients, the puppetruns crashes with "Error: Could not retrieve catalog from remote server: end of file... This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede) -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com. To post to this group, send email to puppet-bugs@googlegroups.com. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, vi
Jira (PUP-3238) puppet crashes if there are multiple pluginsync files with same name
Title: Message Title Adam Winberg created an issue Puppet / PUP-3238 puppet crashes if there are multiple pluginsync files with same name Issue Type: Bug Affects Versions: 3.7.0 Assignee: Kylo Ginsberg Components: Client Created: 12/Sep/14 12:05 AM Priority: Normal Reporter: Adam Winberg I have two dirname.rb functions in my code, one from stdlib and one in a different module I installed at an earlier stage. This has never been a problem, puppet has somehow chosen one of them and not complained about it. After upgrading to 3.7.0 on the clients, the puppetruns crashes with "Error: Could not retrieve catalog from remote server: end of file reached" using --debug parameter did not make the reasons for this any clearer and I have not found any documentation in release notes about this. I think this change should be included in release notes and there should be a clearer error message about it.