Tiny Core Base > Release Candidate Testing

Core v7.0beta1

<< < (6/12) > >>

curaga:
There is a udev rule for fuse in the base? Perhaps it needs to be removed from the extension then. I don't use fuse, would you like to investigate?

andyj:
The udev rule is a link to the extension. I think it should be in the base if fuse is compiled into the kernel. I can't find the kernel config file on this website and there is no /proc/config.gz or module in an extension to create it so I can't say for sure. My hunch is based on fuse being in /proc/filesystems but there is no module in /proc/modules for it.

Juanito:
The relevant rules in the base are:
--- Code: ---$ grep fuse /etc/udev/rules.d/*rules
/etc/udev/rules.d/50-udev-default.rules:KERNEL=="fuse", ACTION=="add",  MODE="0666", OPTIONS+="static_node=fuse", \
/etc/udev/rules.d/50-udev-default.rules:  RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"
--- End code ---

The rule in the fuse extension is:
--- Code: ---$ cat /usr/local/share/fuse/files/*fuse*
KERNEL=="fuse", MODE="0666"

--- End code ---

The kernel config is at:

http://tinycorelinux.net/7.x/x86/release/src/kernel/

..not sure what you mean by "the udev rule is a link to the extension?

andyj:
Thanks for the kernel config. It's post time is 6 and a half hours ahead of my current local time, so it's like looking into the future!  ;D  I'll need to spin up a clean VM to investigate the fuse issue more.

Juanito:
gold linker functionality added to binutils/gcc

To use:
--- Code: ---CC="gcc -fuse-ld=gold -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe" CXX="g++ -fuse-ld=gold -flto -fuse-linker-plugin -march=i486 -mtune=i686 -Os -pipe -fno-exceptions -fno-rtti" ./configure --blah-blah
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version