Your message dated Mon, 20 Dec 2010 12:17:05 +0000
with message-id <e1puefp-0007ip...@franck.debian.org>
and subject line Bug#607509: fixed in initramfs-tools 0.98.7
has caused the Debian Bug report #607509,
regarding initramfs-tools: Does not work if root is on an AOE device
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 ow...@bugs.debian.org
immediately.)


-- 
607509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607509
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.98.6
Severity: important



-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 2.2M Dec 19 09:50 /boot/initrd.img-2.6.32-5-kirkwood
-- /proc/cmdline
console=ttyS0,115200 root=/dev/etherd/e0.1p1

-- resume
RESUME=UUID=501b84a0-eb7b-464d-895a-23e666058aa1
-- /proc/filesystems
        ext3
        ext2

-- lsmod
Module                  Size  Used by
ipv6                  253826  26 
nfsd                  247720  2 
exportfs                3000  1 nfsd
nfs                   270232  0 
lockd                  63145  2 nfsd,nfs
fscache                34105  1 nfs
nfs_acl                 2277  2 nfsd,nfs
auth_rpcgss            33318  2 nfsd,nfs
sunrpc                171068  6 nfsd,nfs,lockd,nfs_acl,auth_rpcgss
ext2                   55411  1 
loop                   11419  0 
mmc_block               7658  2 
ehci_hcd               35579  0 
hmac                    2475  0 
usbcore               122183  2 ehci_hcd
sha1_generic            1717  0 
mvsdio                  5318  0 
mv_cesa                 9262  0 
nls_base                5367  1 usbcore
mmc_core               50206  2 mmc_block,mvsdio
aes_generic            32820  1 mv_cesa
ext3                  110992  1 
jbd                    37434  1 ext3
mbcache                 4860  2 ext2,ext3
aoe                    21063  3 
mv643xx_eth            22562  0 
libphy                 14836  1 mv643xx_eth
inet_lro                5060  1 mv643xx_eth

-- /etc/initramfs-tools/modules

-- /etc/kernel-img.conf
# Kernel image management overrides
# See kernel-img.conf(5) for details
do_symlinks = yes
do_bootloader = no
do_initrd = yes
link_in_boot = yes

-- /etc/initramfs-tools/initramfs.conf
MODULES=most
BUSYBOX=y
KEYMAP=n
COMPRESS=gzip
BOOT=local
DEVICE=
NFSROOT=auto

-- /etc/initramfs-tools/update-initramfs.conf
update_initramfs=yes
backup_initramfs=no

-- mkinitramfs hooks
/etc/initramfs-tools/hooks/:
aoetools

/usr/share/initramfs-tools/hooks:
busybox
flash_kernel_set_root
keymap
klibc
thermal
udev


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armel (armv5tel)

Kernel: Linux 2.6.32-5-kirkwood
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages initramfs-tools depends on:
ii  cpio                          2.11-4     GNU cpio -- a program to manage ar
ii  findutils                     4.4.2-1+b1 utilities for finding files--find,
ii  klibc-utils                   1.5.20-1   small utilities built with klibc f
ii  module-init-tools             3.12-1     tools for managing Linux kernel mo
ii  udev                          164-3      /dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox                       1:1.17.1-8 Tiny utilities for small and embed

Versions of packages initramfs-tools suggests:
ii  bash-completion               1:1.2-3    programmable completion for the ba

-- no debconf information
Problem Description:
r...@squeezeserver:/usr/share/initramfs-tools# mkinitramfs -o /tmp/foo
mkinitramfs: for root /dev/etherd/e0.1p1 missing etherd/e /sys/block/ entry
mkinitramfs: workaround is MODULES=most
mkinitramfs: Error please report the bug

Fix:
--- /usr/share/initramfs-tools/hook-functions_orig      2010-12-19 
10:24:44.000000000 +0100
+++ /usr/share/initramfs-tools/hook-functions   2010-12-19 09:50:16.000000000 
+0100
@@ -338,6 +338,10 @@
                block="rd!c${root#/dev/rd/c}"
                block=${block%%p[0-9]*}
         # etherd device
+        elif [ "${root#/dev/etherd/}" != "${root}" ]; then
+                block=${root#/dev/etherd/*}
+                block="etherd!${block%p*}"
+
        # classical root device
        else
                block=${root#/dev/}



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

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.98.7.dsc
  to main/i/initramfs-tools/initramfs-tools_0.98.7.dsc
initramfs-tools_0.98.7.tar.gz
  to main/i/initramfs-tools/initramfs-tools_0.98.7.tar.gz
initramfs-tools_0.98.7_all.deb
  to main/i/initramfs-tools/initramfs-tools_0.98.7_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 607...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
maximilian attems <m...@debian.org> (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 ftpmas...@debian.org)


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

Format: 1.8
Date: Mon, 20 Dec 2010 12:56:01 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.98.7
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <m...@debian.org>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 605824 607509
Changes: 
 initramfs-tools (0.98.7) unstable; urgency=high
 .
   [ Aad dame ]
   * [1caecd2] initramfs-tools: Fix MODULES=dep on an AOE device.
     (Closes: #607509)
 .
   [ maximilian attems ]
   * [78337a4] MODULES=dep Fix partitioned raid setup (Closes: #605824)
Checksums-Sha1: 
 357ed8da5676a856352757b82fd61c81f987aaf5 973 initramfs-tools_0.98.7.dsc
 b292c28dd5544e45f784a6b8d2868a48b876b66e 83021 initramfs-tools_0.98.7.tar.gz
 7a60adf57c4bf6b566b0e96ef53ba5ee508a72f1 89162 initramfs-tools_0.98.7_all.deb
Checksums-Sha256: 
 a4e0c26ebe336e3b7ad0e4960e1b9086e0030a8b69ccb2168758da7dc806fd3d 973 
initramfs-tools_0.98.7.dsc
 48d007f7284e318e1eea1a84b0fd628ff9aab8a1c31b632584b83172aca3bd6e 83021 
initramfs-tools_0.98.7.tar.gz
 d07cefeb7d07f3ac3b2cafb8dd65a435c410dfb1c413738005371bb0aba1f603 89162 
initramfs-tools_0.98.7_all.deb
Files: 
 3e64dcc4c64f930225d073d34b1315d6 973 utils optional initramfs-tools_0.98.7.dsc
 0d101d3cba018dc1de3cea417757faa6 83021 utils optional 
initramfs-tools_0.98.7.tar.gz
 820fb1a35f220c868b90d34c206271ba 89162 utils optional 
initramfs-tools_0.98.7_all.deb

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

iEYEARECAAYFAk0PRW0ACgkQeW7Lc5tEHqgzvQCglw6hEW15Jsfvz2wP5rPTUpjo
/O4An12j/oPHcoAkCYP4Gc+B/evWEL8w
=3rGS
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to