Re: Dataplane exits at haproxytech/haproxy-ubuntu:2.9 in Containers

2024-03-17 Thread Aleksandar Lazic
Hi. Looks like there was a similar question in the forum https://discourse.haproxy.org/t/trouble-with-starting-the-data-plane-api/9200 Any idea how to fix this? Regards Alex On 2024-03-13 (Mi.) 00:11, Aleksandar Lazic wrote: Hi. I try to run dataplane as "random" user inside haproxy.cfg. T

[PATCH 2/2] CI: temporarily adjust kernel entropy to work with ASAN/clang

2024-03-17 Thread Ilia Shipitsin
clang runtime (shipped with clang14) is not compatible with recent Ubuntu kernels more details: https://github.com/actions/runner-images/issues/9491 --- .github/workflows/vtest.yml | 11 +++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/vtest.yml b/.github/workflows/vte

[PATCH 0/2] CI entropy adjust (clang asan fix) and spell fixes

2024-03-17 Thread Ilia Shipitsin
couple of patches 1) spell fixes 2) CI sysctl to make new ubuntu kernels and asan friends again Ilia Shipitsin (2): CLEANUP: assorted typo fixes in the code and comments CI: temporarily adjust kernel entropy to work with ASAN/clang .github/workflows/vtest.yml | 11 +++ src/quic_cli.c

[PATCH 1/2] CLEANUP: assorted typo fixes in the code and comments

2024-03-17 Thread Ilia Shipitsin
This is 40th iteration of typo fixes --- src/quic_cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quic_cli.c b/src/quic_cli.c index 49501d53d..b4b9329da 100644 --- a/src/quic_cli.c +++ b/src/quic_cli.c @@ -12,7 +12,7 @@ unsigned int qc_epoch = 0; enum quic_dum

Re: About the SPOE

2024-03-17 Thread Aleksandar Lazic
Hi. On 2024-03-15 (Fr.) 15:09, Christopher Faulet wrote: Hi all, It was evoked on the ML by Willy and mentioned in few issues on GH. It is now official. The SPOE was marked as deprecated for the 3.0. It is not a pleasant announce because it is always an admission of failure to remove a featur