- Status Closed
- Percent Complete
- Task Type Bug Report
- Category Any
-
Assigned To
tobias - 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.
Closed by tobias
22.01.2022 04:23
Reason for closing: Fixed
Additional comments about closing:
22.01.2022 04:23
Reason for closing: Fixed
Additional comments about closing:
Should be fixed, please retest and if
the error persists give us feedback
about. Thank you!
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
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.