On Tue, Nov 22, 2016 at 11:31:43AM +0100, Pavlos Parissis wrote: > On 22/11/2016 10:09 ????, Jürgen Haas wrote: > >> What do you mean by 'not operating at all'? > > > > It doesn't respond to requests. > > > >> Are you sure the IPs configured in frontends are available during boot? > > > > Well, that's exactly what I don't know. Why shouldn't they? > > I don't know, but I think it is better to find out. But, it could be > unrelated to the problem.
I don't know the startup sequence of systemd, but if haproxy happens to be stared before the network it could definitely explain it. At the very least you could enable net.ipv4.ip_nonlocal_bind to let it start even when the IP addresses are missing, it would help a lot. Regards, Willy

