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

RabbitMQ server is not starting in dev environment #804

Closed
Zlopez opened this issue Aug 14, 2019 · 2 comments · Fixed by #811
Closed

RabbitMQ server is not starting in dev environment #804

Zlopez opened this issue Aug 14, 2019 · 2 comments · Fixed by #811
Labels
High priority This ticket has a high priority vagrant

Comments

@Zlopez
Copy link
Contributor

Zlopez commented Aug 14, 2019

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.

@dfateyev
Copy link

@Zlopez hi, any updates on this issue?

@Zlopez
Copy link
Contributor Author

Zlopez commented Aug 19, 2019

I honestly don't have time to look into it right now. At first glance I don't understand why this isn't working, because it has the same configuration file as Bodhi (https://github.com/fedora-infra/bodhi/blob/develop/devel/ansible/roles/bodhi/tasks/rabbitmq.yml), where the RabbitMQ server is working without issue.

Zlopez added a commit to Zlopez/anitya that referenced this issue Aug 22, 2019
* Rabbitmq server couldn't start because of bad ownership of one file.
* Changed name of python-sseclient to python3-sseclient - reason: not
found.

Fixes fedora-infra#804

Signed-off-by: Michal Konečný <[email protected]>
Zlopez added a commit that referenced this issue Aug 22, 2019
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High priority This ticket has a high priority vagrant
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants