On Tue, 1 Sep 2020 21:57:59 -0500 Charles Zeitler <cfzeit...@gmail.com> wrote:
> [27901.892175] audit: type=1400 audit(1599004754.496:57): > apparmor="DENIED" operation="open" > profile="libvirt-845413b9-8775-499f-bfaa-bf583e4040ae" > name="/sys/devices/system/node/" pid=11119 comm="qemu-system-x86" > requested_mask="r" denied_mask="r" fsuid=64055 ouid=0 > [27901.892187] audit: type=1400 audit(1599004754.496:58): > apparmor="DENIED" operation="open" > profile="libvirt-845413b9-8775-499f-bfaa-bf583e4040ae" > name="/sys/devices/system/cpu/" pid=11119 comm="qemu-system-x86" > requested_mask="r" denied_mask="r" fsuid=64055 ouid=0 You have DENIED entries where apparmor prevents qemu-system-x86 to access files /sys/devices/system/node/ and /sys/devices/system/cpu/. Try to edit apparmor profile for qemu-system-x86 and reload it afterwards. Profiles are located in /etc/apparmor.d. There are guides on the web how to do it. Regards, Marko