Hi there, I have got an issue with Virt-manager it says "The emulator may not have search permissions for the path" then I got the idea behind it, just
Simply add your username to libvirt group and then instead of root replace with your username and group in /etc/libvirt/qemu.conf file.
or uncomment this and change it to your user name instead of root
user = "ivan"
group = "ivan"
After making necessary changes simply execute by typing sudo systemctl restart libvirtd
thanks it works
ReplyDeleteYour saved my times, thanks mate.
ReplyDelete