Siemens S55/56 synchronization options
Maksim Yevmenkin
maksim.yevmenkin at savvis.net
Sat Mar 11 01:19:47 UTC 2006
Christian Lopez de Castilla Wagner wrote:
> Thanks a lot, you really helped me with that. The push is working as
> expected.
> What I'm having trouble with right now is the OBEX server mode.
> I read the man page for obexapp and just noticed you actually wrote it.
>
> Entering
>
> hellion# obexapp -s -S -C 1
>
> just exits, as well as using the -d or -D (from what I reckon, -d
> should keep the session on the terminal and -D should do about the
> same). The server never actually starts.
please check /var/log/messages for error messages from the obexapp(1).
my guess would be that /var/spool/obex directory does not exist. this is
where obexapp(1) will store files by default.
you can also use
# obexapp -s -S -C 1 -r /root
to override this (-r sets root folder) if you are running as root and do
not want to use -u option.
also make sure sdpd(8) is running. obexapp(1) will not start without
sdpd(8) because it needs to register service.
> Is this due to the fact that I'm not using PIN codes and/or because I'm
> not using the -u user_name option?
no, it is not because of pin code. and yes it is because you do not use
-u or -r options.
> I have been trying to run the whole process as root and want to put the
> files in /root, that's why I'm not using -u.
use -r to set root folder, or create /var/spool/obex directory
thanks,
max
More information about the freebsd-bluetooth
mailing list