ejabberd - Comments for "ejabberd running but RPC failed" https://www.ejabberd.im/node/938 en use sudo. solved my problem. https://www.ejabberd.im/node/938#comment-64874 <p>use sudo. solved my problem.</p> Fri, 22 Aug 2014 15:00:24 +0000 lilprogramer comment 64874 at https://www.ejabberd.im erlang https://www.ejabberd.im/node/938#comment-51747 <p>/ets/init.d/ejabberd status ????</p> <p>Did you install corect version of erlang?<br /> I have same trouble a week ago with ejabberd 1.1.4(Fedora7) and it didn't work with erlang 12 - i had to install erlang 11B-5</p> Wed, 06 Feb 2008 12:17:34 +0000 Anonymous comment 51747 at https://www.ejabberd.im How can start ejabberd https://www.ejabberd.im/node/938#comment-50948 <p>I use Ubuntu, where and how can get some script to start the ejabberd automatically.</p> <p>thanks</p> Mon, 24 Sep 2007 19:27:12 +0000 yllsuarez comment 50948 at https://www.ejabberd.im hostname -s ... https://www.ejabberd.im/node/938#comment-3002 <p>I encountered the same problem,<br /> and It seems that the hostname is the key to solve it.</p> <p>If you start ejabberd with "-sname ejabberd" in the /etc/init.d/ejabberd script,<br /> then the corresponding line should be "NODE=ejabberd@`hostname -s`" in /usr/sbin/ejabberdctl(in my case).</p> <p>ps.<br /> If the command "hostname -s" returns "Unknow host",<br /> just edit(vi?) the /etc/hosts file.</p> Sat, 03 Feb 2007 04:30:25 +0000 icomes comment 3002 at https://www.ejabberd.im Hmmm https://www.ejabberd.im/node/938#comment-2874 <p>I have the same problem, and have verified that the -sname matches (the script enforces this) and that the nodename matches $( hostname -s ) (the scripts enforce this as well). Any ideas?</p> Mon, 15 Jan 2007 12:09:28 +0000 SpaceHobo comment 2874 at https://www.ejabberd.im Wrong hostname in node? https://www.ejabberd.im/node/938#comment-2166 <p>hullo,</p> <p>please check if the hostname of your node matches the short hostname<br /> (hostname -s). if not please either fix your dns configuration or<br /> /etc/hosts ;-)</p> <p>c'ya</p> Thu, 24 Aug 2006 07:19:08 +0000 aszlig comment 2166 at https://www.ejabberd.im Re: 1) Firewall on localhost? https://www.ejabberd.im/node/938#comment-2065 <div class="quote-msg"> <div class="quote-author"><em>SunB</em> wrote:</div> <div class="quote-msg"> <div class="quote-author"><em>teo</em> wrote:</div> <p>2) Erlang cookie issue? From which user did you run ejabberdctl?</p></div> <p>root</p></div> <p>And what is the user that owns the beam process of ejabberd?</p> Wed, 02 Aug 2006 22:49:42 +0000 sander comment 2065 at https://www.ejabberd.im Nope, the Node and hostname https://www.ejabberd.im/node/938#comment-2011 <p>Nope, the Node and hostname settings are correct (in /etc/init.d/ejabberd.cfg and /usr/sbin/ejabberdctl)</p> <p>Thank you, any other ideas?</p> Mon, 17 Jul 2006 13:44:29 +0000 SunB comment 2011 at https://www.ejabberd.im In the file ejabberdctl two https://www.ejabberd.im/node/938#comment-2009 <p>Where is the file ejabberdctl which is called when you ask the status of your server ?<br /> In this file (ejabberdctl which is a sh script), two variables are defined : $NODE and $HOST.<br /> When i read you, i think that : NODE=ejabberd and HOST=srv ?!</p> <p>Maybe the values for these variables are different from the values which are used in your script /etc/init.d/ejabberd ?</p> Mon, 17 Jul 2006 13:02:01 +0000 ikss comment 2009 at https://www.ejabberd.im Re: 1) Firewall on localhost? https://www.ejabberd.im/node/938#comment-2008 <div class="quote-msg"> <div class="quote-author"><em>teo</em> wrote:</div> <p>1) Firewall on localhost?</p></div> <p>No!</p> <div class="quote-msg"> <div class="quote-author"><em>teo</em> wrote:</div> <p>2) Erlang cookie issue? From which user did you run ejabberdctl?</p></div> <p>root</p> <div class="quote-msg"> <div class="quote-author"><em>teo</em> wrote:</div> <p>3) Some application has bound port 4369 and doesn't allow epmd to listen on it?</p></div> <p>epmd only listens at 127.0.0.1</p> <div class="quote-msg"> <div class="quote-author"><em>teo</em> wrote:</div> <p>4) Some more?</p></div> <p>hope so ...</p> <p>Thx 4 help</p> Mon, 17 Jul 2006 12:52:31 +0000 SunB comment 2008 at https://www.ejabberd.im 1) Firewall on localhost? 2) https://www.ejabberd.im/node/938#comment-1998 <p>1) Firewall on localhost?</p> <p>2) Erlang cookie issue? From which user did you run ejabberdctl?</p> <p>3) Some application has bound port 4369 and doesn't allow epmd to listen on it?</p> <p>4) Some more?</p> Thu, 13 Jul 2006 05:49:34 +0000 teo comment 1998 at https://www.ejabberd.im