Journalctl error message after installing virtualization.

A few days ago, I installed virtualization with the following command:


sudo zypper install patterns-server-kvm_server patterns-server-kvm_tools

Now I see the following journalctl errors after every boot:


> journalctl -b -p err
-- Logs begin at Sat 2021-01-23 12:26:23 PST, end at Tue 2021-02-23 13:43:05 PST. --
...
Feb 22 15:38:23 Mobile-PC libvirtd[956]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.1'
Feb 22 15:38:23 Mobile-PC libvirtd[956]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.3'
Feb 22 15:38:23 Mobile-PC libvirtd[956]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.4'
...

Also, systemctl status shows:


> sudo systemctl status libvirtd
● libvirtd.service - Virtualization daemon
     Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: disabled)
     Active: inactive (dead) since Mon 2021-02-22 15:40:22 PST; 22h ago
TriggeredBy: ● libvirtd-admin.socket
             ● libvirtd-ro.socket
             ● libvirtd.socket
       Docs: man:libvirtd(8)
             https://libvirt.org
    Process: 956 ExecStart=/usr/sbin/libvirtd $LIBVIRTD_ARGS (code=exited, status=0/SUCCESS)
   Main PID: 956 (code=exited, status=0/SUCCESS)

Feb 22 15:38:22 Mobile-PC systemd[1]: Starting Virtualization daemon...
Feb 22 15:38:22 Mobile-PC libvirtd[956]: libvirt version: 7.0.0
Feb 22 15:38:22 Mobile-PC libvirtd[956]: hostname: Mobile-PC
Feb 22 15:38:22 Mobile-PC libvirtd[956]: Failed to initialize libnetcontrol.  Management of interface devices is disabled
Feb 22 15:38:22 Mobile-PC systemd[1]: Started Virtualization daemon.
Feb 22 15:38:23 Mobile-PC libvirtd[956]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.1'
Feb 22 15:38:23 Mobile-PC libvirtd[956]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.3'
Feb 22 15:38:23 Mobile-PC libvirtd[956]: internal error: Missing udev property 'ID_VENDOR_ID' on '3-2.4'
Feb 22 15:40:22 Mobile-PC systemd[1]: libvirtd.service: Succeeded.

Is this a known issue? I haven’t found it in web searches or on bugzilla.

Thanks,
Gene

Strange, but after today’s update, all the errors disappeared. Feel free to delete this thread.

Gene