From owner-freebsd-stable@FreeBSD.ORG Thu Dec 30 02:33:24 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7232916A4CE for ; Thu, 30 Dec 2004 02:33:24 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DFAC43D4C for ; Thu, 30 Dec 2004 02:33:24 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBU2aEkL019074; Wed, 29 Dec 2004 19:36:14 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41D368A4.1030408@freebsd.org> Date: Wed, 29 Dec 2004 19:32:04 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Christian R." References: <2rg6t0ll6th99497btiu13foetanfrn0gr@4ax.com> In-Reply-To: <2rg6t0ll6th99497btiu13foetanfrn0gr@4ax.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-stable@freebsd.org Subject: Re: Memory handling problem with FreeBSD 5.3? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 02:33:24 -0000 Christian R. wrote: > I have installed FreeBSD 5.3-STABLE i386 on a new Dell PowerEdge 2850, > but it crashes under load like "make buildworld" with a "panic: page > fault". > > The server has following configuration: 2x Intel Xeon 3.4 GHz (800 MHz > FSB), 6x 1 GB DDR2 ECC RAM and Perc 4e/Di (LSI Logic/amr driver). > > After some days working on the problem, I think there is some problem > with handling the memory. The only way I have got the server to become > stable was by switching a special option in the Dell BIOS, which > limits the system memory to 256 MB. > > I have tried to limit the memory to 4 GB by activating a spare memory > bank, but the server still crashes. Disabling HTT in BIOS and ACPI in > the loader also didn't solved the problem. > > The kernel is compiled with SMP of course and PAE because of >4 GB > memory. I have removed all the unnecessary devices. > > Dells own diagnostic tool couldn't find any hardware errors. The > special memory test also passed all tests. I have also tried with > memtest (http://www.memtest.org/) which either could find any memory > errors. > > Has anyone an idea to a solution? Has anyone succeeded running FreeBSD > 5.3 on similar hardware? > > Would it maybe be better to run the AMD64 version of FreeBSD 5.3? I > think the i386 version should be more stable? > Upgrade to 5-STABLE. I fixed these problems a few weeks ago. Scott