You are not logged in.
Hello everyone, what do you think?:
For example, when I start Heads with libvirt / Virtual Machine Manager, the root password is requested. Is that ok or should it be set up so that libvirt / Virtual Machine Manager can be started as a normal user?
Offline
Should work fine, you have added your user at the libvirt group ?
usermod -G libvirt -a $USER
Offline
Yes, thank you very much FOSSenjoyer! I much prefer it that way, of course.
Offline
Also ad your user to
libvirt-qemu
group
adduser username libvirt-qemu
Offline
Yes, done, stopAI. Does that have any additional benefit?
Offline
Yes, done, stopAI. Does that have any additional benefit?
In order to manage virtual machines as a regular user, that user needs to be added to the that group. Members of the libvirt group have passwordless access to the RW daemon socket by default.
Offline
Thank you
Offline