The /etc/rc.conf.d/trident.conf file attempts to load the "fuse" module, but this fails during system boot with "kldload: can't load fuse: No such file or directory" shown in dmesg. As a result, no /dev/fuse is created. As a workaround, there is however a "/boot/kernel/fusefs.ko" file which manually will load using kldload or via using a kld_list="fusefs" in a custom startup config file under the /etc/rc.conf.d directory.
OS Version:
about
Project Trident Information
--------------------------------------
OS Version: TOS-19.10
Build Date: Wed Oct 2 05:05:34 PDT 2019
Boot Type: UEFI
--------------------------------------
TrueOS Sources Used:
Base Repository: https://github.com/trueos/trueos
Base Commit Branch or Tag: trueos/master
Ports Repository: https://github.com/trueos/trueos-ports
Ports Commit Branch or Tag: 6f0668cdf5b2448dcc3205ca20b21fbdc2ce1372
--------------------------------------
System Specs:
Boot Method: UEFI
Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
Physical CPUs: 8
Physical Memory: 23.91 GB
--------------------------------------
The text was updated successfully, but these errors were encountered:
Looks like FreeBSD might be renaming that module, and keeping it backwards compatible on STABLE, but removed that compatibility on CURRENT. I just updated our config to use the new module name instead. Thanks for pointing that out!
The /etc/rc.conf.d/trident.conf file attempts to load the "fuse" module, but this fails during system boot with "kldload: can't load fuse: No such file or directory" shown in dmesg. As a result, no /dev/fuse is created. As a workaround, there is however a "/boot/kernel/fusefs.ko" file which manually will load using kldload or via using a kld_list="fusefs" in a custom startup config file under the /etc/rc.conf.d directory.
OS Version:
The text was updated successfully, but these errors were encountered: