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

Bug#357980: marked as done (initramfs-tools: Should include cpqarray module by default?)



Your message dated Tue, 21 Mar 2006 05:47:09 -0800
with message-id <E1FLhCX-00047u-9G@spohr.debian.org>
and subject line Bug#357980: fixed in initramfs-tools 0.57b
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package:  initramfs-tools
Version:  0.53c
Severity: important
Tags:     patch

I just upgraded a Compaq ProLiant DL360 with Debian/etch to use the
2.6.15-1-686-smp kernel, and ran into a problem in the process.  The
RAID controller module, cpqarray, was not included in the initrd by
default, and the boot failed as the root file system was missing.

I managed to work around the problem by adding it to
/etc/mkinitramfs/modules, but believe it is better to make sure the
kernel module is installed by default to get it working out of the box
on this hardware.

I tried running update-initramfs with the -v option to get some info
on the kernel modules included by default, but it was rather silent.
Perhaps it should report the list of kernel modules included in the
initrd?  This was all the output I got:

  # update-initramfs -k 2.6.15-1-686-smp -u -v
  Generating /boot/initrd.img-2.6.15-1-686-smp
  #

Here is a patch to add the cpqarray module to the list of SCSI modules
to load.

--- /usr/share/initramfs-tools/hook-functions.orig   2006-02-27 10:50:38.000000000 +0100
+++ /usr/share/initramfs-tools/hook-functions 2006-03-20 17:03:50.000000000 +0100
@@ -153,7 +153,7 @@
                done
        ;;
        scsi)
-               for x in 3w-9xxx 3w-xxxx a100u2x aacraid advansys ahci aic79xx aic7xxx ata_piix atari_scsi atp870u BusLogic cciss ch dc395x dmx3191d dpt_i2o eata fdomain ibmvscsic initio ipr ips isp1020 lpfc max_scsi mac53c94 megaraid megaraid_mbox megaraid_mm mesh mptfc mptscsih mptsas mptspi nsp32 osst qla1280 qla2100 qla2200 qla2300 qla2322 qla2xxx qla6312 qlogicfas408 qlogicfc sata_promise sata_nv sata_qstor sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc scsi_mod scsi_transport_fc scsi_transport_iscsi scsi_transport_spi sd_mod sym53c8xx tmscsim; do
+               for x in 3w-9xxx 3w-xxxx a100u2x aacraid advansys ahci aic79xx aic7xxx ata_piix atari_scsi atp870u BusLogic cciss ch dc395x dmx3191d dpt_i2o eata fdomain ibmvscsic initio ipr ips isp1020 lpfc max_scsi mac53c94 megaraid megaraid_mbox megaraid_mm mesh mptfc mptscsih mptsas mptspi nsp32 osst qla1280 qla2100 qla2200 qla2300 qla2322 qla2xxx qla6312 qlogicfas408 qlogicfc sata_promise sata_nv sata_qstor sata_sil sata_sis sata_svw sata_sx4 sata_uli sata_via sata_vsc scsi_mod scsi_transport_fc scsi_transport_iscsi scsi_transport_spi sd_mod sym53c8xx tmscsim cpqarray; do
                        manual_add_modules "${x}"
                done
        ;;

Friendly,
-- 
Petter Reinholdtsen


--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.57b

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

initramfs-tools_0.57b.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.57b.dsc
initramfs-tools_0.57b.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.57b.tar.gz
initramfs-tools_0.57b_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.57b_all.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 357980@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <maks@sternwelten.at> (supplier of updated initramfs-tools 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: Tue, 21 Mar 2006 11:56:29 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.57b
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <maks@sternwelten.at>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 344639 350875 357980
Changes: 
 initramfs-tools (0.57b) unstable; urgency=low
 .
   * mkinitramfs, update-initramfs, hook-functions:
     On verbose mode show, which modules gets added to the initramfs.
 .
   * hook-functions: Add cpqarray to the scsi modules - thanks for the patch
     to Petter Reinholdtsen <pere@hungry.com>. (closes: #357980)
 .
   * initramfs-tools.8: Document that `-' is not allowed to be used in a script
     filename - the filenames get used as shell variable.  (closes: #344639)
 .
   * mkinitramfs: Don't exit succesfully in a case of a full fs. Leaves the
     linux-image unconfigured. Thanks martin f krafft <madduck@debian.org>
     for pointing to that potential boot failure. (closes: #350875)
Files: 
 b71b6f364692419e807b0773d6d68e06 631 utils optional initramfs-tools_0.57b.dsc
 feab46ccc4c21d0be9e21e5a016b362f 37443 utils optional initramfs-tools_0.57b.tar.gz
 2c978c41f6b44ebbad1c1e24d655d6e6 42788 utils optional initramfs-tools_0.57b_all.deb

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

iD8DBQFEIAJa6n7So0GVSSARAtBTAJ9ObZcPFymuyTpqJqi+pLuT38IluwCfW8yR
tb3yNV1ZXgoyQVeFmzPA7P4=
=GHdE
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: