https://bugzilla.suse.com/show_bug.cgi?id=1196373 Bug ID: 1196373 Summary: JeOS: proc-sys-fs-binfmt_misc.mount: failed 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: petr.vorel@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- binfmt_misc [1] is somehow broken on current JeOS. Found on my fork of opensuse-Tumbleweed-JeOS-for-kvm-and-xen-x86_64-Build20220222-jeos-ltp-commands@uefi_virtio-2G job [2], but also verified locally on JeOS 20220221. $ systemctl status proc-sys-fs-binfmt_misc.mount �� proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System Loaded: loaded (/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount; disabled; vendor preset: disabled) Active: failed (Result: exit-code) since Wed 2022-02-23 18:41:43 UTC; 1min 6s ago TriggeredBy: ��� proc-sys-fs-binfmt_misc.automount Where: /proc/sys/fs/binfmt_misc What: binfmt_misc Docs: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems CPU: 6ms Feb 23 18:41:43 jeos-tumbleweed systemd[1]: Mounting Arbitrary Executable File Formats File System... Feb 23 18:41:43 jeos-tumbleweed mount[7585]: mount: /proc/sys/fs/binfmt_misc: unknown filesystem type 'binfmt_misc'. Feb 23 18:41:43 jeos-tumbleweed systemd[1]: proc-sys-fs-binfmt_misc.mount: Mount process exited, code=exited, status=> Feb 23 18:41:43 jeos-tumbleweed systemd[1]: proc-sys-fs-binfmt_misc.mount: Failed with result 'exit-code'. Feb 23 18:41:43 jeos-tumbleweed systemd[1]: Failed to mount Arbitrary Executable File Formats File System. $ df -a on JeOS reports: df: /proc/sys/fs/binfmt_misc: No such device ... $ ls /proc/sys/fs/binfmt_misc/ ls: cannot access '/proc/sys/fs/binfmt_misc/': No such device $ grep BINFMT_MISC /boot/config-5.15.12-1-default CONFIG_BINFMT_MISC=m (the same setup is on normal "desktop" Tumbleweed, where it works). [1] https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html [2] http://quasar.suse.cz/tests/8530#step/df01_ext2_sh/8 -- You are receiving this mail because: You are the assignee for the bug.