Hi again,
> Could you let us know which version of HAProxy are you running and how you
> did compiled it?
Version 1.5-dev19, one a 2.6.25-2-686 (yep, very old one) kernel,
compiled with :
make TARGET=linux26 USE_OPENSSL=yes
> It would be intersting to see if the bind call returns non-zero in
> Nerilaunt's case.
bind(7, {sa_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("a.b.c.d")}
, 16) = 0
connect(7, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("a.b.c.e")}, 16) = -1 EINPROGRESS (Operation now in
progress)
(where a.b.c.d is the eth0:19's ip address and a.b.c.e the backend server).
BTW, if it works for you and it's not an Haproxy problem, we will
update our old system, it's not lost anyway.
Thanks !