Comment 5 for bug 152978

Revision history for this message
Frederik Elwert (frederik-elwert) wrote :

Hm, I think this may be related: When I try to sync, I get this error in the log and syncing fails:

26.11.2007 01:10:50 [DEBUG]: SyncThread using SyncServiceAddin: SSH (sshfs FUSE)
26.11.2007 01:11:03 [ERROR]: Synchronization failed with the following exception: Access to the path "/home/xxx/.tomboy/sync-sshfs/lock" is denied.
  at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000]
  at System.IO.FileStream..ctor (System.String name, FileMode mode, FileAccess access, FileShare share) [0x00000]
  at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
  at System.Xml.XmlTextWriter..ctor (System.String filename, System.Text.Encoding encoding) [0x00000]
  at Tomboy.Sync.FileSystemSyncServer.UpdateLockFile (Tomboy.Sync.SyncLockInfo syncLockInfo) [0x00000]
  at Tomboy.Sync.FileSystemSyncServer.BeginSyncTransaction () [0x00000]
  at Tomboy.Sync.SyncManager.SynchronizationThread () [0x00000]