<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 “start_cpu_sup” to “false” in scripts/rabbitmq-server works for me.<BR>
<BR>
This seems to be happening for me because I’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>
12:59pm up 4 days 4:20, 7 users, 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 <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><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 up 4 days, 4:21, 7 users, load averages: 0.25 0.34 0.33</SPAN></FONT>
</BODY>
</HTML>