You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run our cb-event-forwarder on a separate server rather than our cluster master, this server is fully dedicated to the cb-event-forwarder and we subscribe to events via RabbitMQ.
In a recent update the following line was added to the cb-event-forwarder.service unit file:
This will fail on standalone cb-event-forwarder instances with the following error:
No cb user, please install CB EDR before running this script
Since this returns an exit code of 2 the systemd service will fail to startup. The fix for me was commenting out that ExecStartPre but I believe this script failing shouldn't make the whole systemd service fail, or it shouldn't be included in the systemd unit file.
The text was updated successfully, but these errors were encountered:
Summary
We run our cb-event-forwarder on a separate server rather than our cluster master, this server is fully dedicated to the cb-event-forwarder and we subscribe to events via RabbitMQ.
In a recent update the following line was added to the
cb-event-forwarder.service
unit file:This will fail on standalone cb-event-forwarder instances with the following error:
Since this returns an exit code of
2
the systemd service will fail to startup. The fix for me was commenting out thatExecStartPre
but I believe this script failing shouldn't make the whole systemd service fail, or it shouldn't be included in the systemd unit file.The text was updated successfully, but these errors were encountered: