Your message dated Thu, 03 Nov 2005 14:02:55 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336617: fixed in initramfs-tools 0.38
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; 31 Oct 2005 15:05:44 +0000
>From [EMAIL PROTECTED] Mon Oct 31 07:05:44 2005
Return-path: <[EMAIL PROTECTED]>
Received: from cassarossa.samfundet.no [129.241.93.19] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EWbEG-0003kf-00; Mon, 31 Oct 2005 07:05:44 -0800
Received: from trofast.ipv6.sesse.net ([2001:700:300:dc03:20e:cff:fe36:a766] 
helo=trofast.sesse.net)
        by cassarossa.samfundet.no with esmtp (Exim 4.50)
        id 1EWbEE-0008VV-AY; Mon, 31 Oct 2005 16:05:42 +0100
Received: from sesse by trofast.sesse.net with local (Exim 3.36 #1 (Debian))
        id 1EWbEK-0006ot-00; Mon, 31 Oct 2005 16:05:48 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Steinar H. Gunderson" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: initramfs-tools: evms root is broken (forgets to load dm-mod.ko)
X-Mailer: reportbug 3.17
Date: Mon, 31 Oct 2005 16:05:48 +0100
Message-Id: <[EMAIL PROTECTED]>
X-Spam-Score: -2.8 (--)
Delivered-To: [EMAIL PROTECTED]
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

Package: initramfs-tools
Version: 0.36
Severity: serious

Just to have it in the BTS:

dm-mod.ko is no longer in the initramfs, and thus /sbin/evms_activate
fails. A simple "manual_add_module dm_mod" in the hooks/evms fragment
fixes it (I've tested).

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc5
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)

---------------------------------------
Received: (at 336617-close) by bugs.debian.org; 3 Nov 2005 22:07:22 +0000
>From [EMAIL PROTECTED] Thu Nov 03 14:07:22 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EXnAd-00085c-00; Thu, 03 Nov 2005 14:02:55 -0800
From: maximilian attems <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#336617: fixed in initramfs-tools 0.38
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 03 Nov 2005 14:02:55 -0800
Delivered-To: [EMAIL PROTECTED]
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

Source: initramfs-tools
Source-Version: 0.38

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.38.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.38.dsc
initramfs-tools_0.38.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.38.tar.gz
initramfs-tools_0.38_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.38_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Wed,  2 Nov 2005 07:21:29 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.38
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <[EMAIL PROTECTED]>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 336095 336617 336936
Changes: 
 initramfs-tools (0.38) unstable; urgency=low
 .
   [ dann frazier ]
 .
   * initramfs.conf: Reference correct manpage.  (Closes: #336095)
 .
   [ maximilian attems ]
 .
   * scripts/functions, scripts/local-premount/suspend: Fix suspend to disk
     by using decimal numbers. Thanks to Adrian Bridgett <[EMAIL PROTECTED]>
     for the patch. (Closes: #336936)
 .
   * hooks/evms: manual_add_module dm_mod, now we no longer pull it in by
     default. Thanks to Steinar H. Gunderson <[EMAIL PROTECTED]>
     (Closes: #336617)
Files: 
 4e5d33d9e178f63d9bb3c513160f4029 629 utils optional initramfs-tools_0.38.dsc
 5bdf457c4bd024c18996ba4055fa4ff5 24819 utils optional 
initramfs-tools_0.38.tar.gz
 a6f938219fc20d62cc249d0fbe39baac 29036 utils optional 
initramfs-tools_0.38_all.deb

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

iD8DBQFDaoLKXKRQ3lK3SH4RAp0eAJ9FO5po8W0m4xfP28ao975kLuF8VgCgs6kR
1dlTD4O/UyraRn5DuOwYG0w=
=X+n9
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to