Ok. These are two different bugs then. I've tried reproducing your bug, but could not: $ mkdir mymount $ sshfs -o uid=1000,gid=1000 example.com: mymount $ ls -l | grep myfile -rw-rw-r-- 1 daniel daniel 51 2006-06-13 14:38 myfile $ gedit myfile $ ls -l | grep myfile -rw-rw-r-- 1 daniel daniel 52 2007-10-16 02:10 myfile -rw-rw-r-- 1 daniel daniel 51 2006-06-13 14:38 myfile~
So, in this case "ga-rw" has not been removed. Your guess in the direction of "umask" may be quite right. E.g., if gedit confuses local and remote umask maybe. I have umask=0022 locally and umask=0002 when logged in with ssh on the server. I've first tried it with a new file, but have read then that it is only buggy for you with an already existing file and then tried that. -- permissions altered while saving over sshfs mount https://bugs.launchpad.net/bugs/151701 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
