[PATCH 0/1] UBUNTU: [Jaunty] Change LPIA configuration to compile with

Brad Figg brad.figg at canonical.com
Wed Apr 8 14:19:47 UTC 2009


Tim Gardner wrote:
> Brad Figg wrote:
>> Please pull from:
>>     git://kernel.ubuntu.com/bradf/ubuntu-jaunty master
>>
>> Bug: #355291
>>
>> The 'recent' module of iptables is broken on lpia because the kernel is
>> compiled without CONFIG_NETFILTER_XT_MATCH_RECENT. This is a regression
>> over Intrepid:
>>
>> $ grep RECENT ./config-2.6.2*
>> ./config-2.6.27-4-lpia:CONFIG_IP_NF_MATCH_RECENT=m
>> ./config-2.6.28-11-lpia:# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
>>
>> $ cat /proc/version_signature
>> 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.
>>
>> The LPIA configuration was modifified to match the NETFILTER
>> configuration for mad64 and i386.
>>
>> Brad Figg (1):
>>   UBUNTU: [Jaunty] Change LPIA configuration to compile with
>>     CONFIG_NETFILTER_XT_MATCH_RECENT
>>
>>  debian/config/lpia/config |    7 +++++--
>>  1 files changed, 5 insertions(+), 2 deletions(-)
>>
>>
> 
> applied
> 
> https://bugs.edge.launchpad.net/ubuntu/jaunty/+source/linux/+bug/355291/comments/3
> 
> Please re-factor and submit this patch for Karmic.
> 
> rtg

Will do.

Brad




More information about the kernel-team mailing list