[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-

[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~

[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

[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

[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

[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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-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

[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 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2006-04-17 Thread Dennis Kaarsemaker
Looks like an sshfs bug to me, I'll investigate this. ** Also affects: sshfs-fuse (Ubuntu) Severity: Normal Priority: (none set) Status: Unconfirmed -- Failure to Save to SSHFS volumes https://launchpad.net/malone/bugs/36091 -- desktop-bugs mailing list

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

2006-04-16 Thread BenWoosley
** Attachment added: `sshfs -d` debug output illustrating issue http://librarian.launchpad.net/2125147/gedit-sshfs.log -- Failure to Save to SSHFS volumes https://launchpad.net/malone/bugs/36091 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

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

2006-04-15 Thread Dennis Kaarsemaker
Can you please mount it in debug mode (sshfs -d) and see whether this gives useful information? -- Failure to Save to SSHFS volumes https://launchpad.net/malone/bugs/36091 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2006-04-11 Thread Matt Zimmerman
** Changed in: gedit (Ubuntu) Severity: Normal = Minor -- Failure to Save to SSHFS volumes https://launchpad.net/malone/bugs/36091 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

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

2006-04-11 Thread BenWoosley
Yeah the share is still mounted, based on the fact I can edit it before and after getting the error in gedit. -- Failure to Save to SSHFS volumes https://launchpad.net/malone/bugs/36091 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

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

2006-04-08 Thread Dennis Kaarsemaker
Interesting - Are you sure the sshfs share is still mounted? I've repeatedly have similar issues due to malfunctioning SSH servers. status Unconfirmed ** Changed in: gedit (Ubuntu) Status: Rejected = Unconfirmed -- Failure to Save to SSHFS volumes

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

2006-04-07 Thread BenWoosley
You should add fuse to /etc/modules This removed the need to `mknod /dev/fuse` and `chmod o+rw /dev/fuse`. Thanks for that. You should ... add yourself to the fuse group That isn't the problem, it had been done already me@mine:~$ groups me me : me adm dialout cdrom floppy audio dip video

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

2006-04-07 Thread BenWoosley
Eclipse also has no problem w/ the sshfs files that are giving gedit trouble. Just so you understand my thinking here, it's these 2 cases (nano and eclipse), which lead me to believe that it isn't fuse or user error. -- Failure to Save to SSHFS volumes https://launchpad.net/malone/bugs/36091

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

2006-04-06 Thread Dennis Kaarsemaker
No. You should add fuse to /etc/modules and add yourself to the fuse group, as documented in the fuse documentation. -- Failure to Save to SSHFS volumes https://launchpad.net/malone/bugs/36091 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com

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

2006-03-30 Thread BenWoosley
That's another bug, which is solved already. It is indeed Did you mount the sshfs share as root? No. With each restart I must run: `sudo mknod /dev/fuse c 10 229` `sudo chmod o+rw /dev/fuse` then I can mount the volume as myself: `sshfs [EMAIL PROTECTED]: /media/that/` As of now, the gedit