Re: conntrackd crash after few seconds

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Le 05/06/2014 18:06, Martin Kraus a écrit :
On Thu, Jun 05, 2014 at 05:59:19PM +0200, Arturo Borrero Gonzalez wrote:
On 5 June 2014 17:49, Martin Kraus <lists_mk@xxxxxxxxxxx> wrote:

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


Is this the same as the Debian bug #746464 [0]?
probably not. we hit a kernel panic and when I redirected kernel console to
the serial port for another run it showed that there was a stalled cpu core running
conntrackd process and everything was just dead.

mk
Hi,

I find the solution , the proble come from conntrackd.conf it was made from the one on a squeeze and with the example bring with the package a made this one :

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 {
    HashSize 8192
    HashLimit 65535
    Syslog on
    LockFile /var/lock/conntrackd.lock
    UNIX {
        Path /var/run/conntrackd.sock
        Backlog 20
    }
    SocketBufferSize 262142
    SocketBufferSizeMaxGrown 655355
    Filter {
        Protocol Accept {
            TCP
        }
        Address Ignore {
            IPv4_address 10.98.0.0/16     #dedicated link #
        }
    }
}


diff :
                old         new
HashSize  32768   8192
HashLimit 131072 65535

- NetlinkBufferSize 2097152
- NetlinkBufferSizeMaxGrowth 8388608
- NetlinkOverrunResync On
- NetlinkEventsReliable Off
- PollSecs 15
- EventIterationLimit 100
- Filter From Userspace {

+ SocketBufferSize 262142
+ SocketBufferSizeMaxGrown 655355
+ Filter {

can someone look at my new conntrackd.conf and says if i forget somethinks important ?.

regards


--
Nicolas

--
To unsubscribe from this list: send the line "unsubscribe netfilter" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux