Laszlo Gombos

Results 82 issues of Laszlo Gombos

``` dracut[I]: *** Creating image file '/var/tmp/dracut-test.RsZ2rj/initramfs.makeroot' *** dracut[I]: Using auto-determined compression method 'pigz' dracut[I]: *** Creating initramfs image file '/var/tmp/dracut-test.RsZ2rj/initramfs.makeroot' done *** ``` Some messages comes with `***` some...

bug
help wanted

No visible error message. Not sure if this is possible with hosted GA. `/usr/bin/qemu-system-aarch64 '-M' 'virt,gic-version=max'` Only 2 tests can run on arm that do not require a VM -...

enhancement
help wanted

From https://github.com/dracutdevs/dracut/issues/2497 and dracutdevs/dracut#2498 Test 30 seem to be passing both on non-Debian based distributions (Fedora, openSUSE, Arch, Gentoo) ``` dracut[I]: *** Including module: iscsi *** Failed to enable unit,...

bug
debian
ubuntu

https://github.com/dracutdevs/dracut/issues/1820 Issue can be reproduced by running test-16 with the following change in the source tree ``` --- a/test/TEST-16-DMSQUASH/test.sh +++ b/test/TEST-16-DMSQUASH/test.sh @@ -136,8 +136,8 @@ SUBSYSTEM=="block", ENV{ID_FS_TYPE}=="ntfs", ENV{ID_FS_TYPE}="ntfs3" EOF "$basedir"/dracut.sh...

bug
systemd-only

issue to resolve https://github.com/dracutdevs/dracut/pull/2173 CC @pvalena

bug
network-manager
systemd-only

Adding a module to install hwdb. Further extensions might make only selected part of hwdb installable, to save space. The module is not included by default. Including the module adds...

bug

add a shutdown hook to close encrypted devices and wipe their encryption keys from kernel memory. Related work - dracutdevs/dracut/issues/997 - dracutdevs/dracut#1888 - dracut-ng/dracut-ng/pull/94 CC @DanWin @adrelanos

bug

From the log ``` grep: /var/tmp/dracut-test.q2jsMX//var/tmp/dracut-test.q2jsMX/marker.img: No such file or directory ``` Seen it failing/timeout only on alpine and void (non-systemd) container.

bug
alpine
void

See https://github.com/lvmteam/lvm2/blob/main/udev/69-dm-lvm.rules.in Breaks the LVM tests - but only on Arch and Fedora... question is that expected or test also needs to be adjusted mkinitcpio installs this rule - https://github.com/archlinux/mkinitcpio/blob/master/install/lvm2#L39...

bug

An idea has been floating around to support a dracut configuration where systemd dracut modules are included with the exception of the dracut-systemd module. This would remove the initqueue from...

enhancement
help wanted