[ubuntu-mono] [Bug 152978] Re: "fuse: mountpoint is not empty" syncing over ssh

PeterThomas peter at the-thomases.us
Sun May 11 15:25:26 BST 2008


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:

sshfs#user at host:/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:

user at host:/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 MOTU Mono
Team, which is subscribed to tomboy in ubuntu.



More information about the Ubuntu-mono mailing list