[Bug 278429] archivers/py-borgbackup: wrong pkg-message instructions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Apr 2024 11:37:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278429
Bug ID: 278429
Summary: archivers/py-borgbackup: wrong pkg-message
instructions
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: mandree@FreeBSD.org
Reporter: zero1@zaclys.net
Flags: maintainer-feedback?(mandree@FreeBSD.org)
Assignee: mandree@FreeBSD.org
In order to load the necessary module "fusefs" the message recommends the
command:
sysrc fusefs_load="YES"
But this loads the module from "/etc/rc.conf" not "/boot/loader.conf", so it
doesn't work.
The following command make it work for me:
echo fusefs_load="YES" >> /boot/loader.conf
Tested on:
~ : freebsd-version -u ; uname -rms
13.3-RELEASE-p1
FreeBSD 13.3-RELEASE-p1 amd64
--
You are receiving this mail because:
You are the assignee for the bug.