GNOME Bugzilla – Bug 523902
unable to list content of one specific directory
Last modified: 2008-05-07 15:14:13 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.
Created attachment 107835 [details] ftp trace
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.
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).
*** This bug has been marked as a duplicate of 524880 ***