From owner-freebsd-bluetooth@FreeBSD.ORG Wed Mar 28 19:20:44 2007 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 650D016A404 for ; Wed, 28 Mar 2007 19:20:44 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.244]) by mx1.freebsd.org (Postfix) with ESMTP id 2338A13C4C7 for ; Wed, 28 Mar 2007 19:20:43 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so2797006ana for ; Wed, 28 Mar 2007 12:20:43 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XrZAxQgYU/1wJTrsqz7mGOzWBQHkNDt/7koEIywgN6TeFAJLyuw0aVaPi2OBfeXv+RsDNPIBlckj9D+478p1UPJyzgk0okFKUfCKtBBEbKPWVKb5IP9yio+jpv/hfzAstvys/VhxcZbr2+77lsTYWTMSvFM5EDSNHQFjW4oZjDI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EsdD6wHvSQqdDkyRtcJzfvLPzb3J3cHq8faFD0K1Ntarm1UGRA/8/HNlsHb2dK4np3K6IvwX+9ufy9Ik2dSld2tY51mjVCW73hZHxlE6k9XDTm/3IDqyjl+IzY20u3RjRmREuXcNK5CBaYcJYog4zUeGY5L1Fcd8mjtSJcSipP0= Received: by 10.100.9.19 with SMTP id 19mr622024ani.1175109642706; Wed, 28 Mar 2007 12:20:42 -0700 (PDT) Received: by 10.100.177.10 with HTTP; Wed, 28 Mar 2007 12:20:42 -0700 (PDT) Message-ID: Date: Wed, 28 Mar 2007 11:20:42 -0800 From: "Maksim Yevmenkin" To: "Eric Anderson" In-Reply-To: <460AA7CB.6050500@centtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46096375.1050301@centtech.com> <460AA7CB.6050500@centtech.com> Cc: "freebsd-bluetooth@freebsd.org" Subject: Re: bthidd filling my logs 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: Wed, 28 Mar 2007 19:20:44 -0000 On 3/28/07, Eric Anderson wrote: > On 03/28/07 11:39, Maksim Yevmenkin wrote: > > On 3/27/07, Eric Anderson wrote: > >> Ok, I'm getting tired of my logs rolling because of these messages: > >> > >> Mar 27 13:31:05 neutrino bthidd[956]: Could not connect to > >> 00:0c:55:12:ba:ae. Host is down (64) > >> Mar 27 13:31:30 neutrino bthidd[956]: Opening outbound session for > >> 00:0c:55:12:ba:ae (new_device=1, reconnect_initiate=1) > >> > >> Can we mute those, or show them only the first time, or something? They > >> pop up every 30 seconds. > > > > if you are not using 00:0c:55:12:ba:ae device, just remove it from > > your bthidd.conf > > > The thing is, I do use it. Just not all the time. I use one mouse at > the office, and another one when traveling, at home, etc. That's what's > nice about this - I can configure 10 if I want, and use whichever one > is near me without carrying them all around. the thing is, you did not configure it :) i.e. bthidd thinks its a new device. usually mice and keybords have reconnect initiate to 1, so bthidd does not try to contact them > The fact is that it is really useless to log it every 30s that it can't > see it. Logging it once on initial connect, or for the first time after > a previously running connection was disconnected is however useful. > I'm not sure the right way to patch it though, I've already been looking > at it. well, yes, i agree. i will look into it when i have spare time max