On Sun, Apr 15, 2012 at 10:04:39PM +0200, Ronald Klop wrote: Hi Ronald,
> On Sun, 15 Apr 2012 21:32:05 +0200, Xavier > <[email protected]> wrote: > > > On Sun, Apr 15, 2012 at 02:43:43PM +0200, Ronald Klop wrote: > > > > Hi Ronald, > > > >> On Fri, 13 Apr 2012 17:11:59 +0200, Xavier > >> <[email protected]> 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. > >> > > > > # set -x > > # /etc/rc.d/bluetooth start ubt0 > > + /etc/rc.d/bluetooth start ubt0 > > # > > > > any output ? > > > > Thanks, see you. > > > > I suggested you edit the /etc/rc.d/bluetooth file to add 'set -x' in the > file. Ah, sorry. > An alternative is to run it like this (on one line): > > sh -x /etc/rc.d/bluetooth start ubt0 I try that: http://pastebin.com/GPGS9SWv Many lines for me ... > > Every line of output prefixed with a '+' is a command run by sh. > > But see the reply of Maksim also. He knows a lot about bluetooth on > freebsd. OK. Thanks, see you. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bluetooth To unsubscribe, send any mail to "[email protected]"
