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

Bug#375786: marked as done (initramfs-tools: Volume group not activated with LILO)



Your message dated Thu, 29 Jun 2006 14:17:07 -0700
with message-id <E1Fw3sp-000218-UG@spohr.debian.org>
and subject line Bug#375786: fixed in initramfs-tools 0.66
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.65b
Severity: important
Tags: patch

Hi.

It appears that the new volume group activation code doesn't work with LILO.
The culprit is that LILO's fe00 is substituted for /dev/root.

I have attached a patch that should fix this behaviour to be correct. I have
inspected 0.60 (from testing) and this patch appears to make us conform more
closely to how it worked there (where fe00 and /dev/root worked apparently).

Thanks,
Christian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initramfs-tools depends on:
ii  busybox                       1:1.1.3-1  Tiny utilities for small and embed
ii  cpio                          2.6-13     GNU cpio -- a program to manage ar
ii  klibc-utils                   1.3.35-1   small statically-linked utilities 
ii  module-init-tools             3.2.2-3    tools for managing Linux kernel mo
ii  udev                          0.093-1    /dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information
--- /tmp/ext/usr/share/initramfs-tools/scripts/local-top/lvm 
+++ /usr/share/initramfs-tools/scripts/local-top/lvm 
@@ -30,6 +30,10 @@
 		vgchange -ay
 		exit 0
 		;;
+        /dev/root)
+		vgchange -ay
+		exit 0
+		;;
 	esac
 
 	# Make sure that we have a d-m path

--- End Message ---
--- Begin Message ---
Source: initramfs-tools
Source-Version: 0.66

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.66.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.66.dsc
initramfs-tools_0.66.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.66.tar.gz
initramfs-tools_0.66_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.66_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 375786@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: Wed, 28 Jun 2006 12:11:49 +0200
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.66
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: 375624 375786
Changes: 
 initramfs-tools (0.66) unstable; urgency=low
 .
   * hooks/thermal: Add i2c-powermac.
 .
   * scripts/init-premount/thermal: Load i2c-powermac on ppc boot.
     Fixes fan noises for Sven Luther <svenl@debian.org>
 .
   * scripts/function: Fix typo s/FS1/PS1/ on panic call. (closes: #375624)
     Thanks to Tim Phipps <tim@phipps-hutton.freeserve.co.uk> for the report.
 .
   * scripts/local-top/lvm: Refix lilo check. (closes: #375786)
     Thanks to the patch from Christian Weeks <christian.weeks@oracle.com>.
Files: 
 dffcfcd5e4d2da197ba42433280fe335 623 utils optional initramfs-tools_0.66.dsc
 4aef68b111899075ca861678919cb122 39924 utils optional initramfs-tools_0.66.tar.gz
 eddcbe0a9db78a6d03cc9764d801fc34 46118 utils optional initramfs-tools_0.66_all.deb

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

iD8DBQFEpD/52WTeT3CRQaQRAjcwAJsFpSPu73vIH9lS8KulLM1/AysEagCeOmqp
q4fQs7wCrTkRsqQQYcoFQ9E=
=4eyv
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: