Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Local browsing: permission denied



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"