On FreeBSD 13, installing fusefs-libs reports the wrong post install instructions: $ sudo pkg install fusefs-libs ... 2) Please ensure that the fusefs kmod is loaded prior to use: $ kldload fuse ... The module name is **fusefs**. Moreover, the `$` shell prompt seems to suggest that the `kldload` command can be run by a normal user, while it requires superuser privileges. See also this post on the forums: <https://forums.freebsd.org/threads/fusefs-post-install-instruction-referencing-wrong-module-name.82757/>
I have to say that I was installing veracrypt, and this produced the wrong post install instructions. Since fusefs-libs is the only fusefs related package installed, I suspected that the installation of veracrypt was installing fusefs-libs and that such message came out from the latter. However, this could be only related to veracrypt.
https://cgit.freebsd.org/ports/tree/security/veracrypt/files/pkg-message.in – can be condensed, to a single point (without a number), to describe use of security/sudo ---- Messages relating to sysutils/fusefs-libs are, essentially, misplaced under security/veracrypt – no need to duplicate. https://www.freshports.org/sysutils/fusefs-libs/#message
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2027fc22e9d798b184cbd673bb7e46c2b690f5f commit f2027fc22e9d798b184cbd673bb7e46c2b690f5f Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> AuthorDate: 2021-11-05 17:19:07 +0000 Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org> CommitDate: 2021-11-05 17:21:39 +0000 security/veracrypt: Improve pkg-message - Change fuse/fusefs and other minor changes - Bump PORTREVISION PR: 259612 Reported by: Luca Ferrari <fluca1978 __at__ gmail.com> security/veracrypt/Makefile | 2 +- security/veracrypt/files/pkg-message.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
Committed thanks!