Bug confirmed with the same version of flickrfs.

flickrfs performs correct authentication and then logs a line for each
piece of metadata being read from flickr - so far so good.

But any access (I tried 'cd' and 'ls') on the mounted directory returns
nothing. Here is an extract from the 'lsof' output while the
abovementioned commands remain hung :

ls         5242      jim    3r      DIR       0,18       0         1
/home/jim/tmp/flickr_mount_point
ls        11323      jim  cwd       DIR       0,18       0         1
/home/jim/tmp/flickr_mount_point
ls        11323      jim    3r      DIR       0,18       0         1
/home/jim/tmp/flickr_mount_point
ls        11887      jim    3r      DIR       0,18       0         1
/home/jim/tmp/flickr_mount_point

Killing them does not work, nor does unmounting while the device is busy.

Here are the alst lines of the output of 'strace ls' performed on the
mounted directory :

stat64("flickr_mount_point", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
open("flickr_mount_point",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
fcntl64(3, F_GETFD)                     = 0x1 (flags FD_CLOEXEC)
getdents64(3,

The flickr account I am experimenting with contains about eight thousand
pictures in a few hundred sets.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to