<div dir="ltr"><div><div>Hi Martin.<br><br></div>Can you please share the string that you use to invoke virt-manager?<br><br></div>I use this one:<br><div><div><div><br>virt-manager -c qemu+ssh://user@kvm/system?netcat=netcatsocket<br>
<br></div><div>And in the KVM hypervisor server I edited /bin/netcatsocket with below content:<br><br><pre class="">#!/bin/bash
socat - unix-client:$2<br><br></pre><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/3 martin f krafft <span dir="ltr"><<a href="mailto:madduck@madduck.net" target="_blank">madduck@madduck.net</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I am using virt-manager 0.9.4 on a Debian unstable system (libvirt<br>
0.9.12) to connect to a libvirtd via SSH running on a Debian testing<br>
system (also version 0.9.12), and I have a problem using<br>
virt-manager, which first takes ages to connect, then freezes.<br>
<br>
The SSH connection is top-quality, the hosts are next to each other<br>
and connected by Gigabit Ethernet. virsh connections work fine.<br>
<br>
Unfortunately, when I run virt-manager and connect to the host, the<br>
host's capabilities are fetched very quickly (according to<br>
virt-manager's debug output), but it then takes 20–30 seconds until<br>
the connection is established.<br>
<br>
Logging libvirtd with log_level=2 produces nothing useful. Hence<br>
I tried with log_level=1, which is mayhem. Attached is the log<br>
output from the moment I told virt-manager to connect until shortly<br>
after the connection has been established. Maybe someone can figure<br>
out what's going on? I cannot…<br>
<br>
The next problem is that when I then try to create a host, I am<br>
shown the dialog and can enter one or two characters into the name<br>
field, then the GUI completely freezes, and so does libvirtd on the<br>
other system (ctrl-c does not work anymore).<br>
<br>
I have also captured this part of the session in a second log file,<br>
which provides no clues for me.<br>
<br>
Does anyone else know what might be going on?<br>
<br>
Thanks,<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
martin | <a href="http://madduck.net/" target="_blank">http://madduck.net/</a> | <a href="http://two.sentenc.es/" target="_blank">http://two.sentenc.es/</a><br>
<br>
"es ist immer etwas wahnsinn in der liebe.<br>
 es ist aber auch immer etwas vernunft im wahnsinn."<br>
                                                 - friedrich nietzsche<br>
<br>
spamtraps: <a href="mailto:madduck.bogus@madduck.net">madduck.bogus@madduck.net</a><br>
</font></span><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" target="_blank">https://www.redhat.com/mailman/listinfo/libvirt-users</a><br></blockquote></div><br></div>