1
Web Proxy Filtering and Caching / Re: HAProxy Service not starting
« on: October 13, 2020, 03:20:33 pm »
I tried it already but same result. The diffenrece now is that when I launch haproxy with cli, there is no haproxy.cfg error, but only the warning.
edit: launching with start option tells me that haproxy is not enabled (but it is enable in GUI settings)
edit2: It definitely looks like an enabled service problem
If I manually says in /usr/local/etc/rc.d/haproxy that haproxy is enabled, I can that the service from command line and from GUI (in GUI it freeze on loading page after clicking on start service but if I refresh I can see the service green).
Code: [Select]
root@test:~ # /usr/local/etc/rc.d/haproxy onestart
/usr/local/etc/rc.d/haproxy: WARNING: failed precmd routine for haproxy
edit: launching with start option tells me that haproxy is not enabled (but it is enable in GUI settings)
Code: [Select]
root@test:~ # /usr/local/etc/rc.d/haproxy start
Cannot 'start' haproxy. Set haproxy_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'.
edit2: It definitely looks like an enabled service problem
If I manually says in /usr/local/etc/rc.d/haproxy that haproxy is enabled, I can that the service from command line and from GUI (in GUI it freeze on loading page after clicking on start service but if I refresh I can see the service green).