[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#476836: marked as done (multipath: missing depmod call)



Your message dated Thu, 01 May 2008 09:02:10 +0000
with message-id <E1JrUg6-0003jo-TA@ries.debian.org>
and subject line Bug#476836: fixed in hw-detect 1.61
has caused the Debian Bug report #476836,
regarding multipath: missing depmod call
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 owner@bugs.debian.org
immediately.)


-- 
476836: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476836
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: disk-detect
Version: 1.60
Severity: normal
Tags: patch

Hi,
when enabling multipath support multipath-udeb gets installed which
pulls in the multipath-modules-<kver> udeb via a dependency.  Afterwards
these modules are immediately being loaded. This fails currently since
we're missing a call to depmod (see attached patch). I didn't notice
earlier since I had the udebs added via pkg-lists/local and so any
depmod call (e.g.  in ethdetect) did the trick. O.k. to apply the
attached patch (with an changelog entry of course)? I didn't bother to
check if depmod is available since we don't bail out on errors anyway.
Cheers,
 -- Guido

diff --git a/disk-detect.sh b/disk-detect.sh
index 3290832..8f1c721 100755
--- a/disk-detect.sh
+++ b/disk-detect.sh
@@ -192,6 +192,7 @@ if [ "$RET" = true ]; then
 	if anna-install multipath-udeb; then
 		MODULES="dm-mod dm-multipath dm-round-robin dm-emc"
 		# We need some dm modules...
+		depmod -a > /dev/null 2>&1 || true
 		for MODULE in $MODULES; do
 			if is_not_loaded $MODULE; then
 				module_probe $MODULE || true

--- End Message ---
--- Begin Message ---
Source: hw-detect
Source-Version: 1.61

We believe that the bug you reported is fixed in the latest version of
hw-detect, which is due to be installed in the Debian FTP archive:

archdetect_1.61_amd64.udeb
  to pool/main/h/hw-detect/archdetect_1.61_amd64.udeb
disk-detect_1.61_all.udeb
  to pool/main/h/hw-detect/disk-detect_1.61_all.udeb
ethdetect_1.61_all.udeb
  to pool/main/h/hw-detect/ethdetect_1.61_all.udeb
hw-detect_1.61.dsc
  to pool/main/h/hw-detect/hw-detect_1.61.dsc
hw-detect_1.61.tar.gz
  to pool/main/h/hw-detect/hw-detect_1.61.tar.gz
hw-detect_1.61_amd64.udeb
  to pool/main/h/hw-detect/hw-detect_1.61_amd64.udeb



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 476836@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop <fjp@debian.org> (supplier of updated hw-detect 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 01 May 2008 10:47:19 +0200
Source: hw-detect
Binary: hw-detect ethdetect disk-detect archdetect
Architecture: source all amd64
Version: 1.61
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 archdetect - Hardware architecture detector (udeb)
 disk-detect - Detect disk drives (udeb)
 ethdetect  - Detect network hardware and load kernel drivers for it (udeb)
 hw-detect  - Detect hardware and load kernel drivers for it (udeb)
Closes: 476836
Changes: 
 hw-detect (1.61) unstable; urgency=low
 .
   [ Frans Pop ]
   * Remove Bdale Garbee, Christian Perrier and Matt Kraai as Uploaders with
     many thanks for their past contributions.
 .
   [ Guido Guenther ]
   * Run depmod after pulling in the multipath kernel modules.
     Closes: #476836
 .
   [ Updated translations ]
   * Malayalam (ml.po) by Praveen|പ്രവീണ്‍ A|എ
   * Marathi (mr.po)
Files: 
 10ac6f0eec29ee84228089a40f82e851 813 debian-installer standard hw-detect_1.61.dsc
 bd92858d7256ee057817cd9d1fbbe2e7 146498 debian-installer standard hw-detect_1.61.tar.gz
 6d1d49bc483a6306cdd95dd964dd7f90 25884 debian-installer optional ethdetect_1.61_all.udeb
 28ae323b8a648b70f4299555443f2f0e 19768 debian-installer optional disk-detect_1.61_all.udeb
 2c88278f520535935e9d4a316dc3a6e7 72632 debian-installer standard hw-detect_1.61_amd64.udeb
 20202d83c3ff3adba7962a202fe864eb 2264 debian-installer standard archdetect_1.61_amd64.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIGYO+gm/Kwh6ICoQRAmdIAKDMY67FskARdnbm712PmFCKE3HclQCgrkYT
HWayZzE0goJq2dTDsP8lfus=
=cCtH
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: