The following was filed automatically by anaconda: anaconda 11.5.0.46 exception report Traceback (most recent call first): File "/usr/lib/anaconda/isys.py", line 188, in umount raise ValueError, "isys.umount() can only umount by mount point" File "/usr/lib/anaconda/image.py", line 263, in scanForMedia isys.umount(tree) File "/usr/lib/anaconda/yuminstall.py", line 449, in configBaseURL cdr = scanForMedia(self.tree, self.anaconda.id.storage) File "/usr/lib/anaconda/yuminstall.py", line 290, in __init__ self.configBaseURL() File "/usr/lib/anaconda/yuminstall.py", line 1014, in doBackendSetup self.ayum = AnacondaYum(anaconda) File "/usr/lib/anaconda/backend.py", line 271, in doBackendSetup if anaconda.backend.doBackendSetup(anaconda) == DISPATCH_BACK: File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1323, in nextClicked self.anaconda.dispatch.gotoNext() ValueError: isys.umount() can only umount by mount point
Created attachment 340465 [details] Attached traceback automatically from anaconda.
Reproducible: Always. To recreate: 1. Install from rawhide 20090420 boot.iso. 2. Keep all the defaults and keep clicking Okay/Next until you get to the screen where you can add more repositories, change packages etc. This screen should be right after writing the disk layout and enabling the network card. 3. Click "Back". A dialogue box appears stating that the file system has already been activated, so you can't go back. 4. Click "Continue". An unhandled exception occurs. Traceback is above. Expected result: Anaconda should have continued back to the screen where you can add more repositories, change packages, etc. Actual result: Unhandled exception.
This will be fixed in the next build of anaconda. Thanks for the bug report.