Changes between Initial Version and Version 1 of Ticket #1049


Ignore:
Timestamp:
2010-05-19T03:10:44Z (14 years ago)
Author:
davidsarah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1049

    • Property Keywords sftp gvfs fuse added
  • Ticket #1049 – Description

    initial v1  
    1 There is a bug in gvfs fuse that causes some file operations to fail.
     1When using the SFTP frontend via gvfs FUSE, there is a bug that causes some file operations to fail. Since this also happens with other SFTP implementations, and with very simple commands (see below), the bug is likely to be in gvfs FUSE -- although that doesn't necessarily mean that we can't work around it.
    22
    3 Some applications appear to work, like vi and gedit, but some file, like OpenOffice.
     3Some applications appear to work, like vi and gedit, but some do not, like OpenOffice.
    44
    55You can see that this bug is present by creating a simple text file: file1, then:
     
    1111}}}
    1212
     13{{{file1}}} is zero-length after the second {{{cat}}}.
     14
    1315This bug is present when I use gvfs to connect to an openssh-server also.