Issue #13299 has been updated by Kelsey Hightower. Assignee deleted (Kelsey Hightower)
This issue seems related to the work just completed in #12933. ---------------------------------------- Bug #13299: Poorly worded error when state file exists https://projects.puppetlabs.com/issues/13299#change-58169 Author: Ramin K Status: Accepted Priority: Normal Assignee: Category: agent Target version: 2.7.x Affected Puppet version: Keywords: error message Branch: 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.
