Your message dated Sun, 31 Aug 2014 07:34:00 +0000
with message-id <e1xnzec-0007qa...@franck.debian.org>
and subject line Bug#697368: fixed in initramfs-tools 0.116
has caused the Debian Bug report #697368,
regarding /usr/sbin/mkinitramfs: root /dev/nbd0p2 missing nbd /sys/block/ entry
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.)


-- 
697368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697368
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.109
Severity: normal
File: /usr/sbin/mkinitramfs

Dear Maintainer,

I was attempting to install Wheezy on an armel TS-419PII with an nbd root and
mkinitramfs aborted with:

Jan  4 12:47:32 in-target: update-initramfs: Generating /boot/initrd.img-3.2.0-
4-kirkwood
Jan  4 12:47:32 in-target: mkinitramfs: for root /dev/nbd0p2 missing nbd /sys/b
lock/ entry
Jan  4 12:47:32 in-target: mkinitramfs: workaround is MODULES=most
Jan  4 12:47:32 in-target: mkinitramfs: Error please report the bug
Jan  4 12:47:32 in-target: update-initramfs: failed for /boot/initrd.img-3.2.0-
4-kirkwood with 1.

Note that I am reporting this bug from another system. The problematic system
has installed (in /target from the d-i PoV):

ii  initramfs-tool 0.109        all          generic modular initramfs generat

AFAICT MODULES=most is already in effect:

# grep MODULES= /etc/initramfs-tools/initramfs.conf 
MODULES=most

I also retried after installing nbd-client in the target, nothing changed.

Other info from the target system, all chroot'd to /target with /proc, /dev
and /sys bind mounted into the chroot:

# uname -a
Linux celaeno-1 3.2.0-4-kirkwood #1 Debian 3.2.32-1 armv5tel GNU/Linux

# ls /sys/block/
mtdblock0  mtdblock3  nbd0   nbd11  nbd14  nbd3  nbd6  nbd9
mtdblock1  mtdblock4  nbd1   nbd12  nbd15  nbd4  nbd7
mtdblock2  mtdblock5  nbd10  nbd13  nbd2   nbd5  nbd8

# ls /sys/block/nbd0/
alignment_offset  discard_alignment  nbd0p1  pid    removable  stat
bdi               ext_range          nbd0p2  power  ro         subsystem
capability        holders            nbd0p3  queue  size       trace
dev               inflight           nbd0p5  range  slaves     uevent

# lsmod  | grep nbd
nbd                     8651  4 

# ls /dev/nbd*
/dev/nbd0    /dev/nbd0p5  /dev/nbd12  /dev/nbd2  /dev/nbd6
/dev/nbd0p1  /dev/nbd1    /dev/nbd13  /dev/nbd3  /dev/nbd7
/dev/nbd0p2  /dev/nbd10   /dev/nbd14  /dev/nbd4  /dev/nbd8
/dev/nbd0p3  /dev/nbd11   /dev/nbd15  /dev/nbd5  /dev/nbd9

Looks at least a little like:
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657955

The TS-419 only supports netconsole install so I can't add modules=partman-nbd
to the kernel command line. Instead after ssh to installer@host I drop to a
shell and run:
  anna-install partman-nbd
  apt-install nbd-client

(nb apt-install wouldn't take affect until some point after the failure)

Thanks,
Ian.

-- Package-specific info:
< all snipped because it was from the system I'm reporting from. >

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

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.

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 697...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Prokop <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...@ftp-master.debian.org)


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

Format: 1.8
Date: Sun, 31 Aug 2014 00:12:42 -0700
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.116
Distribution: unstable
Urgency: medium
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Michael Prokop <m...@debian.org>
Description:
 initramfs-tools - generic modular initramfs generator
Closes: 633582 679436 689558 697368 745731 748805 750360 751143 751488
Changes:
 initramfs-tools (0.116) unstable; urgency=medium
 .
   The "DebConf14" release
 .
   [ Helge Deller ]
   * [cee3e18] get_fstype: initialize FSTYPE variable (Closes: #745731)
 .
   [ maximilian attems ]
   * [7bc24f8] scripts/nfs: fix nfs mount check for possible init symlink
     (Closes: #750360)
 .
   [ Aurelien Jarno ]
   * [2e325a2] hook-functions: add support for virtio-mmio
     (Closes: #751143)
 .
   [ Michael Prokop ]
   * [4c0338a] Fix hidden dependency issue with btrfs and crc32c. Thanks to
     Markus Wanner <mar...@bluegap.ch> for the analysis and patch
     (Closes: #748805)
   * [2290173] Do not spawn shell when panic=... is used. Thanks to Lukas
     Anzinger <l.anzin...@gmail.com> for the analysis and patch
     (Closes: #751488)
   * [0e914d0] Preserve file permissions if root builds the initramfs
     images. Thanks to Harald Hoyer <har...@redhat.com> for providing the
     patch in dracut (Closes: #633582)
   * [39d0561] Support drop_capabilities=... boot option. Thanks to Kees
     Cook <k...@debian.org> for the patch (Closes: #679436)
   * [3d6fe1e] Support MODULES=dep usage on i2o hardware RAID controller.
     Thanks to Stephen Powell <zlinux...@wowway.com> for the patch
     (Closes: #689558)
   * [a5126cf] Support usage of partitioned nbd devices with MODULES=dep.
     Thanks to Ian Campbell <i...@hellion.org.uk> for the patch
     (Closes: #697368)
   * [ebeffcd] Inform user that lsinitramfs doesn't support cpio archives
     yet. Thanks to Javier Barroso <javibarr...@gmail.com> for the initial
     patch
   * [ad7ab64] Bump Standards-Version to 3.9.5
Checksums-Sha1:
 2a8865be87ad08dd4922987e9645c9dc94aaaa03 1077 initramfs-tools_0.116.dsc
 3ac18ba91f79e9774c880710156cf318b8e7cbab 74508 initramfs-tools_0.116.tar.xz
 908f307bd9aa7d33dcc9a5a40166b30e6940f26c 88996 initramfs-tools_0.116_all.deb
Checksums-Sha256:
 4ee5a11eb84c2134caf6cedaf4d0ea6404286e7795f044585811a4928043951d 1077 
initramfs-tools_0.116.dsc
 fe3d8eccc6590323d29480da171b051f13148adbc64d32af906e734556622ed2 74508 
initramfs-tools_0.116.tar.xz
 61062075502e177ea28e43340950ee64b45d5598b6585f8bf1d38f37bf241154 88996 
initramfs-tools_0.116_all.deb
Files:
 dc5d69975136f08acf3c735fd6628fd3 88996 utils optional 
initramfs-tools_0.116_all.deb
 411f9c40f3545dfe7408540175e41e5e 1077 utils optional initramfs-tools_0.116.dsc
 950b01f36b166fea941a4e9448d1d750 74508 utils optional 
initramfs-tools_0.116.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlQCzFoACgkQ2N9T+zficugn9QCdEdZRfghx9mUPPXdY3qlNxCGF
qZcAn07eQgmPvNDYsgz68/bplP9dqYXf
=Vo4t
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to