Your message dated Wed, 16 Jan 2008 06:41:14 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440657: dpkg: start-stop-daemon --stop kills process and 
then complains "failed to kill: No such process"
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)

--- Begin Message ---
Package: dpkg
Version: 1.14.5
Severity: normal

Hi,

look:

$ sudo debian/exim4-base.exim4.init start
Starting MTA: exim4.
$ sudo cat /var/run/exim4/exim.pid
8394
$ pstree -ap 8394
exim4,8394 -bd -q30m
$ sudo /sbin/start-stop-daemon --stop --pidfile /var/run/exim4/exim.pid --retry 
5 --quiet --oknodo
/sbin/start-stop-daemon: warning: failed to kill 8394: No such process
$ pstree -ap 8394
$ sudo cat /var/run/exim4/exim.pid
8394
$

I start an exim, verify that daemon and pid file exist, and then
invoke start-stop-daemon (as lsb-base's killproc() does).

start-stop-ademon kills the process and then complains that the
process does no longer exist.

This warning seems wrong and should not be given.

Greetings
Marc

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.5-zgsrv (SMP w/1 CPU core; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dpkg depends on:
ii  coreutils                     5.97-5.4   The GNU core utilities
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries

dpkg recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 1.14.15

On Mon, 2007-09-03 at 15:38:26 +0200, Marc Haber wrote:
> Package: dpkg
> Version: 1.14.5
> Severity: normal
> 
> look:
> 
> $ sudo debian/exim4-base.exim4.init start
> Starting MTA: exim4.
> $ sudo cat /var/run/exim4/exim.pid
> 8394
> $ pstree -ap 8394
> exim4,8394 -bd -q30m
> $ sudo /sbin/start-stop-daemon --stop --pidfile /var/run/exim4/exim.pid 
> --retry 5 --quiet --oknodo
> /sbin/start-stop-daemon: warning: failed to kill 8394: No such process
> $ pstree -ap 8394
> $ sudo cat /var/run/exim4/exim.pid
> 8394
> $
> 
> I start an exim, verify that daemon and pid file exist, and then
> invoke start-stop-daemon (as lsb-base's killproc() does).
> 
> start-stop-ademon kills the process and then complains that the
> process does no longer exist.
> 
> This warning seems wrong and should not be given.

It seems you filed this bug report twice (451531). Anyway this has
been fixed in dpkg 1.14.15:

  * Do not print 'failed to kill' warning in start-stop-daemon when
    polling the pid. Closes: #157305, #352554
    Thanks to Samuel Thibault.

regards,
guillem


--- End Message ---

Reply via email to