From owner-freebsd-current@FreeBSD.ORG Mon Jan 26 08:29:16 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11A2516A4D2 for ; Mon, 26 Jan 2004 08:29:16 -0800 (PST) Received: from out7.mx.nwbl.wi.voyager.net (out7.mx.nwbl.wi.voyager.net [169.207.3.125]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD7D843D46 for ; Mon, 26 Jan 2004 08:29:13 -0800 (PST) (envelope-from sdf@expertune.com) Received: from xptn00.hubertus (mail.expertune.com [169.207.153.162]) by out7.mx.nwbl.wi.voyager.net (Postfix) with ESMTP id 31A6794F30 for ; Mon, 26 Jan 2004 10:29:13 -0600 (CST) Received: from localhost [127.0.0.1] by xptn00.hubertus with XWall v3.28e ; Mon, 26 Jan 2004 10:29:06 -0600 Received: from expertune.com (QC1 [10.0.0.123]) by xptn00.hubertus with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id VRH5MQN4; Mon, 26 Jan 2004 10:29:06 -0600 Message-ID: <4015404C.2020001@expertune.com> Date: Mon, 26 Jan 2004 10:29:00 -0600 From: Scott DF User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug White References: <400E8FBE.4070205@expertune.com> <20040125111641.B81485@carver.gumbysoft.com> In-Reply-To: <20040125111641.B81485@carver.gumbysoft.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Page fault while in kernel mode X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 16:29:16 -0000 Doug White wrote: > The obvious thing that comes to mind here is a mismatched kernel module. > Try inhibiting as many modules from loading as possible (boot single user > if you have to), booting, then moving /boot/kernel out of the way (its a > directory), then rebuild & reinstall the kernel again. Also move /modules > out of the way since those aren't usable anymore. > I did that. After much time on make installkernel KERNCONF=GENERIC This error msg came up. install -o root -g wheel -m 555 if_oltr.ko /boot/kernel pid 61038 (install), uid 0 inumber 25591 on /mnt: filesystem full /mnt: write failed, filesystem is full install: /boot/kernel/if_oltr.ko: No space left on device *** Error code 71 Stop in /usr/src/sys/modules/oltr. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. > Is the NVidia module being used? > No.