Skip to content

systemctl start haproxy fails to start on new build 2.9.7 #29

@murusaki187

Description

@murusaki187

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions