https://bugzilla.suse.com/show_bug.cgi?id=1234438 https://bugzilla.suse.com/show_bug.cgi?id=1234438#c2 --- Comment #2 from Alberto Planas Dominguez <aplanas@suse.com> --- In new test the error message is now different. In the virt-manager screen: ``` Unable to complete install: 'Cannot recv data: Connection reset by peer' Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 71, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/createvm.py", line 2085, in _do_async_install installer.start_install(guest, meter=meter) File "/usr/share/virt-manager/virtinst/install/installer.py", line 768, in start_install domain = self._create_guest( ^^^^^^^^^^^^^^^^^^^ File "/usr/share/virt-manager/virtinst/install/installer.py", line 709, in _create_guest domain = self.conn.createXML(initial_xml or final_xml, 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.11/site-packages/libvirt.py", line 4545, in createXML raise libvirtError('virDomainCreateXML() failed') libvirt.libvirtError: Cannot recv data: Connection reset by peer ``` and in the CLI where virt-manager was called: ``` Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 279, in _exit_if_necessary self._thread_finished() File "/usr/share/virt-manager/virtManager/asyncjob.py", line 258, in _thread_finished self._finish_cb(error, details, *self._finish_args) File "/usr/share/virt-manager/virtManager/createvm.py", line 2010, in _install_finished_cb self._gdata.failed_guest = guest ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'failed_guest' ``` -- You are receiving this mail because: You are on the CC list for the bug.