<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hello,</div>
<div><br>
</div>
<div>First off, this is such an incredibly helpful list. Thanks to everyone who has helped me along the way.</div>
<div><br>
</div>
<div>Ok, my current issue is that when I do a apt-get install per the rabbitmq.com install page, I get this error. I check the s/var/log/rabbitmq/startup_log and /var/log/rabbitmq/startup_err and they give nothing more than timestamps with a success/fail
message. Nothing specific about whats going on. So, I tried something else. See after this code.</div>
<div><br>
</div>
<div>
<div>sudo apt-get install rabbitmq-server</div>
<div>Reading package lists... Done</div>
<div>Building dependency tree </div>
<div>Reading state information... Done</div>
<div>The following NEW packages will be installed:</div>
<div> rabbitmq-server</div>
<div>0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.</div>
<div>Need to get 2,903 kB of archives.</div>
<div>After this operation, 3,973 kB of additional disk space will be used.</div>
<div>Get:1 http://www.rabbitmq.com/debian/ testing/main rabbitmq-server all 2.8.7-1 [2,903 kB]</div>
<div>Fetched 2,903 kB in 2s (990 kB/s) </div>
<div>Selecting previously unselected package rabbitmq-server.</div>
<div>(Reading database ... 73370 files and directories currently installed.)</div>
<div>Unpacking rabbitmq-server (from .../rabbitmq-server_2.8.7-1_all.deb) ...</div>
<div>Processing triggers for ureadahead ...</div>
<div>Processing triggers for man-db ...</div>
<div>Setting up rabbitmq-server (2.8.7-1) ...</div>
<div> * Starting message broker rabbitmq-server</div>
<div> * FAILED - check /var/log/rabbitmq/startup_\{log, _err\}</div>
<div> ...fail!</div>
<div>invoke-rc.d: initscript rabbitmq-server, action "start" failed.</div>
<div>dpkg: error processing rabbitmq-server (--configure):</div>
<div> subprocess installed post-installation script returned error exit status 1</div>
<div>No apport report written because MaxReports is reached already</div>
<div> Errors were encountered while processing:</div>
<div> rabbitmq-server</div>
<div>E: Sub-process /usr/bin/dpkg returned an error code (1)</div>
<div><br>
</div>
</div>
<div><br>
</div>
<div>Here is what I tried to get more info.</div>
<div>
<div>root@shinken:/var/lib# rabbitmqctl start_app</div>
<div>Starting node rabbit@shinken ...</div>
<div>Error: unable to connect to node rabbit@shinken: nodedown</div>
<div><br>
</div>
<div>DIAGNOSTICS</div>
<div>===========</div>
<div><br>
</div>
<div>nodes in question: [rabbit@shinken]</div>
<div><br>
</div>
<div>hosts, their running nodes and ports:</div>
<div>- shinken: [{rabbit,50111},{rabbitmqctl5964,47436}]</div>
<div><br>
</div>
<div>current node details:</div>
<div>- node name: rabbitmqctl5964@shinken</div>
<div>- home dir: /var/lib/rabbitmq</div>
<div>- cookie hash: JjTKXh2A74lrJZ3+meAaAA==</div>
<div><br>
</div>
<div>And I then ran this (same result)</div>
</div>
<div>
<div>root@shinken:/var/lib# rabbitmqctl status</div>
<div>Status of node rabbit@shinken ...</div>
<div>Error: unable to connect to node rabbit@shinken: nodedown</div>
<div><br>
</div>
<div>DIAGNOSTICS</div>
<div>===========</div>
<div><br>
</div>
<div>nodes in question: [rabbit@shinken]</div>
<div><br>
</div>
<div>hosts, their running nodes and ports:</div>
<div>- shinken: [{rabbit,50111},{rabbitmqctl6261,39404}]</div>
<div><br>
</div>
<div>current node details:</div>
<div>- node name: rabbitmqctl6261@shinken</div>
<div>- home dir: /var/lib/rabbitmq</div>
<div>- cookie hash: JjTKXh2A74lrJZ3+meAaAA==</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>I have read through some threads and read some things about my hostname being resolved. I checked my /etc/hosts and I have a line with 127.0.0.1 localhost and 127.0.0.1 shinken.</div>
<div>This config works on another box of mine. Also, my /etc/hostnames file just says "rabbit". </div>
<div><br>
</div>
<div>What should I be looking to do?</div>
<div><br>
</div>
<div>Thanks in advance.</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>Orion Fillmore</div>
<div><br>
</div>
</div>
</body>
</html>