Date: Mon, 05 Dec 2005 21:38:22 +0100 From: =?ISO-8859-2?Q?Zahemszky_G=E1bor?= <Gabor@Zahemszky.HU> To: freebsd-bluetooth@freebsd.org Subject: Local browsing: permission denied Message-ID: <4394A53E.1050109@Zahemszky.HU>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4394A53E.1050109>
