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

haproxy 2.4 issue #7

Open
Francommit opened this issue Jul 2, 2021 · 3 comments
Open

haproxy 2.4 issue #7

Francommit opened this issue Jul 2, 2021 · 3 comments

Comments

@Francommit
Copy link

Francommit commented Jul 2, 2021

The latest version of haproxy causes a permission error when using this script.

lb            | Could not open file '/usr/local/etc/haproxy/haproxy.cfg' Permission denied at /assertMaster.perl line 78.
lb exited with code 13

https://github.com/SolaceLabs/solace-ha-docker-compose/blob/master/template/PubSub_Standard_HA.YML#L76

Setting it to 2.3 fixes the issue.

@franklin-antony
Copy link

Thanks @Francommit . This worked once i switched the tag to image: 'haproxy:2.3'

@downvoteit
Copy link

With haproxy:2.3 it works.

With latest (2.5.5 GA now) permissions must be granted to create /usr/local/etc/haproxy/haproxy.cfg from assertMaster.perl script.

Docker log:

Could not open file '/usr/local/etc/haproxy/haproxy.cfg' Permission denied at /assertMaster.perl line 78.

@dev-mansonthomas
Copy link

With latest (2.5.5 GA now) permissions must be granted to create /usr/local/etc/haproxy/haproxy.cfg from assertMaster.perl script.

How do you do that? 😇

I'm trying to run a product that depends on HAProxy, so I know little about this assertMaster.perl file

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