After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 520390 - PATCH: Connecting to SSH server gives "The specified location is not mounted" error
PATCH: Connecting to SSH server gives "The specified location is not mounted"...
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] GIO
2.21.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 522445 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-03-04 22:01 UTC by Sebastien Bacher
Modified: 2008-03-17 11:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Sebastien Bacher 2008-03-04 22:01:23 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/198531

"Binary package hint: nautilus

I am using Ubuntu 8.04 Hardy (development). My version of nautilus is 1:2.21.92svn20080303-0ubuntu1

Expected behaviour:
 1. Go to Places menu
 2. Select 'Connect to Server...'
 3. Select Service Type 'SSH'
 4. Enter valid value for "Server:" and "User:" (the user name on the particular server I'm connecting to is not the same as my local user name) and leave all other values blank
 5. Press 'Connect'
 6. Window appears containing contents of remote directory (probably / since I'm not entering a value at Folder:)

Actual behaviour:
 6. does not occur. Instead an error dialog appears with "Can't display location "sftp://[remote user]@[server name]/ The specified location is not mounted"

I can ssh to [remote user]@[server name] on the command line; there are no errors about host key verification or anything else."
Comment 1 maliciousmonkey 2008-03-05 02:11:35 UTC
I am seeing the same behavior with this identical version of nautilus.  Interestingly, manually entering a URL for an SSH location (control-L) in a Nautilus window connects and browses correctly; however, an icon is unexpectedly created on the desktop for this new (manually entered) connection.
Comment 2 Jean-François Fortin Tam 2008-03-05 16:42:12 UTC
confirming, I get exactly the same behavior as above. 

Whatsmore, my network "mounts" (made with nautilus 2.20) all disappeared when I upgraded to 2.21.x, but I can't add them back because of this bug!
Comment 3 Kjartan Maraas 2008-03-06 22:42:03 UTC
I see the same with smb here.
Comment 4 Michele Marcucci 2008-03-09 13:45:28 UTC
I can confirm it same problem here with  nautilus 2.21.92svn20080303-0ubuntu2 (Ubuntu Hardy Heron). Every network places has gone and no way to remount it
Comment 5 Jean-François Fortin Tam 2008-03-13 01:04:22 UTC
related to the "folder on remote destination" thing and also comment #1 and comment #2, I filed bug #522140
Comment 6 Jan de Groot 2008-03-14 23:48:31 UTC
I'm seeing the same error message when using gvfs-ls, so I don't think this is a nautilus bug, but rather a GVFS bug.
Comment 7 Sebastien Bacher 2008-03-15 18:47:16 UTC
*** Bug 522445 has been marked as a duplicate of this bug. ***
Comment 8 André Klapper 2008-03-15 19:53:09 UTC
seb, feel free to mention that bug 522445 contained a PATCH located at http://bugzilla.gnome.org/attachment.cgi?id=107342&action=view . otherwise that info would get lost...
Comment 9 Sebastien Bacher 2008-03-15 20:32:31 UTC
there is a mail about the patch which has been sent to the mailing list and since the maintainer look at this one rather than bugzilla that should be no issue
Comment 10 Alexander Larsson 2008-03-17 11:48:10 UTC
2008-03-17  Alexander Larsson  <alexl@redhat.com>

        * src/nautilus-connect-server-dialog-main.c:
        * src/nautilus-connect-server-dialog-nonmain.c:
        * src/nautilus-connect-server-dialog.c:
	Mount location when using the external connect
	to server dialog app. (#520390)
	Patch from Cosimo Cecchi <anarki@lilik.it>