# I run into this problem reliably in Bionic following this process, (as
of 7/19/2019, this process caused the bug to manifest)

# Clean install ubuntu server 18.04.2 (using traditional installer media, not 
live media)
# (installing into a gen2 Hyper-V VM running on Windows 10 1903)

# after install and first reboot, patch it up all the way:

sudo apt update
sudo apt full-upgrade

sudo shutdown -r now

sudo apt install -y apt-transport-https locales software-properties-
common curl

# setup repo for nodejs version 8.x:
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -

sudo apt install -y fonts-noto nodejs git supervisor nginx ssl-cert
postgresql adduser redis-server rabbitmq-server libstdc++6 libxml2
libboost-regex-dev zlib1g fonts-dejavu fonts-liberation ttf-mscorefonts-
installer fonts-crosextra-carlito fonts-takao-gothic fonts-opensymbol
libxss1 libcairo2 xvfb libxtst6 libgconf2-4 libasound2

sudo shutdown -r now

# on this reboot after Rabitmq-server has been installed (along with all
that other junk) then the bug manifests reliably in bionic.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1784757

Title:
  [SRU] rabbitmq-server does not properly shutdown

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1784757/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to