<div dir="ltr">Was working on getting RabbitMQ on my local mac (vs. a vm linux machine) and hit one error:<div>ERROR: epmd error for host Jasons-iMac: timeout (timed out)</div><div><br></div><div>The docs don't state it, but the /etc/hosts file should have an entry:</div>
<div>127.0.0.1 localhost Jasons-iMac</div><div>or you'll get the above error.  A simple command that can be executed to add this is:</div><div>sudo sudo sed -i '/^<a href="http://127.0.0.1/">127.0.0.1/</a> s/$/ '`hostname`' '`hostname -s`'/' /etc/hosts</div>
<div><br></div><div>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.</div><div><br></div><div>
Jason</div><div><div><br></div>-- <br><div dir="ltr">Jason McIntosh<br><a href="https://github.com/jasonmcintosh/" target="_blank">https://github.com/jasonmcintosh/</a><br>573-424-7612</div>
</div></div>