Bug#916696: initramfs-tools: search for nonexistent resume device

2019-02-10 Thread Trek
On Sun, 10 Feb 2019 17:32:08 + Ben Hutchings wrote: > > I include a patch, tested with and without an ephemeral swap: > > - the second block (-79,9 +83,10) is the actual fix > If you would actually send me the log messages I might understand this > fix, but as it is I don't. I do need to

Bug#916696: initramfs-tools: search for nonexistent resume device

2019-02-09 Thread Trek
On Wed, 06 Feb 2019 21:21:57 + Ben Hutchings wrote: > The RESUME variable doesn't have to be set in any particular file. > Please check with: > > grep -rw RESUME /etc/initramfs-tools/initramfs.conf \ > /etc/initramfs-tools/conf.d \ > /usr/share/initramfs-tools/conf.d/

Bug#918009: firmware-amd-graphics: please add amdgpu firmware for kaveri

2019-01-03 Thread Trek
Version: 20180825+dfsg-1 I confirm the problem, it leads to a crash of the amdgpu module if the 4.19 kernel is booted with amdgpu.cik_support=1 radeon.cik_support=0 for further informations see https://bugs.freedesktop.org/show_bug.cgi?id=107855 comment 2 for the kernel messages and comment 4

Bug#888106: initramfs-tools: mkinitramfs should fail when ldd fails in copy_exec

2018-12-21 Thread Trek
On 23 Jan 2018 13:49:30 +0100 Andrew Shadura wrote: > The return code of ldd is not handled at all. Should ldd fail for any > reason, this failure will be ignored. with this code, failures of ldd should be handled ldd_output=$(ldd "${src}" 2>/dev/null) || return $? for x in $(echo

Bug#916696: initramfs-tools: search for nonexistent resume device

2018-12-17 Thread Trek
Package: initramfs-tools Version: 0.132 at boot, initramfs blocks searching for a resume device Begin: Waiting for suspend/resume device ... Begin: Running /scripts/local-block ... done. I'm using sysvinit and two encrypted swap partitions the file /etc/initramfs-tools/conf.d/resume does not