From owner-freebsd-current@FreeBSD.ORG Thu Oct 21 06:28:50 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 6DF9216A4CE for ; Thu, 21 Oct 2004 06:28:50 +0000 (GMT) Received: from web14124.mail.yahoo.com (web14124.mail.yahoo.com [66.163.171.115]) by mx1.FreeBSD.org (Postfix) with SMTP id 152AC43D46 for ; Thu, 21 Oct 2004 06:28:50 +0000 (GMT) (envelope-from cguttesen@yahoo.dk) Message-ID: <20041021062850.71310.qmail@web14124.mail.yahoo.com> Received: from [194.248.174.58] by web14124.mail.yahoo.com via HTTP; Thu, 21 Oct 2004 08:28:50 CEST Date: Thu, 21 Oct 2004 08:28:50 +0200 (CEST) From: Claus Guttesen To: Ganbold , freebsd-current@freebsd.org In-Reply-To: <6.1.2.0.2.20041021084246.02b3eeb0@202.179.0.80> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 06:28:50 -0000 > 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. How much RAM does FreeBSD say is installed? > 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. > 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. Claus