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

Systemd file memory error #270

Closed
arjandekker opened this issue Apr 21, 2023 · 1 comment
Closed

Systemd file memory error #270

arjandekker opened this issue Apr 21, 2023 · 1 comment
Milestone

Comments

@arjandekker
Copy link

Hi,

On RHEL8 we recieved the following error when starting Evebox:
Failed at step MEMORY spawning /usr/bin/evebox: Cannot allocate memory

I solved this by changing the systemd service file:

From:
Environment=CONFIG="-c /etc/evebox/evebox.yaml"

To:
Environment='CONFIG=-c /etc/evebox/evebox.yaml'

Maybe the service file has to be changed in the rpm?

Greets,

Arjan

@jasonish
Copy link
Owner

I can't make this fail for me in CentOS 8, however I do see double quotes used in many unit files, so I'll plan to make this:

Environment="CONFIG=-c /etc/evebox/evebox.yaml"

@jasonish jasonish added this to the 0.17.2 milestone May 11, 2023
jasonish added a commit that referenced this issue Jun 28, 2023
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

2 participants