linux-image-lpia needs CONFIG_NETFILTER_XT_MATCH_RECENT
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| linux (Ubuntu) |
Fix Released
|
High
|
Brad Figg | ||
| Jaunty |
Fix Released
|
High
|
Brad Figg | ||
Bug Description
The 'recent' module of iptables is broken on lpia because the kernel is compiled without CONFIG_
$ grep RECENT ./config-2.6.2*
./config-
./config-
$ cat /proc/version_
Ubuntu 2.6.28-11.40-lpia
$ sudo iptables -A INPUT -p tcp --dport 22 -m state --state NEW -m recent --set
iptables: No chain/target/match by that name
Ufw uses this module when using the LIMIT command, which causes the firewall to not load on boot due to iptables-restore failing. Ufw users are only affected when using LIMIT rules.
Marking importance as High as this will have security implications for users upgrading from Intrepid and because it is a clear regression.
I compared CONFIG_NETFILTER* on amd64 and lpia and noticed:
$ diff -Naur /tmp/lpia /tmp/amd64
--- /tmp/lpia 2009年04月05日 08:30:59.000000000 -0500
+++ /tmp/amd64 2009年04月05日 08:29:18.000000000 -0500
@@ -4,7 +4,7 @@
CONFIG_
CONFIG_
CONFIG_
-# CONFIG_
+CONFIG_
CONFIG_
CONFIG_
CONFIG_
@@ -29,8 +29,10 @@
CONFIG_
CONFIG_
CONFIG_
-# CONFIG_
+CONFIG_
+# CONFIG_
CONFIG_
+CONFIG_
CONFIG_
CONFIG_
CONFIG_
@@ -49,4 +51,5 @@
CONFIG_
CONFIG_
# CONFIG_
+CONFIG_
CONFIG_
While I believe CONFIG_
This bug was fixed in the package linux - 2.6.28-11.41
---------------
linux (2.6.28-11.41) jaunty; urgency=low
[ Amit Kucheria ]
* ixp4xx: Enabled TCP SYN_COOKIES
- LP: #346378
[ Brad Figg ]
* Change LPIA configuration to compile with CONFIG_
- LP: #355291
[ Kay Sievers ]
* SAUCE: driver core: allow non-root users to listen to uevents
- LP: #357124
[ Manoj Iyer ]
* SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
- LP: #348861
[ Tim Gardner ]
* Revert "SAUCE: [i915] allocate MCHBAR space & enable if necessary"
Appears to cause hard locks in some cases.
- LP: #349314
[ Trond Myklebust ]
* SAUCE: NFS: Fix the notifications when renaming onto an existing file
- LP: #224642
[ Upstream Kernel Changes ]
* USB: option: add QUANTA HSDPA Data Card device ids
- LP: #353321
* hwmon: (abituguru3) Match partial DMI board name strings
- LP: #298798
* zd1211rw: adding Sitecom WL-603 (0df6:0036) to the USB id list
- LP: #339631
* USB: unusual dev for Option N.V. ZeroCD modems
- LP: #348861
-- Tim Gardner <email address hidden> 2009年4月04日 08:42:14 -0600