Hi, deloptes wrote: > lstat("/home", {st_mode=S_IFLNK|0777, st_size=10, ...}) = 0 > readlink("/home", "home-lisa/", 4095) = 10
Can it be that obexd is allergic to symbolic links ? https://discussion.fedoraproject.org/t/cannot-receive-file-over-bluetooth/1813/3 points to https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/obexd/plugins/filesystem.c#n95 which spews -EPERM if not obex_option_symlinks() is true. Above discussion raises the question whether option --symlinks with manually started obexd does help ? It is remarkably difficult to find documentation about obexd's options. My best catch is source code like: https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/obexd/src/main.c#n141 { "symlinks", 'l', [...] "Allow symlinks leading outside of the root " "folder" }, Have a nice day :) Thomas