Zitat von Michal Čihař <ni...@debian.org>:
Anyway I did not get that far to mount anything by root, so I did not test it under user. The issue discussed there seems to be different. The mine problem seems to be that something has recently (don't know how much recently though) has changed way it works - because I remember this fstab line worked fine for me before my hard disk crashed and I had to reinstall everything. Now it fails for simple reason passing "-b00:11:22:33:44:55 -B10" as single parameter to obexfs, which obviously does not parse channel out of it.
I just got a clue what the problem may be. Can you try to edit /sbin/mount.fuse (should be a shell script) and make it use /bin/bash instead of /bin/sh in the first line? (or relink /bin/sh to bash).
/bin/sh is dash now and that may be the problem.
PS: Anyway I wonder why there is hard coded channel in obexfs/obexftp, it should find correct channel automatically without bothering user to specify one.
Actually, specifying one is a lot faster as determining it automatically involves reading SDP info from the device. There are other things that complicate this matter.
HS -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org