Re: Haproxy 3.1.0 will not start

2024-12-09 Thread Willy Tarreau
Hi Sander, On Wed, Dec 04, 2024 at 06:39:31PM +, Sander Klein wrote: > Hi William, > > ofcourse, please see below. The line causing it not to start is the > ExecStartPre line. But like I said, I don't know where this unit file came > from. Either a collegue or I created this override, can't r

Re: Web API Load Balancing for HAProxy

2024-12-09 Thread Willy Tarreau
Hello, On Mon, Dec 09, 2024 at 10:09:15AM +0800, jovi bon wrote: > DearHAProxy : > I hope this message finds you well. I would like to confirm whether HAProxy > supports load balancing for Web API traffic. Could you kindly provide > clarification on this functionality? Thank you for your assi

Re: [PATCH 1/3] BUG/MINOR: namespace: handle a possible strdup() failure

2024-12-09 Thread Willy Tarreau
On Tue, Dec 03, 2024 at 08:20:16PM +0100, ??? wrote: > thank for suggestions. > here's v2 of patchset Looks good, all applied now, thank you Ilya! Willy

Re: [PATCH] CI: use "/tmp" as default value for TMPDIR when searching logs

2024-12-09 Thread Willy Tarreau
On Sat, Dec 07, 2024 at 10:01:38AM +0100, Ilia Shipitsin wrote: > VTest use /tmp already if not defined, let stick the behaviour for > searching logs as well Makes sense indeed. Applied now, thanks! Willy