Re: 1.6.0 Error: Cannot Create Listening Socket for Frontend and Stats,Proxies

2015-10-20 Thread Willy Tarreau
On Tue, Oct 20, 2015 at 12:54:48AM +0530, Susheel Jalali wrote: > Dear HAProxy Developers: > > The following error message appears with HAProxy 1.6.0 after start and > then the load balancer stops. No haproxy.pid is getting created. The > same configuration works seamlessly with HAProxy 1.5.14

Re: 1.6.0 Error: Cannot Create Listening Socket for Frontend and Stats,Proxies

2015-10-20 Thread Susheel Jalali
Dear Willy, Thank you for your insights. As you advised, below is the output of haproxy -f …cfg -db -V. We are starting HAProxy as root. There is no other application running on this server dedicated for load balancer. ‘netstat -apon’ suggests that these ports are not used by any other

RE: 1.6.0 Error: Cannot Create Listening Socket for Frontend and Stats,Proxies

2015-10-20 Thread Lukas Tribus
> Dear Willy, > > Thank you for your insights. As you advised, below is the output of > haproxy -f …cfg -db -V. Can you run this through strace (strace haproxy -f …cfg -db -V) and provide the output. Also, if you have the strace output of a successful startup of 1.5.14 for comparison, that would

Re: 1.6.0 Error: Cannot Create Listening Socket for Frontend and Stats,Proxies

2015-10-20 Thread Willy Tarreau
On Tue, Oct 20, 2015 at 10:54:58AM +0200, Lukas Tribus wrote: > > Dear Willy, > > > > Thank you for your insights. As you advised, below is the output of > > haproxy -f ?cfg -db -V. > > Can you run this through strace (strace haproxy -f ?cfg -db -V) and > provide the output. > > Also, if you

Re: 1.6.0 Error: Cannot Create Listening Socket for Frontend and Stats,Proxies

2015-10-20 Thread Willy Tarreau
On Tue, Oct 20, 2015 at 11:20:12AM +0200, Willy Tarreau wrote: > On Tue, Oct 20, 2015 at 10:54:58AM +0200, Lukas Tribus wrote: > > > Dear Willy, > > > > > > Thank you for your insights. As you advised, below is the output of > > > haproxy -f ?cfg -db -V. > > > > Can you run this through strace

Re: 1.6.0 Error: Cannot Create Listening Socket for Frontend and Stats,Proxies

2015-10-20 Thread Susheel Jalali
Dear Willy and Lukas, Thank you for your guidance. Upon implementing your insights, here is the summed up result: (1) With Willy’s patch HAProxy starts (2) But we have to remove listen haproxystats block, as it still cannot create listening socket for this listen proxy. Detailed information

Re: 1.6.0 Error: Cannot Create Listening Socket for Frontend and Stats,Proxies

2015-10-20 Thread Willy Tarreau
Hi Susheel, On Wed, Oct 21, 2015 at 01:29:33AM +0530, Susheel Jalali wrote: > Dear Willy and Lukas, > > Thank you for your guidance. Upon implementing your insights, here is > the summed up result: > > (1) With Willy?s patch HAProxy starts OK thanks for confirming this. > (2) But we have to