Your message dated Thu, 11 Feb 2016 04:30:08 +0000 with message-id <[email protected]> and subject line Bug#588770: fixed in initramfs-tools 0.123 has caused the Debian Bug report #588770, regarding dep_add_modules does not consider resume partition 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.) -- 588770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588770 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: initramfs-tools Version: 0.97.2 Severity: normal Tags: sid Hi, i just noticed using modules=dep instead of modules=most breaks suspend-to-disk for me. My swap partition lies on a PATA disk while my root file system lies on a SATA disk, so the needed PATA drivers aren't loaded and thus the device file for the swap partition doesn't exist. Perhaps there should be a resume hook script that checks for this condition? -- Package-specific info: -- initramfs sizes -rw-r--r-- 1 root root 13M Jul 12 07:35 /boot/initrd.img-2.6.32-3-686 -- /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-2.6.32-3-686 root=UUID=def4ac9a-2cc2-4aa0-8887-e4e24c690d3e ro quiet resume=UUID=ef363879-34ea-4b27-9ef9-2542cfd62987 -- resume RESUME=/dev/sdb2 -- /proc/filesystems ext4 fuseblk -- lsmod Module Size Used by radeon 398727 2 ttm 26172 1 radeon drm_kms_helper 17247 1 radeon drm 107671 5 radeon,ttm,drm_kms_helper agpgart 19516 2 ttm,drm i2c_algo_bit 3497 1 radeon ppdev 4058 0 lp 5570 0 cpufreq_userspace 1476 0 cpufreq_stats 1940 0 cpufreq_conservative 4018 0 battery 3782 0 cpufreq_powersave 602 0 vboxnetadp 5118 0 vboxnetflt 12555 0 vboxdrv 126574 2 vboxnetadp,vboxnetflt irda_usb 8007 0 irda 75920 1 irda_usb crc_ccitt 1039 1 irda binfmt_misc 4907 1 kvm 182289 0 fuse 43750 1 hwmon_vid 1528 0 ndiswrapper 134221 0 powernow_k8 9788 1 joydev 6771 0 usbhid 27888 0 hid 50657 1 usbhid snd_usb_audio 50466 2 snd_usb_lib 10989 1 snd_usb_audio r8192s_usb 441967 0 ide_gd_mod 17171 2 snd_hda_codec_atihdmi 1687 1 ata_generic 2015 0 snd_hda_codec_realtek 163098 1 ide_pci_generic 1924 0 snd_hda_intel 16427 4 snd_hda_codec 46002 3 snd_hda_codec_atihdmi,snd_hda_codec_realtek,snd_hda_intel snd_hwdep 4054 2 snd_usb_audio,snd_hda_codec snd_pcm_oss 28671 0 snd_mixer_oss 10461 1 snd_pcm_oss snd_pcm 47362 5 snd_usb_audio,snd_hda_intel,snd_hda_codec,snd_pcm_oss snd_seq_midi 3576 0 snd_rawmidi 12505 2 snd_usb_lib,snd_seq_midi snd_seq_midi_event 3684 1 snd_seq_midi snd_seq 35459 3 snd_seq_midi,snd_seq_midi_event snd_timer 12258 2 snd_pcm,snd_seq snd_seq_device 3673 3 snd_seq_midi,snd_rawmidi,snd_seq snd 34363 24 snd_usb_audio,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device ohci_hcd 16904 0 sg 15964 0 ehci_hcd 27574 0 soundcore 3450 1 snd snd_page_alloc 5041 2 snd_hda_intel,snd_pcm atiixp 1848 1 shpchp 21220 0 sr_mod 10770 0 usbcore 98126 9 irda_usb,ndiswrapper,usbhid,snd_usb_audio,snd_usb_lib,r8192s_usb,ohci_hcd,ehci_hcd firewire_ohci 16509 0 ide_core 64146 3 ide_gd_mod,ide_pci_generic,atiixp i2c_piix4 7076 0 r8169 24784 0 pci_hotplug 18065 1 shpchp parport_pc 15799 1 firewire_core 31139 1 firewire_ohci i2c_core 12648 4 radeon,drm,i2c_algo_bit,i2c_piix4 k8temp 2411 0 nls_base 4541 1 usbcore psmouse 44413 0 mii 2714 1 r8169 crc_itu_t 1035 1 firewire_core parport 22554 3 ppdev,lp,parport_pc pcspkr 1207 0 cdrom 26487 1 sr_mod floppy 40923 0 evdev 5609 16 serio_raw 2916 0 processor 26571 1 powernow_k8 ext4 254909 1 mbcache 3762 1 ext4 jbd2 56059 1 ext4 crc16 1027 1 ext4 dm_mod 46074 0 sd_mod 25781 2 crc_t10dif 1012 1 sd_mod ahci 26966 1 libata 114408 2 ata_generic,ahci thermal 9206 0 button 3598 0 thermal_sys 9378 2 processor,thermal scsi_mod 101297 4 sg,sr_mod,sd_mod,libata -- /etc/kernel-img.conf # Kernel Image management overrides # See kernel-img.conf(5) for details do_symlinks = Yes postinst_hook = /usr/sbin/update-grub postrm_hook = /usr/sbin/update-grub do_bootloader = no do_initrd = Yes relative_links = 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 -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-3-686 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to //bin/bash 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 utilities for finding files--find, ii klibc-utils 1.5.18-1 small utilities built with klibc f ii module-init-tools 3.12-1 tools for managing Linux kernel mo ii udev 160-1 /dev/ and hotplug management daemo Versions of packages initramfs-tools recommends: pn busybox | busybox-initramfs <none> (no description available) Versions of packages initramfs-tools suggests: pn bash-completion <none> (no description available) -- no debconf information
--- End Message ---
--- Begin Message ---Source: initramfs-tools Source-Version: 0.123 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ben Hutchings <[email protected]> (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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Thu, 11 Feb 2016 02:13:23 +0000 Source: initramfs-tools Binary: initramfs-tools initramfs-tools-core Architecture: source Version: 0.123 Distribution: unstable Urgency: medium Maintainer: Debian kernel team <[email protected]> Changed-By: Ben Hutchings <[email protected]> Description: initramfs-tools - generic modular initramfs generator (automation) initramfs-tools-core - generic modular initramfs generator (core tools) Closes: 512679 588770 639876 767471 768913 792910 804071 807527 809206 809740 810154 812404 813229 814345 Changes: initramfs-tools (0.123) unstable; urgency=medium . [ Ben Hutchings ] * [3084929] debian/control: Remove redundant dependency on klibc-utils|busybox * [913a861] debian/control: Recommend the right busybox packages for the target distribution * [d4febbd] Remove busybox hook in favour of busybox's own (Closes: #810154) * [b5303a1] Update TODO for removal of busybox hook * [6cc3d85] hook-functions: Include any modular RTC drivers in the initramfs * [ceff05e] hooks/fsck: Stop setting e2fsck broken_system_clock option (Closes: #804071) * [9c105f0] Assume blkid is always installed, and remove fallbacks * [aaba4cb] hooks/fsck: Use get_fstype rather than blkid to probe filesystem type * [a8ed874] hooks/fsck: Always use get_fstype to probe type of root filesystem (Closes: #767471) * [e798629] Pass filesystem type from /etc/fstab to fsck when checking /usr * [55e075c] hook-functions: Include drivers for all keyboards when MODULES=dep (Closes: #639876) * [704bfa5] scripts/functions: Explicitly load keyboard drivers only at break=top * [c5b54ae] scripts/functions: Use more sensible modprobe options at break=top * [39e90c8] scripts/functions: Load more USB host controllers drivers on break=top * [8c437f5] scripts/functions: Load HID drivers at break=top * [619f2ca] scripts/functions: Connect panic shell to normal tty device (Closes: #512679) * [8b8b28c] hook-functions: Clean up split between dep_add_modules and dep_add_modules_mount * [5f34b94] hook-functions: Include modules for resume partition when MODULES=dep (Closes: #588770) * [31ab487] hook-functions: Stop force-loading drivers found through sysfs when MODULES=dep (Closes: #792910) * [07f2c88] kernel/postinst.d: Make test for update-initramfs consistent with invocation (Closes: #768913) * [e5476bf] copy_file: Skip duplicating symlink if it points to the target file (Closes: #812404) * [d0f4d06] initramfs-tools: Include empty /etc/initramfs-tools/conf.d directory (Closes: #809206) * [245d584] initramfs-tools.8: Update list of variables exported to hook scripts * [941429d] initramfs-tools.8: Add a new section for the general description of scripts * [3ff5d57] initramfs-tools.8: Add brief description of configuration hooks and files (Closes: #807527) * [c17a21a] Remove klibc hook in favour of klibc's own * [ea7e02d] bash-completion: Simplify by using _get_comp_words_by_ref * [9e23444] init: Use "case" rather than loop to look for "quiet" parameter * [49e4a05] init: Remove fallback from devtmpfs to tmpfs * [ab91306] init: Take over handling of rootdelay parameter from udev boot script (Closes: #809740) * [56dfe39] bash-completion: Rename our completion script so that it works again * [ac6d31f] mkinitramfs: Delete or report temporary files on failure (Closes: #814345) * [c8c932d] Move initramfs.conf around in maintainer scripts to avoid it being 'obsolete' (Closes: #813229) * [138af73] hook-functions: Dereference links when looking up block device number . [ Andy Whitcroft ] * [7774fa3] Don't display "Loading, please wait..." message when 'quiet' is in /proc/cmdline. * [c4ea209] Mount /dev with the default tmpfs size rather than sourcing udev.conf. * [b418ad4] Sync the mount options for /run from /lib/init/fstab (LP: #1152744) * [c44df0c] init: Mount /dev with "nosuid". Thanks to Daniel (LP: #1450960) Checksums-Sha1: 04ba47b72545885859efbd5c82c4a16abe1d31b5 1811 initramfs-tools_0.123.dsc 24be51cd493c96640e34d80ae164c0f855826eb7 84040 initramfs-tools_0.123.tar.xz Checksums-Sha256: 4472617459414c9402b654d4e2adb20c175c79f371adf6489c87af1a7e6e3606 1811 initramfs-tools_0.123.dsc 84f57262b3208b14d36a7758b24380a4c27475e5e1ef69868aaba22f98ea5ac8 84040 initramfs-tools_0.123.tar.xz Files: 499f42df5ff1573b9abab071e728227f 1811 utils optional initramfs-tools_0.123.dsc e181fd51440cb4b767524bdc95b25745 84040 utils optional initramfs-tools_0.123.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVrvxnue/yOyVhhEJAQrgjBAAihP2c3a/kP8NeNKOG2Z4q09U0vZqNSRW YR+I4EdAngQVfYgv96Cn8BH9c4pz7Cs3/LSKxoOzPMl055wuD2adLr5tugeFhqSv +wqoV/IIX9xsqE41iWCHS2lmlY4QPUqwz9D5cTnQBeF8Gc6e0UM5q6Nt7m4NBKho oYdiCSN8EG7ggWO5gpopOsLSl7J+Af8m/41uiuV6cQDwTU9sHUjQjFVGZ+1Z4h54 MPYyNnnDI9aFlK8/gs7iyyiJgxwangmmVaV8dbEwI6UGcAq6Xi6QeuNqRTeF7iGS dhtfeYZ+KJv7RjTnKSFSXLx9EDXFlC32oW2t8B+yTfiEuX4+x4vyalEaUCAxMOEy I9DkeH9VdBE/+vW08heYo9LznopqmWRj1uTyni2rQyAttsir9OToSQcRzrMMXEsR mfpneVvIbF9VVaCnN1kgenaukfTg41iCX6r7rpPPJGPHCn2QddUI1YjCuMCp4p8B GC5FPTdQCTbBQNVDF8jD0M94zUxzn/0LnUSke2feze4WZ7EKn43uEFgr0Vy6uoLz L9cMd3aBcN4938s7BBvvjpPsDJqgXCoJwPIrefXDANKnKSPCIHoEkyNix80BhbK/ rF2yDTtjsVlTwrs1KiMWsv7NiQMQKy402T7ZsjozvQjW336OlBg8cHT3hML/YSE0 +bYohGrV3i4= =6L3y -----END PGP SIGNATURE-----
--- End Message ---

