A Brief But Accurate Documentation, BSD Linux And Programming

 Docker

Thursday, August 27, 2020

Virt-manager: "The emulator may not have search permissions for the path"

 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 

2 comments:

Back to top