From owner-freebsd-stable@FreeBSD.ORG Fri Jan 8 15:58:21 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFE951065692 for ; Fri, 8 Jan 2010 15:58:21 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id A74458FC14 for ; Fri, 8 Jan 2010 15:58:21 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1NTHEA-0006E5-BT for freebsd-stable@freebsd.org; Fri, 08 Jan 2010 16:58:18 +0100 Received: from 200.41.broadband11.iol.cz ([90.178.41.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2010 16:58:18 +0100 Received: from gamato by 200.41.broadband11.iol.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jan 2010 16:58:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: martinko Date: Fri, 08 Jan 2010 16:57:54 +0100 Lines: 27 Message-ID: References: <4B470017.9000704@users.sf.net> <201001080843.21371.jhb@freebsd.org> <201001082116.35698.masoom.shaikh@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 200.41.broadband11.iol.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.6) Gecko/20100102 SeaMonkey/2.0.1 In-Reply-To: <201001082116.35698.masoom.shaikh@gmail.com> Sender: news Subject: Re: kernel: warning: attempt to domain_add(bluetooth) after domainfinalize() 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: Fri, 08 Jan 2010 15:58:22 -0000 Masoom Shaikh wrote: > On Friday January 8 2010 13:43:21 John Baldwin wrote: >> On Friday 08 January 2010 4:51:19 am martinko wrote: >>> Hi, >>> >>> I've been seeing the following on 7.x and 8.0 during boot: >>> >>> Jan 8 09:38:49 mb-aw1n-bsd kernel: WARNING: attempt to >>> domain_add(bluetooth) after domainfinalize() >>> >>> It did not happen on 6.x. Is it a known issue ? >> >> I believe so. You can make the warning go away by compiling the bluetooth >> modules into your kernel or loading them via loader.conf. >> > > I load the bluetooth netgraph node via loader.conf > ng_ubt_load="YES" > > I receive this warning as well, no idea with previous releases prior to 7.0 > but I have always observed this warning. Indeed, I've done it always this way and I can confirm it worked on 6.x but prints warnings on 7.2 and 8.0 (I have at hands at the moment). $ grep bt /boot/loader.conf.local ng_ubt_load="YES"