Skip to content

Instantly share code, notes, and snippets.

@cjac
Created March 13, 2020 18:13
Show Gist options
  • Save cjac/8bb22893c1d4322299ce241ad4f17d9f to your computer and use it in GitHub Desktop.
Save cjac/8bb22893c1d4322299ce241ad4f17d9f to your computer and use it in GitHub Desktop.
Unable to complete install: 'internal error: process exited while connecting to monitor: 2020-03-13T18:10:16.726833Z qemu-system-sparc64: -device piix3-usb-uhci,id=usb,bus=pci,addr=0x2: PCI: slot 2 function 0 not available for piix3-usb-uhci, reserved'
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 75, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/create.py", line 2119, in _do_async_install
guest.installer_instance.start_install(guest, meter=meter)
File "/usr/share/virt-manager/virtinst/installer.py", line 419, in start_install
doboot, transient)
File "/usr/share/virt-manager/virtinst/installer.py", line 362, in _create_guest
domain = self.conn.createXML(install_xml or final_xml, 0)
File "/usr/lib/python3/dist-packages/libvirt.py", line 3732, in createXML
if ret is None:raise libvirtError('virDomainCreateXML() failed', conn=self)
libvirt.libvirtError: internal error: process exited while connecting to monitor: 2020-03-13T18:10:16.726833Z qemu-system-sparc64: -device piix3-usb-uhci,id=usb,bus=pci,addr=0x2: PCI: slot 2 function 0 not available for piix3-usb-uhci, reserved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment