Thank you very much. It's working noow.<br>Regard.<br>Marcela<br><br><div class="gmail_quote">2011/2/1 Justin Clift <span dir="ltr"><<a href="mailto:jclift@redhat.com">jclift@redhat.com</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 02/02/2011, at 12:59 AM, <<a href="mailto:arnaud.champion@devatom.fr">arnaud.champion@devatom.fr</a>> <<a href="mailto:arnaud.champion@devatom.fr">arnaud.champion@devatom.fr</a>> wrote:<br>
> Hi,<br>
><br>
> donc forget to start libvirtd with the "-l" (listen) argument. Generally, it's in your /etc/init.d/libvirtd script.<br>
<br>
</div>Hey Marcela,<br>
<br>
You didn't mention which Linux distro you're using?  That'll help us know which config files you'd have<br>
and so forth. :)<br>
<br>
Some thoughts:<br>
<br>
 + Guessing you have root access on the "santacruz" box, so try this first with ssh just to see if it works:<br>
<br>
     $ virsh -c qemu+ssh://root@santacruz/system list<br>
<br>
  + If that works, and you're ok with using ssh, then you can set up your "radic" user for access to libvirt:<br>
<br>
       <a href="http://wiki.libvirt.org/page/SSHSetup" target="_blank">http://wiki.libvirt.org/page/SSHSetup</a><br>
       (the <a href="http://libvirt.org" target="_blank">libvirt.org</a> server seems to be offline atm :( )<br>
<br>
     When that's set up, you should then be able to connect with:<br>
<br>
       $ virsh -c qemu+ssh://radic@santacruz/system list<br>
<br>
  + If you really want to enable the tcp connection type, rather than ssh, then you might want to turn off<br>
    all authentication for it.  On a RHELRHEL/Fedora/CentOS type of system this is done by setting:<br>
<br>
      auth_tcp = "none"<br>
<br>
    In your /etc/libvirt/libvirtd.conf file, then restarting the libvirt daemon.  Still, that will only help once<br>
    you get the tcp connection listening anyway. :)<br>
<br>
Um, that's the best I can think of for the moment.  Hopefully it helps? :)<br>
<br>
Regards and best wishes,<br>
<font color="#888888"><br>
Justin Clift<br>
<br>
</font></blockquote></div><br>