Issue #21922 has been updated by Andrew Parker.
Thanks for the extra info Vincent. What version of puppet were you on before 3.2.3? I ask because the reloading functionality was added in 3.0.0 (#12126) and doesn't look to have been changed since. If you were upgrading from a pre-3.0.0 puppet, then I suspect that there is something in that initial change that is wrong. However, if you were running fine on a puppet 3.x before 3.2.3 without problem, then that would change what I should be looking for. ---------------------------------------- Bug #21922: Forced to kill and restart Puppet demon after update to 3.2.3 https://projects.puppetlabs.com/issues/21922#change-99816 * Author: Vincent Gallissot * Status: Needs More Information * Priority: Normal * Assignee: Vincent Gallissot * Category: Red Hat * Target version: * Affected Puppet version: 3.3.1 * Keywords: fedora18 puppet3.2.3 class autoload * Branch: ---------------------------------------- I just updated to Puppet 3.2.3-1 using yum.puppetlabs.com as repo. It worked fine at the beginning but after a random time, each of my Fedora18 node became unworking. Here is the error I got in Puppet Dashboard 1.2.23 : <pre> err Failed to apply catalog: Could not autoload puppet/util/instrumentation/listeners/log: Class Log is already defined in Puppet::Util::Instrumentation Puppet 2013-07-24 08:12 CEST err Could not autoload puppet/util/instrumentation/listeners/log: Class Log is already defined in Puppet::Util::Instrumentation Puppet 2013-07-24 08:12 CEST </pre> It's the same error on every nodes. To repair it, I kill puppet process and start it again : "systemctl start puppet.service". The node packages : <pre> [root@node27 ~]# rpm -qa | egrep "(puppet|hiera|facter|ruby)" ruby-1.9.3.448-31.fc18.x86_64 ruby-irb-1.9.3.448-31.fc18.noarch rubygems-1.8.25-6.fc18.noarch ruby-libs-1.9.3.448-31.fc18.x86_64 hiera-1.2.1-1.fc18.noarch ruby-augeas-0.4.1-4.fc18.x86_64 rubygem-io-console-0.3-31.fc18.x86_64 facter-1.7.2-1.fc18.x86_64 libselinux-ruby-2.1.12-7.3.fc18.x86_64 rubygem-json-1.6.8-1.fc18.x86_64 rubygem-rdoc-3.12-6.fc18.noarch ruby-rgen-0.6.5-1.fc18.noarch puppet-3.2.3-1.fc18.noarch ruby-shadow-1.4.1-17.fc18.x86_64 rubygem-bigdecimal-1.1.0-31.fc18.x86_64 OS is Fedora Core 18 x86_64 : [root@node27 ~]# uname -r 3.9.6-200.fc18.x86_64 </pre> -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
