From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 08:19:14 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 1D91B16A4CE for ; Thu, 21 Oct 2004 08:19:14 +0000 (GMT) Received: from publicd.ub.mng.net (publicd.ub.mng.net [202.179.0.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4950643D4C for ; Thu, 21 Oct 2004 08:19:08 +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 1CKYC6-00054s-Uc; Thu, 21 Oct 2004 16:21:12 +0800 Message-Id: <6.1.2.0.2.20041021161406.02b32480@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 16:18:42 +0900 To: Claus Guttesen From: Ganbold In-Reply-To: <20041021062850.71310.qmail@web14124.mail.yahoo.com> References: <6.1.2.0.2.20041021084246.02b3eeb0@202.179.0.80> <20041021062850.71310.qmail@web14124.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-current@freebsd.org 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 08:19:14 -0000 Claus, At 03:28 PM 10/21/2004, you wrote: > > I followed Claus's and Scott's suggestion and > > reduced RAM size to 2GB and > > installed FreeBSD successfully. > > It boots OK, however in the shell I can't run some > > commands. SSHd didn't > > run, said some error. > >Add sshd_enable="YES" to /etc/rc.conf and reboot. Yes, it is there. When it is booting and tried to run sshd it says error similar to error when run netstat. >How much RAM does FreeBSD say is installed? It says 8G in message log. > > For instance when I try to run netstat it says: > > /libexec/ld.elf.so.1: netstat: Shared object has no > > run-time symbol table > >Don't know with that one. Probably some problem related to CPU or RAM, don't sure which one. > > RAM again and do cvsup to RELENG_5 and buildworld? > >Allways a good idea to cvsup and build kernel and >world. This way you can optimize with -O2. I will do that, however I have to install again FreeBSD on it, it is broken again, when I was trying to remove/add RAM and boot. I will let you know the result. Ganbold >Claus