Bug 750491

Summary: OSError: [Errno 2] No such file or directory: '/mnt/install/isodir//iso'
Product: [Fedora] Fedora Reporter: Hongqing Yang <hoyang>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: anaconda-maint-list, jonathan, joshua, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:8d7681160f40103229186eb76e0315bb46ddcf27ff541fc829d8d2512ba161ad
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-04 09:27:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: anaconda-tb-9rcnf0 none

Description Hongqing Yang 2011-11-01 10:20:14 UTC
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'

Comment 1 Hongqing Yang 2011-11-01 10:20:20 UTC
Created attachment 531104 [details]
File: anaconda-tb-9rcnf0

Comment 2 Hongqing Yang 2011-11-01 10:34:40 UTC
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.

Comment 3 Hongqing Yang 2012-01-04 09:27:52 UTC
I would like to close it since it is not a serious bug.