Your message dated Tue, 18 Mar 2008 12:02:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#471307: fixed in ifplugd 0.28-6 has caused the Debian Bug report #471307, regarding incorrect LSB init dependency 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.) -- 471307: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471307 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: ifplugd Version: 0.28-5 Severity: important Tags: patch User: [EMAIL PROTECTED] Usertags: incorrect-dependency Hi, When using LSB dependency information for sequencing boot order with insserv, ifplugd is stopped after /etc/init.d/sendsigs is run, causing the initscript to behave poorly at shutdown (it attempts to kill processes already killed by sendsigs). To fix this, the Required-Start and Required-Stop sections of LSB header should depend on $remote_fs virtual facility. Also, the LSB header descriptions could be improved and the X-UnitedLinux-Should-{Start,Stop} sections will never be used and should be removed. Attached is a patch for these issues against svn checkout from just before. Thanks, Kel. --- Index: debian/ifplugd.init =================================================================== --- debian/ifplugd.init (revision 8702) +++ debian/ifplugd.init (working copy) @@ -17,25 +17,15 @@ # along with ifplugd; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -# ifplugd Brings up/down network automatically -# -# chkconfig: 2345 11 89 -# description: Brings networks interfaces up and down automatically when \ -# the cable is removed / inserted -# -# processname: /usr/sbin/ifplugd -# config: /etc/default/ifplugd - ### BEGIN INIT INFO # Provides: ifplugd -# Required-Start: $network -# X-UnitedLinux-Should-Start: -# Required-Stop: $network -# X-UnitedLinux-Should-Stop: $ +# Required-Start: $network $remote_fs +# Required-Stop: $network $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: ifplugd daemon -# Description: Start ifplugd +# Short-Description: Brings up/down network automatically +# Description: Brings networks interfaces up and down automatically when +# the cable is removed / inserted ### END INIT INFO CFG=/etc/default/ifplugd ---
--- End Message ---
--- Begin Message ---Source: ifplugd Source-Version: 0.28-6 We believe that the bug you reported is fixed in the latest version of ifplugd, which is due to be installed in the Debian FTP archive: ifplugd_0.28-6.diff.gz to pool/main/i/ifplugd/ifplugd_0.28-6.diff.gz ifplugd_0.28-6.dsc to pool/main/i/ifplugd/ifplugd_0.28-6.dsc ifplugd_0.28-6_i386.deb to pool/main/i/ifplugd/ifplugd_0.28-6_i386.deb 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. Y Giridhar Appaji Nag <[EMAIL PROTECTED]> (supplier of updated ifplugd 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.7 Date: Mon, 17 Mar 2008 15:51:42 +0530 Source: ifplugd Binary: ifplugd Architecture: source i386 Version: 0.28-6 Distribution: unstable Urgency: low Maintainer: Y Giridhar Appaji Nag <[EMAIL PROTECTED]> Changed-By: Y Giridhar Appaji Nag <[EMAIL PROTECTED]> Description: ifplugd - A configuration daemon for ethernet devices Closes: 374253 470223 471163 471179 471307 Changes: ifplugd (0.28-6) unstable; urgency=low . * Remove reference to hotplug, it has been udev for a while now. * In ifplugd.8 -w option, 3 = link beat not detected and 2 = link beat detected. Update 02_manpage_paths_and_typos based on this change from Jérémie Corbier <[EMAIL PROTECTED]> * Don't install patches/Makefile.* files in docs. * Patch 03_split_README_ChangeLog_FAQ to split README into README, ChangeLog and FAQ because they were hidden. * Add --disable-lynx and remove build dependency on lynx. We can use the pre-generated README file. * Move creation of /etc/ifplugd/action.d/ to dirs for dh_installdirs * Modify init script to prevent attempting stop/suspend of non existent interfaces * Use dh_installudev for installing the udev rules file. So, we don't invoke 'dpkg --compare-versions' anymore, hence ... (Closes: #374253) * Start ifplugd in all multi-user runlevels. Stop in other valid Debian runlevels. Thanks Jörg Sommer <[EMAIL PROTECTED]> (Closes: #470223) * Add a reportbug script to list the interfaces from /proc/net/dev * ifplugd is Linux only, so adjust Architecture: in debian/control based on the output of "dpkg-architecture -L" * Thanks for updated debconf translations + Russian: Yuri Kozlov <[EMAIL PROTECTED]> (Closes: #471163) + German: Holger Wansing <[EMAIL PROTECTED]> (Closes: #471179) * LSB headers Required-{Start,Stop} depend on $remote_fs. Remove useless X-UnitedLinux-* sections. Thanks Kel Modderman <[EMAIL PROTECTED]> for the patch (Closes: #471307) Files: db1dfd6acc5b1cc91405ced893eba82a 970 net optional ifplugd_0.28-6.dsc efe9f831ae04b16d9442fccf7c651d28 41080 net optional ifplugd_0.28-6.diff.gz 59f75527a272a05ddbcf10bbec944cb3 60590 net optional ifplugd_0.28-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH364yBxd04ADYzRYRAhi5AJsEiggxMpeoTz3yKBS8xqKoRMLWCwCfe2XX ed0vnSwHHgrmlfcOTwT8L9Q= =uJ49 -----END PGP SIGNATURE-----
--- End Message ---

