From owner-freebsd-bluetooth@FreeBSD.ORG Fri Jan 8 10:14:44 2010 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C412E106566B for ; Fri, 8 Jan 2010 10:14:44 +0000 (UTC) (envelope-from gamato@users.sf.net) Received: from smtp-out3.iol.cz (smtp-out3.iol.cz [194.228.2.91]) by mx1.freebsd.org (Postfix) with ESMTP id 7EFC08FC1B for ; Fri, 8 Jan 2010 10:14:44 +0000 (UTC) Received: from antivir5.iol.cz (unknown [192.168.30.212]) by smtp-out3.iol.cz (Postfix) with ESMTP id F1054BC8B65 for ; Fri, 8 Jan 2010 09:51:20 +0000 (UTC) Received: from localhost (antivir5.iol.cz [127.0.0.1]) by antivir5.iol.cz (Postfix) with ESMTP id E0B4628129 for ; Fri, 8 Jan 2010 10:51:20 +0100 (CET) X-Virus-Scanned: amavisd-new at iol.cz Received: from antivir5.iol.cz ([127.0.0.1]) by localhost (antivir5.iol.cz [127.0.0.1]) (amavisd-new, port 10224) with LMTP id qGldE641QONo for ; Fri, 8 Jan 2010 10:51:20 +0100 (CET) Received: from port5.iol.cz (unknown [192.168.30.95]) by antivir5.iol.cz (Postfix) with ESMTP id C5B402812F for ; Fri, 8 Jan 2010 10:51:20 +0100 (CET) X-SBRS: None X-SBRS-none: None X-RECVLIST: MTA-OUT-IOL X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqkBAFuORktasinI/2dsb2JhbAAIhFWObsAghC8E Received: from 200.41.broadband11.iol.cz (HELO [192.168.11.3]) ([90.178.41.200]) by port5.iol.cz with ESMTP; 08 Jan 2010 10:51:20 +0100 Message-ID: <4B470017.9000704@users.sf.net> Date: Fri, 08 Jan 2010 10:51:19 +0100 From: martinko User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.6) Gecko/20100102 SeaMonkey/2.0.1 MIME-Version: 1.0 Newsgroups: gmane.os.freebsd.stable To: freebsd-bluetooth@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: kernel: warning: attempt to domain_add(bluetooth) after domainfinalize() X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 10:14:44 -0000 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 ? Regards, Martin