Bug 19167 - Excpetional condition during Installation
Summary: Excpetional condition during Installation
Keywords:
Status: CLOSED DUPLICATE of bug 18032
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: basesystem
Version: 7.0
Hardware: i586
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Aaron Brown
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-16 06:47 UTC by Randall Holobaugh
Modified: 2014-03-17 02:16 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-10-16 06:47:33 UTC
Embargoed:


Attachments (Terms of Use)

Description Randall Holobaugh 2000-10-16 06:47:31 UTC
Traceback (innermost last):
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/iw/progress_gui.py", 
line 20, in run
  rc = self.todo.doInstall ()
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py", line 1480, 
indoInstall
  if self.method.systemMounted (self.fstab, self.instPath, 
self,hdList,selected()):
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/image.py", line 46, in 
systemMounted
  self.loopbackFile = mntPoint + fstab.filesystemSpace(mntPoint)[0][0] 
+ "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/fstab.py", line 258, in 
filesystemSpace
  space.append((mntpoint, isys.fsSpaceAcailable(topMount + '/' + 
mntpoine)))
  File "/usr/lib/anaconda/isys.py", line 16 in fsSpaceAvailable
    return _isys.devSpaceFree(fsystem)
SystemError: (2, 'No such file or directory')Traceback (innermost last):
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/iw/progress_gui.py", 
line 20, in run
  rc = self.todo.doInstall ()
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/todo.py", line 1480, 
indoInstall
  if self.method.systemMounted (self.fstab, self.instPath, 
self,hdList,selected()):
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/image.py", line 46, in 
systemMounted
  self.loopbackFile = mntPoint + fstab.filesystemSpace(mntPoint)[0][0] 
+ "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/fstab.py", line 258, in 
filesystemSpace
  space.append((mntpoint, isys.fsSpaceAcailable(topMount + '/' + 
mntpoine)))
  File "/usr/lib/anaconda/isys.py", line 16 in fsSpaceAvailable
    return _isys.devSpaceFree(fsystem)
SystemError: (2, 'No such file or directory')

Comment 1 Alan Cox 2000-10-16 08:23:19 UTC
Fixed in errata RHBA-2000:084-02.

*** This bug has been marked as a duplicate of 18032 ***


Note You need to log in before you can comment on or make changes to this bug.