From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.50) id 1EeM2d-00088m-QI for garchives@archives.gentoo.org; Tue, 22 Nov 2005 00:29:48 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jAM0SLAj011682; Tue, 22 Nov 2005 00:28:21 GMT Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.194]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jAM0O35H020237 for ; Tue, 22 Nov 2005 00:24:04 GMT Received: by wproxy.gmail.com with SMTP id 68so587437wri for ; Mon, 21 Nov 2005 16:24:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QFBZOIEfvh8eMLpxaMNsZKXuApI3Kwq0gq3NmpJ8UBcWrQWHy7wuHFTuRAJQnFpcHuBKfjwF07VNF1vOfyBAhiAgFIL0zbfTf1W6c3mFW8NrQAUX6CRovokYR4duLLf+1z0lvRlIzt0qBlEnkESKJ/1Al80ha469Go5fSgCO8ro= Received: by 10.54.121.9 with SMTP id t9mr2005500wrc; Mon, 21 Nov 2005 16:24:03 -0800 (PST) Received: by 10.54.126.13 with HTTP; Mon, 21 Nov 2005 16:24:03 -0800 (PST) Message-ID: <7573e9640511211624l42aaba49w63e3fb8b0c31a574@mail.gmail.com> Date: Mon, 21 Nov 2005 17:24:03 -0700 From: Richard Fish Sender: richard.j.fish@gmail.com To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Init script strangeness. In-Reply-To: <12bada460511211230w603e98b6q@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline References: <12bada460511210611p5ba26012v@mail.gmail.com> <20051121145033.3ea33877@hactar.digimed.co.uk> <12bada460511211230w603e98b6q@mail.gmail.com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by robin.gentoo.org id jAM0O35H020237 X-Archives-Salt: fe343e21-5c2a-4c98-8445-ae3751eea8ea X-Archives-Hash: 608a4094e05a3709109ed1d7db5e8e17 On 11/21/05, Anthony Roy wrote: > Thanks for the quick reply, but #!/sbin/runscript is the first line - > it must have scrolled just off of the screen when I copied the text > (sorry!). There are 2 conditions required for the start-stop-daemon to successfully stop the service: 1. A process with the given process id must exist in the system 2. Since you are giving the "--name wiki" option, the process name in /proc//stat must be "wiki". Can you verify that both of those conditions are true? # cat /proc/`cat /var/run/antwiki.pid`/stat -Richard > > > You don't appear to have "#!/sbin/runscript" on the first line. > > Any other ideas. > > -- > Ant... > > -- > gentoo-user@gentoo.org mailing list > > -- gentoo-user@gentoo.org mailing list