[Bug 36091] Re: Failure to Save to SSHFS volumes

2009-07-22 Thread Sean G
*** This bug is a duplicate of bug 34813 ***
https://bugs.launchpad.net/bugs/34813

Note that there is a preference in Gedit that fixes this issue (Edit 
Preferences  Editor  Create a backup copy of files before saving).

Solution documented here: http://blog.linuxtoday.com/blog/2009/05/gedit-
wont-save.html

-- 
Failure to Save to SSHFS volumes
https://bugs.launchpad.net/bugs/36091
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36091] Re: Failure to Save to SSHFS volumes

2009-01-02 Thread Arno Teigseth
*** This bug is a duplicate of bug 34813 ***
https://bugs.launchpad.net/bugs/34813

This is also an issue in Ibex; I know there are related bugs but this
one is labeled especifically SSHFS.

The problem is as explained above that on sshfs you cannot rename a file
A.txt to A.txt~ if A.txt~ already exists. Even if the target
filesystem can.

To me this is not gedit specific - all similar operations give the same
error:

a...@arno-laptop:~/jobbpc/var/www/dir$ mv stats.php stats.php~
mv: cannot move `stats.php' to `stats.php~': Operation not permitted

...while it works just fine if you mount with the rename workaround option to 
sshfs, like  mszeredi says above:
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/36091/comments/15

What worries me is that sshfs isn't able to do this kind of renaming
even when the target filesystem is ext3. On my system it's all linux,
and I mount the remote ext3 system on a local ext3 tree via sshfs. OK
maybe the tree isnt ext3 but the filesystems are. Then from a user
standpoint I was puzzled that I couldn't do normal ext3 operations.
Until I found this bug :)

-- 
Failure to Save to SSHFS volumes
https://bugs.launchpad.net/bugs/36091
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36091] Re: Failure to Save to SSHFS volumes

2008-06-01 Thread reech
*** This bug is a duplicate of bug 34813 ***
https://bugs.launchpad.net/bugs/34813

Can confirm this on Hardy and gedit /sshfs - sometimes first edit saves
however subsequent edits fail.

-- 
Failure to Save to SSHFS volumes
https://bugs.launchpad.net/bugs/36091
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36091] Re: Failure to Save to SSHFS volumes

2007-11-06 Thread Jonathan Dodson
*** This bug is a duplicate of bug 34813 ***
https://bugs.launchpad.net/bugs/34813

I get this same problem in Gutsy with sshfs and gedit.  I can save fine
in VIM but GEdit thinks there is a permissions problem.  Save works fine
once, after that it fails due to permission issues(that is not the case
permissions are fine).

-- 
Failure to Save to SSHFS volumes
https://bugs.launchpad.net/bugs/36091
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36091] Re: Failure to Save to SSHFS volumes

2006-09-20 Thread Tim Butler
*** This bug is a duplicate of bug 34813 ***

Marked this as a duplicate of the problem described in Ubuntu Bug #34813
as it is linked to the problem upstream.  The renaming of open files
appears to be the same bug and only affects gedit.

** This bug has been marked a duplicate of bug 34813
   gedit fails to save files over smbfs/cifs

-- 
Failure to Save to SSHFS volumes
https://launchpad.net/bugs/36091

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36091] Re: Failure to Save to SSHFS volumes

2006-08-09 Thread Sebastien Bacher
looks somewhat similar to
http://bugzilla.gnome.org/show_bug.cgi?id=336738 upstream

-- 
Failure to Save to SSHFS volumes
https://launchpad.net/bugs/36091

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36091] Re: Failure to Save to SSHFS volumes

2006-08-07 Thread mszeredi
There's an sshfs option '-oworkaround=rename' which works around this
sftp misfeature, although the resulting rename operation will no longer
be atomic as required by POSIX.

-- 
Failure to Save to SSHFS volumes
https://launchpad.net/bugs/36091

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36091] Re: [Bug 36091] Re: Failure to Save to SSHFS volumes

2006-08-06 Thread Dennis Kaarsemaker
On wo, 2006-08-02 at 10:13 +, Daniel Holbach wrote:
 Dennis, did you have any look with that?

RENAME /myfolder/README - /myfolder/README~
   unique: 47, error: -1 (Operation not permitted), outsize: 16

sshfs doesn't allow one to rename files to existing files. Normal sftp
also doesn't allow this:

sftp rename foo bar
Couldn't rename file /home/dennis/foo to /home/dennis/bar: Failure

I'm not sure where exactly the bug in sshfs is, but I think it's not a
bug but specified as such in the ssh protocol. gedit should not fail
saving if a backup can't be created imho so the bug is back at gedit.
-- 
Dennis K.

Time is an illusion, lunchtime doubly so.

-- 
Failure to Save to SSHFS volumes
https://launchpad.net/bugs/36091

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 36091] Re: Failure to Save to SSHFS volumes

2006-08-02 Thread Daniel Holbach
Dennis, did you have any look with that?

-- 
Failure to Save to SSHFS volumes
https://launchpad.net/bugs/36091

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs