Tomboy SSHFS Sync creates local sync folder with wrong ownership
Bug #222066 reported by
Dennis S
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tomboy |
Confirmed
|
Medium
|
|||
tomboy (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: tomboy
1 ) I Installed sshfs
2 ) I tried setting up tomboy-
3 ) Entered my information and pressed save
4 ) got the following error message "fusermount: failed to accesss mountpoint /home/dennis/
5) checked permission on the folder
ls -l .tomboy/
drwxrwxrwx 1 32066 32066 4096 2008-04-25 10:40 sync-sshfs
--------------
the problem is that the remote system has different uid/gid's for the Filesystem. sshfs should be loaded with these options for ssh sync to work properly
-o idmap=user -o uid=<your local uid> -o gid=<your local gid>
Changed in tomboy: | |
status: | Unknown → Confirmed |
Changed in tomboy: | |
importance: | Unknown → Medium |
To post a comment you must log in.
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