Changes between Version 74 and Version 75 of SftpFrontend


Ignore:
Timestamp:
2011-11-21T18:24:00Z (12 years ago)
Author:
davidsarah
Comment:

logging for sshfs. also recommend FUSE4X

Legend:

Unmodified
Added
Removed
Modified
  • SftpFrontend

    v74 v75  
    7373To unmount an sshfs filesystem, make sure you are in the {{{fuse}}} group (if necessary use "{{{sudo adduser `whoami` fuse}}}"), and then do "{{{fusermount -u mountpoint}}}".
    7474
     75If you encounter problems, please use the debugging options {{{-o debug,sshfs_debug,loglevel=debug}}} and send the resulting log to the {{{tahoe-dev}}} list. Also the log output from the gateway, which can be captured as described at [source:docs/logging.rst], may be helpful.
     76
    7577== sshfs on Mac OS X ==
    7678
    7779For Mac OS X, a patched version of sshfs is included as part of [http://code.google.com/p/macfuse/ MacFUSE].
    7880
    79 However, development of MacFUSE stalled at version 2.0.3, which does not work on the 64-bit kernel used by default in Lion, and it has subsequently [http://www.mail-archive.com/macfuse@googlegroups.com/msg02517.html splintered into several forks]. The Tuxera fork (version 2.2.1) does not work with Tahoe-LAFS, possibly due to issue (2) in [http://osdir.com/ml/macfuse/2011-08/msg00052.html this post]. The [https://github.com/osxfuse/osxfuse OSXFUSE], and [http://fuse4x.org/ FUSE4X] forks have not been tested.
     81However, development of MacFUSE stalled at version 2.0.3, which does not work on the 64-bit kernel used by default in Lion, and it has subsequently [http://www.mail-archive.com/macfuse@googlegroups.com/msg02517.html splintered into several forks]. The Tuxera fork (version 2.2.1) does not work with Tahoe-LAFS, possibly due to issue (2) in [http://osdir.com/ml/macfuse/2011-08/msg00052.html this post]. The [https://github.com/osxfuse/osxfuse OSXFUSE], and [http://fuse4x.org/ FUSE4X] forks have not been tested. If you want to test this, we recommend starting with FUSE4X.
    8082
    8183Version 2.0.3 ''does'' work on Leopard (Mac OS X 10.5.8). On Snow Leopard it will probably work only if you are using a 32-bit kernel (but this has not been tested). All of the caveats noted for Linux above apply, and the following additional ones: