* conntrackd crash after few seconds
@ 2014-06-05 15:19 Nicolas RENAULT
2014-06-05 15:49 ` Martin Kraus
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Nicolas RENAULT @ 2014-06-05 15:19 UTC (permalink / raw)
To: netfilter
Hello,
thanks for the work !
and sorry for bad english.
informations :
debian wheezy 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3+deb7u2 x86_64
GNU/Linux
packages
ii conntrack 1:1.2.1-1 amd64 Program to
modify the conntrack tables
ii conntrackd 1:1.2.1-1 amd64 Connection
tracking daemon
ii libnetfilter-conntrack3:amd64 1.0.1-1 amd64
conntrackd.conf
--------------------------------------------------
Sync {
Mode FTFW {
DisableExternalCache On
}
UDP {
IPv4_address 10.98.145.5
IPv4_Destination_Address 10.98.145.6
Port 3780
Interface eth2
SndSocketBuffer 1249280
RcvSocketBuffer 1249280
Checksum on
}
}
General {
Nice -20
Scheduler {
Type FIFO
Priority 99
}
HashSize 32768
HashLimit 131072
LogFile on
Syslog off
LockFile /var/lock/conntrack.lock
UNIX {
Path /var/run/conntrackd.ctl
Backlog 20
}
NetlinkBufferSize 2097152
NetlinkBufferSizeMaxGrowth 8388608
NetlinkOverrunResync On
NetlinkEventsReliable Off
PollSecs 15
EventIterationLimit 100
Filter From Userspace {
Protocol Accept {
TCP
}
Address Ignore {
IPv4_address 127.0.0.1
}
}
}
----------------------------------------------------------
My problem :
when a start de deamon : /etc/init.d/conntrackd start
i can see this line for ten secondes in "ps faux"
root 3764 0.0 0.0 14836 2484 ? S<s 16:53 0:00
/usr/sbin/conntrackd -d -C /etc/conntrackd/conntrackd.conf
and then disapear.
a try to run with (after deleting /var/lock/conntrack.lock )
conntrackd -C /etc/conntrackd/conntrackd.conf
then i have :
conntrackd: api.c:526: __build_query_exp: Assertion `ssh != ((void *)0)'
failed.
abandon
at about ten seconds.
any ideas ?
others informations , i use the same conf file without any problems on
squeeze (2.6.32-5) with .
ii conntrack 1:0.9.14-2 Program to modify the
conntrack tables
ii conntrackd 1:0.9.14-2 Connection tracking daemon
ii libnetfilter-conntrack3 0.0.101-1
only a every two hours avg load peak activity.
regards
--
Nicolas
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: conntrackd crash after few seconds
2014-06-05 15:19 conntrackd crash after few seconds Nicolas RENAULT
@ 2014-06-05 15:49 ` Martin Kraus
[not found] ` <CAOkSjBifDQQNNQJbkdraYxNvStvK9CrWRNO7LtawpJJ5n=cTMg@mail.gmail.com>
2014-06-05 16:04 ` Arturo Borrero Gonzalez
2014-06-16 12:08 ` Pablo Neira Ayuso
2 siblings, 1 reply; 7+ messages in thread
From: Martin Kraus @ 2014-06-05 15:49 UTC (permalink / raw)
To: Nicolas RENAULT; +Cc: netfilter
On Thu, Jun 05, 2014 at 05:19:26PM +0200, Nicolas RENAULT wrote:
> informations :
>
> debian wheezy 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3+deb7u2 x86_64
Hi.
We had crashes on debian wheezy which were solved by upgrade to
linux-image-3.13-0.bpo.1-amd64
from wheezy backports.
mk
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: conntrackd crash after few seconds
2014-06-05 15:19 conntrackd crash after few seconds Nicolas RENAULT
2014-06-05 15:49 ` Martin Kraus
@ 2014-06-05 16:04 ` Arturo Borrero Gonzalez
2014-06-16 12:08 ` Pablo Neira Ayuso
2 siblings, 0 replies; 7+ messages in thread
From: Arturo Borrero Gonzalez @ 2014-06-05 16:04 UTC (permalink / raw)
To: Nicolas RENAULT; +Cc: Netfilter Users Mailing list
On 5 June 2014 17:19, Nicolas RENAULT <nicolas_renault@yahoo.fr> wrote:
>
> others informations , i use the same conf file without any problems on
> squeeze (2.6.32-5) with .
> ii conntrack 1:0.9.14-2 Program to modify the
> conntrack tables
> ii conntrackd 1:0.9.14-2 Connection tracking daemon
> ii libnetfilter-conntrack3 0.0.101-1
>
> only a every two hours avg load peak activity.
>
Is this the same as the Debian bug #746464 [0]?
regards.
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746464
--
Arturo Borrero Gonz√°lez
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: conntrackd crash after few seconds
2014-06-05 15:19 conntrackd crash after few seconds Nicolas RENAULT
2014-06-05 15:49 ` Martin Kraus
2014-06-05 16:04 ` Arturo Borrero Gonzalez
@ 2014-06-16 12:08 ` Pablo Neira Ayuso
2 siblings, 0 replies; 7+ messages in thread
From: Pablo Neira Ayuso @ 2014-06-16 12:08 UTC (permalink / raw)
To: Nicolas RENAULT; +Cc: netfilter
On Thu, Jun 05, 2014 at 05:19:26PM +0200, Nicolas RENAULT wrote:
> General {
> Nice -20
> Scheduler {
> Type FIFO
> Priority 99
> }
> HashSize 32768
> HashLimit 131072
> LogFile on
> Syslog off
> LockFile /var/lock/conntrack.lock
> UNIX {
> Path /var/run/conntrackd.ctl
> Backlog 20
> }
> NetlinkBufferSize 2097152
> NetlinkBufferSizeMaxGrowth 8388608
> NetlinkOverrunResync On
> NetlinkEventsReliable Off
> PollSecs 15
I guess the assertion happens after 15 seconds.
conntrack-tools 1.2 includes expectation support which is broken with
PollSecs. The code for polling expectations is missing. Thus, the
assertion problem that you're reporting.
The problem is still there in 1.4.x, this needs a patch.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-06-16 12:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 15:19 conntrackd crash after few seconds Nicolas RENAULT
2014-06-05 15:49 ` Martin Kraus
[not found] ` <CAOkSjBifDQQNNQJbkdraYxNvStvK9CrWRNO7LtawpJJ5n=cTMg@mail.gmail.com>
2014-06-05 16:06 ` Martin Kraus
2014-06-06 7:49 ` Nicolas RENAULT
2014-06-06 12:37 ` Nicolas RENAULT
2014-06-05 16:04 ` Arturo Borrero Gonzalez
2014-06-16 12:08 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).