So I wanted to run a couple of VMs using the built-in tools with OpenSUSE, so I installed KVM through YaST, and tried to run Virtual Machine Manager.
Unfortunately, it gives me this error when it tries to connect to QEMU:
Unable to connect to libvirt qemu:///system.
error from service: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type=“method_call”, sender=":1.238" (uid=0 pid=23755 comm="/usr/sbin/libvirtd --timeout 120 “) interface=“org.freedesktop.PolicyKit1.Authority” member=“CheckAuthorization” error name=”(unset)" requested_reply=“0” destination=“org.freedesktop.PolicyKit1” (bus)
Libvirt URI is: qemu:///system
Traceback (most recent call last):
File “/usr/share/virt-manager/virtManager/connection.py”, line 924, in _do_open
self._backend.open(cb, data)
File “/usr/share/virt-manager/virtinst/connection.py”, line 153, in open
conn = libvirt.openAuth(self._open_uri,
File “/usr/lib64/python3.8/site-packages/libvirt.py”, line 148, in openAuth
raise libvirtError(‘virConnectOpenAuth() failed’)
libvirt.libvirtError: error from service: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type=“method_call”, sender=":1.238" (uid=0 pid=23755 comm="/usr/sbin/libvirtd --timeout 120 “) interface=“org.freedesktop.PolicyKit1.Authority” member=“CheckAuthorization” error name=”(unset)" requested_reply=“0” destination=“org.freedesktop.PolicyKit1” (bus)
Any help on this would be greatly appreciated!