Re: [Flickrfs-users] Usage survey
Brought to you by:
manishrjain
|
From: <rdm...@bi...> - 2008-01-27 17:32:24
|
On Sun, 27 Jan 2008 at 08:06, Liutom wrote: > - python-fuse 2.5 (note: fuse-python is NOT working - but i don know the difference between these two packages!!) Ah ha! I didn't realize there were two packages. Installing python-fuse instead of fuse-python got threading working for me. And here's the most interesting thing: python-fuse is version 0.1, while fuse-python is version 0.2. So there definitely seems to be a problem with fuse-python version 0.2 and threading. I've reported this to the author. > with this i can see /set/set_xy/photo_xy.jpg !!! > but when there are too many files or directories (sets) then /set is populated with my /set_xy/ but no photos inside Flickrfs starts a new thread for each set. I wonder if there's a problem when there are lots of threads. Do you get no photos in _any_ of the sets, or just some of them? What happens if you wait a while (ten minutes or more, say, though it shouldn't take that long)? > --np-preserve=all is needed because some photos with wrong permissions cant be uploaded... Do you have your permissions in the source directories set according to the flickrfs conventions, or unix conventions? Which permission combinations cause problems? --David |