Your message dated Sat, 07 Aug 2010 15:32:45 +0000
with message-id <[email protected]>
and subject line Bug#589617: fixed in netplug 1.2.9.2-1
has caused the Debian Bug report #589617,
regarding netplug: init.d stop should ignore errors when stopping service
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
589617: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589617
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: netplug
Version: 1.2.9.1-2
Severity: normal
please add the flag --oknodo for the stop actions of the script - otherwise
restart fails if the daemon is not running
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.34-1-686-bigmem (SMP w/2 CPU cores)
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 netplug depends on:
ii iproute 20100519-3 networking and traffic control too
ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib
netplug recommends no packages.
netplug suggests no packages.
-- Configuration Files:
/etc/init.d/netplug changed:
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
DAEMON=/sbin/netplugd
NAME=netplugd
DESC="network plug daemon"
test -x "$DAEMON" || exit 0
set -e
case "$1" in
start)
echo -n "Starting $DESC: "
start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
--exec "$DAEMON" -- -p /var/run/"$NAME".pid #>/dev/null
echo "$NAME."
;;
stop)
echo -n "Stopping $DESC: "
start-stop-daemon --stop --quiet --pidfile /var/run/"$NAME".pid \
--oknodo --name "$NAME"
echo "$NAME."
;;
restart|force-reload)
echo -n "Restarting $DESC: "
start-stop-daemon --stop --quiet --pidfile /var/run/"$NAME".pid \
--oknodo --name "$NAME"
sleep 1
start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
--exec "$DAEMON" -- -p /var/run/"$NAME".pid >/dev/null
echo "$NAME."
;;
*)
N=/etc/init.d/"$NAME"
echo "Usage: $N {start|stop|restart|force-reload}" >&2
exit 1
;;
esac
exit 0
/etc/netplug/netplugd.conf changed:
eth0
wlan0
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: netplug
Source-Version: 1.2.9.2-1
We believe that the bug you reported is fixed in the latest version of
netplug, which is due to be installed in the Debian FTP archive:
netplug_1.2.9.2-1.debian.tar.gz
to main/n/netplug/netplug_1.2.9.2-1.debian.tar.gz
netplug_1.2.9.2-1.dsc
to main/n/netplug/netplug_1.2.9.2-1.dsc
netplug_1.2.9.2-1_amd64.deb
to main/n/netplug/netplug_1.2.9.2-1_amd64.deb
netplug_1.2.9.2.orig.tar.bz2
to main/n/netplug/netplug_1.2.9.2.orig.tar.bz2
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Philipp Matthias Hahn <[email protected]> (supplier of updated netplug package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 07 Aug 2010 13:58:21 +0200
Source: netplug
Binary: netplug
Architecture: source amd64
Version: 1.2.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Philipp Matthias Hahn <[email protected]>
Changed-By: Philipp Matthias Hahn <[email protected]>
Description:
netplug - network link monitor daemon
Closes: 559924 569226 589617
Changes:
netplug (1.2.9.2-1) unstable; urgency=low
.
* New upstream version:
- Fixes FTBFS caused by -Werror and ignored return value (Closes: #559924)
* debian/init.d:
- Drop "set -e" and add --oknodo to fix restart (Closes: #589617)
- Use LSB log_* functions.
- Drop /usr/local and /usr from PATH.
* debian/control:
- Switch to 3.0 quilt format.
- Update to Standards-Version: 3.9.1: no changes.
- Add misc:Depends
* debian/rules: Fix quoting of $$.
* main.c: Fix log spamming (Closes: #569226)
Checksums-Sha1:
c24ef85e866ddbe52df71c4e9628fdb21679057f 1030 netplug_1.2.9.2-1.dsc
646041d6d6f988599881b36a722296d6fedcfd99 22332 netplug_1.2.9.2.orig.tar.bz2
938697134b8836ba36bb9802656cd307f86752c6 5283 netplug_1.2.9.2-1.debian.tar.gz
a40b181fc4c27ae25cfcfa97cfd248b8be128521 22822 netplug_1.2.9.2-1_amd64.deb
Checksums-Sha256:
102e251dd0f9963238598d1fc4adb7b5c73a138f12ae5de31358354c5d26a841 1030
netplug_1.2.9.2-1.dsc
5180dfd9a7d3d0633a027b0a04f01b45a6a64623813cd48bd54423b90814864e 22332
netplug_1.2.9.2.orig.tar.bz2
14a7091800e4e3887a8f795f82e74de96889cdacee60293426d9bcb735687e07 5283
netplug_1.2.9.2-1.debian.tar.gz
eda75975cb1cd1ed9c2be146e746f0f212617e77b1c9a259d56d89acd0ec7a68 22822
netplug_1.2.9.2-1_amd64.deb
Files:
bbf78dc13f8ff5b744d0e7201ee17989 1030 net optional netplug_1.2.9.2-1.dsc
1d6db99536bdf875ce441f2c0e45ebf2 22332 net optional
netplug_1.2.9.2.orig.tar.bz2
f9de4858b078ff44842a554ffb348efe 5283 net optional
netplug_1.2.9.2-1.debian.tar.gz
1bfa4a77e538f2b04a420fd9d9345e33 22822 net optional netplug_1.2.9.2-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxddtgACgkQYPlgoZpUDjk5swCgoByafj74h73uo5KI3i16wg8+
+DEAnRY6G5/+yLQXVl1qWaBe+5SMUVrg
=8YlR
-----END PGP SIGNATURE-----
--- End Message ---