Comment 2 for bug 617473

Revision history for this message
Jean-Peer Lorenz (peer.loz) wrote : Re: amd64 ftp gio mount error

Thanks for reporting this issue.

The things do work as expected on i386?

The cause of the problem is here:

2010-08-13 18:20:51,444 - INFO in _gio_utils._mount_done_cb(355): Path is already mounted.
2010-08-13 18:20:51,445 - DEBUG in pathparse.query_mount_uri(247): get_mount_uri: ftp://backup@192.168.1.250/agamemnon
2010-08-13 18:20:51,445 - DEBUG in _gio_utils.get_eff_path(254): Effective path: `None`
2010-08-13 18:20:51,446 - ERROR in _gio_fam._mount_cb(165): Error in mount callback function: Unable to mount target

As you can see, nssbackup recognizes that the path is already mounted but fails to query the effective path to the mount point.

Do you have package `gvfs-fuse` installed on your amd64 machine?
Could you check in terminal (when path is mounted in Nautilus) whether a path `~/.gvfs/backup auf 192.168...` resp. `/root/.gvfs/backup auf...` exists?

Sorrry for any trouble and thanks for your help.