Bug 18599

Summary: This bug came up twice during the installation of RedHat Linux 7. It probably needed more space for the / filesystem, for some reason it could not use space from /usr filesystem to install some packets.
Product: [Retired] Red Hat Linux Reporter: Need Real Name <tina>
Component: installerAssignee: Brent Fox <bfox>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-09 16:23:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-10-07 12:16:32 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 1468, in
doInstall
    self.fstab.savePartitions ()
  File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/fstab.py", line 220, in
savePartitions
    sys.exit(0)
NameError: sys

Local variables in innermost frame:
self: <fstab.GuiFstab instance at 84ba880>

ToDo object:
(itodo
ToDo
p1
(dp2
S'method'
p3
(iimage
CdromInstallMethod
p4
(dp5
S'currentDisc'
p6
I1
sS'tree'
p7
S'/mnt/source'
sS'device'
p8
S'hdc'
sS'progressWindow'
p9

<failed>

Comment 1 Brent Fox 2000-10-07 13:16:12 UTC
I ran across this bug yesterday

Comment 2 Brent Fox 2000-10-07 13:18:25 UTC
It should be a simple edit to fstab.py.  The problem is that in line 220 of
fstab.py, it is calling sys.exit(0), but the sys module is never being
imported.  So adding "import sys" to the file should correct this.  I've
transferred ownership of this bug to me.

Comment 3 Brent Fox 2000-10-09 16:23:00 UTC
Fixed in CVS.