I'm on 8.04 and am having this problem as well. Alan's command to
unmount the sshfs dir worked for me. I was poking around in the source
and it appears that the output of 'mount' has changed in 8.04 for sshfs
mounts. On 7.10 (works fine for me) the mount output line is this:

[EMAIL PROTECTED]:/path/to/tomboy/notes on /home/user/.tomboy/sync-sshfs
type fuse (rw,nosuid,nodev,max_read=65536,user=user)

On 8.04 the mount output line is this:

[EMAIL PROTECTED]:/path/to/tomboy/notes on /home/user/.tomboy/sync-sshfs type
fuse.sshfs (rw,nosuid,nodev,max_read=65536,user=user)

On line 357 of Tomboy/Synchronization/FuseSyncServiceAddin.cs (SVN Rev
1993) the application depends on the mount output line beginning with
the mount command name ('sshfs', works in < 8.04), but in 8.04 this has
changed. Snippet:

                                if (outputLine.StartsWith (FuseMountExeName) &&
                                                outputLine.IndexOf 
(string.Format ("on {0} ", mountPath)) > -1)
                                        return true;

This bug has already been submitted in GNOME Bugzilla
(http://bugzilla.gnome.org/show_bug.cgi?id=522424)

-- 
"fuse: mountpoint is not empty" syncing over ssh
https://bugs.launchpad.net/bugs/152978
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

Reply via email to