RabbitMQ fails on new Ubuntu 18.04 install due to hostname issue
Issue #649
resolved
Not sure if it is specific to Ubuntu as a LXD container, but by default the /etc/hosts
file has the localhost
entry but not the hostname entry. For some reason, without it RabbitMQ will refuse to start.
/etc/hosts
needs to be updated to read:
127.0.0.1 localhost
127.0.1.1 nameofmyserver
Comments (4)
-
reporter -
reporter Added refs
#648,#649,#650to changes. [skip ci] docs only→ <<cset 1d02eb994959>>
-
reporter - changed status to resolved
Merged in issue648etcDocsFor081 (pull request #214)
Fixes
#647,#648,#649,#650,#654→ <<cset d1b822782c6c>>
-
reporter - Log in to comment
Added
hosts
update instructions for ref#649→ <<cset d9f35afabf02>>