[rabbitmq-discuss] rabbitmq won't start after upgrading Ubuntu 10.04 to 12.04

Emile Joubert emile at rabbitmq.com
Fri Sep 7 14:30:10 BST 2012


Hi Fredrik,

On 07/09/12 13:46, Fredrik Stark wrote:
> epmd: Fri Sep  7 14:39:36 2012: ALIVE2_REQ from non local address

For some reason queries to epmd are made from an address that is not
recognised as local by epmd. This could be caused by kernel routing or
firewall setup, it might be a IPv6 issue, or some other network
peculiarity. You could either try to solve that, so that debug output
from epmd looks like the sample I sent, or you could patch epmd to drop
the local address constraint, by unconditionally setting
  s->local_peer = EPMD_TRUE;
in conn_open() in erts/epmd/src/epmd_srv.c in the Erlang sources.

You might also want to ask over at the erlang-questions mailing list, as
this is not a RabbitMQ-specific issue.


-Emile






More information about the rabbitmq-discuss mailing list