[SPAM] FOB HK sz

2016-08-08 Thread FOB HK FOB sz
大陆至深圳港口运输,报关,中港线 一、大陆至香港散货  免费上门提货 0.68元/公斤;    泡货120元/立方; 近期经常外出,有订单当天收货的请给我打电话。  祝你工作顺利、开心快乐!  东莞市南丰物流(香港)有限公司 联   系 人:13922925659/ {Mobile}13662814456  咨询接单QQ:654340993 联系 邮 箱:nanfeng...@163.com运 输

Re: Haproxy 1.6.7 segmentation fault under load

2016-08-08 Thread James Hartshorn
Thank you so much for your investigation! We have been running the patch in high volume testing all day and so far it is working fine with no segfaults. From: Willy Tarreau Sent: Monday, August 8, 2016 8:24:29 AM To: James Hartshorn Cc: Lukas

Re: QUERY REGARDING HAPROXY

2016-08-08 Thread shouldbe q931
On Thu, Jul 28, 2016 at 12:28 PM, Abhijit Roy wrote: > > > Dear sir, > >Can you please help us to tell how to configure ha proxy with auto > matic syncronization of data as we have 2 intranet servers one is > main & another is backup so we want to configure

Re: Haproxy if acl problem

2016-08-08 Thread Lukas Tribus
Hi Andrzej, Am 08.08.2016 um 10:02 schrieb Andrzej Sobociński: Hello. I have issue with haproxy 1.6 (meaby that is bug) My config in backend section: acl acl_address_xxx hdr(host) -i xxx.domain.com http-response set-header Strict-Transport-Security "max-age=31536000; includeSubDomains;

RE: 51Degrees Trie Update Patch

2016-08-08 Thread Ben Shillito
Hi Willy, Yes I agree, this is a problem. I have attached a patch with a change to the readme which explains that that the correct version must be pulled if using <=1.6. Regards, Ben. Ben Shillito Developer E: b...@51degrees.com T: @51Degrees -Original Message- From: Willy Tarreau

Re: Haproxy 1.6.7 segmentation fault under load

2016-08-08 Thread Willy Tarreau
Hi guys, On Thu, Aug 04, 2016 at 07:02:50PM +0200, Lukas Tribus wrote: > > It may be very useful to build with libslz instead of building without > > zlib. It would stress the exact same code paths in haproxy, you would > > still get compression and we'd see if the issue can be reproduced. > >

Re: Build fail on alpine linux

2016-08-08 Thread Willy Tarreau
On Mon, Aug 08, 2016 at 02:15:04PM +0200, Baptiste wrote: > Here you go :) Applied, thanks! willy

Re: Build fail on alpine linux

2016-08-08 Thread Baptiste
On Mon, Aug 8, 2016 at 2:09 PM, Willy Tarreau wrote: > On Mon, Aug 08, 2016 at 02:05:58PM +0200, Baptiste wrote: > > It won't, I'm sending you a patch soon to define _GNU_SOURCE in > proto_tcp.c > > :) > > (which seems to "fix" the problem, also I don't know if this is the right > >

Re: Build fail on alpine linux

2016-08-08 Thread Willy Tarreau
On Mon, Aug 08, 2016 at 02:05:58PM +0200, Baptiste wrote: > It won't, I'm sending you a patch soon to define _GNU_SOURCE in proto_tcp.c > :) > (which seems to "fix" the problem, also I don't know if this is the right > way to go) Perfect, thanks. Please put it before the first include in the

Re: Build fail on alpine linux

2016-08-08 Thread Baptiste
On Mon, Aug 8, 2016 at 1:50 PM, Willy Tarreau wrote: > On Mon, Aug 08, 2016 at 01:28:07PM +0200, Baptiste wrote: > > Here you go: > > # fgrep -r tcp_info /usr/include/* > > /usr/include/linux/tcp.h:struct tcp_info { > > /usr/include/netinet/tcp.h:struct tcp_info > > It's

Re: Build fail on alpine linux

2016-08-08 Thread Willy Tarreau
On Mon, Aug 08, 2016 at 01:28:07PM +0200, Baptiste wrote: > Here you go: > # fgrep -r tcp_info /usr/include/* > /usr/include/linux/tcp.h:struct tcp_info { > /usr/include/netinet/tcp.h:struct tcp_info It's strange that your netinet/tcp.h has it and that it doesn't work, maybe there's some

Re: Build fail on alpine linux

2016-08-08 Thread Baptiste
On Mon, Aug 8, 2016 at 12:30 PM, Willy Tarreau wrote: > Hi Baptiste, > > On Mon, Aug 08, 2016 at 12:21:54PM +0200, Baptiste wrote: > > Hi All, > > > > I test my HAProxy code in docker containers over alpine Linux and I can't > > build the haproxy -dev branch anymore... > > I have

Re: Build fail on alpine linux

2016-08-08 Thread Willy Tarreau
Hi Baptiste, On Mon, Aug 08, 2016 at 12:21:54PM +0200, Baptiste wrote: > Hi All, > > I test my HAProxy code in docker containers over alpine Linux and I can't > build the haproxy -dev branch anymore... > I have the following error: > gcc -Iinclude -Iebtree -Wall -O0 -g -fno-strict-aliasing >

Build fail on alpine linux

2016-08-08 Thread Baptiste
Hi All, I test my HAProxy code in docker containers over alpine Linux and I can't build the haproxy -dev branch anymore... I have the following error: gcc -Iinclude -Iebtree -Wall -O0 -g -fno-strict-aliasing -Wdeclaration-after-statement -DCONFIG_HAP_LINUX_SPLICE -DTPROXY

Haproxy if acl problem

2016-08-08 Thread Andrzej Sobociński
Hello. I have issue with haproxy 1.6 (meaby that is bug) My config in backend section: acl acl_address_xxx hdr(host) -i xxx.domain.com http-response set-header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload;" if acl_address_xxx and haproxy don't adding HSTS if