<p><br>
On Feb 12, 2012 8:02 PM, "Hisao Taguchi" <<a href="mailto:hisao.taguchi@uniadex.co.jp">hisao.taguchi@uniadex.co.jp</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I am trying to operate the remote KVM host's virt-manager thru Terminal Server Client.<br>
><br>
> This KVM hosts is CentOS6.0 and running KVM guest and xrdp is installed from "epel" repo.<br>
> And I'm using fedora 14's Terminal Server Client.<br>
><br>
> After I started Virtual Machine Manager and try to connect to the hypervisor,<br>
> following error happened. Is there any way to resolve this error?<br>
> I know that when I use VNC server , this error does not happened,<br>
> but I want to use Terminal Server rather than VNC,<br>
> because this doesn't need extra software for windows client PCs.<br>
><br>
> -- Error snip --<br>
> Virtual Machine Manager Connection Failure<br>
> Unable to open a connection to the libvirt management daemon.<br>
> Libvirt URI is: qemu:///system<br>
> Verify that:<br>
> - The 'libvirtd' daemon has been started<br>
> Details<br>
><br>
> Unable to open connection to hypervisor URI 'qemu:///system':<br>
> authentication failed<br>
> Traceback (most recent call last):<br>
>  File "/usr/share/virt-manager/virtManager/connection.py",<br>
> line 992, in_try_open<br>
>   None],flags)<br>
>  File "/usr/lib64/python2.6/site-packages/libvirt.py",line<br>
> 111,in openAuth<br>
>  if ret is None:raise libvirtError('virConnectOpenAuth()<br>
> failed')<br>
> libvirtError: authentication failed<br>
><br>
> -- end --<br>
><br>
> Hisao<br>
><br>
> _______________________________________________<br>
> libvirt-users mailing list<br>
> <a href="mailto:libvirt-users@redhat.com">libvirt-users@redhat.com</a><br>
> <a href="https://www.redhat.com/mailman/listinfo/libvirt-users">https://www.redhat.com/mailman/listinfo/libvirt-users</a></p>
<p>Is virt-manager running on the kvm host or guest?</p>
<p>If its the guest you cant connect to local host.  The VM is not aware its a VM so you have to connect to the KVM server using the remote connection URI.  Like this ..</p>
<p>qemu+ssh://user@kvmhost.tld/</p>
<p>Id recommend looking up setting a normal user to manage KVM so you can use SSH + auth key.</p>
<p>- Trey</p>