[Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership

2010-09-16 Thread Bug Watch Updater
** Changed in: tomboy
   Importance: Unknown = Medium

-- 
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership

2008-09-20 Thread Greg Grossmeier
Thank you for your bug report. This bug has been reported to the
developers of the software. You can track it and make comments here:
http://bugzilla.gnome.org/show_bug.cgi?id=535275

** Changed in: tomboy (Ubuntu)
   Importance: Undecided = Medium
   Status: Confirmed = Triaged

** Also affects: tomboy via
   http://bugzilla.gnome.org/show_bug.cgi?id=535275
   Importance: Unknown
   Status: Unknown

-- 
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership

2008-09-20 Thread Bug Watch Updater
** Changed in: tomboy
   Status: Unknown = Confirmed

-- 
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership

2008-07-02 Thread Quinn Li
I found out that if you do sudo umount .tomboy/sync-sshfs before each
sync, then it will succeed. Otherwise, second sync will fail.

-- 
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership

2008-06-15 Thread Lewis Thompson
I am also seeing this behaviour

We see it because by default sshfs does not include the '-o idmap=user'
option to translate the ownership of the remote files to that of the
local user

I propose that Tomboy should append '-o idmap=user' to the sshfs command
it uses, i.e.

/usr/bin/sshfs -p 22
[EMAIL PROTECTED]:/home/lewiz/current/backup/tomboy /home/lewiz/.tomboy
/sync-sshfs

should become:

/usr/bin/sshfs -o idmap=user -p 22
[EMAIL PROTECTED]:/home/lewiz/current/backup/tomboy /home/lewiz/.tomboy
/sync-sshfs

I can confirm that manually this does as I expect.  Further details can
be found at http://fuse.sourceforge.net/wiki/index.php/SshfsFaq under
the 'What options does sshfs support?' section

-- 
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership

2008-06-15 Thread Lewis Thompson
Due to lack of '-o idmap=user' in sshfs command

** Changed in: tomboy (Ubuntu)
   Status: New = Confirmed

-- 
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 222066] Re: Tomboy SSHFS Sync creates local sync folder with wrong ownership

2008-06-13 Thread Gene Cooper
I have a fairly clean Hardy (8.04) installation (2 days old) and I
duplicated this problem and verified that the suggested command line
options do, in fact, set the permissions on the sync-sshfs folder to
something my user can access.

However, even after manually mounting the sync-sshfs folder at the
command line, Tomboy still will not sync.

G

-- 
Tomboy SSHFS Sync creates local sync folder with wrong ownership
https://bugs.launchpad.net/bugs/222066
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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