Your message dated Tue, 07 Sep 2004 11:10:10 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Not a bug
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Sep 2004 07:44:12 +0000
>From [EMAIL PROTECTED] Tue Sep 07 00:44:12 2004
Return-path: <[EMAIL PROTECTED]>
Received: from uucp3.netcore.co.in [202.162.229.13] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1C4aeC-0006GG-00; Tue, 07 Sep 2004 00:44:12 -0700
Received: from uucp1.netcore.co.in (unknown [192.168.2.1])
        by uucp3.netcore.co.in (Postfix) with ESMTP
        id 31AB33BC76; Tue,  7 Sep 2004 13:14:08 +0530 (IST)
Received: by uucp1.netcore.co.in (Postfix, from userid 10)
        id 3CDDE25DB11; Tue,  7 Sep 2004 13:14:09 +0530 (IST)
Received: from localhost (localhost [127.0.0.1])
        by netserv.nashik.candmpoultry.com (8.11.6/8.11.2) with ESMTP id 
i877kTA13564;
        Tue, 7 Sep 2004 13:16:29 +0530
Received: from 132.147.1.103 ( [132.147.1.103])
        as user [EMAIL PROTECTED] by 132.147.1.103 with HTTP;
        Tue,  7 Sep 2004 07:46:29 +0000
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 7 Sep 2004 13:09:29
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: start-stop-daemon doesn't create pid file sometimes
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
User-Agent: Internet Messaging Program (IMP) 3.0
X-Originating-IP: 132.147.1.103
X-yoursite-MailScanner-Information: Please contact the ISP for more information
X-yoursite-MailScanner: Found to be clean
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.5 required=4.0 tests=BAYES_00,DATE_IN_FUTURE_03_06,
        HAS_PACKAGE,NO_REAL_NAME autolearn=no 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: dpkg
Version: 1.10.23

Here is a way to cause start-stop-daemon to not create a pidfile.  This s=
eems
like a bug.

# killall sshd
# cp -pr ssh ssh-x
# start-stop-daemon --start --quiet --pidfile /var/run/sshd-x.pid --exec
/usr/sbin/sshd -- -f /etc/ssh-x/sshd_config
# cat /var/run/sshd-x.pid
cat: /var/run/sshd-x.pid: No such file or directory

Linux ltsp1 2.6.7 #11 SMP Mon Sep 6 13:07:49 IST 2004 i686 GNU/Linux
glibc 2.3.2.ds1-11


---------------------------------------
Received: (at 270394-done) by bugs.debian.org; 7 Sep 2004 09:10:06 +0000
>From [EMAIL PROTECTED] Tue Sep 07 02:10:06 2004
Return-path: <[EMAIL PROTECTED]>
Received: from post-22.mail.nl.demon.net [194.159.73.192] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1C4bzK-0001E4-00; Tue, 07 Sep 2004 02:10:06 -0700
Received: from aglu.demon.nl ([82.161.38.140]:63711 helo=localhost)
        by post-22.mail.nl.demon.net with esmtp (Exim 4.34)
        id 1C4by8-000G96-QV
        for [EMAIL PROTECTED]; Tue, 07 Sep 2004 09:10:03 +0000
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
        by localhost (Postfix) with ESMTP id E1AD710D673
        for <[EMAIL PROTECTED]>; Tue,  7 Sep 2004 11:10:10 +0200 (CEST)
Subject: Not a bug
From: Thomas Hood <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Content-Type: text/plain
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.6 
Date: Tue, 07 Sep 2004 11:10:10 +0200
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

> # start-stop-daemon --start --quiet --pidfile /var/run/sshd-x.pid --exec
> /usr/sbin/sshd -- -f /etc/ssh-x/sshd_config
> # cat /var/run/sshd-x.pid
> cat: /var/run/sshd-x.pid: No such file or directory


You misunderstand how the --pidfile option works.  This option
just tells s-s-d where to look for the pidfile.  s-s-d will
only _create_ the specified pidfile if you add the --make-pidfile
option.

--
Thomas Hood


Reply via email to