rabbitmq erlang crash

  • June 25, 2009
Table of Contents

So, we’ve been at the reboot:http://reboot.dk for a while now and it’s been a fun time until I decided to rename one of the nodes.

Guess what… suddenly rabbitmq stops working. Apparently the database stops working, when you change your hostname. Just running:

rabbitmq-server --install

will still crash with the same error.

The solution is to delete:

rm -rf /var/lib/rabbitmq/mnesia/rabbit

and rerun rabbitmq install.

rabbitmq-server --install

HTH

comments powered by Disqus

Related Posts

The funny little feedback loops in life

It’s been a while since I last blogged, some of you know that I’m now in sunny Lafayette.

Read More

A prettier Terminal in OS-X Part 3 (urxvt and screen)

I was a bit annoyed of having to set TERM=xterm-256color. A more or less proper solution can be found on the rxvt-unicode ml from John Eikenberry.

Read More

Precompiled qgit.app 2.2 for Mac

So I was looking for a git visualizer the other day… GitNub looks nifty but doesn’t quite cut it and gitk is just plain ugly.

Read More