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.
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.