Your message dated Sun, 19 Oct 2008 20:13:12 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#500452: flickrfs: adding user to fuse group not good
enough
has caused the Debian Bug report #500452,
regarding flickrfs: adding user to fuse group not good enough
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
500452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500452
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: flickrfs
Version: 1.3.9.1-8
Severity: normal
I just tried flickrfs for the first time. Out of the box, I got an
error:
fuse: failed to open /dev/fuse: Permission denied
Please make sure that user is added to the fuse group.
I added myself to the fuse group, logged out, logged back in, and got
exactly the same error. As it turns out, /dev/fuse was only accessible
by root on my system:
crw-rw---- 1 root root 10, 229 2008-09-28 19:09 /dev/fuse
After changing the group to fuse:
crw-rw---- 1 root fuse 10, 229 2008-09-28 19:09 /dev/fuse
everything seems to work fine.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages flickrfs depends on:
ii fuse-utils 2.7.3-5 Filesystem in USErspace (utilities
ii python 2.5.2-2 An interactive high-level object-o
ii python-central 0.6.8 register and build utility for Pyt
ii python-fuse 1:0.2-pre3-8 Python bindings for FUSE (Filesyst
Versions of packages flickrfs recommends:
ii dillo [www-browser] 0.8.6-3 Small and fast web browser
ii epiphany-webkit [ww 2.22.3-3 Intuitive GNOME web browser - webk
ii iceape-browser [www 1.1.11-1 Iceape Navigator (Internet browser
ii iceweasel [www-brow 3.0.1-1 lightweight web browser based on M
ii imagemagick 7:6.3.7.9.dfsg1-2+b2 image manipulation programs
ii kazehakase [www-bro 0.5.4-2.1 GTK+-base web browser that allows
ii konqueror [www-brow 4:3.5.9.dfsg.1-5 KDE's advanced file manager, web b
ii opera [www-browser] 9.52.2091.gcc4.qt3 The Opera Web Browser
ii w3m [www-browser] 0.5.2-2+b1 WWW browsable pager with excellent
flickrfs suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi Clayton,
Sorry for the late response.
On Sun, 28 Sep, 2008 at 08:27:47PM +0800, clayton wrote:
> Package: flickrfs
> Version: 1.3.9.1-8
> Severity: normal
>
>
> I just tried flickrfs for the first time. Out of the box, I got an
> error:
>
> fuse: failed to open /dev/fuse: Permission denied
> Please make sure that user is added to the fuse group.
>
> I added myself to the fuse group, logged out, logged back in, and got
> exactly the same error. As it turns out, /dev/fuse was only accessible
> by root on my system:
>
> crw-rw---- 1 root root 10, 229 2008-09-28 19:09 /dev/fuse
>
> After changing the group to fuse:
>
> crw-rw---- 1 root fuse 10, 229 2008-09-28 19:09 /dev/fuse
>
> everything seems to work fine.
This was an old bug in fuse-utils, see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473545
> Versions of packages flickrfs depends on:
> ii fuse-utils 2.7.3-5 Filesystem in USErspace
> (utilities
The bug was fixed in fuse 2.7.4-1 version.
Thanks,
Varun
--- End Message ---