Date: Tue, 30 May 2000 23:04:45 -0400 From: Eric Ogren <eogren@earthlink.net> To: wonko@entropy.tmok.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bad kernel build Message-ID: <20000530230445.B86496@earthlink.net> In-Reply-To: <200005301439.KAA17508@entropy.tmok.com>; from wonko@users.tmok.com on Tue, May 30, 2000 at 10:39:23AM -0400 References: <200005301439.KAA17508@entropy.tmok.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000530230445.B86496>