I installed flickrfs 1.3.9.1-9.1 through Synaptic and followed the instructions. Everything went smoothly (including authentification) except when I arrived at the
flickrfs ~/Flickr
command. I get the error message:
Authorizing with flickr...
Authorization complete.
Sets are being populated in the background. Please wait...
Sets have been populated. Done.
fusermount: failed to open /etc/fuse.conf: Permission denied
fusermount: mount failed: Operation not permitted
Please make sure that user is added to the fuse group.
I checked several times that the current user belongs to the fuse group:
groups yannis
yannis : yannis cdrom floppy audio dip video plugdev netdev bluetooth fuse scanner smfrev
and I also checked that /etc/fuse.conf is readable by the fuse group:
ls -lt /etc/fuse.conf
-rw-r----- 1 root fuse 216 sept. 21 2010 /etc/fuse.conf
I'm running Debian GNU/LInux 7
Here is the output of df:
Sys. fich. 1K-blocks Util. Disponible Uti% Monté sur
rootfs 110664528 99250392 5792684 95% /
udev 10240 0 10240 0% /dev
tmpfs 3296740 1032 3295708 1% /run
/dev/disk/by-uuid/43061163-334f-46bf-b850-7e71d1555ac7 110664528 99250392 5792684 95% /
tmpfs 5120 0 5120 0% /run/lock
tmpfs 32551660 224 32551436 1% /run/shm
/dev/sdb1 1922860892 1749938440 75246728 96% /data
/dev/sdd1 1922858352 964261848 860920904 53% /data2
/dev/sdc2 1799818648 1121946044 586447092 66% /data3
Could you please help me in finding out what is going wrong?
Thanks in advance