<HTML>
<HEAD>
<TITLE>RE: Strange behavior found under Mac OS X</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I found this thread while researching a local problem with RabbitMQ under MacOS:<BR>
<a href="http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2008-November/002518.html">http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/2008-November/002518.html</a><BR>
<BR>
The solution of commenting of changing &#8220;start_cpu_sup&#8221; to &#8220;false&#8221; in scripts/rabbitmq-server works for me.<BR>
<BR>
This seems to be happening for me because I&#8217;m using macports GNU version of uptime instead of the installed mac version:<BR>
<BR>
~ # which uptime<BR>
/opt/local/bin/uptime<BR>
<BR>
~ # /opt/local/bin/uptime<BR>
&nbsp;12:59pm &nbsp;up 4 days &nbsp;4:20, &nbsp;7 users, &nbsp;load average: 0.27, 0.35, 0.33<BR>
<BR>
~ # /opt/local/bin/uptime --version<BR>
uptime (GNU coreutils) 6.12<BR>
Copyright (C) 2008 Free Software Foundation, Inc.<BR>
License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>&gt;<BR>
This is free software: you are free to change and redistribute it.<BR>
There is NO WARRANTY, to the extent permitted by law.<BR>
<BR>
Written by Joseph Arceneaux, David MacKenzie, and Kaveh Ghazi.<BR>
<BR>
~ # /usr/bin/uptime<BR>
12:59 &nbsp;up 4 days, &nbsp;4:21, 7 users, load averages: 0.25 0.34 0.33</SPAN></FONT>
</BODY>
</HTML>