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 523902 - unable to list content of one specific directory
unable to list content of one specific directory
Status: RESOLVED DUPLICATE of bug 524880
Product: gvfs
Classification: Core
Component: ftp backend
0.2.x
Other Linux
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2008-03-22 20:36 UTC by Frederic Crozat
Modified: 2008-05-07 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
ftp trace (4.60 KB, application/octet-stream)
2008-03-22 20:37 UTC, Frederic Crozat
Details
ftp log (2.88 KB, text/plain)
2008-03-25 12:41 UTC, Frederic Crozat
Details

Description Frederic Crozat 2008-03-22 20:36:55 UTC
With gvfs 0.2.1, I'm unable to list content of one directory on my Freebox (ISP set-top-box). Others directories are listed correctly.

I'm using :
gvfs-mount ftp://freebox@hd1.freebox.fr/
gvfs-ls 'ftp://freebox@hd1.freebox.fr/Disque dur/'
gvfs-ls 'ftp://freebox@hd1.freebox.fr/Disque dur/Enregistrements' <= this one is not working.

I'm attaching ftp trace from this exact session.
Comment 1 Frederic Crozat 2008-03-22 20:37:40 UTC
Created attachment 107835 [details]
ftp trace
Comment 2 Benjamin Otte (Company) 2008-03-25 10:01:34 UTC
1) The attachment is is a wireshark log, which looks perfectly fine.

2) The debug log looks perfectly fine. What's the actual error message by he non-working gvfs-ls?

3) In the future, please use the following way to generate debug logs:
Before mounting the buggy mount launch /usr/libexec/gvfsd -r in a terminal and redirect stdout to the file to capture.
gvfsd -r will restart the gvfs daemon which launches the various daemons for the different protocols upon mount. And while doing so it makes the protocol daemons use the same stdout/stderr as gvfsd.
Note that this command will not replace existing mounts. So if you want to debug something that is already mounted, you need to first unmount it, then run gvfsd -r and then mount it again.
Comment 3 Frederic Crozat 2008-03-25 12:41:15 UTC
Created attachment 107989 [details]
ftp log

gvfs-ls doesn't return any text nor error message. It is like directory is empty.

Don't bother about the utf-8 error you see in the ftp listing, the specific file was not on the ftp server on my initial test (ie first network capture).
Comment 4 Frederic Crozat 2008-05-07 15:14:13 UTC

*** This bug has been marked as a duplicate of 524880 ***