From owner-freebsd-questions Tue May 30 20: 3:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kestrel.prod.itd.earthlink.net (kestrel.prod.itd.earthlink.net [207.217.121.155]) by hub.freebsd.org (Postfix) with ESMTP id 7254E37BE33 for ; Tue, 30 May 2000 20:03:23 -0700 (PDT) (envelope-from eogren@earthlink.net) Received: from rod.darktech.org (ip48.cambridge2.ma.pub-ip.psi.net [38.32.112.48]) by kestrel.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id UAA07131; Tue, 30 May 2000 20:03:17 -0700 (PDT) Received: (from eogren@localhost) by rod.darktech.org (8.10.1/8.10.1) id e4V34jA87185; Tue, 30 May 2000 23:04:45 -0400 (EDT) Date: Tue, 30 May 2000 23:04:45 -0400 From: Eric Ogren To: wonko@entropy.tmok.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bad kernel build Message-ID: <20000530230445.B86496@earthlink.net> References: <200005301439.KAA17508@entropy.tmok.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200005301439.KAA17508@entropy.tmok.com>; from wonko@users.tmok.com on Tue, May 30, 2000 at 10:39:23AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This looks suspiciously like you built a kernel from the new sources without building and installing the world. This isn't Linux; if you want an updated kernel, you need an updated userland. To fix this, boot into single user mode, temporarily turn off linux emulation and apm in /etc/rc.conf, run make buildworld, make installworld, turn linux and apm back on, and reboot. Eric On Tue, May 30, 2000 at 10:39:23AM -0400, Brian Hechinger wrote: > i built a kernel this weekend and installed it on my machine at work. never > was able to telnet/ssh into the box, but it did reply to pings. came into > work today and saw this: > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x0 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc0e7a7fb > stack pointer = 0x10:0xcccf0f08 > frame pointer = 0x10:0xcccf0f24 > 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 = 150 (ldconfig) > interrupt mask = none > trap number = 12 > panic: page fault > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message