From owner-freebsd-stable@FreeBSD.ORG Tue May 31 10:58:55 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 2170016A41C for ; Tue, 31 May 2005 10:58:55 +0000 (GMT) (envelope-from dannyc@as9105.com) Received: from sickle.as9105.com (sickle.as9105.com [212.139.129.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 771C643D1F for ; Tue, 31 May 2005 10:58:54 +0000 (GMT) (envelope-from dannyc@as9105.com) Received: (qmail 59913 invoked by uid 89); 31 May 2005 10:58:53 -0000 Message-ID: <20050531105853.59912.qmail@sickle.as9105.com> From: "Danny Cooper" To: freebsd-stable@freebsd.org Date: Tue, 31 May 2005 11:58:53 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Subject: DELL PowerEdge 2850 and FreeBSD 5.4 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 10:58:55 -0000 I have installed FreeBSD 5.4 RELEASE and upgraded to -STABLE on a DELL PE2850. FreeBSD 5.4-STABLE #1: Wed May 25 23:43:12 BST 2005 CPU: Intel(R) Xeon(TM) CPU 3.20GHz (3192.22-MHz 686-class CPU) real memory = 5100273664 (4864 MB) avail memory = 4189892608 (3995 MB) MPTable: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 6 amr0: Firmware 516A, BIOS H418, 256MB RAM I have disabled ACPI HTT and enabled PAE to make the whole system memory available. However the problem I have is the system can crash at any moment, and is not load related. As the crash info below is when the machine was in an 100% idle state. ##### Crash Info ########## login: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x24 fault code = supervisor read, page not present instruction pointer = 0x8:0xc031f64b stack pointer = 0x10:0xeab21c64 frame pointer = 0x10:0xeab21c78 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = resume, IOPL = 0 current process = 8 (pagedaemon) trap number = 12 panic: page fault cpuid = 0 boot() called on cpu#0 Uptime: 12h31m11s Cannot dump. No dump device defined. Automatic reboot in 15 seconds - press a key on the console to abort Rebooting... cpu_reset called on cpu#0 cpu_reset: Stopping other CPUs spin lock sched lock held by 0xc63f8c00 for > 5 seconds ############################# I have tried to install other versions of FreeBSD. 4.11 Release (Doesn't see all available memory even with a kernel patch) 5.4 Release (Crashes at random times, but mainly under load, running squid) Does anyone have similar problems or have found a work around? Danny C