martinko
2010-Jan-08 10:00 UTC
kernel: warning: attempt to domain_add(bluetooth) after domainfinalize()
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
John Baldwin
2010-Jan-08 13:48 UTC
kernel: warning: attempt to domain_add(bluetooth) after domainfinalize()
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. -- John Baldwin