lost and found ( for me ? )

Ubuntu Server 10.10 : KVM unable to open a connection to the libvirt management daemon

When I try to manage remote KVM machine w/ virt-manager , I face the following error n’ can’t connect.


libvirt-bin is installed n’ libvirtd daemon has been started.
root@ubuntu-2:~# ps aux | grep libvirt | grep -v grep
root      1479  0.0  0.0 222624  5416 ?        Sl   Mar10   0:00 /usr/sbin/libvirtd -d


add users who want to manage KVM machine to libvirt group
root@ubuntu-2:~# usermod -G $USER,libvirtd $USER


OK. connect to remote KVM machine.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.