On Fri, Mar 27, 2020 at 04:21:20PM +0100, Christian Ruppert wrote: > During the reload I just found something in the daemon log: > Mar 27 13:37:54 somelb haproxy[20799]: [ALERT] 086/133748 (20799) : > Starting proxy someotherlistener: cannot bind socket [0.0.0.0:18540] > Mar 27 13:37:54 somelb haproxy[20799]: [ALERT] 086/133748 (20799) : > Starting proxy someotherlistener: cannot bind socket [:::18540] > > So during the reload, this happened and seems to have caused any further > issues/trouble. >
That would make sense. Does that mean you have old processes hanging around ? Do you use seemless reload ? If so, it shouldn't attempt to bind the socket, but get them from the old process. Regards, Olivier

