From owner-freebsd-questions@FreeBSD.ORG Tue Nov 15 22:57:28 2005 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 EF00716A41F for ; Tue, 15 Nov 2005 22:57:28 +0000 (GMT) (envelope-from Guido@VanHoecke.org) Received: from hoboe2bl1.telenet-ops.be (hoboe2bl1.telenet-ops.be [195.130.137.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A78C43D62 for ; Tue, 15 Nov 2005 22:57:25 +0000 (GMT) (envelope-from Guido@VanHoecke.org) Received: from localhost (localhost.localdomain [127.0.0.1]) by hoboe2bl1.telenet-ops.be (Postfix) with SMTP id 881EF38018 for ; Tue, 15 Nov 2005 23:57:24 +0100 (CET) Received: from wodan.van.hoecke (d54C325A3.access.telenet.be [84.195.37.163]) by hoboe2bl1.telenet-ops.be (Postfix) with ESMTP id 5A15F38009 for ; Tue, 15 Nov 2005 23:57:24 +0100 (CET) To: FreeBSD Questions List References: <86mzk54jf4.fsf@wodan.van.hoecke> <20051115225145.GA65135@xor.obsecurity.org> From: Guido Van Hoecke Date: Tue, 15 Nov 2005 23:57:24 +0100 In-Reply-To: <20051115225145.GA65135@xor.obsecurity.org> (Kris Kennaway's message of "Tue, 15 Nov 2005 17:51:46 -0500") Message-ID: <86irut4izv.fsf@wodan.van.hoecke> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Page fault in kernel mode, 6.0-RELEASE 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: Tue, 15 Nov 2005 22:57:29 -0000 Kris Kennaway writes: > On Tue, Nov 15, 2005 at 11:48:15PM +0100, Guido Van Hoecke wrote: >> I am fairly new at FreeBSD. I installed a 'beastie' server with >> >> FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 >> root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC >> >> but it traps immediately after the boot menu with following output >> immediately after the boot menu: >> >> /boot/kernel/acpi.ko text=0x40c2c data=0x2160+0x1090 \ >> syms=[0x4+0x7810+0x4+0xa292] >> >> Fatal trap 12: page fault while in kernel mode >> fault virtual address = 0x8 >> fault code = supervisor read, page not present >> instruction pointer = 0x20:0xc079abb9 >> stack pointer = 0x28:0xc0c20d4c >> frame pointer = 0x28:0xc0c20d58 >> 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 = 0 () >> trap number = 12 >> panic: page fault >> Uptime: 1s >> >> Note that the /boot/kernel/acpi.ko line is absent if I boot with acpi >> disabled (menu option 2). But the trap info is not affected by slecting >> that boot option. > > Are you using other modules (e.g. nvidia driver)? No Kris, this is just when booting from the generic release cd's. I had an old Hercules 3d Prophet card and just used that, without loading anything special. > > Kris