Re: DNS Load balancing needs feedback and advice.

2020-11-10 Thread Willy Tarreau
Hi Lukas, On Tue, Nov 10, 2020 at 11:55:33PM +0100, Lukas Tribus wrote: > Hello Willy, > > On Fri, 6 Nov 2020 at 10:59, Willy Tarreau wrote: > > > > hate the noise that some people regularly make about "UDP support" > > > > > > I am *way* more concerned about what to tell people when they

Re: Updated CI using GitHub actions

2020-11-10 Thread Willy Tarreau
On Tue, Nov 10, 2020 at 10:30:52PM +0100, Tim Düsterhus wrote: (...) > Let me (or Ilya) know if you have any questions or if you notice any > issues with it. Personally I'm super happy with how it turned out :-) Many thanks to you and Ilya for handling this. I know for having followed your

stable-bot: Bugfixes waiting for a release 2.3 (2), 2.2 (3), 2.1 (1)

2020-11-10 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses

Re: DNS Load balancing needs feedback and advice.

2020-11-10 Thread Lukas Tribus
Hello Willy, On Fri, 6 Nov 2020 at 10:59, Willy Tarreau wrote: > > > hate the noise that some people regularly make about "UDP support" > > > > I am *way* more concerned about what to tell people when they report > > redundant production systems meltdowns because of the traps that we > > knew

Re: Updated CI using GitHub actions

2020-11-10 Thread William Lallemand
On Tue, Nov 10, 2020 at 10:30:52PM +0100, Tim Düsterhus wrote: > Let me (or Ilya) know if you have any questions or if you notice any > issues with it. Personally I'm super happy with how it turned out :-) > Thanks to both of you, the whole thing is cleaner and quicker from my point of view :-)

Updated CI using GitHub actions

2020-11-10 Thread Tim Düsterhus
Hi List, this is a kind-of follow-up for my previous email from July: https://www.mail-archive.com/haproxy@formilux.org/msg38032.html. You might or might not have noticed that Travis became a bit slow in the last months and a few days ago they announced a new pricing model, limiting minutes even

Re: [2.0.17] crash with coredump

2020-11-10 Thread Willy Tarreau
Hi Christopher, On Tue, Nov 10, 2020 at 09:17:15PM +0100, Christopher Faulet wrote: > Le 10/11/2020 à 18:12, Maciej Zdeb a écrit : > > Hi, > > > > I'm so happy you're able to replicate it! :) > > > > With that patch that disabled pool_flush I still can reproduce on my r > > server and on

Re: [2.0.17] crash with coredump

2020-11-10 Thread Christopher Faulet
Le 10/11/2020 à 18:12, Maciej Zdeb a écrit : Hi, I'm so happy you're able to replicate it! :) With that patch that disabled pool_flush I still can reproduce on my r server and on production, just different places of crash: Hi Maciej, Could you test the following patch please ? For now I

Re: fronted/bind ordering

2020-11-10 Thread Bartosz
And it seems our existing loadbalancer actually work as I expect. It seems the order of the frontends is irrelevant, the more specific one gets picked over the fallback one. This is really puzzling me. Why is it different on this newest VM? Kernel 3.16 vs 4.9 ? But then I'm surprised that

Re: [2.0.17] crash with coredump

2020-11-10 Thread Maciej Zdeb
Hi, I'm so happy you're able to replicate it! :) With that patch that disabled pool_flush I still can reproduce on my r server and on production, just different places of crash: on r: (gdb) bt #0 tasklet_wakeup (tl=0xd720c300a000) at include/haproxy/task.h:328 #1 h2s_notify_recv

Integration of modsecurity v3 with haproxy

2020-11-10 Thread Thomas SIMON
Hi all, Is there a way to use some mecanism (spoe or other) to use modsecurity v3 with haproxy (2.x) ? I found documentation on modsecurity v2 integration with spoe , but nothing on v3. My goal is to protect backends with modsecurity using owasp CRS. I've setup a nginx with modsecurity v3 on

Re: [2.0.17] crash with coredump

2020-11-10 Thread Willy Tarreau
On Tue, Nov 10, 2020 at 04:14:52PM +0100, Willy Tarreau wrote: > Seems like we're getting closer. Will continue digging now. I found that among the 5 crashes I got, 3 were under pool_flush() that is precisely called during the soft stopping. I tried to disable that function with the patch below

Bid Writing, Major Donors and Volunteering workshops via Zoom

2020-11-10 Thread NFP Workshops
NFP WORKSHOPS 18 Blake Street, York YO1 8QG 01133 280988 Affordable Training Courses for Charities, Schools & Public Sector Organisations This email has been sent to haproxy@formilux.org CLICK TO UNSUBSCRIBE FROM LIST Alternatively send a blank e-mail to unsubscr...@nfpmail2001.co.uk

Re: [2.0.17] crash with coredump

2020-11-10 Thread Willy Tarreau
Hi Maciej, On Tue, Nov 10, 2020 at 03:21:45PM +0100, Maciej Zdeb wrote: > Hi, > > I'm very sorry that my skills in gdb and knowledge of HAProxy and C are not > sufficient for this debugging process. Quite frankly, you don't have to be sorry for anything :-) I could reproduce the crash on 2.2

fronted/bind ordering

2020-11-10 Thread Bartosz
Hi, for years we've been using HAProxy, currently on 2.0. And we've had a setup like this (simplified): = frontend bind :80 use_backend frontend bind :80 use_backend fronted fallback bind *:80 use_backend

Re: [2.0.17] crash with coredump

2020-11-10 Thread Maciej Zdeb
Hi, I'm very sorry that my skills in gdb and knowledge of HAProxy and C are not sufficient for this debugging process. With the patch applied I tried again to use spoa from "contrib/spoa_example/". Example spoa agent does not understand my spoe-message and silently ignores it, but it doesn't