On 4/29/19 2:18 PM, Frederic Lecaille wrote:
On 4/27/19 1:28 AM, Илья Шипицин wrote:
please have a look


build script:
https://github.com/chipitsine/haproxy-1/commit/6739f36463dc9e82eb65a9fa8353a42128403f0c

build log (error):
https://api.cirrus-ci.com/v1/task/5196617547251712/logs/main.log


any idea ?


thanks!
Ilya Shipicin

Hello Ilya,

In fact not in use ports are not handled the same way between Linux and FreeBSD. On Linux systems connections to not in use port lead to TCP RST contrary to FreeBSD (timeout).

I remember having fixed one time this script to make it succeed on a version of FreeBSD but I do not remember which one (11 I guess) : see commit 9ffb88d. This is why I am surprised to have again such an error with this script on FreeBSD. Perhaps I have missed something.

I think we should revert 9ffb88d commit and flag this script as being Linux specific and create a new one specific for FreeBSD.

Perhaps the TCP blackhole is enabled since 12.0 version?

see https://www.freebsd.org/cgi/man.cgi?query=blackhole.

Reply via email to