I'm having trouble installing the xtables-addons-common loadable kernel module on my Pogoplug E02.
In the past I've always built a custom kernel for my servers and included the iptables support in the kernel, including the necessary extensions (geoip and TARPIT). However, in this case ... due to the patches necessary to make debian run on the Pogoplug ... I'm a bit hesitant to build a custom kernel.
I suspect that this problem is not difficult, but it is not one I have run into before. Any insights will be much appreciated.
In the past I've always built a custom kernel for my servers and included the iptables support in the kernel, including the necessary extensions (geoip and TARPIT). However, in this case ... due to the patches necessary to make debian run on the Pogoplug ... I'm a bit hesitant to build a custom kernel.
I suspect that this problem is not difficult, but it is not one I have run into before. Any insights will be much appreciated.
root@debian:~# apt-get install module-assistant (module-assistant installs correctly) root@debian:~# apt-get install iptables (iptables installs correctly) root@debian:~# apt-get install xtables-addons-common (xtables-addons-common installs correctly) root@debian:~# module-assistant --verbose --text-mode auto-install xtables-addons Updating info about xtables-addons-source Updated infos about 1 packages Getting source for kernel version: 3.17.0-kirkwood-tld-1 apt-get install linux-headers-3.17.0-kirkwood-tld-1 Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package linux-headers-3.17.0-kirkwood-tld-1 E: Couldn't find any package by regex 'linux-headers-3.17.0-kirkwood-tld-1' (Install continues, but fails) root@debian:~#