Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237712 - app-admin/puppet-0.24.5-r1 - /etc/init.d/{puppet,puppetmaster} fails to run with openrc
Summary: app-admin/puppet-0.24.5-r1 - /etc/init.d/{puppet,puppetmaster} fails to run w...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: MATSUU Takuto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-15 12:35 UTC by Tais P. Hansen
Modified: 2008-09-24 14:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tais P. Hansen 2008-09-15 12:35:33 UTC
With the revert in #237071 we're back where we started in #218071:

 * Starting puppet ...
 * start-stop-daemon: /usr/bin/puppetd is a script
 * start-stop-daemon: and should be started, stopped or signalled with
 * start-stop-daemon: --exec /usr/bin/ruby18 /usr/bin/puppetd
 * start-stop-daemon: or you should specify a pidfile or process name
 * Failed to start puppet                                                                                                                                                                                                              [ !! ]
 * ERROR: puppet failed to start


 * Starting puppetmaster ...
 * start-stop-daemon: /usr/bin/puppetmasterd is a script
 * start-stop-daemon: and should be started, stopped or signalled with
 * start-stop-daemon: --exec /usr/bin/ruby18 /usr/bin/puppetmasterd
 * start-stop-daemon: or you should specify a pidfile or process name
 * Failed to start puppetmaster                                                                                                                                                                                                        [ !! ]
 * ERROR: puppetmaster failed to start
Comment 1 Roy Marples 2008-09-23 08:55:24 UTC
You're using OpenRC - could you test OpenRC-9999 please? I'm sure this error should now be fixed.

Also, see if --quiet can be removed from the s-s-d call - it should only be used if the daemon is chatty and there is no other way of quieting it.
Comment 2 MATSUU Takuto (RETIRED) gentoo-dev 2008-09-24 14:50:00 UTC
fixed again.