Is rabbit running as root or rabbitmq? If you&#39;re running rabbit as rabbitmq, then you may need to add &quot;-U rabbitmq&quot; to the sudo command to ensure that rabbitmqctl is running as the same user.<br><br>Paul.<br>
<br><div class="gmail_quote">On Tue, Sep 22, 2009 at 9:06 AM, J Aaron Farr <span dir="ltr">&lt;<a href="mailto:farra@apache.org">farra@apache.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Despite having followed all of the directions on Dmitriy Samovskiy’s<br>
article [1], I consistently see the following when trying to get<br>
rabbitmq up and running:<br>
<br>
    $ sudo rabbitmqctl status<br>
    Status of node rabbit@localhost ...<br>
    {badrpc,nodedown}<br>
    ...done.<br>
<br>
<br>
Details:<br>
<br>
 - Mac OS X 10.5.8<br>
 - Erlang installed from source (otp_src_R13B01)<br>
 - RabbitMQ installed from source (rabbitmq-server-1.6.0.tar.gz)<br>
 - rabbitmq user created<br>
 - telnet to <a href="http://127.0.0.1:5672" target="_blank">127.0.0.1:5672</a> works<br>
 - net_admin:names() returns `{ok,[{&quot;rabbit&quot;,54472},{&quot;foo&quot;,54740}]}`<br>
<br>
<br>
Any other thoughts?<br>
<br>
--<br>
   J. Aaron Farr<br>
   馮傑仁<br>
   <a href="http://www.cubiclemuses.com" target="_blank">www.cubiclemuses.com</a><br>
<br>
[1] <a href="http://somic.org/2009/02/19/on-rabbitmqctl-and-badrpcnodedown/" target="_blank">http://somic.org/2009/02/19/on-rabbitmqctl-and-badrpcnodedown/</a><br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br>