Issue #2846 has been updated by James Turnbull. Status changed from Needs more information to Closed
Pushed in commit:"57ae3815667f6d76af0dc79e53ab8a604fb12ff0" in branch 0.25.x ---------------------------------------- Bug #2846: Provided SuSE startup script does not with puppetd http://projects.puppetlabs.com/issues/2846 Author: Andrew Forgue Status: Closed Priority: Low Assigned to: Category: installation Target version: 0.25.5 Affected version: 0.25.1 Keywords: Branch: The Startup script provided in conf/suse/client.init does not work with puppetd. The SuSE init system attempts to be clever, but winds up failing because the hashbang line of puppetd is: <pre> #!/usr/bin/env ruby </pre> Which, IMHO, is the correct way to do things. However, the SuSE command "startproc" looks at the hashbang line for the executable and finds /usr/bin/env, so it winds up looking for /usr/bin/env in the /proc/*/ filesystem and obviously won't find it. Causing the start up script to start the process, but then report failure because the process isn't called /usr/bin/env. -- 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.
