- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Any
- Assigned To No-one
- Operating System All
- Severity Medium
- Priority Very Low
- Reported Version Milky Way v0.3
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#1433 - [openrc] cannot load fuse at boot
I added
<quote>modules=”fs-fuse”</quote>
to /etc/conf.d/modules (and also “fuse” instead).
I looked in /var/log/rc.log and I see this line
<quote>modprobe: FATAL: Module fs-fusetun not found in directory /lib/modules/4.9.194-gnu-1-lts</quote>
It looks like modprobe added “tun” to the filename which prevents loading the module.
It seems to append tun because tun is the next module it successfully loads. If I add a module after fuse in /etc/conf.d/modules it successfully loads fuse but fails to load that module instead and appends tun to its name.