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 365342 - "Unknown error code: 30" for GNOME_VFS_ERROR_LOGIN_FAILED case
"Unknown error code: 30" for GNOME_VFS_ERROR_LOGIN_FAILED case
Status: RESOLVED FIXED
Product: libgnome
Classification: Deprecated
Component: general
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: libgnome maintainer
libgnome maintainer
Depends on:
Blocks:
 
 
Reported: 2006-10-26 16:29 UTC by Sebastien Bacher
Modified: 2006-10-30 09:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
add a GNOME_VFS_ERROR_LOGIN_FAILED case (560 bytes, patch)
2006-10-26 16:32 UTC, Sebastien Bacher
none Details | Review

Description Sebastien Bacher 2006-10-26 16:29:52 UTC
That issue has been mentioned on https://launchpad.net/distros/ubuntu/+source/libgnome/+bug/66461

"...
gnome-open on that ftp fails instantly without asking anything. i can give you the address, there's no password even asked:
gnome-open ftp://ftp.domenca.com

i also tried
gnome-open ftp://USERNAME@ftp.domenca.com

same thing. both fail with "Error showing url: Unknown error code: 30"

I know another FTP server which requires password. this one also fails error code 30:
gnome-open ftp://ftp.takedomain.net

so it seems that it's important that the server requires a password.
I'm not sure if I was right before when I thought that error 30 would be GNOME_VFS_ERROR_LOGIN_FAILED. Maybe I was right.
..."

from gdb break on gnome_url_show_with_env():
...
76 result = gnome_vfs_url_show_with_env (url, envp);
(gdb)
78 switch (result) {
(gdb) p result
$1 = GNOME_VFS_ERROR_LOGIN_FAILED
...
Comment 1 Sebastien Bacher 2006-10-26 16:32:48 UTC
Created attachment 75455 [details] [review]
add a GNOME_VFS_ERROR_LOGIN_FAILED case
Comment 2 Emmanuel Touzery 2006-10-26 16:59:33 UTC
one consequence (i think) of the low-level bug is that you cannot (at least it doesn't work for me) add FTP servers with passwords to the "places" menu of the gnome-panel: add them, then clicking on the menu item in the gnome panel doesn't work, you'll get this error message:


"Could not open location 'ftp://USERNAME@ftp.SERVER.com/FOLDER'

There is no default action associated with this location."

i think it's the same bug causing that other issue.
Comment 3 Kjartan Maraas 2006-10-30 09:18:27 UTC
Commiting this.