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

Service fails to start after reboot #11

Open
jamiereid opened this issue Jan 21, 2020 · 0 comments
Open

Service fails to start after reboot #11

jamiereid opened this issue Jan 21, 2020 · 0 comments
Labels
bug Something isn't working production-instance This issue relates to the instance of spaceprobed currently running at MHV

Comments

@jamiereid
Copy link
Member

/var/run/spaceprobed does not exist after reboot, and so the python script (running as spaceprobed user) is unable to create the PID file.

Manual workaround is to run the following steps after a reboot:

# mkdir /var/run/spaceprobed
# chown spaceprobed.spaceprobed /var/run/spaceprobed
# rc-service spaceprobed start
@jamiereid jamiereid added bug Something isn't working production-instance This issue relates to the instance of spaceprobed currently running at MHV labels Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working production-instance This issue relates to the instance of spaceprobed currently running at MHV
Projects
None yet
Development

No branches or pull requests

1 participant