You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2020. It is now read-only.
modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.19.27-linuxkit/modules.dep.bin'
modprobe: FATAL: Module fuse not found in directory /lib/modules/4.19.27-linuxkit
Is this a limitation of linuxkit/lcow?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Docker info:
Dockerfile:
Running a mount command after installing fuse, sshfs and ssh:
sshfs -o allow_other,StrictHostKeyChecking=no,password_stdin [email protected]:/home/data /mnt/api/6cfe000c-f450-4786-8e4d-dbc9fe417972
whereis modprobe and whereis fuse checks:
Run
modprobe fuse
:Install modprobe
apt-get install module-init-tools
(This installs kmod as required etc...)Re-run the command
modprobe fuse
:Is this a limitation of linuxkit/lcow?
The text was updated successfully, but these errors were encountered: