Closed yegorich closed 1 year ago
@a-darwish Is this the bug that you reported to me some days ago?
It is already in the documentation that you have to add the elbe running user to the libvirt group.
@bgermann do you mean this command?
adduser <youruser> libvirt
This was already done. But it is not enough.
The quickstart doc also says:
adduser <youruser> libvirt-qemu
No, this doesn't help. AFAIK, you don't have to add a user to libvirt-qemu
. Only kvm
and libvirt
groups matter.
On Ubuntu 22.04.1 LTS I get the following error when creating initvm:
libvirt: Storage Driver error : Cannot access storage file '/home/user/elbe/initvm/initvm.img' (as uid:64055, gid:108): Permission denied
I have fixed it via editing
/etc/libvirt/qemu.conf
and settinguser
to myself. This article provides background info.Can this issue be fixed in elbe code?