Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: caminati on October 29, 2011, 04:18:43 AM

Title: firmware-radeon breaks fuse
Post by: caminati on October 29, 2011, 04:18:43 AM
Code: [Select]
tce-load -i fuse.tcz
ls -l /dev/fuse
crw-rw-rw-    1 root     root       10, 229 Oct 29 03:49 /dev/fuse
tce-load -i firmware-radeon.tcz
ls -l /dev/fuse
crw-------    1 root     root       10, 229 Oct 29 03:49 /dev/fuse
This has probably to do with the
Code: [Select]
udevadm trigger launched by tce.installed/firmware-radeon.
I don't know if it can be named a bug; it surely prevents user tc from using many fuse-based software.
I am using microcore 4.0.2 base.
Title: Re: firmware-radeon breaks fuse
Post by: curaga on October 29, 2011, 05:30:06 AM
All firmware and module extensions do the same, so this is fuse's bug. Perhaps it does a manual chmod instead of installing an udev rule?