dustymabe/vagrant-sshfs

Can't load fuse module into the kernel on FreeBSD 13.0

mikeBashStuff opened this issue · 0 comments

This module has been renamed to fusefs in latest FreeBSD releases. This is what vagrant reports:

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

kldstat -m fuse || kldload fuse

Stdout from the command:



Stderr from the command:

kldstat: can't find module fuse: No such file or directory
kldload: can't load fuse: No such file or directory

Either some version check is in order or some dirty ways similar to kldload fuse || kldload fusefs .