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-manager | Assignee: | Daniel Berrangé <berrange> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | 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: |
|
||||||
triaged What libvirt & virt-manager versions have you got installed ? Can you provide the /root/.virt-manager/virt-manager.log file after a guest failure. libvirt-0.4.4-1.fc10.x86_64 virt-manager-0.5.4-4.fc9.x86_64 Attaching virt-manager.log. Created attachment 310516 [details]
Log snippit from the failed attempt.
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 This is fixed in rawhide/F10. Closing. |
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.