Your message dated Mon, 03 Mar 2008 10:10:39 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#468833: fixed in kexec-tools 20080227-2
has caused the Debian Bug report #468833,
regarding kexec: Fail to install when autofs is not installed
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.)
--
468833: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468833
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kexec-tools
Version: 20080227-1
Severity: important
Tags: patch
User: [EMAIL PROTECTED]
Usertags: incorrect-dependency
When upgrading kexec while dependency based boot sequencing is
enabled, it failed to install with this error:
Setting up kexec-tools (20080227-1) ...
Installing new version of config file /etc/init.d/kexec ...
Installing new version of config file /etc/init.d/kexec-load ...
insserv: Service autofs has to be enabled for service kexec-load
insserv: exiting now!
dpkg: error processing kexec-tools (--configure):
subprocess post-installation script returned error exit status 1
The reason is that the init.d script have a hard dependency on autofs,
which is not installed in my chroot. As autofs isn't a dependency of
the package, I believe the dependency should be s soft dependency
instead.
This patch change the autofs dependency to a soft dependency.
--- /etc/init.d/kexec-load 2008-02-27 18:42:32.000000000 +0100
+++ /tmp/kexec-load 2008-03-01 19:57:54.000000000 +0100
@@ -2,7 +2,8 @@
### BEGIN INIT INFO
# Provides: kexec-load
# Required-Start:
-# Required-Stop: $remote_fs autofs kexec
+# Required-Stop: $remote_fs kexec
+# Should-Stop: autofs
# Default-Start:
# Default-Stop: 6
# Short-Description: Load kernel image with kexec
--- End Message ---
--- Begin Message ---
Source: kexec-tools
Source-Version: 20080227-2
Changes:
kexec-tools (20080227-2) unstable; urgency=low
* Fixed a bad dependency in kexec-load init script
* Changed the priority of debconf question to medium.
--
===================
Khalid Aziz
[EMAIL PROTECTED]
--- End Message ---