Bug 12344

Summary: [text-installation] python exception if not enough disc-space
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: anacondaAssignee: Matt Wilson <msw>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: redhat
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-06-20 15:42:28 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 Enrico Scholz 2000-06-16 20:08:28 UTC
If the size of the root-partition is choosen <91 MB (size of base/stage2.im)
a python exception will occure at transfering files:

...
  File "/usr/bin/anaconda", line 392 in ?
    int.run(todo, test = test)
  ...
  File "/usr/lib/anaconda/image.py", line 33, in systemMounted
    (self.progressWindow, _("Copying file"),
  File "/usr/lib/anaconda/iutil.py", line 144, in copyFile
    os.write(t, count)
OSError: [Errno 28] Not enough space on device

install exited abnormally...

you may safely reboot your system

Comment 1 Brock Organ 2000-06-27 18:08:26 UTC

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