[rabbitmq-discuss] Docs on rabbitmq install for OS X - /etc/hosts file change
Jason McIntosh
mcintoshj at gmail.com
Wed Jul 9 05:50:31 BST 2014
Was working on getting RabbitMQ on my local mac (vs. a vm linux machine)
and hit one error:
ERROR: epmd error for host Jasons-iMac: timeout (timed out)
The docs don't state it, but the /etc/hosts file should have an entry:
127.0.0.1 localhost Jasons-iMac
or you'll get the above error. A simple command that can be executed to
add this is:
sudo sudo sed -i '/^127.0.0.1/ s/$/ '`hostname`' '`hostname -s`'/'
/etc/hosts
This will on the line starting with 127.0.0.1 add the hostname and the
short hostname. Of course there are other options on this, but this is a
simple way to get things running.
Jason
--
Jason McIntosh
https://github.com/jasonmcintosh/
573-424-7612
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140708/403ef5dc/attachment.html>
More information about the rabbitmq-discuss
mailing list