Hi,
the scheduler suddenly stopped working. Instead of constantly checking all projects it just writes a wait message to the log:
setting up watcher for https://api.opensuse.org/public, start=184677967 2019-07-29 10:53:59: [2038] waiting for an event...
Restarting the service and the server did not help. I cannot see what the problem is. All changed packages stay in state "scheduled".
Regards,
Mark
Oh, I found it - the obsworker.service died and it fails to start on server reboot. But with systemctl restart obsworker.service it comes up. Is there a dependency missing in the service file?
Am Montag, 29. Juli 2019, 11:01:28 CEST schrieb Morschhäuser, Mark:
Oh, I found it - the obsworker.service died and it fails to start on server reboot. But with systemctl restart obsworker.service it comes up. Is there a dependency missing in the service file?
Please check:
https://github.com/openSUSE/open-build-service/issues/7912
or more specifically:
$ systemctl is-enabled obs-api-support.target
and, if not enabled:
$ systemctl enable --now obs-api-support.target
If that doesn't solve your issue, it might be due /srv/obs not being available right in time (as in my case)...
Cheers, Pete
Hey,
On 29.07.19 12:14, Hans-Peter Jansen wrote:
$ systemctl is-enabled obs-api-support.target
This has nothing to do with workers not coming up.
Henne
buildservice@lists.opensuse.org