Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-19 Thread Willy Tarreau
On Fri, Aug 19, 2022 at 11:37:47PM +0200, Vincent Bernat wrote: > On 2022-08-19 23:09, Ionel GARDAIS wrote: > > Aug 19 22:09:09 haproxy-2 haproxy[1280]: [WARNING] (1280) : Failed to > > connect to the old process socket '/run/haproxy/admin.sock' > > Aug 19 22:09:09 haproxy-2 haproxy[1280]:

Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-19 Thread Vincent Bernat
On 2022-08-19 23:09, Ionel GARDAIS wrote: Aug 19 22:09:09 haproxy-2 haproxy[1280]: [WARNING] (1280) : Failed to connect to the old process socket '/run/haproxy/admin.sock' Aug 19 22:09:09 haproxy-2 haproxy[1280]: [ALERT](1280) : Failed to get the sockets from the old process! There was

Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-19 Thread Ionel GARDAIS
Yes from haproxy.debian.net Aug 19 22:09:09 haproxy-2 systemd[1]: Starting HAProxy Load Balancer... Aug 19 22:09:09 haproxy-2 haproxy[1280]: [NOTICE] (1280) : haproxy version is 2.6.3-1~bpo11+1 Aug 19 22:09:09 haproxy-2 haproxy[1280]: [NOTICE] (1280) : path to executable is

Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-19 Thread Vincent Bernat
On 2022-08-19 22:16, Ionel GARDAIS wrote: I had to rollback to 2.6.2 after having upgrade to 2.6.3 because systemd was restarting the haproxy process every 1m30s (on an up-to-date Debian 11) apt upgrade itself hung while doing the upgrade. With Debian packages from haproxy.debian.net? Logs

Re: [*EXT*] [ANNOUNCE] haproxy-2.6.3

2022-08-19 Thread Ionel GARDAIS
Hi Willy, I had to rollback to 2.6.2 after having upgrade to 2.6.3 because systemd was restarting the haproxy process every 1m30s (on an up-to-date Debian 11) apt upgrade itself hung while doing the upgrade. Regards, Ionel - Mail original - De: "Willy Tarreau" À: "haproxy" Envoyé:

Re: [PATCH] MINOR: tcp_sample: extend support for get_tcp_info to OpenBSD

2022-08-19 Thread Brad Smith
ping. On 8/12/2022 10:23 PM, Brad Smith wrote: extend support for get_tcp_info to OpenBSD. diff --git a/src/tcp_sample.c b/src/tcp_sample.c index 2e8a62173..300ce1c8d 100644 --- a/src/tcp_sample.c +++ b/src/tcp_sample.c @@ -357,8 +357,8 @@ static inline int get_tcp_info(const struct arg

[ANNOUNCE] haproxy-2.6.3

2022-08-19 Thread Willy Tarreau
Hi, HAProxy 2.6.3 was released on 2022/08/19. It added 60 new commits after version 2.6.2. This release contains assorted fixes for issues discovered after the previous 2.6.2 release, and there are quite a few annoying ones so I preferred not to let them rot too long: - there was an issue with

Re: "Success" logs in HTTP frontends

2022-08-19 Thread Christian Ruppert
On 2022-08-01 09:45, Christian Ruppert wrote: On 2022-07-29 13:59, William Lallemand wrote: On Fri, Jul 29, 2022 at 11:10:32AM +0200, Christopher Faulet wrote: Le 7/29/22 à 10:13, Christian Ruppert a écrit : > Hi list, > > so I noticed on my private HAProxy I have 2 of those logs within the >

Understanding show table output and rate limiting weirdness

2022-08-19 Thread Corin Langosch
Hello guys, I’m using the docker image 2.5.7-2ef551d with basic rate limiting configured like this: backend test acl test_rate_limit_by_ip_exceeds_limit src,table_http_req_rate(test_rate_limit_by_ip) gt 5 http-request deny deny_status 429 if test_rate_limit_by_ip_exceeds_limit