Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 152861 - net-analyzer/sguil-server init script error
Summary: net-analyzer/sguil-server init script error
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Benjamin Smee (strerror) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-26 02:39 UTC by R. Welz
Modified: 2007-04-12 18:07 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 R. Welz 2006-10-26 02:39:48 UTC
Vesta ~ # /etc/init.d/sguild start
 * Service sguild starting
SGUILD: killing child procs...
SGUILD: Exiting...                                                                                                                          [ !! ]--oknodo
 * ERROR:  sguild failed to start


Possible solution: Adding --oknodo to 
start() {
        checkconfig || return 1
        ebegin "Starting sguild"
        start-stop-daemon --oknodo --start --quiet -c sguil --exec /usr/bin/sguild \
                -- ${SGUILD_OPTS} ${EXTRA_SGUILD_OPTS} -D -P /var/run/sguil/sguild.pid
        eend $?
}

in /etc/init.d/sguil-server.

Can somebody confirm this?

Greetings,
Robert Welz
Comment 1 Markus Ullmann (RETIRED) gentoo-dev 2007-04-12 18:07:05 UTC
Hrm bug seems stale on our side, though to refresh it...

Please reopen if it's still an issue for you