[rabbitmq-discuss] connecting to Rabbit's node
Cermak, Marek
Marek.Cermak at Honeywell.com
Tue Nov 8 10:22:36 GMT 2011
Hello,
this helped. Thanks.
looking on the structure of running processes, there is quite a lot of
delegate supervisors in hibernate state and same for
rabbit_tcp_client_sup. Why is that?
thank you
marek
-----Original Message-----
From: rabbitmq-discuss-bounces at lists.rabbitmq.com
[mailto:rabbitmq-discuss-bounces at lists.rabbitmq.com] On Behalf Of
Matthew Sackman
Sent: Monday, November 07, 2011 10:55
To: rabbitmq-discuss at lists.rabbitmq.com
Subject: Re: [rabbitmq-discuss] connecting to Rabbit's node
On Mon, Nov 07, 2011 at 10:12:17AM +0100, Cermak, Marek wrote:
> I want to connect to Rabbit's Erlang node to make analysis (appmon and
> so). I have debian squeeze in vbox, rabbit 2.6.1, same cookie file as
in
> ~rabbitmq/ and as a root I try to run
>
> $ erl -sname rabbit -remsh rabbit at debian
I suspect your hostname is debian. Thus -sname rabbit is the same as
-sname rabbit at debian, and thus you get a node name clash.
You want something like
erl -sname foo -remsh rabbit at debian
Matthew
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list