No "/sets" visible
Brought to you by:
manishrjain
can mount my account
then i see /tags (with public/privat subdirectorys) <- empty (is that correct?)
i can create /stream
then i see all my photos an brouse to them - yes fully functional!
but i can´t see nor create /sets directory!!!
This would be the most interesting thing for me!!!
PLEASE help!!!
btw:
I use flickrfs csv @ gentoo
Logged In: YES
user_id=1342181
Originator: NO
Have uploaded a fix for this, please update through cvs, and confirm that the bug has been fixed. -Manish
Logged In: YES
user_id=588690
Originator: NO
Manish, would you include the patch against the latest released version (1.3.9) or at least point to the patch/revision in CVS?
Then I could update the Debian package (unofficially) with a fix.
Logged In: YES
user_id=279524
Originator: YES
/set is working for me now!
Many thanx to Manish
Please continue your work on flickrfs (in my opinion primarly focus stability) - it´s a great piece of software!
Thank you verry much!
Logged In: YES
user_id=287697
Originator: NO
I am using the (latest) CVS version and have the same issues as stated in the summary: /sets and /tags being empty, with /stream having everything.
Logged In: NO
/sets does not populate for me (no sub-folder). /stream and /tags do work correctly however. Using latest CVS as of 5/28 on Ubuntu 8.04.
Logged In: YES
user_id=1653856
Originator: NO
I think I have solved this bug which on my use. Please check out this post: http://thetinybit.com/Blog/2008-06-02
Logged In: YES
user_id=553630
Originator: NO
I'm still having this issue with flickrfs checked out today. It worked ok the very first time i mounted the system but now I'm only seeing these empty tag directories. My entire mount point looks like this now:
> tree
.
`-- tags
|-- personal
`-- public
Logged In: YES
user_id=379223
Originator: NO
The patch at..
http://thetinybit.com/Blog/2008-06-02
Fixed my "flickrfs 1.3.9.1-5ubuntu1" version too!
Cheers,
Rajesh Duggal
My site is no longer available, the content of that patch is
Index: flickrfs.py
RCS file: /cvsroot/flickrfs/flickrfs/flickrfs/flickrfs.py,v
retrieving revision 1.9
diff -u -r1.9 flickrfs.py
--- flickrfs.py 31 Jan 2008 19:32:33 -0000 1.9
+++ flickrfs.py 1 Jun 2008 23:49:45 -0000
@@ -206,6 +206,9 @@
self._mkdir("/tags")
self._mkdir("/tags/personal")
self._mkdir("/tags/public")
+
+
+ def fsinit(self):
background(timerThread, self.sets_thread,
self.sync_sets_thread, sets_sync_int) #sync every 2 minutes
I repost the http://thetinybit.com/Blog/2008-06-02
at http://makeyjl.blogspot.com/2008/10/bug-in-flickrfs.html
It seems like this patch has not been merged into CVS as yet?