From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <7.0.1.0.0.20060918003017.01d6c5d8@arcor.de> Date: Mon, 18 Sep 2006 00:35:14 +0200 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> From: Chuck Foreman Subject: Re: [9fans] install "out of physical memory" In-Reply-To: References: <6104977.1158501998226.JavaMail.ngmail@webmail12> <6dcfa6780921d2e0c9f0da2ef3f1f02b@quanstro.net> <7.0.1.0.0.20060917211028.01d5d008@arcor.de> <7.0.1.0.0.20060917214649.01d5d008@arcor.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Topicbox-Message-UUID: b958dfc0-ead1-11e9-9d60-3106f5b1d025 Russ, I found the plan9.ini on the floppy and added the kernelpercent=20... it got up to 25% before giving up! I found a reference in the archives where another user speculated about this error! What do you think of the workaround? ........from archives 2005 July...... The major installation problem was that the system was constantly running out of physical memory during the distmount phase. After a bunch of hunting and exploration, it looked like the kernel was only reporting about 3k free pages of free physical memory, with about 16k pages of swap (approx numbers). I managed to get the plan9 partion 'preped' with a swap, so after copying the swap utility from the plan9 boot image (9pccd.gz) to a shared ext2 partition i was able to use it from the plan9 install image (9pcflop.gz) and fire up the swap file so I could successfully perform the install. Everything went smoothly with the install after that and I'm now booting plan9 from the harddrive using grub. :) After this experience, I have a feeling that either there's a bug in my comp's mainboard which causes problems with the physical memory calculation or (since I don't know much about the kernel yet) it has a hardcoded max somewhere that is limiting my available memory. Any comments on this problem or suggestions on how to fix it? And finally, I would suggest to the iso maintainers that they put the swap utility in the 9pcflop.gz image and some instructions in the installation/installer to enable the swap file when it's created so others don't have this kind of problem. At 10:33 PM 9/17/2006, you wrote: >>my boot looks like this... >>24M memory: 11M kernel data, 12M user, 77M swap >>kfs....version....time > >This is the problem -- the kernel only detected 24M of memory. >Not sure why. > >Russ