From owner-freebsd-usb@FreeBSD.ORG Wed Apr 22 06:32:51 2009 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68C06106566B; Wed, 22 Apr 2009 06:32:51 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from violet.upc.es (violet.upc.es [147.83.2.51]) by mx1.freebsd.org (Postfix) with ESMTP id E6D858FC1F; Wed, 22 Apr 2009 06:32:50 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from hamilton.upcnetadm.upcnet.es (hamilton.upcnetadm.upcnet.es [147.83.2.240]) by violet.upc.es (8.14.1/8.13.1) with ESMTP id n3M6WWiD009183; Wed, 22 Apr 2009 08:32:33 +0200 Received: from [147.83.40.234] ([147.83.40.234]) by hamilton.upcnetadm.upcnet.es (Lotus Domino Release 5.0.12) with ESMTP id 2009042208324040:86840 ; Wed, 22 Apr 2009 08:32:40 +0200 Message-ID: <49EEB9B9.1070601@entel.upc.edu> Date: Wed, 22 Apr 2009 08:31:21 +0200 From: Gustau Perez User-Agent: Thunderbird 2.0.0.21 (X11/20090409) MIME-Version: 1.0 To: "M. Warner Losh" References: <49ED3E7D.8080606@gddsn.org.cn> <41877.147.83.40.213.1240324705.squirrel@webmail.entel.upc.edu> <20090421.234823.-4293171.imp@bsdimp.com> In-Reply-To: <20090421.234823.-4293171.imp@bsdimp.com> X-MIMETrack: Itemize by SMTP Server on hamilton/UPC(Release 5.0.12 |February 13, 2003) at 22/04/2009 08:32:40, Serialize by Router on hamilton/UPC(Release 5.0.12 |February 13, 2003) at 22/04/2009 08:32:41, Serialize complete at 22/04/2009 08:32:41 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Mail-Scanned: Criba 2.0 + Clamd X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (violet.upc.es [147.83.2.51]); Wed, 22 Apr 2009 08:32:33 +0200 (CEST) Cc: usb@freebsd.org, current@freebsd.org Subject: Re: boot panic on current(04.20) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2009 06:32:51 -0000 Hi, > > make installkernel KERNEL=fred > > Mmm, reading Makefile.inc1, I think the problem was that I mixed KERNEL, KERNCONF an compiling in /usr/src. Will try the other way (getting into /usr/src/sys/i386/conf/ and making config and then ...) > will install the kernel into /boot/fred. Might want to look add > > # Debugging for use in -current > options KDB # Enable kernel debugger support. > options DDB # Support DDB. > > Well. Updated my sources to 2009.04.16.18.50.00 and the problem vanished. Will try to update, just recompile kernel (without world) and then install the kernel into a different place with the debugging options. As I have a kernel with little hardware support (moved a lot of stuff to module, so I have a nice /boot/loader.conf), will try to start it with no modules and then in single user mode add them by hand. That will help my isolating the culprit. Will let you know my results. Greets, Gus