Thank you for replying! Everything is located on a localhost on one virtual machine. I'm trying to start install-reedit.sh<https://github.com/reddit/reddit/blob/master/install-reddit.sh>, to be specific. And I tried the following:
$ epmd -debug $ epmd: Sat Mar 1 22:57:34 2014: epmd running - daemon = 0 $ epmd: Sat Mar 1 22:57:34 2014: there is already a epmd running at port 4369 Also this: $ netstat -lnptu | grep 4369 $ tcp 0 0 0.0.0.0:4369 0.0.0.0:* LISTEN - $ netstat -lnptu | grep epmd $ tcp 0 0 0.0.0.0:4369 0.0.0.0:* LISTEN 1600/epmd Telnet connects to 127.0.0.1 through this port freely. On 1 March 2014 21:13, Arun Rao <[email protected]> wrote: > 1. Is this node part of a cluster? Otherwise, do a netstat and check if > there is any process listening on 4369 (number) or epmd string > 2. can you telnet <other_node_ip_in_the_cluster> 4369 > > Thanks! > > > On Sat, Mar 1, 2014 at 11:04 AM, Michael Flaks <[email protected]>wrote: > >> Greetings. >> >> My error code is certainly short one: >> >> $ sudo rabbitmq-server start >> ERROR: epmd error for host "127": badarg (unknown POSIX error) >> >> >> In startup_log I get this: >> >> ERROR: epmd error for host "127": address (cannot connect to host/port) >> >> >> Recently I start it on Ubuntu 12.04 virtual machine. Everything is up to >> date. Any ideas what to do? >> Will be glad for any help. Thanks. >> >> >> _______________________________________________ >> rabbitmq-discuss mailing list >> [email protected] >> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss >> >> > > _______________________________________________ > rabbitmq-discuss mailing list > [email protected] > https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss > > -- You received this message because you are subscribed to the Google Groups "rabbitmq-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rabbitmq-discuss. For more options, visit https://groups.google.com/groups/opt_out.
