From owner-freebsd-stable@FreeBSD.ORG Mon Jan 8 13:55:59 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A35B16A403 for ; Mon, 8 Jan 2007 13:55:59 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mailhost.graphdata.co.uk (mailhost.graphdata.co.uk [195.12.22.194]) by mx1.freebsd.org (Postfix) with ESMTP id 07EEF13C428 for ; Mon, 8 Jan 2007 13:55:58 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id 60CC5114026 for ; Mon, 8 Jan 2007 13:27:29 +0000 (GMT) X-Virus-Scanned: amavisd-new at graphdata.co.uk Received: from mailhost.graphdata.co.uk ([127.0.0.1]) by localhost (mailhost.graphdata.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kvNwb0zYeiEd for ; Mon, 8 Jan 2007 13:27:24 +0000 (GMT) Received: from gdc083.internal.graphdata.co.uk (gdc083.internal.graphdata.co.uk [192.168.0.86]) by mailhost.graphdata.co.uk (Postfix) with SMTP id EAB7A114020 for ; Mon, 8 Jan 2007 13:27:23 +0000 (GMT) Date: Mon, 8 Jan 2007 13:27:23 +0000 From: Dominic Marks To: freebsd-stable@freebsd.org Message-Id: <20070108132723.32eb27e2.dom@helenmarks.co.uk> In-Reply-To: <200701081248.l08Cmst12742@akiva.homer.att.com> References: <200701081248.l08Cmst12742@akiva.homer.att.com> X-Mailer: Sylpheed 2.3.0 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Fatal Trap 12 in 6.2-PRERELEASE 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: Mon, 08 Jan 2007 13:55:59 -0000 On Mon, 08 Jan 2007 07:48:54 -0500 "J. W. Ballantine" wrote: > > I rebuilt and installed the kernel and world, and now when I > try to boot the system it fails with a Fatal Trap 12: page > fault while in kernel mode, with current process of 594 (ntpd). > > Since it always fails, I can't do any of the checks in FAQ Advance Topics, > or other checks. > > Other than reinstall, is there anything I can do? Try booting the old kernel, which is called kernel.old. See the bottom of this page for how it is done: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html Dominic