* Server crash after LIST_DELETE in Log
@ 2004-03-24 16:04 Björn Reese
2004-03-24 20:41 ` KOVACS Krisztian
0 siblings, 1 reply; 2+ messages in thread
From: Björn Reese @ 2004-03-24 16:04 UTC (permalink / raw)
To: netfilter
** Low Priority **
Hello,
I have a strange Problem with (I guess) the Netfilter. I have a Proxy-Server running, that is dual-homed with a transparent Squid on one Interface listening. After some time, the syslog lists these messages:
Mar 24 15:36:18 Proxy kernel: LIST_DELETE: net/ipv4/netfilter/ip_conntrack_core.c:299 `&ct->tuplehash[IP_CT_DIR_REPLY]'(e96c0d64) not in &ip_conntrack_hash[hr].
Mar 24 15:36:39 Proxy kernel: LIST_DELETE: net/ipv4/netfilter/ip_conntrack_core.c:299 `&ct->tuplehash[IP_CT_DIR_REPLY]'(dd67fd24) not in &ip_conntrack_hash[hr].
Mar 24 15:36:55 Proxy kernel: LIST_DELETE: net/ipv4/netfilter/ip_conntrack_core.c:299 `&ct->tuplehash[IP_CT_DIR_REPLY]'(dc976864) not in &ip_conntrack_hash[hr].
5 seconds more...
and the server freezes...
Sometimes the machine runs well for a whole week, sometimes a few hours.
I've googled around for it, and saw some other people having equal Problems, most of the time with older kernels.
The Hardware I use is a Compaq ProLiant DL 380, OS is S.u.S.E Linux 9.0 with a self-compiled 2.63 Kernel, and iptables 1.2.9. I've had earlier versions of iptables & Linux running, but the Problem stayed the same.
It'd be really nice, if someone's got a clue about that.
Best Regards and thanks in advance for any hints.
björn
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Server crash after LIST_DELETE in Log
2004-03-24 16:04 Server crash after LIST_DELETE in Log Björn Reese
@ 2004-03-24 20:41 ` KOVACS Krisztian
0 siblings, 0 replies; 2+ messages in thread
From: KOVACS Krisztian @ 2004-03-24 20:41 UTC (permalink / raw)
To: Björn Reese; +Cc: netfilter
Hi,
On Wed, Mar 24, 2004 at 05:04:20PM +0100, Björn Reese wrote:
> I have a strange Problem with (I guess) the Netfilter. I have a Proxy-Server running, that is dual-homed with a transparent Squid on one Interface listening. After some time, the syslog lists these messages:
>
> Mar 24 15:36:18 Proxy kernel: LIST_DELETE: net/ipv4/netfilter/ip_conntrack_core.c:299 `&ct->tuplehash[IP_CT_DIR_REPLY]'(e96c0d64) not in &ip_conntrack_hash[hr].
> Mar 24 15:36:39 Proxy kernel: LIST_DELETE: net/ipv4/netfilter/ip_conntrack_core.c:299 `&ct->tuplehash[IP_CT_DIR_REPLY]'(dd67fd24) not in &ip_conntrack_hash[hr].
> Mar 24 15:36:55 Proxy kernel: LIST_DELETE: net/ipv4/netfilter/ip_conntrack_core.c:299 `&ct->tuplehash[IP_CT_DIR_REPLY]'(dc976864) not in &ip_conntrack_hash[hr].
>
> 5 seconds more...
> and the server freezes...
Although without your kernel config and exact iptables ruleset I cannot
be sure, but I think you've found the same bug as Jonathan Cooper (and a
few others). See the thread about the problem on netfilter-devel:
http://lists.netfilter.org/pipermail/netfilter-devel/2004-March/014532.html
Basically, you should try two things:
- check if using CONFIG_IP_NF_NAT_LOCAL (NAT of local connections)
solves the problem
- if i does, please try if Henrik's patch at
http://lists.netfilter.org/pipermail/netfilter-devel/2004-March/014616.html
solves your problem
To try the patch would be especially useful.
--
KOVACS Krisztian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-24 20:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-24 16:04 Server crash after LIST_DELETE in Log Björn Reese
2004-03-24 20:41 ` KOVACS Krisztian
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.