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
Today I noticed that the RabbitMQ server service is failing in devel environment.
However it could be started by running sudo /usr/lib/rabbitmq/bin/rabbitmq-server, which isn't a good workaround because it will not run under rabbitmq user.
Without this server running you can't do any action that is sending fedora messaging message.
The text was updated successfully, but these errors were encountered:
* Rabbitmq server couldn't start because of bad ownership of one file.
* Changed name of python-sseclient to python3-sseclient - reason: not
found.
Fixesfedora-infra#804
Signed-off-by: Michal Konečný <[email protected]>
* Rabbitmq server couldn't start because of bad ownership of one file.
* Changed name of python-sseclient to python3-sseclient - reason: not
found.
Fixes#804
Signed-off-by: Michal Konečný <[email protected]>
Today I noticed that the RabbitMQ server service is failing in devel environment.
However it could be started by running
sudo /usr/lib/rabbitmq/bin/rabbitmq-server
, which isn't a good workaround because it will not run underrabbitmq
user.Without this server running you can't do any action that is sending fedora messaging message.
The text was updated successfully, but these errors were encountered: