Issue #5409 has been reported by Peter Meier. ---------------------------------------- Bug #5409: puppet enables service on each run on debian lenny https://projects.puppetlabs.com/issues/5409
Author: Peter Meier Status: Unreviewed Priority: Normal Assignee: Category: Debian Target version: Affected Puppet version: 2.6.2 Keywords: Branch: On my lenny systems puppet enables puppet services over and over again. Mainly because the exitcode for invoke-rc.d is 105: <pre> # /usr/sbin/invoke-rc.d --quiet --query ntp start # echo $? 105 # /usr/sbin/invoke-rc.d --quiet --query lighttpd start # echo $? 105 # /usr/sbin/invoke-rc.d --quiet --query ssh start # echo $? 105 </pre> Reading from the man page this means for me that something with the invoke-rc.d call is broken. Probably related to #3936 -- 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.
