From owner-freebsd-current@FreeBSD.ORG Wed Oct 12 19:52:01 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 E092B16A41F for ; Wed, 12 Oct 2005 19:52:01 +0000 (GMT) (envelope-from fli+freebsd-current@shapeshifter.se) Received: from mx1.h3q.net (manticore.shapeshifter.se [212.37.5.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3C9843D53 for ; Wed, 12 Oct 2005 19:51:47 +0000 (GMT) (envelope-from fli+freebsd-current@shapeshifter.se) Received: from localhost (localhost [127.0.0.1]) by mx1.h3q.net (Postfix) with ESMTP id B31321A957; Wed, 12 Oct 2005 21:51:45 +0200 (CEST) Received: from mx1.h3q.net ([127.0.0.1]) by localhost (manticore.shapeshifter.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 34447-13; Wed, 12 Oct 2005 21:51:44 +0200 (CEST) Received: from [192.168.0.94] (h4n2fls31o270.telia.com [217.208.199.4]) by mx1.h3q.net (Postfix) with ESMTP id CB36C1A956; Wed, 12 Oct 2005 21:51:44 +0200 (CEST) Message-ID: <434D6959.2060108@shapeshifter.se> Date: Wed, 12 Oct 2005 21:51:53 +0200 From: Fredrik Lindberg User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050928) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Tobias_Mohrl=FCder?= References: <434D47F9.5000103@web.de> In-Reply-To: <434D47F9.5000103@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: at mail.hamnpolare.net Cc: freebsd-current@freebsd.org Subject: Re: 6.0-RC1: Boot panic - Update X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 12 Oct 2005 19:52:02 -0000 Tobias Mohrlüder wrote: > Hello, > > I was able to get kgdb working - I did not run 'make installworld' of > course and the old kgdb version couldn't get along with the 6.0 kernel > (I suppose). After installing the libraries needed by the new kgdb > binary by hand, I can give you some additional info: > > > Unread portion of the kernel message buffer: > <118> rtc > WARNING: Device driver " [...] > current process = 490 (kldload) > trap number = 12 > panic: page fault You are loading the rtc (emulators/rtc) module compiled for 5-stable (as stated in your previous mail, you upgraded 5->6.0). Disable loading of the module and you should be fine, if i'm not mistaken, it's loaded from a rc.d-script in /usr/X11R6/etc/rc.d Fredrik