Created
March 13, 2020 18:13
-
-
Save cjac/8bb22893c1d4322299ce241ad4f17d9f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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