Hi,

On Fri, Mar 20, Ha Quan Le wrote:
> local@PGSYNCTEST:~$ sudo -u haproxy /etc/init.d/haproxy restart 
> * Restarting haproxy haproxy 
> [WARNING] 078/171401 (1267) : [/usr/local/sbin/haproxy.main()] Cannot raise 
> FD limit to 90034. 

You're trying to start/restart haproxy as haproxy user (sudo -u).
start/restart as root and let haproxy drop privs (user / group in haproxy.cfg).

> [ALERT] 078/171401 (1267) : Starting frontend GLOBAL: error when trying to 
> preserve previous UNIX socket [/var/run/haproxy.sock] 
> [ALERT] 078/171401 (1267) : Starting frontend 
> pgdbplatform_frontend_cluster01: cannot bind socket [0.0.0.0:5432] 

Try restarting as root. If it still doesn't work then make sure
that there's no haproxy process left from earlier tests.
And if it still complains about cannot bind [0.0.0.0:5432] then
you have something else already listening to that socket.

-Jarno

-- 
Jarno Huuskonen

Reply via email to