Bug 784092 - virt-manager missing Requires: openssh-askpass
Summary: virt-manager missing Requires: openssh-askpass
Keywords:
Status: CLOSED DUPLICATE of bug 709184
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 16
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Cole Robinson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-23 19:33 UTC by Charles R. Anderson
Modified: 2012-01-25 21:33 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-25 21:33:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Charles R. Anderson 2012-01-23 19:33:56 UTC
Description of problem:

Because virt-manager has no Requires: openssh-askpass, these errors occur when attempting to connect to a remote QEMU over SSH:

Unable to open a connection to the libvirt management daemon.

Libvirt URI is: qemu+ssh://root@someremotehost/system

Verify that:
 - The 'libvirtd' daemon has been started


Cannot recv data: ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Received disconnect from 10.11.12.13: 2: Too many authentication failures for root
: Connection reset by peer

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/connection.py", line 1146, in _open_thread
    self.vmm = self._try_open()
  File "/usr/share/virt-manager/virtManager/connection.py", line 1130, in _try_open
    flags)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 102, in openAuth
    if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: Cannot recv data: ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Received disconnect from 10.11.12.13: 2: Too many authentication failures for root
: Connection reset by peer


Version-Release number of selected component (if applicable):
virt-manager-0.9.0-7.fc16.noarch

How reproducible:
always

Steps to Reproduce:
1. Install new F16 system
2. yum groupinstall Virtualization
3. Attempt to connect to remote QEMU over SSH
  
Actual results:
see above

Expected results:
no error

Additional info:

This fixes it:

yum install openssh-askpass

Comment 1 Cole Robinson 2012-01-25 21:33:50 UTC

*** This bug has been marked as a duplicate of bug 709184 ***


Note You need to log in before you can comment on or make changes to this bug.