From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Description of problem: Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Boot system using fedora CD 2. Proceed with normal installation 3. Choose to partition the system automaticly 4. Wait instalation to starts. Actual Results: The anaconda reports an exception during the installation. Expected Results: Ask for the second CD, maybe. Additional info: Anaconda saved a .txt file on a floppy disk, but it is too big and i don't know how to send it attached to this report. Traceback (most recent call last): File "/usr/lib/anaconda/gui.py", line 1048, in handleRenderCallback self.currentWindow.renderCallback() File "/usr/lib/anaconda/iw/progress_gui.py", line 242, in renderCallback self.intf.icw.nextClicked() File "/usr/lib/anaconda/gui.py", line 763, in nextClicked self.dispatch.gotoNext() File "/usr/lib/anaconda/dispatch.py", line 169, in gotoNext self.moveStep() File "/usr/lib/anaconda/dispatch.py", line 237, in moveStep rc = apply(func, self.bindArgs(args)) File "/usr/lib/anaconda/packages.py", line 539, in turnOnFilesystems thefsset.formatSwap(instPath) File "/usr/lib/anaconda/fsset.py", line 1247, in formatSwap self.formatEntry(entry, chroot) File "/usr/lib/anaconda/fsset.py", line 1290, in formatEntry entry.fsystem.formatDevice(entry, self.progressWindow, chroot) File "/usr/lib/anaconda/fsset.py", line 709, in formatDevice searchPath = 1) File "/usr/lib/anaconda/iutil.py", line 55, in execWithRedirect childpid = os.fork() OSError: [Errno 12] Não foi possÃÂvel alocar memória Local variables in innermost frame: searchPath: 1 stdout: /dev/tty5 stdin: 0 argv: ['mkswap', '-v1', '/tmp/hda5'] ignoreTermSigs: 0 command: /usr/sbin/mkswap stderr: /dev/tty5 newPgrp: 0 root: /
Created attachment 102106 [details] full traceback The reported mailed me this traceback.
How much memory is in the machine?
The problem was that the swap was not formated, so it bugged when it ask for the second instalation disk. The problem now is that the GRUB does not work. By the way, the computer have 128M of RAM memory.