Team, I have installed the latest OSMC on my appletv 1st gen but when I try using iptables it shows such error:
root@osmc:/home/osmc# iptables --list
modprobe: FATAL: Module ip_tables not found.
iptables v1.4.21: can’t initialize iptables table `filter’: Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
There is no ip_tables module.
I downloaded the kernel sources and compiled new kernel with the netfiler options, but when I try installing it, I see that /boot is ro, the mount in rw does not work. Obviously, I miss something. Any help on what am I doing wring is highly appreciated:
root@osmc:/home/osmc# cd /usr/src
root@osmc:/usr/src# ls -la
total 680836
drwxr-xr-x 4 root root 4096 Feb 28 08:43 .
drwxr-xr-x 11 root root 4096 May 8 1978 …
drwxr-xr-x 23 root root 4096 Feb 27 22:28 atv-headers-4.2.3-7-osmc
drwxr-xr-x 25 root root 4096 Feb 28 08:39 atv-source-4.2.3-7-osmc
-rw-r–r-- 1 root root 678410240 Jan 25 20:31 atv-source-4.2.3-7-osmc.tar
-rw-r–r-- 1 root root 6874588 Feb 28 08:43 linux-headers-4.2.3_4.2.3-1_i386.deb
-rw-r–r-- 1 root root 11051266 Feb 28 08:44 linux-image-4.2.3_4.2.3-1_i386.deb
-rw-r–r-- 1 root root 807274 Feb 28 08:43 linux-libc-dev_4.2.3-1_i386.deb
root@osmc:/usr/src# dpkg -i linux-image-4.2.3_4.2.3-1_i386.deb
(Reading database … 46828 files and directories currently installed.)
Preparing to unpack linux-image-4.2.3_4.2.3-1_i386.deb …
Unpacking linux-image-4.2.3 (4.2.3-1) …
dpkg: error processing archive linux-image-4.2.3_4.2.3-1_i386.deb (–install):
unable to clean up mess surrounding `./boot/System.map-4.2.3’ before installing another version: Read-only file system
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
linux-image-4.2.3_4.2.3-1_i386.deb
uname:
Linux osmc 4.2.3-7-osmc #1 Mon Jan 25 18:21:33 UTC 2016 i686 GNU/Linux
root@osmc:/usr/src#