Hi Justin,
I think things have been fixed.
Two issues:
1. you need to set /etc/fuse.conf
echo user_allow_other >> /etc/fuse.conf
2. The newest (from the CVS) version of owfs has a shortcut:
owfs --allow_other which does the --fuse_open_opt="\"-o allow_other"\\
(Can there be any uglier syntax?)
This will be included in the next release.
As far as I can tell, any other issues should be with fuse. We pretty much
do a vanilla "fuse_main" with a cooked up argc/argv
(we include "-o direct_io" to avoid caching in FUSE -- owfs can cache more
intelligently).
Please report if this doesn't solve the issue. I've started documentation
at: http://www.owfs.org/index.php?page=fuse
Paul Alfille
On 12/4/06, Justin <[EMAIL PROTECTED]> wrote:
I have a custom 2.6.18 kernel on a 64bit system. Using owfs 2.5p7 and
fuse 2.6.1
I can successfully mount my OW device (in a DS9490 holder) as root and
access the device. But no matter what I do, the allow_other option is
not getting through.
cat /proc/mounts always shows:
OWFS /mymount fuse rw,nosuid,nodev,user_id=0,group_id=0 0 0
Similarly, allow_root doesn't get through. (I understand they are
mutually exclusive).
Could this be an issue with my custom kernel? Is it a 64bit issue
perhaps?
I have user_allow_other in /etc/fuse.conf
Among the many forms I have tried:
/opt/owfs/bin/owfs -u --fuse_opt '"-o allow_other"' /mymount/
/opt/owfs/bin/owfs -u --fuse_opt "\"-o allow_other\"" /mymount/
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers