Your message dated Sat, 11 Apr 2015 01:33:51 +0000 with message-id <[email protected]> and subject line Bug#780319: fixed in lvm2 2.02.111-2.2 has caused the Debian Bug report #780319, regarding initramfs-tools: Volume group not found before trying to mount root filesystem on LVM. 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 [email protected] immediately.) -- 780319: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780319 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: initramfs-tools Version: 0.119 Severity: important Dear Maintainer, * What led up to the situation? Good day. Just built a new wheezy server and upgraded to Jessie (LVM on Raid10). These are my steps: 1) Build new Wheezy server (LVM on Raid10). 2) Edit /etc/apt/sources.list and change Wheezy to Jessie 3) Run apt-get update ; apt-get upgrade 4) Run apt-get dist-upgrade 5) Run apt-get -f install and made sure all packages are installed. 5) Reboot 6) The server boots, and then eventually drops too spitting out Begin: Running /scripts/local-block .... done. Gave up waiting for /usr device. * What exactly did you do (or not do) that was effective (or ineffective)? I did a cat /proc/mdstat and saw raid was running. I then proceed to run: 1) lvm 2) vgscan 3) vgchange -ay 4) Pressed Control + D two or three times. * What was the outcome of this action? Booted in to new built Jessie OS. * What outcome did you expect instead? For the server to boot into the new built Jessie OS. I would like to state that I have built this server a few times. Ive rescue booted the and via chroot ran update-initramfs -u -t -k all ; update-grub Followed by grub-install /dev/sda1 I added 'rootdelay=10' to GRUB_CMDLINE_LINUX in /etc/default/grub Kind Regards Brent Clark -- Package-specific info: -- initramfs sizes -rw-r--r-- 1 root root 16M Mar 23 14:07 /boot/initrd.img-3.16.0-4-amd64 -rw-r--r-- 1 root root 12M Mar 23 14:00 /boot/initrd.img-3.2.0-4-amd64 -- /proc/cmdline BOOT_IMAGE=/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/vg0-root ro nomodeset -- resume RESUME=UUID=104438b3-a081-4e7b-b4a9-58553e50612b -- /proc/filesystems ext3 ext2 ext4 -- lsmod Module Size Used by cpufreq_stats 12782 0 cpufreq_userspace 12525 0 cpufreq_conservative 14184 0 cpufreq_powersave 12454 0 x86_pkg_temp_thermal 12951 0 intel_powerclamp 17159 0 intel_rapl 17356 0 coretemp 12820 0 kvm_intel 139116 0 kvm 388635 1 kvm_intel crc32_pclmul 12915 0 ghash_clmulni_intel 12978 0 aesni_intel 151423 0 ipmi_devintf 17053 0 iTCO_wdt 12831 0 iTCO_vendor_support 12649 1 iTCO_wdt ppdev 16782 0 aes_x86_64 16719 1 aesni_intel lrw 12757 1 aesni_intel gf128mul 12970 1 lrw ttm 77862 0 drm_kms_helper 49210 0 drm 249955 2 ttm,drm_kms_helper glue_helper 12695 1 aesni_intel ipmi_si 48709 0 ablk_helper 12572 1 aesni_intel i2c_algo_bit 12751 0 cryptd 14516 3 ghash_clmulni_intel,aesni_intel,ablk_helper lpc_ich 20768 0 ipmi_msghandler 39917 2 ipmi_devintf,ipmi_si evdev 17445 5 joydev 17063 0 i2c_i801 16965 0 pcspkr 12595 0 mfd_core 12601 1 lpc_ich winbond_cir 17082 0 rc_core 22404 1 winbond_cir i2c_core 46012 4 drm,i2c_i801,drm_kms_helper,i2c_algo_bit tpm_tis 17182 0 tpm 31511 1 tpm_tis parport_pc 26300 0 battery 13356 0 button 12944 0 parport 35749 2 ppdev,parport_pc shpchp 31121 0 video 18096 0 ac 12715 0 processor 28221 0 loop 26605 0 autofs4 35529 2 ohci_hcd 42982 0 uhci_hcd 43499 0 ext4 473802 7 crc16 12343 1 ext4 mbcache 17171 1 ext4 jbd2 82413 1 ext4 dm_mod 89373 21 hid_generic 12393 0 usbhid 44460 0 hid 102264 2 hid_generic,usbhid raid10 47465 1 raid1 34596 1 md_mod 107672 4 raid1,raid10 sg 29973 0 sd_mod 44356 12 crc_t10dif 12431 1 sd_mod crct10dif_generic 12581 0 crct10dif_pclmul 13387 1 crct10dif_common 12356 3 crct10dif_pclmul,crct10dif_generic,crc_t10dif crc32c_intel 21809 0 ahci 33291 8 libahci 27158 1 ahci ehci_pci 12512 0 ehci_hcd 69837 1 ehci_pci libata 177457 2 ahci,libahci usbcore 195340 5 uhci_hcd,ohci_hcd,ehci_hcd,ehci_pci,usbhid e1000e 203664 0 scsi_mod 191405 3 sg,libata,sd_mod usb_common 12440 1 usbcore ptp 17692 1 e1000e pps_core 17225 1 ptp thermal 17559 0 fan 12681 0 thermal_sys 27642 6 fan,video,intel_powerclamp,thermal,processor,x86_pkg_temp_thermal -- /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 = 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 -- /proc/mdstat Personalities : [raid1] [raid10] md1 : active raid10 sdb2[1] sda2[0] sdd2[3] sdc2[2] 1952996352 blocks 512K chunks 2 near-copies [4/4] [UUUU] [===>.................] resync = 18.2% (355855232/1952996352) finish=132.7min speed=200562K/sec md0 : active raid1 sdb1[1] sda1[0] sdc1[2] sdd1[3] 262080 blocks [4/4] [UUUU] unused devices: <none> -- mkinitramfs hooks /etc/initramfs-tools/hooks/: /usr/share/initramfs-tools/hooks: busybox dmsetup fsck keymap klibc kmod lvm2 mdadm resume thermal udev zz-busybox -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores) Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.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 module-init-tools 18-3 ii udev 215-12 Versions of packages initramfs-tools recommends: ii busybox 1:1.22.0-9+deb8u1 Versions of packages initramfs-tools suggests: pn bash-completion <none> -- no debconf information
--- End Message ---
--- Begin Message ---Source: lvm2 Source-Version: 2.02.111-2.2 We believe that the bug you reported is fixed in the latest version of lvm2, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ben Hutchings <[email protected]> (supplier of updated lvm2 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: SHA512 Format: 1.8 Date: Fri, 10 Apr 2015 01:43:39 +0100 Source: lvm2 Binary: lvm2 lvm2-udeb clvm libdevmapper-dev libdevmapper1.02.1 libdevmapper1.02.1-udeb dmsetup dmsetup-udeb libdevmapper-event1.02.1 dmeventd liblvm2app2.2 liblvm2cmd2.02 liblvm2-dev Architecture: source Version: 2.02.111-2.2 Distribution: unstable Urgency: medium Maintainer: Debian LVM Team <[email protected]> Changed-By: Ben Hutchings <[email protected]> Description: clvm - Cluster LVM Daemon for lvm2 dmeventd - Linux Kernel Device Mapper event daemon dmsetup - Linux Kernel Device Mapper userspace library dmsetup-udeb - Linux Kernel Device Mapper userspace library (udeb) libdevmapper-dev - Linux Kernel Device Mapper header files libdevmapper-event1.02.1 - Linux Kernel Device Mapper event support library libdevmapper1.02.1 - Linux Kernel Device Mapper userspace library libdevmapper1.02.1-udeb - Linux Kernel Device Mapper userspace library (udeb) liblvm2-dev - LVM2 libraries - development files liblvm2app2.2 - LVM2 application library liblvm2cmd2.02 - LVM2 command library lvm2 - Linux Logical Volume Manager lvm2-udeb - Linux Logical Volume Manager (udeb) Closes: 780319 Changes: lvm2 (2.02.111-2.2) unstable; urgency=medium . * Non-maintainer upload * Add support for /dev/VG/LV naming in initramfs (Closes: #780319) Checksums-Sha1: ab08d80881d11d5c24dbca0c6f3fa19dd8d99899 2784 lvm2_2.02.111-2.2.dsc 182833da842bf80853b9eb0aaff1470978d7592f 29384 lvm2_2.02.111-2.2.debian.tar.xz Checksums-Sha256: a653fc915a8cc7012f67933fd5b3fa51666dffc665669b3f7db1a0678a03e5e7 2784 lvm2_2.02.111-2.2.dsc e662c05578c2df0788b1afe0670edf7a3f893a8e9faad02df0fc4fa341436506 29384 lvm2_2.02.111-2.2.debian.tar.xz Files: 33ec245b5cfd1586e6e10d5c631a0fc2 2784 admin optional lvm2_2.02.111-2.2.dsc 3b9b3d560fa269a4c647b96115c35356 29384 admin optional lvm2_2.02.111-2.2.debian.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVSckKee/yOyVhhEJAQoGiA/+PrfJ4Vn2dXirHlkmsvlPBfVmlL5EsuPs sHatmaVcebfy9y8XKe1PyqKUFlPzQz8OqgG74QkfJWYKCzEiu4aqlr5fd7UcDgui Lt4q61lbzPxg0P+fJaJrCYjcoJ7U+LnI01/wz9DnsE1LqagNftz/+ckA+mD2xQYS NAx5R761NuMj4cPA93B7jeawPFDEoSk5HVa7qUCQ72Gccv97HIp3JVH0bxKXs6Ec 0be5MVguT2UMdvhV4N6lYctcazRwUlYmzDdrcQWkH+zYyJBkt3bQkQ6UGYz3gNiW Hd+NTO+r8KccO/vW6aW/oMTj0k/LojHcvx5RikfMlcEHFpDO0ccMqNMfMoU1ogKY ehzIcP+U5znYUlxGc1Xg9i53fT07Ay8a3YDp18Svoicge7hzPeKqEMSnlxQmeiR2 uMEmqHP91P9FfiRYXRg5XezvpfiX0gpPvbGZG01fwJMY4Uw01XorlMEu7Yxgsk6L /VwFalH1XT9nTHetHjzKQXzOGhZ8iDhbbhz/X3W+sblh2VeL9M6SPj25vaz2qIjM ZEpqnJ0k7pRQsSx6xJI0D+hODrxRYiZI/adil5xqZYiSPRJkPRKU8gcbTesKdKK6 a0WwJvGxzooCbL8U5mhXoPMHrsiMFWpnRa2fylKAa4DChhGxe7i+IZgi3t/VDeJT 5bz0+5D4ET8= =F200 -----END PGP SIGNATURE-----
--- End Message ---

