Your message dated Mon, 31 Oct 2005 20:42:25 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327178: dirmngr: Conflicting change with #332744:
start-stop-daemon and --exec for stopping considered harmful
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; 8 Sep 2005 07:21:48 +0000
>From [EMAIL PROTECTED] Thu Sep 08 00:21:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pop-sarus.atl.sa.earthlink.net [207.69.195.72]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EDGjE-0007sP-00; Thu, 08 Sep 2005 00:21:48 -0700
Received: from user-0vvdalc.cable.mindspring.com ([63.246.170.172]
helo=[127.0.0.1])
by pop-sarus.atl.sa.earthlink.net with esmtp (Exim 3.36 #10)
id 1EDGjD-000108-00; Thu, 08 Sep 2005 03:21:47 -0400
Content-Type: multipart/mixed; boundary="===============1822554999=="
MIME-Version: 1.0
From: Sukant Hajra <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /etc/init.d/dirmngr doesn't "stop"
X-Mailer: reportbug 3.15
Date: Thu, 08 Sep 2005 02:21:46 -0500
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--===============1822554999==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: dirmngr
Version: 0.9.2-1
Severity: important
Tags: patch
I found that on my system, the prockill function called by
"/etc/init.d/dirmngr stop" didn't work. I dug into the killproc
definition, and I believe killproc should be called with a fully pathed
daemon name as an argument ("killproc /usr/bin/dirmngr" instead of
"killproc dirmngr"). I've included a trivial patch for /etc/init.d/dirmngr
for your convenience.
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (400, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-050815
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages dirmngr depends on:
ii adduser 3.67 Add and remove users and groups
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libgcrypt11 1.2.1-4 LGPL Crypto library - runtime libr
ii libgpg-error0 1.1-4 library for common error values an
ii libksba8 0.9.11-1 X.509 and CMS support library
ii libldap2 2.1.30-11 OpenLDAP libraries
ii libpth2 2.0.1-2.1 The GNU Portable Threads
ii lsb-base 3.0-5 Linux Standard Base 3.0 init scrip
dirmngr recommends no packages.
-- no debconf information
--===============1822554999==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="dirmngr.patch"
30c30
< killproc $NAME
---
> killproc $DAEMON
--===============1822554999==--
---------------------------------------
Received: (at 327178-done) by bugs.debian.org; 31 Oct 2005 19:42:25 +0000
>From [EMAIL PROTECTED] Mon Oct 31 11:42:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ipx11302.ipxserver.de (gauss.credativ.com) [212.112.227.254]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EWfXz-0006br-00; Mon, 31 Oct 2005 11:42:23 -0800
Received: from localhost (dslb-084-063-010-020.pools.arcor-ip.net [84.63.10.20])
(using TLSv1 with cipher RC4-MD5 (128/128 bits))
(No client certificate requested)
by gauss.credativ.com (Postfix) with ESMTP id ED86AD7658;
Mon, 31 Oct 2005 20:42:21 +0100 (CET)
From: Peter Eisentraut <[EMAIL PROTECTED]>
To: Philipp Matthias Hahn <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Subject: Re: Bug#327178: dirmngr: Conflicting change with #332744:
start-stop-daemon and --exec for stopping considered harmful
Date: Mon, 31 Oct 2005 20:42:25 +0100
User-Agent: KMail/1.8.1
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Am Donnerstag, 27. Oktober 2005 09:44 schrieb Philipp Matthias Hahn:
> In response to #332744, killproc() in /lib/lsb/init-functions from
> lsb-base was changed to --name instead of --exec,
This has been corrected, and so dirmngr should be OK now.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]