Your message dated Thu, 21 May 2009 18:11:08 +0200
with message-id <[email protected]>
and subject line Re: Bug#529624: netbase: networking should not be stopped on
reboot or halt
has caused the Debian Bug report #529624,
regarding netbase: networking should not be stopped on reboot or halt
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.)
--
529624: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529624
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: netbase
Version: 4.34
Severity: important
Tags: patch
The current LSB header in the /etc/init.d/networking script contains:
# Default-Stop: 0 6
The networking should not be stopped at reboot or poweroff/halt since some
software depends on the networking to work until the host is down. One example
is 'apcupsd' and 'nut' software which needs to be able to detect on slaves the
power status reported by the master host which is actually connected to the
UPS. If the networking is stopped than the slaves cannot connect to the remote
daemon even if the UPS daemon is still working on the master.
The patch to achieve this is quite simple:
--- /etc/init.d/networking 2008-07-26 02:02:15.000000000 +0300
+++ /etc/init.d/networking_new 2009-05-20 18:45:36.000000000 +0300
@@ -4,7 +4,7 @@
# Required-Start: mountkernfs ifupdown $local_fs
# Required-Stop: ifupdown $local_fs
# Default-Start: S
-# Default-Stop: 0 6
+# Default-Stop:
# Short-Description: Raise network interfaces.
### END INIT INFO
Thanks
-- System Information:
Debian Release: 5.0.1
APT prefers stable
APT policy: (990, 'stable'), (500, 'proposed-updates'), (500, 'oldstable'),
(500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages netbase depends on:
ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
Versions of packages netbase recommends:
ii ifupdown 0.6.8+nmu1 high level tools to configure netw
netbase suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
On May 20, Teodor <[email protected]> wrote:
> The networking should not be stopped at reboot or poweroff/halt since some
> software depends on the networking to work until the host is down. One
> example is 'apcupsd' and 'nut' software which needs to be able to detect on
> slaves the power status reported by the master host which is actually
> connected to the UPS. If the networking is stopped than the slaves cannot
> connect to the remote daemon even if the UPS daemon is still working on the
> master.
Not going to happen: releasing DHCP leases is more important.
--
ciao,
Marco
signature.asc
Description: Digital signature
--- End Message ---