Re: Bug when loading multiple configuration files

2016-05-27 Thread Ben Cabot
Hi Willy, Bryan, Thanks for looking at this and getting it fixed quickly. Thanks, Ben On 26 May 2016 at 17:01, Willy Tarreau wrote: > Hi Ben, > > On Wed, May 25, 2016 at 08:41:53AM +0100, Ben Cabot wrote: >> Sorry I forgot include the build details. The configuration its self >>

Re: Bug when loading multiple configuration files

2016-05-26 Thread Willy Tarreau
Hi Ben, On Wed, May 25, 2016 at 08:41:53AM +0100, Ben Cabot wrote: > Sorry I forgot include the build details. The configuration its self > does not seem to matter, you get the error if you if you load 2 empty > files or 2 with any listen or frontend / backend configurations. Its > just the fact

Re: Bug when loading multiple configuration files

2016-05-25 Thread Ben Cabot
Sorry I forgot include the build details. The configuration its self does not seem to matter, you get the error if you if you load 2 empty files or 2 with any listen or frontend / backend configurations. Its just the fact you are loading 2 configuration files that causes the problem. HA-Proxy

Re: Bug when loading multiple configuration files

2016-05-24 Thread Bryan Talbot
The OP didn’t provide many details, but I am able to reproduce this too using 1.7-dev and the config files shown below. Git bisect shows the break at the commit mentioned. $> cat haproxy.cfg haproxy2.cfg global defaults timeout client 5s timeout server 5s timeout connect 5s