From owner-freebsd-current@FreeBSD.ORG Wed Oct 20 11:36:33 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 8E2C216A4CF for ; Wed, 20 Oct 2004 11:36:33 +0000 (GMT) Received: from web14125.mail.yahoo.com (web14125.mail.yahoo.com [66.163.171.116]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FCB343D45 for ; Wed, 20 Oct 2004 11:36:33 +0000 (GMT) (envelope-from cguttesen@yahoo.dk) Message-ID: <20041020113633.83211.qmail@web14125.mail.yahoo.com> Received: from [194.248.174.58] by web14125.mail.yahoo.com via HTTP; Wed, 20 Oct 2004 13:36:33 CEST Date: Wed, 20 Oct 2004 13:36:33 +0200 (CEST) From: Claus Guttesen To: Ganbold , freebsd-current@freebsd.org In-Reply-To: <6.1.2.0.2.20041020191300.02b210a0@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: Wed, 20 Oct 2004 11:36:33 -0000 > I'm trying to install FreeBSD 5.3-RC1-amd64 on IBM > @server 325 with > ServeRAID 6M. > This server has dual AMD Opteron 2.1GHz and 8GB of > RAM. > FreeBSD boots fine. But when it tries to copy files > it fails saying > following error: > Panic: ffs_valloc: dup alloc > cpuid = 0 > Uptime: 2m46s > Cannot dump. No dump device defined It may not probe the amount of RAM correctly. You can try adding hw.physmem=8G to /boot/loader.conf. Could you supply a dmesg? Claus