Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.5.3 modules missing #3

Open
stucki opened this issue May 18, 2020 · 1 comment
Open

5.5.3 modules missing #3

stucki opened this issue May 18, 2020 · 1 comment

Comments

@stucki
Copy link

stucki commented May 18, 2020

I am trying to run Docker on Ubuntu 20.04 using this kernel. It seems to fail because iptables support is missing in the kernel:

root@mycloudex2:# /usr/bin/dockerd -D 
...
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to create NAT chain DOCKER: iptables failed: iptables -t nat -N DOCKER: modprobe: FATAL: Module ip_tables not found in directory /lib/modules/5.5.3-mvebu-tld-1-dirty
iptables v1.8.4 (legacy): can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

However, I according to that it was included as a module according to https://github.com/vzhilov/WDMC-Ex2-Ultra/blob/master/2.Kernel/kernel.config this was included as a module. So the problem is just that these files are currently missing...

Would you be willing to share these files? (I can build them on my own but I guess other users may need them too...)

Many thanks for your work! Amazing what can be done with these devices...

@ziegi
Copy link

ziegi commented Jan 24, 2021

you have to install the modules built during the kernel build: see #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants