Re: FC6 fuse problem
- From: Gilboa Davara <gilboad@xxxxxxxxx>
- Date: Tue, 31 Oct 2006 10:45:12 +0200
On Tue, 2006-10-31 at 06:19 +0000, Andy Campbell wrote:
Mail List wrote:
I have installed fuse and fuse-encfs. I am unable to run this as non-rootI had this. From googling around I found a reference that the udev
user - i.e. a permission problem.
I notice on boot that there is an error message (which may not be related?)
Oct 30 22:21:27 foo udevd[411]: add_to_rules: invalid KERNEL operation
Oct 30 22:21:27 foo udevd[411]: add_to_rules: invalid rule '/etc/udev/rules.
d/60-fuse.rules:1'
The udev file contains
KERNEL="fuse", NAME="%k", MODE="0660",OWNER="root",GROUP="fuse"
This is the same as fc5.
lsmod shows fuse module in indeed loaded.
However any attempt to do anything (sshfs or encfs) yields
fusermount: failed to open /dev/fuse: Permission denied
unless the fuse mount is run as root.
fusermount is setuid - and the user is a member of group fuse (neeeded as
fusermount is setuid and runnable only by group fuse).
Suggestions?
syntax had changed and
you need "==" for equality tests. So the line should now be ....
KERNEL=="fuse", NAME="%k", MODE="0660",OWNER="root",GROUP="fuse"
^^
Worked for me anyway.
Andy
Can you file a BZ# so it'll get fixed in the next update?
- Gilboa
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- FC6 fuse problem
- From: Mail List
- Re: FC6 fuse problem
- From: Andy Campbell
- FC6 fuse problem
- Prev by Date: strange performance degrade on 3Ware
- Next by Date: fc6, livna and 'spurious' totem-xine update
- Previous by thread: Re: FC6 fuse problem
- Next by thread: Problems with "yum update" in FC6
- Index(es):
Relevant Pages
|
|