Debian Bug report logs - #785147
initramfs-tools: NVMe boot drives not supported

version graph

Package: initramfs-tools; Maintainer for initramfs-tools is Debian kernel team <debian-kernel@lists.debian.org>; Source for initramfs-tools is src:initramfs-tools (PTS, buildd, popcon).

Reported by: Steve Rowe <sarowe@gmail.com>

Date: Tue, 12 May 2015 19:33:01 UTC

Severity: important

Tags: d-i, patch

Found in version initramfs-tools/0.120

Fixed in versions initramfs-tools/0.121~rc2, initramfs-tools/0.120+deb8u1

Done: Ben Hutchings <ben@decadent.org.uk>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, sarowe@gmail.com, Debian kernel team <debian-kernel@lists.debian.org>:
Bug#785147; Package initramfs-tools. (Tue, 12 May 2015 19:33:06 GMT) (full text, mbox, link).


Acknowledgement sent to Steve Rowe <sarowe@gmail.com>:
New Bug report received and forwarded. Copy sent to sarowe@gmail.com, Debian kernel team <debian-kernel@lists.debian.org>. (Tue, 12 May 2015 19:33:06 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Steve Rowe <sarowe@gmail.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: initramfs-tools: NVMe boot drives not supported
Date: Tue, 12 May 2015 15:31:35 -0400
Package: initramfs-tools
Version: 0.120
Severity: critical
Tags: d-i patch
Justification: breaks the whole system

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***

I used the Jessie DVD installer on a system with an NVMe SSD add-in-card (PCIe) that I wanted to make bootable, but there were two problems that halted the process:

1. In the install-the-base-system step, the initial ram disk creation step failed because it couldn't translate the nvme device name (nvme0n1p3) to the drive name (nvme0n1).  This appears to be a new naming scheme, where "p[0-9]" refers the partition number.
2. In the boot loader installation step, the grub-installer script again couldn't translate nvme0n1p3 to nvme0n1.

I'm making a separate bug for the grub-installer, so I'll only include the initramfs-tools patch here:

-----
--- initramfs-tools/hook-functions      2015-03-01 16:44:34.000000000 -0500
+++ initramfs-tools/hook-functions.fixed        2015-05-12 14:20:16.806315846 -0400
@@ -434,6 +434,10 @@
                block=${dev_node#/dev/i2o/}
                block=${block%%[0-9]*}
                block='i2o!'$block
+       # nvme device
+       elif [ "${dev_node#/dev/nvme}" != "${dev_node}" ]; then
+               block=${dev_node#/dev/}
+               block=${block%p*}
        # classical block device
        else
                block=${dev_node#/dev/}
-----

Thanks,
Steve Rowe


-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 3.6M May  8 01:52 /boot/initrd.img-3.16.0-4-amd64
-rw-r--r-- 1 root root 3.6M May 10 22:09 /boot/initrd.img-4.0.2
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.0.2 root=UUID=9954878e-5783-4f4b-bca3-55d689f221da ro splash

-- resume
RESUME=UUID=ab2d298a-cc4d-46f9-b9a6-6452e4c3754f
-- /proc/filesystems
	ext3
	ext2
	ext4
	fuseblk
	vfat

-- lsmod
Module                  Size  Used by
iptable_filter         16384  0 
ip_tables              28672  1 iptable_filter
x_tables               28672  2 ip_tables,iptable_filter
nf_nat                 20480  0 
nf_conntrack           90112  1 nf_nat
bridge                102400  0 
stp                    16384  1 bridge
llc                    16384  2 stp,bridge
dm_thin_pool           61440  0 
dm_persistent_data     53248  1 dm_thin_pool
dm_bio_prison          16384  1 dm_thin_pool
dm_bufio               24576  1 dm_persistent_data
libcrc32c              16384  1 dm_persistent_data
loop                   28672  0 
dm_mod                 94208  3 dm_persistent_data,dm_bufio,dm_thin_pool
joydev                 20480  0 
hid_microsoft          16384  0 
hid_generic            16384  0 
usbhid                 45056  0 
hid                   102400  3 hid_generic,hid_microsoft,usbhid
usb_storage            57344  0 
cfg80211              446464  0 
nfsd                  278528  2 
auth_rpcgss            53248  1 nfsd
oid_registry           16384  1 auth_rpcgss
nfs_acl                16384  1 nfsd
nfs                   204800  0 
lockd                  90112  2 nfs,nfsd
grace                  16384  2 nfsd,lockd
fscache                49152  1 nfs
sunrpc                270336  6 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
snd_hda_codec_hdmi     53248  1 
sg                     32768  0 
sr_mod                 24576  0 
cdrom                  49152  1 sr_mod
sd_mod                 40960  2 
snd_hda_codec_realtek    69632  1 
snd_hda_codec_generic    65536  1 snd_hda_codec_realtek
x86_pkg_temp_thermal    16384  0 
intel_powerclamp       20480  0 
intel_rapl             20480  0 
iosf_mbi               16384  1 intel_rapl
coretemp               16384  0 
kvm                   421888  0 
nls_utf8               16384  1 
nls_cp437              20480  1 
crct10dif_pclmul       16384  0 
crc32_pclmul           16384  0 
eeepc_wmi              16384  0 
crc32c_intel           24576  1 
asus_wmi               24576  1 eeepc_wmi
vfat                   20480  1 
sparse_keymap          16384  1 asus_wmi
snd_hda_intel          28672  5 
fat                    65536  1 vfat
ahci                   32768  1 
rfkill                 20480  2 cfg80211,asus_wmi
ghash_clmulni_intel    16384  0 
snd_hda_controller     28672  1 snd_hda_intel
libahci                28672  1 ahci
xhci_pci               16384  0 
snd_hda_codec         110592  5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
libata                180224  2 ahci,libahci
video                  20480  1 asus_wmi
radeon               1490944  2 
ehci_pci               16384  0 
iTCO_wdt               16384  0 
aesni_intel           167936  0 
iTCO_vendor_support    16384  1 iTCO_wdt
mxm_wmi                16384  0 
evdev                  20480  26 
aes_x86_64             20480  1 aesni_intel
ttm                    77824  1 radeon
sb_edac                28672  0 
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
glue_helper            16384  1 aesni_intel
xhci_hcd              155648  1 xhci_pci
ehci_hcd               73728  1 ehci_pci
drm_kms_helper         98304  1 radeon
snd_hwdep              16384  1 snd_hda_codec
e1000e                212992  0 
psmouse               110592  0 
snd_pcm                90112  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
drm                   274432  5 ttm,drm_kms_helper,radeon
ablk_helper            16384  1 aesni_intel
r8169                  77824  0 
snd_timer              28672  1 snd_pcm
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
ptp                    20480  1 e1000e
mii                    16384  1 r8169
edac_core              45056  1 sb_edac
pcspkr                 16384  0 
serio_raw              16384  0 
efivars                20480  0 
snd                    69632  18 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
i2c_algo_bit           16384  1 radeon
scsi_mod              196608  5 sg,usb_storage,libata,sd_mod,sr_mod
mei_me                 20480  0 
i2c_i801               20480  0 
usbcore               196608  6 usb_storage,ehci_hcd,ehci_pci,usbhid,xhci_hcd,xhci_pci
soundcore              16384  2 snd,snd_hda_codec
lpc_ich                24576  0 
usb_common             16384  1 usbcore
pps_core               20480  1 ptp
mei                    77824  1 mei_me
i2c_core               49152  5 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,radeon
mfd_core               16384  1 lpc_ich
wmi                    20480  2 mxm_wmi,asus_wmi
tpm_infineon           20480  0 
tpm_tis                20480  0 
tpm                    32768  2 tpm_tis,tpm_infineon
processor              28672  0 
thermal_sys            32768  4 video,intel_powerclamp,processor,x86_pkg_temp_thermal
button                 16384  0 
fuse                   86016  1 
parport_pc             28672  0 
ppdev                  20480  0 
lp                     20480  0 
parport                36864  3 lp,ppdev,parport_pc
autofs4                36864  2 
ext4                  495616  2 
crc16                  16384  1 ext4
mbcache                20480  1 ext4
jbd2                   86016  1 ext4
shpchp                 32768  0 

-- /etc/initramfs-tools/modules

-- /etc/kernel-img.conf
# This is a sample /etc/kernel-img.conf file
# See kernel-img.conf(5) for details

# If you want the symbolic link (or image, if move_image is set) to be
# stored elsewhere than / set this variable to the dir where you
# want the symbolic link.  Please note that this is not a Boolean
# variable.  This may be of help to loadlin users, who may set both
# this and move_image. Defaults to /. This can be used in conjunction
# with all above options except link_in_boot, which would not make
# sense.  (If both image_dest and link_in_boot are set, link_in_boot
# overrides).
image_dest = /

# This option manipulates the build link created by recent kernels. If
# the link is a dangling link, and if a the corresponding kernel
# headers appear to have been installed on the system, a new symlink
# shall be created to point to them.
#relink_build_link = YES

# If set, the preinst shall silently try to move /lib/modules/version
# out of the way if it is the same version as the image being
# installed. Use at your own risk.
#clobber_modules = NO

# If set, does not prompt to continue after a depmod problem in the
# postinstall script.  This facilitates automated installs, though it
# may mask a problem with the kernel image. A diag‐ nostic is still
# issued. This is unset be default.
# ignore_depmod_err = NO

# These setting are for legacy postinst scripts only. newer postinst
# scripts from the kenrel-package do not use them
do_symlinks = yes
do_bootloader = no
do_initrd=yes
link_in_boot=no

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

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

-- /sys/block
loop0
loop1
loop2
loop3
loop4
loop5
loop6
loop7
nvme0n1
sda
sdb
sr0

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

/usr/share/initramfs-tools/hooks:
busybox
dmsetup
fsck
fuse
keymap
klibc
kmod
ntfs_3g
resume
thermal
udev
zz-busybox


-- System Information:
Debian Release: 8.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.2 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages initramfs-tools depends on:
ii  busybox      1:1.22.0-9+deb8u1
ii  cpio         2.11+dfsg-4.1
ii  klibc-utils  2.0.4-2
ii  kmod         18-3
ii  udev         215-17

Versions of packages initramfs-tools recommends:
ii  busybox  1:1.22.0-9+deb8u1

Versions of packages initramfs-tools suggests:
ii  bash-completion  1:2.1-4

-- no debconf information



Information forwarded to debian-bugs-dist@lists.debian.org, Debian kernel team <debian-kernel@lists.debian.org>:
Bug#785147; Package initramfs-tools. (Tue, 12 May 2015 20:00:14 GMT) (full text, mbox, link).


Acknowledgement sent to Steve Rowe <sarowe@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian kernel team <debian-kernel@lists.debian.org>. (Tue, 12 May 2015 20:00:14 GMT) (full text, mbox, link).


Message #10 received at 785147@bugs.debian.org (full text, mbox, reply):

From: Steve Rowe <sarowe@gmail.com>
To: 785147@bugs.debian.org
Subject: grub-installer bug link
Date: Tue, 12 May 2015 15:58:20 -0400
The grub-installer bug report, with patch, is here: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785149>.


Severity set to 'important' from 'critical' Request was from Ben Hutchings <ben@decadent.org.uk> to control@bugs.debian.org. (Tue, 12 May 2015 20:06:05 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org, Debian kernel team <debian-kernel@lists.debian.org>:
Bug#785147; Package initramfs-tools. (Fri, 24 Jul 2015 11:21:07 GMT) (full text, mbox, link).


Acknowledgement sent to Cyril Brulebois <kibi@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian kernel team <debian-kernel@lists.debian.org>. (Fri, 24 Jul 2015 11:21:07 GMT) (full text, mbox, link).


Message #17 received at 785147@bugs.debian.org (full text, mbox, reply):

From: Cyril Brulebois <kibi@debian.org>
To: Steve Rowe <sarowe@gmail.com>, 785149@bugs.debian.org
Cc: 785147@bugs.debian.org
Subject: Re: Bug#785149: grub-installer: NVMe boot drives not supported
Date: Fri, 24 Jul 2015 13:19:20 +0200
[Message part 1 (text/plain, inline)]
Hi Steve,

Steve Rowe <sarowe@gmail.com> (2015-05-12):
> Package: debian-installer
> Version: 20150422
> Severity: critical
> Tags: d-i patch
> Justification: breaks the whole system
> 
> Dear Maintainer,
> 
> I used the Jessie DVD installer on a system with an NVMe SSD
> add-in-card (PCIe) that I wanted to make bootable, but there were two
> problems that halted the process:

Is there any chance you could give D-I Stretch Alpha 1 a shot and
confirm it works fine? We could then think about backporting the patch
to jessie.

But I suspect it might not work, because of the missing initramfs-tools
fix:
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785147

initramfs-tools maintainers, could you please have a look? It looks to
me like a possibly easy patch (even if we lately that there might be
some fun with lvm and recursion a few days ago…).

Mraw,
KiBi.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian kernel team <debian-kernel@lists.debian.org>:
Bug#785147; Package initramfs-tools. (Tue, 08 Dec 2015 04:09:10 GMT) (full text, mbox, link).


Acknowledgement sent to Ben Hutchings <ben@decadent.org.uk>:
Extra info received and forwarded to list. Copy sent to Debian kernel team <debian-kernel@lists.debian.org>. (Tue, 08 Dec 2015 04:09:10 GMT) (full text, mbox, link).


Message #22 received at 785147@bugs.debian.org (full text, mbox, reply):

From: Ben Hutchings <ben@decadent.org.uk>
To: 747871@bugs.debian.org, 785147@bugs.debian.org, 807004@bugs.debian.org, 807256@bugs.debian.org
Subject: [PATCH initramfs-tools 5/6] hook-functions: Rewrite block device sysfs lookup to be generic
Date: Tue, 08 Dec 2015 04:03:51 +0000
[Message part 1 (text/plain, inline)]
Control: tag -1 patch

Note, this depends on earlier patches sent to
initramfs-tools@packages.debian.org.

Ben.
---
There is no need to parse device names or call utilities to find
device relationships; they are all included in sysfs.

(The generic 'slaves' subdirectory has been present since 2.6.17,
DEVTYPE=partiton since 2.6.25 and /sys/dev/block since 2.6.27.)

This fixes a number of cases where we would wrongly strip a numeric
suffix from a whole-disk device name.  It also allows us to find the
components of a bcache device.

Closes: #747871, #785147, #807004, #807256
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 hook-functions | 123 ++++++++++++++++-----------------------------------------
 1 file changed, 35 insertions(+), 88 deletions(-)

diff --git a/hook-functions b/hook-functions
index 95f388f..cfd8610 100644
--- a/hook-functions
+++ b/hook-functions
@@ -227,105 +227,52 @@ sys_walk_mod_add()
 	done
 }
 
-block_dev_mod_add()
+block_dev_sys_walk_mod_add()
 {
-	local block minor dev_node dev_sys_path
-	dev_node="$1"
+	local dev_sys_path disk_sys_path component
 
-	# lvm or luks device
-	if [ "${dev_node#/dev/mapper/}" != "${dev_node}" ] \
-		|| [ "${dev_node#/dev/dm-}" != "${dev_node}" ]; then
-		minor=$((0x$(stat --format "%T" ${dev_node}) % 256))
-		block=$(ls -1 /sys/block/dm-${minor}/slaves | head -n 1)
-		# lvm on luks or luks on lvm, possibly lvm snapshots
-		while [ "${block#dm-}" != "${block}" ]; do
-			block=$(ls -1 /sys/block/${block}/slaves | head -n 1)
-		done
-		# lvm on md or luks on md
-		if [ "${block#md}" != "${block}" ]; then
-			block=$(sed -ne 's/multipath/[/' -e 's/linear/[/' -e 's/raid[0-9][0-9]*/[/' -e 's/\([hs]d[a-z][a-z]*\)[0-9][0-9]*/\1/g' -e '/^'${block}' :/s/^[^[]*\[ \([^\[]*\)\[.*$/\1/p' </proc/mdstat)
-		fi
-		# luks or lvm on cciss or ida
-		if [ "${block#cciss}" != "${block}" ] \
-		|| [ "${block#ida}" != "${block}" ]; then
-			block="${block%p*}"
+	while true; do
+		# Resolve symlink so sys_walk_mod_add can walk up the hierarchy
+		dev_sys_path="$(readlink -f "$1")"
+
+		# Find whole disk from partition
+		if grep -q "^DEVTYPE=partition$" "$dev_sys_path/uevent"; then
+			disk_sys_path="$dev_sys_path/.."
 		else
-			block=${block%%[0-9]*}
+			disk_sys_path="$dev_sys_path"
 		fi
-	# md device new naming scheme /dev/md/X
-	elif [ "${dev_node#/dev/md/}" != "${dev_node}" ]; then
-		dev_node=${dev_node#/dev/md/}
-		# strip partion number
-		dev_node=${dev_node%%p[0-9]*}
-		# drop the partition number only for sdX and hdX devices
-		# and keep it for other devices like loop#, dm-# devices
-		block=$(sed -ne 's/multipath/[/' -e 's/linear/[/' -e 's/raid[0-9][0-9]*/[/' -e 's/\([hs]d[a-z][a-z]*\)[0-9][0-9]*/\1/g' -e '/^md'$dev_node' :/s/^[^[]*\[ \([^\[]*\)\[.*$/\1/p' </proc/mdstat)
-	# md device /dev/mdX
-	elif [ "${dev_node#/dev/md}" != "${dev_node}" ]; then
-		dev_node=${dev_node#/dev/md}
-		# strip partion number
-		dev_node=${dev_node%%p[0-9]*}
-		# drop the partition number only for sdX and hdX devices
-		# and keep it for other devices like loop#, dm-# devices
-		block=$(sed -ne 's/multipath/[/' -e 's/linear/[/' -e 's/raid[0-9][0-9]*/[/' -e 's/\([hs]d[a-z][a-z]*\)[0-9][0-9]*/\1/g' -e '/^md'$dev_node' :/s/^[^[]*\[ \([^\[]*\)\[.*$/\1/p' </proc/mdstat)
-	# cciss device
-	elif [ "${dev_node#/dev/cciss/}" != "${dev_node}" ]; then
-		block=${dev_node#/dev/cciss/*}
-		block="cciss!${block%p*}"
-	# ida device
-	elif [ "${dev_node#/dev/ida/}" != "${dev_node}" ]; then
-		block=${dev_node#/dev/ida/*}
-		block="ida!${block%p*}"
-	# Xen virtual device /dev/xvdX
-	elif [ "${dev_node#/dev/xvd}" != "${dev_node}" ]; then
-		block=${dev_node#/dev/}
-		# Xen has a mode where only the individual partitions are
-		# registered with the kernel as well as the usual full disk
-		# with partition table scheme.
-		if [ ! -e /sys/block/${block} ] ; then
-			block=${block%%[0-9]*}
+
+		# Find first component of a layered device
+		component="$(ls -1 "$disk_sys_path/slaves" | head -n 1)"
+		if [ -z "$component" ]; then
+			break
 		fi
-	# mmc device /dev/mmcblkXpX
-	elif [ "${dev_node#/dev/mmcblk}" != "${dev_node}" ]; then
-		block=${dev_node#/dev/}
-		block=${block%%p[0-9]*}
-
-	# nbd device /dev/nbdXpX
-	elif [ "${dev_node#/dev/nbd}" != "${dev_node}" ]; then
-		block=${dev_node#/dev/}
-		block=${block%%p[0-9]*}
-
-	# DAC960 - good old mylex raid - device format /dev/rd/cXdXpX
-	elif [ "${dev_node#/dev/rd/c}" != "${dev_node}" ]; then
-		block="rd!c${dev_node#/dev/rd/c}"
-		block=${block%%p[0-9]*}
-
-	# etherd device
-	elif [ "${dev_node#/dev/etherd/}" != "${dev_node}" ]; then
-		block=${dev_node#/dev/etherd/*}
-		block="etherd!${block%p*}"
-	# i2o raid device
-	elif [ "${dev_node#/dev/i2o/}" != "${dev_node}" ]; then
-		block=${dev_node#/dev/i2o/}
-		block=${block%%[0-9]*}
-		block='i2o!'$block
-	# classical block device
-	else
-		block=${dev_node#/dev/}
-		block=${block%%[0-9]*}
-	fi
 
-	# Error out if /sys lack block dev
-	if [ -z "${block}" ] || [ ! -e /sys/block/${block} ]; then
-		echo "mkinitramfs: for device ${dev_node} missing ${block} /sys/block/ entry" >&2
+		dev_sys_path="$disk_sys_path/slaves/$component"
+	done
+
+	sys_walk_mod_add ${dev_sys_path}
+}
+
+block_dev_mod_add()
+{
+	local dev_node dev_num dev_sys_path
+	dev_node="$1"
+
+	# Look up device number and convert to decimal as it appears in sysfs
+	dev_num="$(stat -c %t:%T "$dev_node")"
+	dev_num="$((0x${dev_num%:*})):$((0x${dev_num#*:}))"
+
+	# Look up device in sysfs
+	dev_sys_path="/sys/dev/block/$dev_num"
+	if [ ! -d "$dev_sys_path" ]; then
+		echo "mkinitramfs: for device ${dev_node} missing ${dev_sys_path}" >&2
 		echo "mkinitramfs: workaround is MODULES=most" >&2
 		echo "mkinitramfs: Error please report the bug" >&2
 		exit 1
 	fi
 
-	# sys walk ATA
-	dev_sys_path=$(readlink -f /sys/block/${block}/device)
-	sys_walk_mod_add ${dev_sys_path}
+	block_dev_sys_walk_mod_add "$dev_sys_path"
 }
 
 # Copy all loaded or built-in modules matching the given pattern.

-- 
Ben Hutchings
Life would be so much easier if we could look at the source code.
[signature.asc (application/pgp-signature, inline)]

Added tag(s) pending. Request was from Ben Hutchings <ben@decadent.org.uk> to control@bugs.debian.org. (Thu, 10 Dec 2015 17:24:11 GMT) (full text, mbox, link).


Reply sent to Ben Hutchings <ben@decadent.org.uk>:
You have taken responsibility. (Sun, 27 Dec 2015 23:04:04 GMT) (full text, mbox, link).


Notification sent to Steve Rowe <sarowe@gmail.com>:
Bug acknowledged by developer. (Sun, 27 Dec 2015 23:04:04 GMT) (full text, mbox, link).


Message #29 received at 785147-close@bugs.debian.org (full text, mbox, reply):

From: Ben Hutchings <ben@decadent.org.uk>
To: 785147-close@bugs.debian.org
Subject: Bug#785147: fixed in initramfs-tools 0.121~rc2
Date: Sun, 27 Dec 2015 23:00:16 +0000
Source: initramfs-tools
Source-Version: 0.121~rc2

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

Debian distribution maintenance software
pp.
Ben Hutchings <ben@decadent.org.uk> (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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 22 Dec 2015 22:07:42 +0000
Source: initramfs-tools
Binary: initramfs-tools initramfs-tools-core
Architecture: all source
Version: 0.121~rc2
Distribution: experimental
Urgency: medium
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <ben@decadent.org.uk>
Closes: 588452 602331 620814 633582 696632 697017 747871 766920 770394 782641 783291 783410 783620 784234 785147 785564 790095 791754 792557 793786 795831 795832 795837 795839 797361 799443 801154 807000 807004 807256
Description: 
 initramfs-tools-core - generic modular initramfs generator (core tools)
 initramfs-tools - generic modular initramfs generator (automation)
Changes:
 initramfs-tools (0.121~rc2) experimental; urgency=medium
 .
   * Upload to experimental, not unstable
 .
 initramfs-tools (0.121~rc1) unstable; urgency=medium
 .
   [ Ben Hutchings ]
   * [da2159f] Add .gitignore files to exclude generated and backup files
   * [8ad7317] bash-completion: Install using dh_bash-completion
   * [31d21d6] Rename lintian override file so dh_lintian installs it
     automatically
   * [9d45599] debian/control: Update and shorten description
   * [2bf8c27] Split initramfs-tools binary packages into core and automation
     hooks
   * [6562e1b] debian/control,debian/copyright: Use canonical HTTP-S URLs for
     Alioth git repos
   * [76dab5a] hook-functions: Include soft-dependencies of all kernel modules
     (Closes: #588452)
   * [7285ffb] hooks/busybox: Fail if busybox is wanted but not found
     (Closes: #785564)
   * [852b9ab] scripts/functions: Use shell to create stamp file instead of
     'touch' (Closes: #783291)
   * [9aea31d] sripts/local: Remove obsolete hint about ATA device renaming
   * [e0c8d03] hook-functions: Always use /proc/mounts, avoiding mangling of
     /dev/root (Closes: #766920)
   * [728f534] hook-functions: Fold sys_walk_modalias into sys_walk_mod_add
   * [d122ab6] hook-functions: Split block device sysfs lookup into a separate
     function
   * [aff5209] hook-functions: Remove loop-aes support
   * [3cb744c] hook-functions: Rewrite block device sysfs lookup to be generic
     (Closes: #747871, #785147, #807004, #807256)
   * [8ac52dc] hook-functions: Include modules for all components of a
     multi-disk device (Closes: #620814)
   * [c69313d] parse_numeric: Tighten check for whether 'root' parameter is a
     number (Closes: #697017)
   * [8062189] parse_numeric: Add support for 20-bit minor numbers in 'root'
     parameter
   * [88f98b5] parse_numeric: Replace numeric root with canonical device name
   * [28e5a0a] update-initramfs: Use linux-version command to sort versions
     (Closes: #770394, #795837)
   * [4b4e578] lsinitramfs.8: Update the BUGS section to note fix for #717805
     (Closes: #790095)
   * [fa82bf1] hooks/fsck: Stop copying sulogin, which is no longer used
   * [95beada] Only run fsck if enabled in /etc/fstab (pass != 0)
     (Closes: #797361)
   * [371221b] hooks/fsck: Use 'command' to find fsck.<type> (Closes: #784234)
   * [e352b94] scripts/functions: Use blkid to resolve LABEL= and UUID= block
     device IDs
   * [7469eee] scripts/functions: Handle PARTLABEL= and PARTUUID= block device
     IDs using blkid (Closes: #801154)
   * [fe30453] hook-functions: Include drivers/nvme in block driver modules
     (Closes: #807000)
   * [fa1985b] update-initramfs: Run 'sync' after writing the initramfs
     (Closes: #783620)
   * [6a40a89] hook-functions: Introduce copy_file function
   * [a7fc630] Use copy_file to copy config files and firmware, instead of
     copy_exec
   * [52ae50c] hook-functions: Use copy_file to install modules
   * [b215c18] Support multiple break points using a comma delimiter
     (Closes: #795832)
   * [b2dfbeb] Set emacs local variables to implement our shell coding style
   * [b1dc049] hook-functions: Preserve symlinks when copying files
     (Closes: #799443)
   * [319b141] hooks/fsck: Simplify by letting copy_exec handle symlinks
   * [143b9ef] maintainer-notes.html: Update changelog command lines to use
     'gbp dch'
   * [f01cdd4] debian/control: Ensure lockstep upgrade of initramfs-tools and
     -core
   * [88f7bb6] debian/TODO: Update for released and pending changes
   * [d136f22] scripts/local: Remove residual support for separate /etc
     filesystem
   * [14913b2] scripts/local: Name parameters to local_device_setup
   * [3080087] Defer resolving block device IDs to local_device_setup
   * [3574b56] scripts/functions: Stop resolving symlinks in resolve_device
     (Closes: #791754)
 .
   [ Laurent Bigonville ]
   * [27405fc] Support fsck.mode= and fsck.repair= parameters as known by
     systemd-fsck (Closes: #783410, #792557)
   * [8a2f298] Run new panic scripts just before dropping to a shell
     (Closes: #602331)
 .
   [ Boris Egorov ]
   * [c14d661] mkinitramfs: fix bashism in script (Closes: #633582)
 .
   [ Salvatore Bonaccorso ]
   * [f78c9a9] scripts/nfs: Check return value from nfs_mount_root_impl
     (Closes: #782641)
 .
   [ Roger Shimizu ]
   * [50aa8e2] advance the timing of insmod netconsole
   * [3acddcc] redirect debug info to netconsole (Closes: #793786)
 .
   [ Andy Whitcroft ]
   * [4ba741b] Add 2>&1 to the run-init line (Closes: #795831)
   * [1f5c193] When adding i8042 also add psmouse as some keyboards are behind
     the mouse (Closes: #795839)
 .
   [ Roger Leigh ]
   * [6a8d18b] init: Always migrate /run to the rootfs (Closes: #696632)
Checksums-Sha1: 
 637879afd5e58783b459e5d143925c36e6b3fd38 1827 initramfs-tools_0.121~rc2.dsc
 ae8241178fec79ee313b7047b895d11cb7841678 81796 initramfs-tools_0.121~rc2.tar.xz
 ca77d0e7dcee3156cfa17068d6d5b141c1cd8c19 91304 initramfs-tools-core_0.121~rc2_all.deb
 5c816122c238ea6c85e536dbd146e5bf42e1277d 61984 initramfs-tools_0.121~rc2_all.deb
Checksums-Sha256: 
 a843f037d009a716a05608e53358a91882acfee5abecd34d8b05370e6a75f60c 1827 initramfs-tools_0.121~rc2.dsc
 692f46cdb3d98463a39a24b3d6b73e90e1f8644f47898c42c9dfe421b0e17e1a 81796 initramfs-tools_0.121~rc2.tar.xz
 136b2361c60146f48473c074e0ab9322bb985fead530b7ff5c2047c2f37ad9f2 91304 initramfs-tools-core_0.121~rc2_all.deb
 0c95877a21a1d8518218e7790d90840f2fa1a8acf71c7862a49e10645852db0e 61984 initramfs-tools_0.121~rc2_all.deb
Files: 
 5a088b0402a552cb25a3d526b378b298 1827 utils optional initramfs-tools_0.121~rc2.dsc
 ee04e46be524b9dabe82422373e4f69d 81796 utils optional initramfs-tools_0.121~rc2.tar.xz
 4a5f88c08bca7db8f3bea5a2a0654042 91304 utils optional initramfs-tools-core_0.121~rc2_all.deb
 ba9a71555f1e2695e933984954f05946 61984 utils optional initramfs-tools_0.121~rc2_all.deb

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

iQIVAwUBVnnV7+e/yOyVhhEJAQoBJhAAkjSQFmokaADTzpf6tOlHsw1Zr9xOUV/T
hiOxn7eAP1Az/HfMSs5FQtZfoP8FN89/vcGc0+2uAe7YGNRNPR3QM5ryWU1aGDL6
RaAaoUoFqUAGasH05b0/6O7UD8w5ZGBzj5V6sQgSXO5R+nzOsU90K7/XehLLwEWH
iccC8jl3zK+CEF8klqXuAMG4/pFb+Dr7bE29V/K7ST90EdOKIggXaUkp5KXMuIbA
p6QJcgVQFxJ4FIYko5N42oqb78p5BqsA2BLe8d7u1DO+YboLOpDG40w8GPRFAgyF
e7lb62nwayIN8zdSrLwdwvxYftyMz1SdH3//cybWbZ0+O+MvBwvg5Tq+fkpD2j7V
USxL+WHpoMO8bhGao/Dp6XYrr+dU1vYWIgwarbObqynAtj9WLzAfzNnovr//qKvc
VzNYvplo3T0YYSwK0vBx7Vte4N/FJarFkbiTiGQYZyZ/ok9irphqy2tVoJ2m9Wb3
QbqjV7ujBzXSgFShm09uAMxpGZrrUZMrpsRM6CvRBe+ZmUXh3+r8TiNjoT1/XEEd
xXrHGyexLqVzHmQsvnBL7JyF3iigKMO9URNiZIbWGIiNyq3wDL7/u0u//iARO9aQ
ii+oJfi+eR8HrrEAlmrMCTFz0RRM559hEG/zK6tevtGyezXSy04gRm/TCHuEeltR
sUFVzGtDzn8=
=0u0e
-----END PGP SIGNATURE-----




Reply sent to Ben Hutchings <ben@decadent.org.uk>:
You have taken responsibility. (Sun, 21 Feb 2016 00:21:48 GMT) (full text, mbox, link).


Notification sent to Steve Rowe <sarowe@gmail.com>:
Bug acknowledged by developer. (Sun, 21 Feb 2016 00:21:49 GMT) (full text, mbox, link).


Message #34 received at 785147-close@bugs.debian.org (full text, mbox, reply):

From: Ben Hutchings <ben@decadent.org.uk>
To: 785147-close@bugs.debian.org
Subject: Bug#785147: fixed in initramfs-tools 0.120+deb8u1
Date: Sun, 21 Feb 2016 00:17:08 +0000
Source: initramfs-tools
Source-Version: 0.120+deb8u1

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

Debian distribution maintenance software
pp.
Ben Hutchings <ben@decadent.org.uk> (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@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 20 Feb 2016 15:48:17 +0000
Source: initramfs-tools
Binary: initramfs-tools
Architecture: all source
Version: 0.120+deb8u1
Distribution: jessie
Urgency: medium
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Ben Hutchings <ben@decadent.org.uk>
Closes: 602331 633582 747871 781239 782641 783291 783410 783620 785147 792557 795839 810808
Description: 
 initramfs-tools - generic modular initramfs generator
Changes:
 initramfs-tools (0.120+deb8u1) jessie; urgency=medium
 .
   [ Ben Hutchings ]
   * [c367d7d] scripts/functions: Use shell to create stamp file instead of
     'touch' (Closes: #783291)
   * [d22b95b] update-initramfs: Run 'sync' after writing the initramfs
     (Closes: #783620)
   * [c22cefe] hook-functions: Add support for nvme devices with MODULES=dep
     (Closes: #785147)
   * [e0b23a1] hook-functions: Add support for LVM/LUKS on mmcblk and nvme
     devices with MODULES=dep (Closes: #747871, #810808)
   * [0e905aa] scripts/functions: Fix fsck display options (Closes: #781239)
 .
   [ Laurent Bigonville ]
   * [3c4b38a] Support fsck.mode= and fsck.repair= parameters as known by
     systemd-fsck (Closes: #783410, #792557)
   * [dcb0f0c] Run new panic scripts just before dropping to a shell
     (Closes: #602331)
 .
   [ Boris Egorov ]
   * [2c82cf4] mkinitramfs: fix bashism in script (Closes: #633582)
 .
   [ Andy Whitcroft ]
   * [97b664e] When adding i8042 also add psmouse as some keyboards are behind
     the mouse (Closes: #795839)
 .
   [ Salvatore Bonaccorso ]
   * [71e5b62] scripts/nfs: Check return value from nfs_mount_root_impl
     (Closes: #782641)
Checksums-Sha1: 
 c8a03ba2194f6018497f3692d4f73fdb63e2d050 1737 initramfs-tools_0.120+deb8u1.dsc
 cd44bf2f65c06c1b584c6b046152247aa93bb282 80796 initramfs-tools_0.120+deb8u1.tar.xz
 29f3057044c89cda194a1eeeb5870a02cf44de73 96230 initramfs-tools_0.120+deb8u1_all.deb
Checksums-Sha256: 
 8b65c0ec514cdba3f185c082b59611b85c7ef6702b54accb349e710910576d32 1737 initramfs-tools_0.120+deb8u1.dsc
 e9854b2a7d6effb94a40c8bff518b04cfe6eaed63725d95bcf36adf93df49d5b 80796 initramfs-tools_0.120+deb8u1.tar.xz
 ae92dbe2fa71f5fc4343f6e8e79ded6c7e4682490c846074dda15c84c26fda2e 96230 initramfs-tools_0.120+deb8u1_all.deb
Files: 
 2aacdc3f120356865e9d5355ee951ce9 1737 utils optional initramfs-tools_0.120+deb8u1.dsc
 c69e54ba096e63c28513a343c99a1f21 80796 utils optional initramfs-tools_0.120+deb8u1.tar.xz
 d12b70c15ad8ad6ce0476d5cb7a0b565 96230 utils optional initramfs-tools_0.120+deb8u1_all.deb

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

iQIVAwUBVsiNxee/yOyVhhEJAQpoXxAAl591JNDogazcJsB46yCh08j+/flLo7zN
CxLdzELB4AINRE2Dku4LJGx0TNLy2E1fSlEpPzj/srVTq5g88vrXBihimBOCdaz5
wSyiKaiOR15rQchngt/KHtfyYGi1nzQtZl2mGvaXgaGHucZT9/CYhhMTM5vycQAM
FE8whUkhNvzjBe+wXryIAQq0Lcpk3eD23lhO+T7rHsAbXqDjMZ5I9n2R6NlANCzH
ZjaKve/z41TdVPebUc+fd3Dnb3UqdhBqXAUL+hTzKRKPGJVmGGVS4SAS+tU7GKNn
NY87dz1IG4FAeQOOb1r1mRo8Osrvh3iMYxMKxgQEDcvtlDsvXGbu+/uKv5u1s222
7q1DMnHoJQPXZpX9h6znwLfqgQOi6SlglSWKrglQ3AqV5e4nfCM/6b9BRoVY8sTJ
223SkvhVadaT9VipI+LjqHC9wPFxdw9ogzu7/6wDcQilpLsoCqExJ7GASiRfeRw5
w6VVJe9jpo+2jR8aQghm0bJX9Ljf1zZGsAJvdRXV2JReW0b+iZoP0u96qU7uyWbU
XX7ndFLys/FLpo9ADSD+jWv6Og8lSTd/OSahjDeKkZeNNM9oWcH2nIxsZVMo8B8v
Lov71Fugt9yx4IPpqXiXjcKoh1rDrBRsyFDip1pomCkAR7mKBY16sVMCzBXtHOzT
Hl03DbjNeXo=
=8oDS
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 21 Mar 2016 07:39:54 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jan 6 09:55:54 2018; Machine Name: beach

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.