[Bug 366057] Re: virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv data:

2010-07-19 Thread Motin
*** This bug is a duplicate of bug 251036 ***
https://bugs.launchpad.net/bugs/251036

This is not a dupe of #251036 ... That treats a case about mismatching
keys. This is more generic about the lack of dependency on ssh-askpass

Now, for me, installation ssh-askpass hasn't yet neither, but that may
be yet another bug...

-- 
virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv 
data:
https://bugs.launchpad.net/bugs/366057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 366057] Re: virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv data:

2010-07-19 Thread Motin
*** This bug is a duplicate of bug 251036 ***
https://bugs.launchpad.net/bugs/251036

Seems like I am dropping words...

Now, for me, installation of ssh-askpass hasn't yet helped neither,
after successful password entered the same error message appears, but
that may be yet another bug...

-- 
virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv 
data:
https://bugs.launchpad.net/bugs/366057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 366057] Re: virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv data:

2009-09-01 Thread lx3r
check if 
  /root/.ssh/known_hosts
has the correct keys.  
(if unsure, just delete everything...)

if the key is wrong, it doesnt return an error, it just wont work

-- 
virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv 
data:
https://bugs.launchpad.net/bugs/366057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 366057] Re: virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv data:

2009-09-01 Thread Alvin
*** This bug is a duplicate of bug 251036 ***
https://bugs.launchpad.net/bugs/251036

** This bug has been marked a duplicate of bug 251036
   SSH errors not presented to user

-- 
virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv 
data:
https://bugs.launchpad.net/bugs/366057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 366057] Re: virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv data:

2009-05-05 Thread Theodotos Andreou
I installed ssh-askpass and it worked like a charm. Thanks for the tip.

But ssh-askpass should be included as a dependency for virt-manager
since password authentication will not work without it and you can not
use key authentication on all scenarios.

-- 
virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv 
data:
https://bugs.launchpad.net/bugs/366057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 366057] Re: virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv data:

2009-04-28 Thread preben.olsen
Here is a workaround for this. I have seen this problem in both virt-
manager 0.6.1 (Jaunty) and self compiled 0.7:


Virt manager 0.6.1:
File - Add Connection - quemu+ssh

Can't connect, receive this error:

Unable to open connection to hypervisor URI 
'qemu+ssh://r...@aaa.bbb.ccc.ddd/system':
class 'libvirt.libvirtError' cannot recv data: Connection reset by peer
None

Virt manager 0.7.0:
File - Add connection - quemu+ssh

Can't connect, receive this error:

Unable to open connection to hypervisor URI 
'qemu+ssh://r...@aaa.bbb.ccc.ddd/system':
class 'libvirt.libvirtError' cannot recv data: Connection reset by peer
None

Maybe you need to install ssh-askpass in order to authenticate.

Workaround: Create and use key authentication instead of password:

ssh-keygen -t rsa -N 
ssh-copy-id -i /home/myuser/.ssh/id_rsa.pub r...@aaa.bbb.ccc.ddd

Adding and connecting with virt-manager then works.

-- 
virt-manager refuses to connect class 'libvirt.libvirtError' cannot recv 
data:
https://bugs.launchpad.net/bugs/366057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs