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

Bug#337704: marked as done (initramfs-tools: evms root *still* broken -- only part of 336617 resolved!)



Your message dated Thu, 24 Nov 2005 04:47:08 -0800
with message-id <E1EfGVI-0002wl-JP@spohr.debian.org>
and subject line Bug#337704: fixed in initramfs-tools 0.40
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Nov 2005 21:03:22 +0000
>From reportbug@st04.pst.org Sat Nov 05 13:03:22 2005
Return-path: <reportbug@st04.pst.org>
Received: from protempore.shockwave.org [204.152.186.59] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EYVC6-0008WS-00; Sat, 05 Nov 2005 13:03:22 -0800
Received: by protempore.shockwave.org (Postfix, from userid 1000)
	id 0C2DE38061E; Sat,  5 Nov 2005 13:03:20 -0800 (PST)
Content-Type: multipart/mixed; boundary="===============1574004392=="
MIME-Version: 1.0
From: Paul Traina <reportbug@st04.pst.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: initramfs-tools: evms root *still* broken -- only part of 336617 resolved!
X-Mailer: reportbug 3.17
Date: Sat, 05 Nov 2005 13:03:20 -0800
Message-Id: <20051105210320.0C2DE38061E@protempore.shockwave.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============1574004392==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: initramfs-tools
Version: 0.38
Severity: important
Tags: patch

336617 was closed out without using the additional patches I submitted.
I'm having problems re-opening the bug, so I'm just submitting a new one.

The following two patches need to be applied to evms 0.38 in order to allow
booting to evms volumes located on lvm and md regions.  Tested with stock
linux-image-2.6.14-1-686-smp.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages initramfs-tools depends on:
ii  busybox                       1:1.01-3   Tiny utilities for small and embed
ii  cpio                          2.6-9      GNU cpio -- a program to manage ar
ii  klibc-utils                   1.1.1-2    small statically-linked utilities 
ii  mklibs-copy                   0.1.18     Shared library reduction script
ii  udev                          0.071-1    /dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information

--===============1574004392==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="evms-038-patch"

--- initramfs-tools/hooks/evms	2005-11-01 22:21:25.000000000 -0800
+++ initramfs-tools/hooks/evms	2005-11-02 09:30:55.000000000 -0800
@@ -21,15 +21,16 @@
 fi
 
 cp /sbin/evms_activate ${DESTDIR}/sbin
+cp /etc/evms.conf ${DESTDIR}/etc
 
 EVMS_VERSION=$(/usr/sbin/evms_query info | grep "EVMS Version" | awk '{ print $3; }')
 
 mkdir -p ${DESTDIR}/lib/evms/${EVMS_VERSION}
 
-for x in disk lvm2 dos multipath; do
+for x in bbr bbr_seg bsd disk dos drivelink gpt lvm2 mac md multipath; do
 	cp /lib/evms/${EVMS_VERSION}/${x}* ${DESTDIR}/lib/evms/${EVMS_VERSION}
 done
 
-for x in dm_mod; do
+for x in dm_mod linear raid0 raid1 raid10 raid5 raid6; do
         manual_add_modules ${x}
 done
--- initramfs-tools/scripts/local-top/evms	2005-09-19 05:49:09.000000000 -0700
+++ initramfs-tools/scripts/local-top/evms	2005-11-02 09:31:34.000000000 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-PREREQ="lvm"
+PREREQ=""
 
 prereqs()
 {
@@ -16,16 +16,15 @@
 esac
 
 evms=${ROOT#/dev/evms/}
-
 case ${evms} in
-	/dev/root)
-		unset evms
-		;;
 	/*)
 		exit 0
 		;;
 esac
-	
-modprobe -q dm-mod
+unset evms
+
+for module in dm-mod linear raid0 raid1 raid10 raid5 raid6 ; do
+	modprobe -q $module
+done
 
 /sbin/evms_activate

--===============1574004392==--

---------------------------------------
Received: (at 337704-close) by bugs.debian.org; 24 Nov 2005 12:51:37 +0000
>From katie@ftp-master.debian.org Thu Nov 24 04:51:37 2005
Return-path: <katie@ftp-master.debian.org>
Received: from katie by spohr.debian.org with local (Exim 4.50)
	id 1EfGVI-0002wl-JP; Thu, 24 Nov 2005 04:47:08 -0800
From: maximilian attems <maks@sternwelten.at>
To: 337704-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#337704: fixed in initramfs-tools 0.40
Message-Id: <E1EfGVI-0002wl-JP@spohr.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Thu, 24 Nov 2005 04:47:08 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: initramfs-tools
Source-Version: 0.40

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.40.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.40.dsc
initramfs-tools_0.40.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.40.tar.gz
initramfs-tools_0.40_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.40_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 337704@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, 23 Nov 2005 10:31:57 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.40
Distribution: unstable
Urgency: high
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: 337704 340257
Changes: 
 initramfs-tools (0.40) unstable; urgency=high
 .
   * High urgency upload as udev changed under our feet. Fix RC bugs.
 .
   * hooks/udev: Add needed bits: udevsynthesize. (Closes: #340257)
     Move good bits from global mkinitramfs.
 .
   * Pump udev dep on 0.074-3.
 .
   * Fix evms hooks properly until they get merged into the evms itself.
     (Closes: #337704)
 .
   * Sync with Ubuntu (0.36ubuntu4).
Files: 
 78c74dfc716f7dee67d06d9df4b2ba5e 629 utils optional initramfs-tools_0.40.dsc
 6387444d2afab29978a390501c6e7906 25744 utils optional initramfs-tools_0.40.tar.gz
 d717a8c45bb3a4d2949782ba6bb3e842 30134 utils optional initramfs-tools_0.40_all.deb

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

iD8DBQFDhbRp5M5hmdCYCpkRAs3MAJwIvkTxwj3CCK71jEaoaDm5DXrUPQCeIFMq
wr5qoko2gmOcy7Vf9X1ualU=
=Yv+C
-----END PGP SIGNATURE-----



Reply to: