From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90) Description of problem: Once the Installing Packages Phase of the installation is hit (but before anything is installed) an unhandled exception occurrs. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Run RedHat Install-CD (Graphical or Text mode) 2.Complete Information gathering screens 3. **See Results *** Actual Results: Once the Installing Packages Phase of the installation is hit (but before anything is installed) an unhandled exception occurrs. The system indicates I should save dump to floppy but 'Save to floppy' has no effect. I will try to type a little of the dump: Traceback(most recent call lst): File "/usr/lib/anaconda/gui.py", line 786, in handleRenderCallback self.currentWindow.renderCallback() File "/usr/lib/anaconda/gui.py", line 149, in RenderCallback self.intf.icw.nextClicked() ... similar messages ... then ... File "/usr/lib/anaconda/gui.py", line 66, in execWithRedirect childpid = os.fork() OSError:[Errno 12]Cannot allocate memory Expected Results: Installs Additional info: Tried various Graphical and Text installs. System: P3; 600MZ; 64MB memory; Video: Intel 810
Note: This system had been running RedHat Linux 7.1 without issues. The 7.1 install was removed and this was a fresh 8.0 install.
Can't duplicate again under text-based install although initial attempt at text- based install failed. Not sure why initial text-based install failed due to memory allocation. Graphical failure is due to excessive memory requirement.
This appears to be a duplicate of Bug 76123. The problem is that there is not enough memory to process the transactions that are to be executed by the installer. Anaconda, in GUI mode, requires at least 64M+ of memory and 128M of swap. You can alternatively attempt to install Red Hat Linux 8.0 in text mode by specifying "linux text" at the SYSLINUX prompt upon first boot. Anaconda, in text mode, is more lenient on memory resources.