You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing 2.9.7 cant run the below statement to start the service. This works as expected in version 2.8.2
[root@ha01 haproxy]# systemctl start haproxy
Job for haproxy.service failed because the control process exited with error code.
See "systemctl status haproxy.service" and "journalctl -xe" for details.
With 2.9.7 installed, it will start and run as expected
[root@ha01 haproxy]# /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg
[root@ha01 haproxy]# ps -ef |grep haproxy
haproxy 3869371 1 0 16:10 ? 00:00:00 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg
root 3869461 3867322 0 16:10 pts/0 00:00:00 grep --color=auto haproxy
The text was updated successfully, but these errors were encountered:
After installing 2.9.7 cant run the below statement to start the service. This works as expected in version 2.8.2
[root@ha01 haproxy]# systemctl start haproxy
Job for haproxy.service failed because the control process exited with error code.
See "systemctl status haproxy.service" and "journalctl -xe" for details.
With 2.9.7 installed, it will start and run as expected
[root@ha01 haproxy]# /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg
[root@ha01 haproxy]# ps -ef |grep haproxy
haproxy 3869371 1 0 16:10 ? 00:00:00 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg
root 3869461 3867322 0 16:10 pts/0 00:00:00 grep --color=auto haproxy
The text was updated successfully, but these errors were encountered: