Cannot restart haproxy -
I'm trying to restart haproxy when I type
Haproxy -f / etc / haproxy / haproxy.cfg
I get the following error:
[ALERT] 212/124840 (9060): proxy mysql - Start the cluster: can not bind the socket
if I type
/etc/init.d/haproxy restart
< / Pre>Nothing happens.
two options:
You are not running as root; Possibly you need a pseudo in front of your command to start it on the command line if you are not running as root (check with whoami). Another process, possibly another example of proxy, is already limited to those ports. Check with Netstat -apn.
Comments
Post a Comment