From owner-freebsd-bluetooth@FreeBSD.ORG Sun Apr 15 12:43:47 2012 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 5C75A1065673 for ; Sun, 15 Apr 2012 12:43:47 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 0DB828FC08 for ; Sun, 15 Apr 2012 12:43:47 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1SJOnw-0008WS-Dw for freebsd-bluetooth@freebsd.org; Sun, 15 Apr 2012 14:43:44 +0200 Received: from dhcp-077-251-052-224.chello.nl ([77.251.52.224] helo=pinky) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1SJOnw-0000dJ-Qz for freebsd-bluetooth@freebsd.org; Sun, 15 Apr 2012 14:43:44 +0200 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-bluetooth@freebsd.org References: <8CEE79EE8AB6037-C2C-2489@webmail-d028.sysops.aol.com> Date: Sun, 15 Apr 2012 14:43:43 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <8CEE79EE8AB6037-C2C-2489@webmail-d028.sysops.aol.com> User-Agent: Opera Mail/11.62 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: 0.0 X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_50 autolearn=disabled version=3.2.5 X-Scan-Signature: 71684ae416b12bc74806129cb02de027 Subject: Re: '/etc/rc.d/bluetooth start ubt0' don't show debug messages 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: Sun, 15 Apr 2012 12:43:47 -0000 On Fri, 13 Apr 2012 17:11:59 +0200, Xavier wrote: > Hi to all, > > I'm following the "32.4.2 Plugging in the Device" section of our > Handbook. > > When I try '/etc/rc.d/bluetooth start ubt0' command, it, don't show > debug messages like same command on "32.4.2 Plugging in the Device" > section of our Handbook: > > # /etc/rc.d/bluetooth start ubt0 > # > > Why my test command don't show debug messages ? > > Thanks, see you. Put 'set -x' at the top of /etc/rc.d/bluetooth (under the '# KEYWORD: ...' line for example) and try again. It will print what the script is doing and might give a hint about what goes wrong. Ronald.