Created attachment 356228 [details] Traceback.png Description of problem: * At the end of a CD ISO KVM virt install, the system appears to hang. Closer inspection shows a traceback on tty1 Version-Release number of selected component (if applicable): * anaconda-12.7 * virt host - F-11 fully updated to updates-testing > qemu-system-x86-0.10.5-3.fc11.x86_64 > libvirt-0.6.2-13.fc11.x86_64 How reproducible: * So far, everytime Steps to Reproduce: 1. Boot and install a virt guest from F-11-Alpha-TC 2. Proceed with a default install (see https://fedoraproject.org/wiki/QA:Testcase_Anaconda_autopart_install) Actual results: * See attached screenshot for trackback. Traceback (most recent call last): File "/usr/lib/anaconda/gui.py", line 1222, in handleRenderCallback self.currentWindow.renderCallback() File "...progress_qui.py", line 79, in renderCallback self.intf.icw.nextClicked() File "...gui.py", line 1201, in nextClicked self.anaconda.dispatch.gotoNext() File "...dispatch.py", line 127, in gotoNext self.moveStep() File "...dispatch.py", line 204, in moveStep rc = stepFunc(self.anaconda) File "...installmethod.py", line 47, in doMethodComplete dev.eject() File "storage/devices.py", line 2997, in eject self.teardown() File "storage/devices.py", line 573, in teardown self.format.teardown() File "formats/fs.py", line 802, in teardown return self.unmount(*args, **kwargs) File "formats/fs.py", line 610, in unmount raise FSError("mountpoint does not exist") storage.errors.FSError: mountpoint does not exist Expected results: * Completed install Additional info:
Created attachment 356305 [details] Double traceback.jpg This happens on bare metal DVD installations as well. The console is larger on my monitor and shows a traceback preceding that noted in comment#0. Error in sys.excepthook: Traceback (most recent call last): File "/usr/lib/.../meh/handler.py", line 156, in <lambda> sys.excepthook = lambda ty, value, tb: self.handleException((ty, value, tb), File "/usr/lib/.../meh/handler.py", line 103, in handleException self.postWriteHook((ty, value, tb), obj) File "/usr/lib/anaconda/exception.py", line 41, in postWriteHook log.error("Failed to copy anacdump.txt to /mnt/sysimage/root") NameError: global name 'log' is not defined See attached screenshot.
Raising for discussion in next F-12-Alpha blocker review meeting. This defect appears to prevent completion of all CD and DVD installations (virt and bare metal).
Fixed the logging traceback, but the original problem still needs to be dealt with.
Resetting title to match original failure.
Created attachment 356328 [details] anaconda.log
Created attachment 356329 [details] /tmp/anaconda-tb-jJxM47
Created attachment 356330 [details] /tmp/program.log
Created attachment 356331 [details] /tmp/storage.log
Created attachment 356332 [details] /tmp/syslog
This should be fixed in the next build of anaconda.
Confirmed fixed in rawhide.