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

Wait for obssrcserver and obsrepserver to be running #17083

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxeljaxel
Copy link

Hey there,
I've noticed that the obspublisher service doesn't start automatically because its systemd call is not scheduled after obssrcserver and obsrepserver.
Solution: Add obssrcserver.service and obsrepserver.service To After section in obspublisher.service

@adrianschroeter
Copy link
Member

it should start also without them running.... what was the error?

Also, the source server might be on a remote server, so we can not rely on it running during bootup.

@hennevogel hennevogel added the Backend Things regarding the OBS backend label Nov 11, 2024
@maxeljaxel
Copy link
Author

The systemd service starts without any errors, but the monitor on the webinterface says it's dead, which it is in fact since packages won't get published. Because the publisher exists once on every OBS partition like the dispatcher, I just copied the After section of obsdispatcher.service to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Things regarding the OBS backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants