From owner-freebsd-bluetooth@FreeBSD.ORG Mon Dec 5 20:34:03 2005 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E673E16A41F for ; Mon, 5 Dec 2005 20:34:03 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from akac.mail.t-online.hu (akac.mail.t-online.hu [195.228.240.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB82843DC5 for ; Mon, 5 Dec 2005 20:33:38 +0000 (GMT) (envelope-from Gabor@Zahemszky.HU) Received: from [192.168.1.3] (dsl51B645A4.pool.t-online.hu [81.182.69.164]) by akac.mail.t-online.hu (8.13.4/8.12.11) with ESMTP id jB5KXXDT026385 for ; Mon, 5 Dec 2005 21:33:34 +0100 (CET) Message-ID: <4394A53E.1050109@Zahemszky.HU> Date: Mon, 05 Dec 2005 21:38:22 +0100 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051203) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bluetooth@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-vbmsrv: scanned Subject: Local browsing: permission denied 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: Mon, 05 Dec 2005 20:34:04 -0000 Hi! I'm using 6-stable, with the new bluetooth-rc system. It works fine, but with sdpcontrol, I have a little problem. If I try it as a regular user: $ sdpcontrol -l browse Could not execute command "browse". Permission denied $ sdpcontrol -a my-t610 browse # BT if off on my tel. Could not execute command "browse". Host is down $ sdpcontrol -a zahygabi-t610 browse # BT is on Record Handle: 0x00010000 blabla .... So why I can't browse local servers? Bye: Gabor Zahy < Gabor at Zahemszky dot HU > PS: and search doesn't work, either -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!';IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set -- $Z;for i;{ [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set -- $Z;for i;{ [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"