Issue #13299 has been updated by Patrick Carlisle. Status changed from Accepted to In Topic Branch Pending Review Branch set to https://github.com/puppetlabs/puppet/pull/671
---------------------------------------- Bug #13299: Poorly worded error when state file exists https://projects.puppetlabs.com/issues/13299#change-60592 Author: Ramin K Status: In Topic Branch Pending Review Priority: Normal Assignee: Patrick Carlisle Category: agent Target version: 2.7.x Affected Puppet version: Keywords: error message Branch: https://github.com/puppetlabs/puppet/pull/671 When updating from 2.7.11 to 2.7.12 on the client sometimes a state file is left behind. <pre> Mar 21 18:15:07 ip-10-170-54-145 puppet-agent[16076]: Starting Puppet client version 2.7.11 Mar 21 18:15:29 ip-10-170-54-145 puppet-agent[16076]: Caught TERM; calling stop Mar 21 18:15:31 ip-10-170-54-145 puppet-agent[16859]: Reopening log files Mar 21 18:15:31 ip-10-170-54-145 puppet-agent[16859]: Starting Puppet client version 2.7.12 Mar 21 18:15:31 ip-10-170-54-145 puppet-agent[16859]: Skipping run of Puppet configuration client; administratively disabled; use 'puppet Puppet configuration client --enable' to re-enable. </pre> The resulting error message looks like it's missing some wording. I'd replace the config client stuff so that it reads as below so the average user can resolve the problem quickly. <pre>Skipping run of Puppet configuration client; administratively disabled; use 'puppet agent --enable' to re-enable.</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 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.
