Your message dated Fri, 22 Jan 2016 04:20:55 +0000 with message-id <[email protected]> and subject line Bug#812266: fixed in debianutils 4.6 has caused the Debian Bug report #812266, regarding installkernel: Should only run scripts if install dir is /boot 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.) -- 812266: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812266 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: initramfs-tools Version: 0.109.1 Severity: normal File: /etc/kernel/postinst.d/initramfs-tools The script /etc/kernel/postinst.d/initramfs-tools checks for the existence of /usr/sbin/update-initramfs using an absolute path, but later invokes it without any path. Among other possible dangers, this causes problems when /usr/sbin is not in one's PATH. I discovered this when trying to build a kernel with kernel-package, fakeroot, and zsh (which by default does not include /usr/sbin in PATH for ordinary users). -- Package-specific info: -- initramfs sizes -- /proc/cmdline BOOT_IMAGE=/vmlinuz-3.2.0-4-686-pae root=/dev/mapper/host-root ro quiet -- resume RESUME=/dev/mapper/host-swap_1 -- /proc/filesystems ext4 ext2 -- lsmod Module Size Used by nfsd 173901 2 nfs 265953 0 nfs_acl 12463 2 nfs,nfsd auth_rpcgss 32143 2 nfs,nfsd fscache 31978 1 nfs lockd 61373 2 nfs,nfsd sunrpc 143904 6 lockd,auth_rpcgss,nfs_acl,nfs,nfsd ext2 49826 1 loop 17810 0 snd_hda_intel 21786 0 snd_hda_codec 63477 1 snd_hda_intel snd_hwdep 12943 1 snd_hda_codec i2c_piix4 12480 0 snd_pcm 53461 2 snd_hda_intel,snd_hda_codec snd_page_alloc 12867 2 snd_pcm,snd_hda_intel virtio_balloon 12720 0 psmouse 59609 0 virtio_console 17883 0 processor 27565 0 thermal_sys 17752 1 processor pcspkr 12515 0 evdev 17225 2 snd_timer 22356 1 snd_pcm snd 42761 5 snd_timer,snd_pcm,snd_hda_intel,snd_hwdep,snd_hda_codec soundcore 12921 1 snd joydev 17010 0 i2c_core 19116 1 i2c_piix4 serio_raw 12803 0 button 12817 0 ext4 306996 5 crc16 12327 1 ext4 jbd2 56426 1 ext4 mbcache 12938 2 ext4,ext2 usbhid 31554 0 hid 64284 1 usbhid dm_mod 57386 18 sg 21476 0 sr_mod 17468 0 cdrom 34813 1 sr_mod ata_generic 12439 0 virtio_blk 12754 3 floppy 48125 0 virtio_net 17527 0 ata_piix 25271 0 libata 125014 2 ata_piix,ata_generic scsi_mod 135081 3 libata,sr_mod,sg uhci_hcd 22337 0 ehci_hcd 39631 0 virtio_pci 13015 0 virtio_ring 12988 5 virtio_pci,virtio_net,virtio_blk,virtio_console,virtio_balloon virtio 12933 6 virtio_ring,virtio_pci,virtio_net,virtio_blk,virtio_console,virtio_balloon usbcore 104555 4 ehci_hcd,uhci_hcd,usbhid usb_common 12338 1 usbcore -- /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 -- mkinitramfs hooks /etc/initramfs-tools/hooks/: /usr/share/initramfs-tools/hooks: busybox dmsetup keymap klibc kmod lvm2 thermal udev -- System Information: Debian Release: 7.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-4-686-pae (SMP w/2 CPU cores) 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+dfsg-0.1 ii klibc-utils 2.0.1-3.1 ii kmod 9-3 ii module-init-tools 9-3 ii udev 175-7.2 Versions of packages initramfs-tools recommends: ii busybox 1:1.20.0-7 Versions of packages initramfs-tools suggests: ii bash-completion 1:2.0-1 -- no debconf information
--- End Message ---
--- Begin Message ---Source: debianutils Source-Version: 4.6 We believe that the bug you reported is fixed in the latest version of debianutils, 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. Clint Adams <[email protected]> (supplier of updated debianutils 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: Thu, 21 Jan 2016 22:53:54 -0500 Source: debianutils Binary: debianutils Architecture: source amd64 Version: 4.6 Distribution: unstable Urgency: medium Maintainer: Clint Adams <[email protected]> Changed-By: Clint Adams <[email protected]> Description: debianutils - Miscellaneous utilities specific to Debian Closes: 670119 796848 802502 812266 Changes: debianutils (4.6) unstable; urgency=medium . [ Ben Hutchings ] * installkernel: Only run postinst scripts when installing in /boot closes: #812266. * installkernel: Make sure the PATH for postinst scripts includes /usr/sbin and /sbin . [ Clint Adams ] * Patch from Christoph Biedl to fix the lsbsysinit regex. closes: #802502. * Patch from Andreas Henriksson to make ischroot work as non-root on Linux. closes: #670119. * add-shell: use grep instead of awk, thanks to Carsten Hey. closes: #796848. * Add LFS check to configure. Checksums-Sha1: 2cf6dcb79ad392ac93ffd528633755e036b36670 1703 debianutils_4.6.dsc 20b0e06e6fdab93a5e442e8f9db496873afd872f 154880 debianutils_4.6.tar.xz 66231fd87999435c077051a3721197419c1f5f31 99654 debianutils_4.6_amd64.deb Checksums-Sha256: d8e92b4323f811fb6c86e7aaf43773ec375dee695837ae79f757f29cbc48851b 1703 debianutils_4.6.dsc c1173fa99a588b59ba6f88760b5b512ff6aa294aa40a6b4c8cad40999197e61f 154880 debianutils_4.6.tar.xz a6698bf34e10f5479dba2c172c43ecb9496f9c9604d1891a825d22251d369417 99654 debianutils_4.6_amd64.deb Files: 2f2d32df54b246290ec657ee6a96d2d7 1703 utils required debianutils_4.6.dsc 4790b1b6633304bae25f59b0b52a9d24 154880 utils required debianutils_4.6.tar.xz f5aa973481933abf54fb3328c65db10f 99654 utils required debianutils_4.6_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Debian! iQJ8BAEBCgBmBQJWoarFXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NTgxRUM4NzQwNTNFNkM4MDc3OTFCOUI1 NTkyMzMxRTE5OUQzOEE4AAoJEFWSMx4ZnTioSLcP/14DWnkxC0BvDDMxJ96wpWjB mXrwDO2C3InTBBa7+EhzsGr7kVL70bRX986xCv6PYBicBoRanM5smsrZSTeSYnvn dm7uLQ202YuduqApa4Ow98+Iqo9SuR3diHU9qSJa51dq3gPbxatiW9rINe10c/Be VpYDCB7dB0LUSUPp3DebYICOFOZ/thGT/Jdl+f5ULTG/hJoh/CZOX+W6SLUAb78T 7f1uepq9GwA+0fIpXPeIyorraSTk27L3Pg2NSYUPC1K4O0IP12BCbKnini3PMeRJ 1HwxNBpNcSl3Dlk23rZKp8N7YHfkwrg1treqfKQOc6maiFCxq1kcZdPUhWIWtJmQ 73U5n3lRqMjMFlHCqVKv1IspPRRT9c0DbLPDGZ0+kjNizLLiydsiSyqTacX6xshK d1jkHIRyzaPQLY/ajidwM1DI1Lpa2f3rXXQgx7JI0ydVfnKWJOGayu2+s1Hi9DEj J0lgEV39SrUJwLf2ffvBwo4m1R56MpTcvfcJsZVghgRXCEUfeVXRz74X/H8xlpze N2GWUyeLbOoRSEUkLOpCGQqEmVrrwSeFDL+IDNOo5Ovq5TBL51cz9QNWo8ajC1x/ 8JX23TL4Lsasq5QBlmAZ2fYu7lQszKZqdVaxb4I3DLT2StSDkjqKy/7JduRfTXz2 N2z3wk+25ig2dW3o0Udy =2f/3 -----END PGP SIGNATURE-----
--- End Message ---

