amuck-landowner

Install and configure KVM to your dedicated server

dzchimpo

New Member
After Step 3. Install KVM tools (I am using Ubuntu/Debian commands here), I get this:

Code:
root@zeus:~# adduser root libvirtd
adduser: The group `libvirtd' does not exist.
 
Last edited by a moderator:

William

pr0
Verified Provider
use group "libvirt" and "libvirt-qemu":

root@sigkill:~# cat /etc/group | grep lib
libvirt:x:114:
libvirt-qemu:x:116:libvirt-qemu
 
Top
amuck-landowner