Hide Forgot
libreport version: 2.0.6 executable: /usr/bin/python hashmarkername: anaconda kernel: 3.1.0-5.fc16.x86_64 product: Fedora reason: OSError: [Errno 2] No such file or directory: '/mnt/install/isodir//iso' time: Tue Nov 1 06:22:30 2011 version: 16 anaconda-tb-9rcnf0: Text file, 442666 bytes description: :The following was filed automatically by anaconda: :anaconda 16.24 exception report :Traceback (most recent call first): : File "/usr/lib64/python2.7/site-packages/pyanaconda/image.py", line 39, in findFirstIsoImage : flush = os.stat(path) : File "/usr/lib64/python2.7/site-packages/pyanaconda/image.py", line 184, in mountImage : image = findFirstIsoImage(isodir, messageWindow) : File "/usr/lib64/python2.7/site-packages/pyanaconda/yuminstall.py", line 426, in _mountInstallImage : mountImage(self.isodir, self.tree, self.anaconda.intf.messageWindow) : File "/usr/lib64/python2.7/site-packages/pyanaconda/yuminstall.py", line 450, in configBaseURL : self._mountInstallImage() : File "/usr/lib64/python2.7/site-packages/pyanaconda/yuminstall.py", line 356, in setup : self.configBaseURL() : File "/usr/lib64/python2.7/site-packages/pyanaconda/yuminstall.py", line 1244, in doBackendSetup : self.ayum.setup() : File "/usr/lib64/python2.7/site-packages/pyanaconda/backend.py", line 192, in doBackendSetup : if anaconda.backend.doBackendSetup(anaconda) == DISPATCH_BACK: : File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 373, in dispatch : self.dir = self.steps[self.step].target(self.anaconda) : File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 241, in go_forward : self.dispatch() : File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1201, in nextClicked : self.anaconda.dispatch.go_forward() :OSError: [Errno 2] No such file or directory: '/mnt/install/isodir//iso'
Created attachment 531104 [details] File: anaconda-tb-9rcnf0
This is caused by being given the wrong kernel parameter 'repo=hd:sda5:/iso' instead of the right one 'repo=hd:sda5:/' It would be better if it shows the repo cannot be found rather than gives error.
I would like to close it since it is not a serious bug.