[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail (from o to n)

2011-10-23 Thread Serge Hallyn
The virsh manpage doesn't mention ssh, so it sounds like the file
/usr/share/doc/libvirt-doc/remote.html shipped with libvirt-doc could
use a patch mentioning this.

** Changed in: libvirt (Ubuntu)
   Status: Won't Fix = Triaged

** Changed in: libvirt (Ubuntu)
   Importance: High = Low

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail (from o to n)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-21 Thread Dave Walker
hggdh2, can you confirm the ssh path that is being undertaken.. is ssh
being tunnelled over nc?

Thanks.

** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-21 Thread C de-Avillez
Yes, it is. Before trying it I have to start a SSH session to batuan
(the gateway to the machines). Batuan itself is proxied thru yet another
proxy. All of them run via nc.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail (from o to n)

2011-10-21 Thread Serge Hallyn
** Summary changed:

- qemu+ssh connections to a remote libvirt fail
+ qemu+ssh connections to a remote libvirt fail (from o to n)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail (from o to n)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail (from o to n)

2011-10-21 Thread Serge Hallyn
The issue turned out to be due to how libvirt uses nc through ssh .
hggdh had a line in his .ssh/config entry for the host containing

LocalCommand printf whatever

The text being printed out was interpreted by the virsh client as coming
from libvirt, so the first set of characters were read as the (far too
large) length of the message.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail (from o to n)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail (from o to n)

2011-10-21 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail (from o to n)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail (from o to n)

2011-10-21 Thread C de-Avillez
Note that LocalCommand is a valid ssh_config option; if virsh cannot
deal with it, it should be documented.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail (from o to n)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-13 Thread C de-Avillez
I just installed an Oneiric (Unity) on a local VM. Connecting to the Lab
machines results in the same error. There is no option of reinstalling
Natty on the Lab machines, these are production machines.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-11 Thread Serge Hallyn
Quoting C de-Avillez (hgg...@ubuntu.com):
 My laptop is a 64-bit core-i7; aldebaran is a 64-bit, probably Xeon-
 based.
 
 Also, running visrh -c qemu+ssh//localhost/system works on my laptop.

Hi,

I've failed to reproduce this.  Is there any chance you would have time
to take these two exact same systems, re-install uptodate natty and
oneiric on them, and re-test?  Or, could I get access to them  (pls
feel free to ping me in irc) if they are still set up?  If the oneiric
one is your laptop, I can try setting up a new oneiric client in the
lab.

thanks,
-serge

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-07 Thread C de-Avillez
My laptop is a 64-bit core-i7; aldebaran is a 64-bit, probably Xeon-
based.

Also, running visrh -c qemu+ssh//localhost/system works on my laptop.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-06 Thread Serge Hallyn
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-06 Thread Serge Hallyn
@hggdh,

thanks for submitting this bug.  I tried to reproduce it with a new
uptodate natty and a new uptodate oneiric host.  But from the oneiric
host,

   virsh -c qemu+ssh://ubuntu@10.55.60.90/session list --all

worked, and I was able to start and watch and destroy a VM.

Is there anything else unusual about these hosts?  Firewalling or custom
libvirt configuration?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-06 Thread C de-Avillez
Hi Serge,

These hosts are in the QA lab, and only accessible via a SSH proxy.
Firewalls are certainly in place, but no custom libvirt customisation to
my knowledge. We can get you access if you need.

Interestingly, via the proxy I get this:


[cerdea-aws]cerdea@xango3:~$ virsh -c qemu+ssh://aldebaran/system list --all
error: packet 1550146349 bytes received from server too large, want 262144
error: failed to connect to the hypervisor
[cerdea-aws]cerdea@xango3:~$ 


And, if I am local at aldebaran:

cerdea@aldebaran~:$ virsh -c qemu+ssh://aldebaran/system list --all
cerdea@aldebaran's password:
 Id Name State
--
1058 8913cfbf-4757-491f-b8c5-02df75d18f6e running

cerdea@aldebaran:~$

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-06 Thread Serge Hallyn
What is the arch of both?  is one 32-bit and one 64?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-05 Thread Marc Deslauriers
Looks like a libvirt issue, reassigning.

** Package changed: virt-manager (Ubuntu) = libvirt (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs