On 9/11/23 15:19, Laurent Coloby wrote: > the VM are created in system mode. >
Perfect, so the libvirtd is running as root. > I have created another one, in session mode, in this case "virsh edit VM" > is not working > > I don't know how to check how libvirtd is running !!! ( system or user mode > ) You can just list all running processes and look for libvirtd. For instance this what I use the most: # ps axfuZ Since you mention ubuntu - I wonder whether it's actually AppArmomr preventing libvirt from running ovs-vsctl. And I wonder whether not passing any --prefix= to configure made the package install binaries under /usr/local/... I'm not familiar with ubuntu, but I believe if it is AppArmor declining the ovs-vsctl execution, then there could be an error reported somewhere in /var/log/. Maybe /var/log/kern.log or /var/log/apparmor/...? Michal _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
