[Bug 1585043] Re: rabbitmq-server fails to start when /var/log/rabbitmq does not exist
Bug Watch Updater
1585043 at bugs.launchpad.net
Thu Mar 16 22:25:12 UTC 2017
** Changed in: rabbitmq
Status: Unknown => Fix Released
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to rabbitmq-server in Ubuntu.
https://bugs.launchpad.net/bugs/1585043
Title:
rabbitmq-server fails to start when /var/log/rabbitmq does not exist
Status in RabbitMQ:
Fix Released
Status in rabbitmq-server package in Ubuntu:
Won't Fix
Bug description:
rabbitmq-server fails to start (`sudo service [re]start rabbitmq-
server`) if the log directory (`/var/log/rabbitmq` by default) does
not exist.
It's a frequent use-case for people who mount `/var/log` as `tmpfs`
(e.g. for SSD optimization).
The script just hangs forever and does not provide any useful output
nor (you guessed it) any log.
Running `sudo mkdir /var/log/rabbitmq && sudo chown rabbitmq:rabbitmq
/var/log && sudo service rabbitmq-server restart` starts it
successfully, though.
Bug noticed on rabbitmq-server 3.6.2-1 but it may affect other
versions too.
Feel free to ask more information, I reproduce this bug every single
morning when starting my computer ;-)
To manage notifications about this bug go to:
https://bugs.launchpad.net/rabbitmq/+bug/1585043/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list