Re: Service down with TCP

2015-07-22 Thread Baptiste
On Tue, Jul 21, 2015 at 6:25 PM, Thibault LABRUT
t.lab...@pickup-services.com wrote:
 Hello,

 I implemented the tcp flow at my haproxy .

 The problem is that since haproxy service stops after 5 minutes.

 I have seen rine especially in logs except this:

 kernel: Traps : haproxy [ 11939 ] Common IP protection : 7fe1ddc19f1a sp :
 7fff12c2d580 error: 0 in haproxy [ + 7fe1ddbd5000 b6000 ]

 haproxy - systemd -wrapper : haproxy - systemd -wrapper : exit , haproxy RC =  0

 Here is a sample configuration:


 frontend tcp_33101

 fashion tcp

 tcplog option

 option tcpka

 capture request header Host len 200

 bind 192.168.100.98:33101

 default_backend prod_tools_tcp_33101



 backend prod_tools_tcp_33101

 fashion tcp

 tcplog option

 option tcpka

 server srv- prod_tools_tcp_33101-01 XXX.XXX.XXX.XXX:33101 check weight 100


 Best regards,


 Thibault


Hi Thibault,

What troubleshooting steps have you already performed?
Have you dug into systemd?

NOTE: Please don't use a translator with your HAProxy configuration.
That's why now, haproxy is in fashion tcp instead of mode tcp.

Baptiste



Re: Service down with TCP

2015-07-22 Thread Thibault LABRUT
Hi,


Few notes:
- If I disable the tcp services haproxy remains stable
- I see the same behavior on both haproxy servers

Sorry for the conf .


De : Baptiste bed...@gmail.commailto:bed...@gmail.com
Date : mercredi 22 juillet 2015 09:38
À : Thibault Labrut 
t.lab...@pickup-services.commailto:t.lab...@pickup-services.com
Cc : haproxy@formilux.orgmailto:haproxy@formilux.org 
haproxy@formilux.orgmailto:haproxy@formilux.org
Objet : Re: Service down with TCP

On Tue, Jul 21, 2015 at 6:25 PM, Thibault LABRUT
t.lab...@pickup-services.commailto:t.lab...@pickup-services.com wrote:
Hello,

I implemented the tcp flow at my haproxy .

The problem is that since haproxy service stops after 5 minutes.

I have seen rine especially in logs except this:

kernel: Traps : haproxy [ 11939 ] Common IP protection : 7fe1ddc19f1a sp :
7fff12c2d580 error: 0 in haproxy [ + 7fe1ddbd5000 b6000 ]

haproxy - systemd -wrapper : haproxy - systemd -wrapper : exit , haproxy RC = 0

Here is a sample configuration:


frontend tcp_33101

fashion tcp

tcplog option

option tcpka

capture request header Host len 200

bind 192.168.100.98:33101

default_backend prod_tools_tcp_33101



backend prod_tools_tcp_33101

fashion tcp

tcplog option

option tcpka

server srv- prod_tools_tcp_33101-01 XXX.XXX.XXX.XXX:33101 check weight 100


Best regards,


Thibault


Hi Thibault,

What troubleshooting steps have you already performed?
Have you dug into systemd?

NOTE: Please don't use a translator with your HAProxy configuration.
That's why now, haproxy is in fashion tcp instead of mode tcp.

Baptiste



Service down with TCP

2015-07-21 Thread Thibault LABRUT
Hello,

I implemented the tcp flow at my haproxy .

The problem is that since haproxy service stops after 5 minutes.

I have seen rine especially in logs except this:

kernel: Traps : haproxy [ 11939 ] Common IP protection : 7fe1ddc19f1a sp : 
7fff12c2d580 error: 0 in haproxy [ + 7fe1ddbd5000 b6000 ]
haproxy - systemd -wrapper : haproxy - systemd -wrapper : exit , haproxy RC = 0

Here is a sample configuration:

frontend tcp_33101
fashion tcp
tcplog option
option tcpka
capture request header Host len 200
bind 192.168.100.98:33101
default_backend prod_tools_tcp_33101

backend prod_tools_tcp_33101
fashion tcp
tcplog option
option tcpka
server srv- prod_tools_tcp_33101-01 XXX.XXX.XXX.XXX:33101 check weight 100

Best regards,

Thibault