Hi !
i was testing a ltsp setup...in order to support localdev i installed fuse and added user to it.
problem is lsmod | grep fuse does no always return a output. i have to manually modprobe fuse . after this lsmod | grep fuse gives an output.
what is wrong?? what i am missing??
subhodip biswas wrote:
Hi !
i was testing a ltsp setup...in order to support localdev i installed fuse and added user to it.
problem is lsmod | grep fuse does no always return a output. i have to manually modprobe fuse . after this lsmod | grep fuse gives an output.
what is wrong?? what i am missing??
The fuse initscript will load the module (/etc/init.d/fuse)
unfortunately: [root@localhost ~]# chkconfig --add fuse service fuse does not support chkconfig
on an F8test3-ish box.
-Eric
Eric Sandeen wrote:
unfortunately: [root@localhost ~]# chkconfig --add fuse service fuse does not support chkconfig
on an F8test3-ish box.
Bugzilla Bug 228088: chkconfig support https://bugzilla.redhat.com/show_bug.cgi?id=228088
Bummer that didn't get fixed for F8.
-Eric