Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Init script strangeness.
Date: Tue, 22 Nov 2005 00:29:48
Message-Id: 7573e9640511211624l42aaba49w63e3fb8b0c31a574@mail.gmail.com
In Reply to: Re: [gentoo-user] Init script strangeness. by Anthony Roy
1 On 11/21/05, Anthony Roy <antroy@×××××.com> wrote:
2 > Thanks for the quick reply, but #!/sbin/runscript is the first line -
3 > it must have scrolled just off of the screen when I copied the text
4 > (sorry!).
5
6 There are 2 conditions required for the start-stop-daemon to
7 successfully stop the service:
8
9 1. A process with the given process id must exist in the system
10 2. Since you are giving the "--name wiki" option, the process name in
11 /proc/<pid>/stat must be "wiki".
12
13 Can you verify that both of those conditions are true?
14
15 # cat /proc/`cat /var/run/antwiki.pid`/stat
16
17 -Richard
18
19
20 >
21 > > You don't appear to have "#!/sbin/runscript" on the first line.
22 >
23 > Any other ideas.
24 >
25 > --
26 > Ant...
27 >
28 > --
29 > gentoo-user@g.o mailing list
30 >
31 >
32
33 --
34 gentoo-user@g.o mailing list