scaleway / image-tools

:nut_and_bolt: Scripts used to create Images on Scaleway - https://github.com/scaleway-community
https://github.com/scaleway-community
MIT License
117 stars 36 forks source link

`modprobe` is not working #154

Closed moul closed 8 years ago

moul commented 8 years ago

Original issue: https://github.com/scaleway/image-archlinux/issues/27 Related with: https://github.com/scaleway/kernel-tools/issues/207

ghost commented 8 years ago

what kernel should I use in the boot script to install ip_tables and ufw?

modprobe ip_tables
modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.4.4-std-1
moul commented 8 years ago

Hi @iPerky ,

I just tried with the two following bootscripts:

4.4.5-docker #1:

root@ecstatic-meitner:~# uname -a
Linux ecstatic-meitner 4.4.5-docker-1 #1 SMP Fri Mar 11 10:17:21 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
root@ecstatic-meitner:~# modprobe ip_tables

4.4.4-std #3

root@small-kowalevski:~# uname -a
Linux small-kowalevski 4.4.4-std-3 #1 SMP Tue Mar 8 17:31:34 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
root@small-kowalevski:~# modprobe ip_tables
ghost commented 8 years ago

Hello

Sorry forgot to mention, I'm running on armv7l

uname -a
Linux arm 4.4.4-std-1 #1 SMP Sun Mar 6 18:34:13 UTC 2016 armv7l GNU/Linux
moul commented 8 years ago

Ok, I will add missing modules and rebuild one

I will update this ticket when the new kernels will be released