From owner-freebsd-questions@FreeBSD.ORG Sat May 27 19:21:19 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 873EB16B7C6 for ; Sat, 27 May 2006 19:21:19 +0000 (UTC) (envelope-from jorn@wcborstel.com) Received: from mail.wcborstel.com (wcborstel.demon.nl [83.160.142.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11A2043D48 for ; Sat, 27 May 2006 19:21:17 +0000 (GMT) (envelope-from jorn@wcborstel.com) Received: from localhost (mail [192.168.1.151]) by mail.wcborstel.com (Postfix) with ESMTP id 2496E285215; Sat, 27 May 2006 21:21:15 +0200 (CEST) Received: from mail.wcborstel.com ([192.168.1.151]) by localhost (mail.wcborstel.com [192.168.1.151]) (amavisd-new, port 10024) with ESMTP id 12736-03; Sat, 27 May 2006 21:21:03 +0200 (CEST) Received: from [192.168.0.2] (unknown [192.168.1.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mail.wcborstel.com (Postfix) with ESMTP id C95EF284C53; Sat, 27 May 2006 21:21:02 +0200 (CEST) Message-ID: <4478A697.7000901@wcborstel.com> Date: Sat, 27 May 2006 21:20:55 +0200 From: Jorn Argelo User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Mike References: <20060527185918.3BE4E43D48@mx1.FreeBSD.org> In-Reply-To: <20060527185918.3BE4E43D48@mx1.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at wcborstel.com Cc: freebsd-questions@freebsd.org Subject: Re: Kernel Panic on FreeBSD 6.1 with Dell PE1850 / 1750 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2006 19:21:35 -0000 Mike wrote: > Hello, > > I got a handful of Dell PE1850 and PE1750 boxes running mail > scanning that we recently upgraded to FreeBSD 6.1. > > It started with a new PE1850 (mx4) that we immediately installed 6.1 > on, which started having kernel panics- we initially blamed it > on hardware. But last week, we rebuild a PE1750 (mx6) we've been > running for over a year with FBSD 4.11 without any problems, > and it's crashing now as well. > > Are there any known issues with FreeBSD 6.1 on any of the Dell > PE series machines? > > Any thoughts would be great, > > Mike > > > Some details: > > PE1850 > --snip-- > > FreeBSD mx4 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 15 18:55:30 PDT 2006 > mike@build.office:/usr/obj/usr/src/sys/U_GENERIC_SMP i386 > > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x5c > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc072dbda > stack pointer = 0x28:0xea9b9a98 > frame pointer = 0x28:0xea9b9b28 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 20764 (exim-4.60-1) > trap number = 12 > panic: page fault > cpuid = 0 > Uptime: 10d13h1m4s > Dumping 3071 MB (2 chunks) > chunk 0: 1MB (159 pages) ... ok > chunk 1: 3071MB (786112 pages) 3055 3039 3823 3007 2991 > > --snip-- > > > PE1750 > --snip-- > > FreeBSD mx6 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Mon May 15 18:55:30 PDT 2006 > mike@build.office:/usr/obj/usr/src/sys/U_GENERIC_SMP i386 > > Fatal trap 12: page fault while in kernel mode > cpuid = 2; apic id = 06 > fault virtual address = 0x5c > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc072dbda > stack pointer = 0x28:0xf2791a98 > frame pointer = 0x28:0xf2791b28 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 60007 (exim-4.60-1) > trap number = 12 > panic: page fault > cpuid = 2 > Uptime: 2d16h44m0s > Dumping 3071 MB (2 chunks) > chunk 0: 1MB (159 pages) ... ok > chunk 1: 3071MB (786135 pages) 3055 3039 > > --snip-- > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > I am running 6.1-STABLE on a Dell PE 1850 very smoothly actually. The machine is rock-solid and a constant load of 5-10. Can you give me a dmesg output? Maybe the hardware isn't identical to the setup we have, or maybe something isn't right in your kernel config. Jorn Jorn