Just so we can understand your setup, how are you trying to setup the users for rabbit? Did you do the build as a rabbitmq user, or ...?<br><br>One of the most likely causes of the nodedown tends to be cookie mismatches, which can be hard to definitively check. In both the rabbitmq-server and rabbitmqctl scripts, can you please add the follow line somewhere within the command line flags (perhaps after the -sname):<br>
  -eval &#39;io:format(&quot;~p~n&quot;, [init:get_argument(home)])&#39;<br><br>This will print (badly formatted I&#39;m afraid) the home directory that erlang is seeing, and subsequently allows you to determine that the home directories are the same. If they are, it could also be worth adding:<br>
  -eval &#39;io:format(&quot;~p~n&quot;, [erlang:get_cookie()])&#39;<br><br>This will dump the value of the erlang cookie. Generally, the Erlang cookie should be considered somewhat private, so I&#39;ll leave it up to you whether you want to post it to the mailing list. Simply providing detail on whether they are the same is enough.<br>
<br><div class="gmail_quote">On Tue, Sep 22, 2009 at 9:58 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;">
<div class="im"><br>
On Tue 22 Sep 2009 16:43, Paul Jones &lt;<a href="mailto:pauljones23@gmail.com">pauljones23@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Is rabbit running as root or rabbitmq? If you&#39;re running rabbit as rabbitmq,<br>
&gt; then you may need to add &quot;-U rabbitmq&quot; to the sudo command to ensure that<br>
&gt; rabbitmqctl is running as the same user.<br>
<br>
</div>I&#39;ve tried both combinations, as root and as rabbitmq.  I&#39;ve checked to<br>
ensure both processes are run as the exact same user.  Still no dice.<br>
<br>
I&#39;ve also made sure every rabbitmq directory is owned by rabbitmq.<br>
<br>
`net_adm:localhost().` returns &#39;gandalf.local&#39; which is the name of the<br>
local computer.  I&#39;ve even added a line in /etc/hosts for gandalf.local<br>
for 127.0.0.1.<br>
<br>
I&#39;m really stumped here.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">   J. Aaron Farr<br>
   馮傑仁<br>
   <a href="http://www.cubiclemuses.com" target="_blank">www.cubiclemuses.com</a><br>
</div></div></blockquote></div><br>