Summary: | www-servers/monkeyd will always fail for a "clean" shutdown | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | James Rowe <jnrowe> |
Component: | Current packages | Assignee: | SpanKY <vapier> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | www-servers+disabled |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
monkeyd-fix-initd-stop.patch
monkeyd-fix-initd-stop.patch |
Description
James Rowe
2005-02-19 05:14:55 UTC
Created attachment 51588 [details, diff]
monkeyd-fix-initd-stop.patch
i dont like running `kill` ... does this work for you in the stop() func ? start-stop-daemon --stop --quiet --pidfile ${MONKEY_PID} Yeah, it works fine ;) Just out of curiousity is that a Gentoo policy or personal preference? I'm just curious really, so ignore at will. Created attachment 51723 [details, diff]
monkeyd-fix-initd-stop.patch
Just an update with SpanKY's suggested method instead of calling kill directly.
no, there is no policy ... personal experience has shown running `start-stop-daemon` on pid files to be a much more robust method than executing `kill` added to 0.9.0-r1, thanks :) |