Issue #2846 has been updated by Markus Roberts. Target version set to Puppet - 0.25.3
---------------------------------------- Bug #2846: Provided SuSE startup script does not with puppetd http://projects.reductivelabs.com/issues/2846 Author: Andrew Forgue Status: Needs more information Priority: Low Assigned to: Category: installation Target version: 0.25.3 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://reductivelabs.com/redmine/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.
