Bug 453260

Summary: Unable to create xenner guests, ibvirtError: virDomainCreateLinux() failed internal error unsupported input bus ps2
Product: [Fedora] Fedora Reporter: Jesse Keating <jkeating>
Component: virt-managerAssignee: Daniel Berrangé <berrange>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: crobinso, dcantrell, hbrock
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-25 14:12:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Log snippit from the failed attempt. none

Description Jesse Keating 2008-06-28 13:30:15 UTC
Not sure if this belongs in libvirt or virt-manager, but filing it here anyway.

Once I have xenner installed, virt-manager will allow me to create a paravirt
guest with the hypvervisor of kvm.  However when I get to the very end and click
to actually bring up the guest I get a traceback as shown:

Unable to complete install '<class 'libvirt.libvirtError'>
virDomainCreateLinux() failed internal error unsupported input bus ps2
Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/create.py", line 651, in do_install
    dom = guest.start_install(False, meter = meter)
  File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 845, in
start_install
    return self._do_install(consolecb, meter)
  File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 866, in
_do_install
    self.domain = self.conn.createLinux(install_xml, 0)
  File "/usr/lib64/python2.5/site-packages/libvirt.py", line 841, in createLinux
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: virDomainCreateLinux() failed internal error unsupported input bus ps2
'

This is when trying to bring up a RHEL5 xen x86_64 guest.

Comment 1 John Poelstra 2008-06-28 14:58:31 UTC
triaged

Comment 2 Daniel Berrangé 2008-06-28 16:37:36 UTC
What libvirt & virt-manager versions have you got installed ? Can you provide
the /root/.virt-manager/virt-manager.log file after a guest failure.

Comment 3 Jesse Keating 2008-06-28 20:41:21 UTC
libvirt-0.4.4-1.fc10.x86_64
virt-manager-0.5.4-4.fc9.x86_64

Attaching virt-manager.log.

Comment 4 Jesse Keating 2008-06-28 20:42:05 UTC
Created attachment 310516 [details]
Log snippit from the failed attempt.

Comment 5 Daniel Berrangé 2008-07-02 10:05:06 UTC
python-virtinst 0.300.3 had some temporary hacks for working around limitations
of libvirt wrt to Xenner. libvirt has been fixed, so we need to remove these hacks.

http://hg.et.redhat.com/virt/applications/virtinst--devel?cs=3afef0b524b7

Comment 6 Cole Robinson 2008-11-25 14:12:23 UTC
This is fixed in rawhide/F10. Closing.