misc/107466: fuse.ko not loading when rc.d script run

Peter Risdon prisdon at gmail.com
Wed Jan 3 04:50:13 PST 2007


>Number:         107466
>Category:       misc
>Synopsis:       fuse.ko not loading when rc.d script run
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 03 12:50:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Peter Risdon
>Release:        6.2_PRE
>Organization:
alvaldi.com
>Environment:
FreeBSD w1.alvaldi.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Wed Nov 15 10:38:45 GMT 2006     peter at w1.alvaldi.com:/usr/obj/usr/src/sys/W1_KERNEL  i386
>Description:
When the /usr/ports/sysutils/fusefs-sshfs port is installed and fusefs_enable="YES" added to /etc/rc.conf attemting to start the daemon or mount a share results in the message:

fuse.ko not found

fuse.ko is stored in /usr/local/modules and when the /usr/local/etc/rc.d/fuse file is added to change the line

kmod="fuse.ko"

to

kmod="/usr/local/modules/fuse.ko"

it all works fine. I haven't tested this, but assume the problem is common to all fusefs ports because this kernel module and rc.d script are installed by the port

/usr/ports/sysutils/fusefs-kmod/
>How-To-Repeat:
It has happened on every 6.2_PRE machine I have tried it on (six in total). Just install a fusefs port and try a mount
>Fix:
fuse.ko is stored in /usr/local/modules and when the /usr/local/etc/rc.d/fuse file is added to change the line

kmod="fuse.ko"

to

kmod="/usr/local/modules/fuse.ko"

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list