Comment 9 for bug 1784757

Revision history for this message
Ivan Kurnosov (zerkms) wrote : Re: rabbitmq-server does not properly shutdown

I'm not sure why I did not mention originally, sorry for that, but there is a chance that what makes it reproducible is starting the daemon inside the lxd/lxc

For those who don't use lxd - the commands would be (I don't have access to linuxes or my infrastructure at the moment, so might be a bit incorrect):

lxc launch ubuntu:bionic
lxc exec <container name> bash

inside container:
apt update
apt install rabbitmq-server
systemct restart rabbitmq-server