Changes between Initial Version and Version 1 of Ticket #1976


Ignore:
Timestamp:
2013-05-23T16:44:58Z (12 years ago)
Author:
daira
Comment:

To get debugging output from sshfs, restart it in the foreground with options:

-o debug,sshfs_debug,loglevel=debug

To get debugging output from the gateway, see the Realtime Logging section of docs/logging.rst.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1976

    • Property Keywords sftp hang reliability added; ftps removed
    • Property Owner set to daira
    • Property Status changed from new to assigned
    • Property Summary changed from FTPS+SSHFS hangs for second operation to SFTP+SSHFS hangs for second concurrent operation
  • Ticket #1976 – Description

    initial v1  
    22If I try to run second operation (simply "ls" or "du") while first writing is running, second one can completely hang sometimes. It does not even stops on sending SIGKILL so I need to kill parent bash session.
    33
    4 Tahoe-LAFS versions 1.9.2 and 1.10.0 and both affected.
     4Tahoe-LAFS versions 1.9.2 and 1.10.0 are both affected.
     5
    56SSHFS mount options:
     7{{{
    68sshfs -p 8022 -o uid=33 -o gid=33 -o nonempty -o allow_other -o idmap=user tahoe@127.0.0.1:/ /mnt/tahoe
     9}}}
    710
    8 
    9 If this is FTPS issue it should be fixed.
     11If this is SFTP issue it should be fixed.
    1012If this is SSHFS issue then probably we have to find other client or some workaround (probably 2 sshfs mounts - for writing and for reading).
    1113