journalctl -b -9 | grep 'libvirtd' Jun 19 18:54:24 Mobile-PC kernel: audit: type=1400 audit(1624154064.182:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd"
journalctl -b | grep 'libvirtd' Jun 20 15:25:19 Mobile-PC kernel: audit: type=1400 audit(1624227919.136:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd"
http://bugzilla.opensuse.org/show_bug.cgi?id=1187555 Bug ID: 1187555 Summary: libvirtd fails with multiple journal messages "Missing udev property 'ID_VENDOR_ID' on ..." Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Virtualization:Other Assignee: virt-bugs@suse.de Reporter: genes1122@gmail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- This is what I see with journalctl after installing virtualization: pid=571 comm="apparmor_parser" Jun 19 18:54:24 Mobile-PC kernel: audit: type=1400 audit(1624154064.182:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd//qemu_bridge_helper" pid=571 comm="apparmor_parser" Jun 19 18:54:25 Mobile-PC libvirtd[910]: libvirt version: 7.4.0 Jun 19 18:54:25 Mobile-PC libvirtd[910]: hostname: Mobile-PC Jun 19 18:54:25 Mobile-PC libvirtd[910]: Failed to initialize libnetcontrol. Management of interface devices is disabled Jun 19 18:54:25 Mobile-PC libvirtd[910]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.1' Jun 19 18:54:25 Mobile-PC libvirtd[910]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.3' Jun 19 18:54:25 Mobile-PC libvirtd[910]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.4' There seems to be a race condition, because sometimes libvirtd succeeds in starting with no errors. My work around is to require libvirtd to wait for systemd-udev-settle.service, which produces it's own error: pid=587 comm="apparmor_parser" Jun 20 15:25:19 Mobile-PC kernel: audit: type=1400 audit(1624227919.136:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libvirtd//qemu_bridge_helper" pid=587 comm="apparmor_parser" Jun 20 15:25:19 Mobile-PC udevadm[574]: systemd-udev-settle.service is deprecated. Please fix libvirtd.service not to pull it in. Jun 20 15:25:22 Mobile-PC libvirtd[1383]: libvirt version: 7.4.0 Jun 20 15:25:22 Mobile-PC libvirtd[1383]: hostname: Mobile-PC Jun 20 15:25:22 Mobile-PC libvirtd[1383]: Failed to initialize libnetcontrol. Management of interface devices is disabled Jun 20 16:30:47 Mobile-PC systemd[1]: libvirtd.service: Succeeded. The hardware is Dell laptop with an AMD Ryzen 5 2500u processor. Thanks, Gene -- You are receiving this mail because: You are on the CC list for the bug.