Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
murusaki187 opened this issue May 9, 2024 · 3 comments
Open

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

murusaki187 opened this issue May 9, 2024 · 3 comments

Comments

@murusaki187
Copy link

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

@krzotr
Copy link

krzotr commented May 10, 2024

Hi @murusaki187

I described the same issue in #28

@thinkpoddr
Copy link

see #28 (comment) for a solution, but ultimately, this should be worked into the repo.

@MattBianco
Copy link

Another comment #28 (comment) exist with (what I think is) a bit more insightful suggestions on how to fix the service startup issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants