Solved how do I load fuse properly and persistently

Hi,

On 13.0 RC3, I've tried following to load fuse when system boots, but none of them works.

in /boot/loader.conf
Code:
fusefs_load="YES"
fuse_load="YES"

in /etc/rc.conf
Code:
kld_list="fuse"
kld_list="fusefs"
kld_list="/boot/kernel/fusefs.ko"
Only way works for me is # kldload fusefs on command line.

What am I doing wrong?
 
It's fusefs_load="YES" in loader.conf OR kld_list="fusefs" in rc.conf. If you need fusefs(5) during boot put it in loader.conf, if not use rc.conf.

On 13.0 RC3
Update. RC4 and RC5 have also been released. If all things go as planned we should be getting the full 13.0-RELEASE some time today or tomorrow.
 
Damn it. I checked those lines one by one and started pulling out my hair. Can’t believe I didn’t see it.

Thanks.
 
Back
Top