[kernel-bugs] [Bug 1178401] New: errors in OBS builds from kernel+initrd, e.g. "dracut-pre-udev[231]: modprobe: FATAL: Module ext2 not found in directory /lib/modules/5.8.15-1-default"
http://bugzilla.opensuse.org/show_bug.cgi?id=1178401 Bug ID: 1178401 Summary: errors in OBS builds from kernel+initrd, e.g. "dracut-pre-udev[231]: modprobe: FATAL: Module ext2 not found in directory /lib/modules/5.8.15-1-default" Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: okurz@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- ## Observation Originally reported in https://github.com/openSUSE/open-build-service/issues/10341#issue-728442525 the OBS build logs are full of errors and warnings which the OBS maintainers designated as issues coming from kernel and/or coming from initrd, e.g.: ``` [ 22s] Booting from ROM..c[?7l[2J[ 2.619073] dracut-pre-udev[229]: modprobe: FATAL: Module kqemu not found in directory /lib/modules/5.8.15-1-default [ 22s] [ 2.632643] dracut-pre-udev[231]: modprobe: FATAL: Module ext2 not found in directory /lib/modules/5.8.15-1-default [ 22s] [ 2.636965] dracut-pre-udev[232]: modprobe: FATAL: Module ext3 not found in directory /lib/modules/5.8.15-1-default [ 23s] [ 3.394114] dracut-pre-udev[245]: modprobe: FATAL: Module nf_conntrack_ipv6 not found in directory /lib/modules/5.8.15-1-default [ 23s] [ 3.492219] dracut-pre-udev[256]: modprobe: FATAL: Module ibmvscsi not found in directory /lib/modules/5.8.15-1-default [ 23s] [ 3.525927] dracut-pre-udev[259]: modprobe: FATAL: Module ibmveth not found in directory /lib/modules/5.8.15-1-default … [ 30s] /sbin/unix2_chkpwd: setting to root:shadow 4755 (wrong owner/group root:root) [ 30s] /sbin/unix_chkpwd: setting to root:shadow 4755 (wrong owner/group root:root) [ 30s] /usr/bin/mount: setting to root:root 4755 (wrong permissions 0755) [ 30s] /usr/bin/su: setting to root:root 4755 (wrong permissions 0755) [ 30s] /usr/bin/umount: setting to root:root 4755 (wrong permissions 0755) … [ 34s] /usr/bin/mount: setting to root:root 4755 (wrong permissions 0755) [ 34s] /usr/bin/umount: setting to root:root 4755 (wrong permissions 0755) [ 34s] /usr/bin/wall: setting to root:tty 2755 (wrong permissions 0755) [ 34s] /usr/bin/write: setting to root:tty 2755 (wrong permissions 0755) [ 34s] /usr/bin/su: setting to root:root 4755 (wrong permissions 0755) [ 34s] grep: /etc/default/su: No such file or directory … [ 34s] /usr/bin/udevadm: error while loading shared libraries: libsystemd-shared-246.so: cannot open shared object file: No such file or directory … [ 34s] /var/tmp/rpm-tmp.FNx2gQ: line 19: pam-config: command not found … [ 34s] /usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc detected, skipping … [ 34s] chown: cannot access '/home/dockremap/.config': No such file or directory … [ 53s] RTNETLINK answers: File exists [ 53s] RTNETLINK answers: File exists ``` ## Steps to reproduce Seemingly reproducible in any build of packages, e.g. https://build.opensuse.org/public/build/openSUSE:Factory/standard/x86_64/cur... shows the same ## Expected result Only errors in the log that I as package/project maintainer can fix -- You are receiving this mail because: You are the assignee for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1178401 http://bugzilla.opensuse.org/show_bug.cgi?id=1178401#c1 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tiwai@suse.com --- Comment #1 from Takashi Iwai <tiwai@suse.com> --- All look like no kernel problem, per se. e.g. the "FATAL" error about the missing ext2 module cannot be fatal at all. The module was dropped already many years ago. It's only dracut that cries in that way. Ditto for other errors; those looks more like configuration issues. -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@suse.com