Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 152861

Summary: net-analyzer/sguil-server init script error
Product: Gentoo Linux Reporter: R. Welz <welz>
Component: Current packagesAssignee: Benjamin Smee (strerror) (RETIRED) <strerror>
Status: RESOLVED NEEDINFO    
Severity: major CC: netmon
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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