From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 00:48:55 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D704D16A4CE for ; Thu, 21 Oct 2004 00:48:55 +0000 (GMT) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 045F943D1D for ; Thu, 21 Oct 2004 00:48:54 +0000 (GMT) (envelope-from ganbold@micom.mng.net) Received: from [202.179.0.164] (helo=ganbold.micom.mng.net) by publicd.ub.mng.net with asmtp (Exim 4.41 (FreeBSD)) id 1CKRAV-000G14-H0 for freebsd-current@freebsd.org; Thu, 21 Oct 2004 08:51:05 +0800 Message-Id: <6.1.2.0.2.20041021084246.02b3eeb0@202.179.0.80> X-Sender: ganbold@micom.mng.net@202.179.0.80 X-Mailer: QUALCOMM Windows Eudora Version 6.1.2.0 Date: Thu, 21 Oct 2004 08:48:28 +0900 To: freebsd-current@freebsd.org From: Ganbold In-Reply-To: <20041020122152.95847.qmail@web14103.mail.yahoo.com> References: <6.1.2.0.2.20041020201303.02b0b030@202.179.0.80> <20041020122152.95847.qmail@web14103.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: FreeBSD 5.3-RC1 problem on IBM @server 325 type 8835 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2004 00:48:55 -0000 Hi, Thanks for all who helped me. I followed Claus's and Scott's suggestion and reduced RAM size to 2GB and installed FreeBSD successfully. Afterwards I added hw.physmem=8G to /boot/loader.conf file and added RAM back and rebooted. It boots OK, however in the shell I can't run some commands. SSHd didn't run, said some error. For instance when I try to run netstat it says: /libexec/ld.elf.so.1: netstat: Shared object has no run-time symbol table What should I do? Any ideas? Should I reduce back RAM again and do cvsup to RELENG_5 and buildworld? thanks, Ganbold At 09:21 PM 10/20/2004, you wrote: > > Another error: > > It crashes when it is trying "Extracting base into / > > directory": > >OK, I see. Quickfix, worked for me ;-) Remove as much >RAM so you're below 2 GB. I had problems installing >amd64 on a machine with 4 GB RAM. > >Then add the physmem-line before you put back the RAM. > >Claus