Bug 18599 - 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.
Summary: This bug came up twice during the installation of RedHat Linux 7. It probably...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: installer
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brent Fox
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-07 12:16 UTC by Need Real Name
Modified: 2007-04-18 16:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-09 16:23:03 UTC
Embargoed:


Attachments (Terms of Use)

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.


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