Bug 77188 - Installer crashes with message " OSError:(Errno 12)"
Summary: Installer crashes with message " OSError:(Errno 12)"
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 8.0
Hardware: i586
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-11-02 16:54 UTC by Ingvald Ramsrud
Modified: 2007-04-18 16:48 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-11-11 15:57:22 UTC
Embargoed:


Attachments (Terms of Use)

Description Ingvald Ramsrud 2002-11-02 16:54:56 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90; 
SC/5.07/1.00/Compaq)

Description of problem:
Installer crashes every time with message "OSError (Errno 12) Kan ikke tildele 
minne." I am installing RedHat Linux 8.0 on a P166, 64Mb ram, and 40 Gb HD. The 
machine used to run Win ME with no problems.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Start setup
2.Norwegian keyboard
3.
	

Actual Results:  Crash!

Expected Results:  Install completed...

Additional info:

Comment 1 Michael Fulbright 2002-11-04 22:24:49 UTC
Was this a graphical or text mode install?

What did you select to install?

Comment 2 Ingvald Ramsrud 2002-11-06 17:58:36 UTC
Hello, and thank you for your reply.

Additional info as requested:

* Install was in Graphical mode

* Partitioning was automatic

* Install selected was Personal Desktop

* Chosen packages was GNOME, OpenOffice, Mozzilla, Evolution, Instant Messging,
  Sound and picture-program and Games. All as recommended.

Here is the complete list of errors:
File "/usr/lib/anaconda/gui.py", line 786, in handleRenderCallback
self.currentWindow.renderCallback()
File "usr/lib/anaconda/iw/progress_gui.py", line 149, in renderCallback
self.intf.icw.nextClicked()
File"/usr/lib/anaconda/gui.py", line 632, in nextClicked
self.dispatch.gotoNext()
File"usr/lib/anaconda/dispatch.py",line 150, in gotoNext
self.moveStep()
File"usr/lib/anaconda/dispatch.py" line 215, in moveStep
rc=apply(func,self.bindArgs(args))
File"/usr/lib/anaconda/packages.py" line 430, in turnOnFilesystems
partitions.doMetaDeletes(diskset)
File"/sr/lib/anaconda/partitions.py" line1110, in doMetaDeletes
lvm.vgactivate()
File"/sr/lib/anaconda/lvm.py" line 54, in vgactivate
searchPath=1
File"/usr/lib/anaconda/iutil.py" line 66, in execWithRedirect
childpid=os.fork()
OSError: (Errno12) kan ikke tildele minne



Comment 3 Need Real Name 2002-11-09 09:54:46 UTC
I got the exact error with the same traceback path except I chose English and 
the last line said:
OSError:[Errno 12] Cannot allocate memory

Comment 4 Michael Fulbright 2002-11-11 15:57:15 UTC
Please try in text mode - that will require less memory.

Comment 5 Ingvald Ramsrud 2002-11-12 20:31:15 UTC
Install in text mode OK.
Linux is now running fine, but a little slow. Will try to buy some more memory!

Comment 6 Michael Lee Yohe 2003-01-09 14:08:43 UTC
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.


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