From owner-freebsd-stable@FreeBSD.ORG Thu May 11 05:46:11 2006 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 D60A416A402 for ; Thu, 11 May 2006 05:46:11 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24FA343D48 for ; Thu, 11 May 2006 05:46:11 +0000 (GMT) (envelope-from bsam@ipt.ru) Received: from srv.sem.ipt.ru ([192.168.12.1]) by mail.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Fe400-000BKk-Qr; Thu, 11 May 2006 09:46:08 +0400 Received: from bsam by srv.sem.ipt.ru with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1Fe40L-0000HP-Pl; Thu, 11 May 2006 09:46:29 +0400 To: "Jakob Breivik Grimstveit" References: <77d930220605101628h3d5300d8g54c54c6896f46855@mail.gmail.com> From: Boris Samorodov Date: Thu, 11 May 2006 09:46:29 +0400 In-Reply-To: <77d930220605101628h3d5300d8g54c54c6896f46855@mail.gmail.com> (Jakob Breivik Grimstveit's message of "Thu, 11 May 2006 01:28:29 +0200") Message-ID: <28451466@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org Subject: Re: panic: page fault on freshly installed 6.1 from cvs 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: Thu, 11 May 2006 05:46:11 -0000 On Thu, 11 May 2006 01:28:29 +0200 Jakob Breivik Grimstveit wrote: > Just cvsupped and built my own v6.1, and am now unable to boot system. > Boot process proceeds to the USB detection phase, and locks right > after with panic: page fault. > Here is a transcript of what is shown on-screen before crash appears: > nvidia0: mem > 0xfa000000-0xfaffffff,0xe8000000-oxeffffff,0xfb000000-0xfbffffff irq > 16 at device 0.0 on pci1 > WARNING: Device driver " Did you install nvidia driver from ports? Then you should rebuild it. > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x480008 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc05936d6 > stack pointer = 0x28:0xc102079c > frame pointer = 0x28:0xc102079c > 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 (swapper) > trap number = 12 > panic: page fault > Uptime: 1s > Probably a few minor typos, but you get my drift. What fails here, and > what on earth can I do to be able to boot the box again? KERNCONF > based on GENERIC, but removing RAID, SCSI, all network cards (except > MIIBUS and RA), and added sound and atapicam. Make.conf also excludes > the following: > NO_ATM=YES > NO_AUTHPF=yes > NO_BLUETOOTH=yes > NO_FORTRAN=yes > NO_GAMES=yes > NO_I4B=yes > NO_INET6=YES > NO_IPFILTER=yes > NO_KERBEROS=yes > NO_LPR=yes > NO_OBJC=yes > NO_PF=yes > NO_PROFILE=yes > NO_SENDMAIL=yes > NO_TCSH=yes > NO_USB=yes > NO_VINUM=YES > Hope someone can shed any light on this, I'm completely left in the > blind... Single-user mode boot also fails, of course. WBR -- bsam