ejabberd - Comments for "FreeBSD 5.4 + ejabberd 1.1.1 -&amp;gt; can&amp;#039;t start" https://www.ejabberd.im/node/830 en Here are the notes from my FreeBSD 6.1 install https://www.ejabberd.im/node/830#comment-2149 <p><a href="http://www.ejabberd.im/node/894#comment-1958" title="http://www.ejabberd.im/node/894#comment-1958">http://www.ejabberd.im/node/894#comment-1958</a><br /> I have some notes on setting up jwchat, etc if you get stuck...</p> Thu, 17 Aug 2006 20:08:30 +0000 dotdash comment 2149 at https://www.ejabberd.im I used gmake instead of make. It worked now. https://www.ejabberd.im/node/830#comment-2148 <p>Also in the starter script, if I do not put -detached, it won't work. Then I put -detached, it works now.</p> <p>I can <noindex><a href="http://:5280/admin" title="http://:5280/admin" rel="nofollow" >http://:5280/admin</a></noindex>, but I can never make a connect using Exodus. </p> <p>I am making JWChat. I wish jwchat will solve some connection problem for me.</p> Thu, 17 Aug 2006 18:21:24 +0000 breakevilaxis comment 2148 at https://www.ejabberd.im Re: Can you tell me how to compile ejabberd1.1.1 on freebsd? https://www.ejabberd.im/node/830#comment-2147 <div class="quote-msg"> <div class="quote-author"><em>breakevilaxis</em> wrote:</div> <p>I cannot compile ejabberd 1.1.1 on FreeBSD 6.1.</p></div> <p>It works great here with the FreeBSD ports. Try to install erlang-lite instead of the erlang port, this compiles much more smoothly and you don't need the bloat of the erlang port.</p> Thu, 17 Aug 2006 08:06:09 +0000 sander comment 2147 at https://www.ejabberd.im Can you tell me how to compile ejabberd1.1.1 on freebsd? https://www.ejabberd.im/node/830#comment-2146 <p>I cannot compile ejabberd 1.1.1 on FreeBSD 6.1.</p> Thu, 17 Aug 2006 03:29:56 +0000 breakevilaxis comment 2146 at https://www.ejabberd.im Freebsd + ejabberd 1.1.1 cant' start - solution :) https://www.ejabberd.im/node/830#comment-1763 <p>Hello.</p> <p>Perhaps someone will have similiar problem - solution was extremaly easy.. Actually, so easy, that it's a shame to say it...</p> <p>The problem was, that lo0, the loopback network device wasn't configured. That's all :) </p> <p>--<br /> Best Regards,<br /> Michal.</p> Thu, 18 May 2006 13:48:17 +0000 mkowalik comment 1763 at https://www.ejabberd.im thanks for help, but it's https://www.ejabberd.im/node/830#comment-1749 <p>thanks for help, but it's not the problem</p> <p>I'm quite sure it's a problem with epmd. </p> <p>trying "epmd -names" finishes with "cannot connect to local epmd server"</p> <p>epmd is of course up and running on defaul port (4369). The only firewall rule on this box says "allow ip from any to any", so firewall can't be the issue</p> <p>look at this:</p> <p>zool# erl -name mk@zool<br /> {error_logger,{{2006,5,17},{13,59,26}},'Protocol: ~p: register error: ~p~n',[inet_tcp,{{badmatch,{error,etimedout}},<br /> ..<br /> cut<br /> ..<br /> Crash dump was written to: erl_crash.dump<br /> Kernel pid terminated (application_controller) ({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}})</p> <p>while on my linux box I get the expected result:</p> <p>[kowalikm]% erl -name mk@kowalikm<br /> Erlang (BEAM) emulator version 5.4.12 [source] [hipe] [threads:0]</p> <p>Eshell V5.4.12 (abort with ^G)<br /> (mk@kowalikm)1&gt; node().<br /> mk@kowalikm</p> <p>I hope, that at least I have the problem pointed. now the only thing I have to do is to solve it :)</p> <p>--<br /> Best Regards,<br /> Michal</p> Wed, 17 May 2006 12:27:52 +0000 mkowalik comment 1749 at https://www.ejabberd.im Try "killall epmd" and then https://www.ejabberd.im/node/830#comment-1748 <p>Try "killall epmd" and then start ejabberd with the init script; maybe you closed ejabberd not in the right way.</p> <p>--<br /> sander</p> Wed, 17 May 2006 11:38:23 +0000 sander comment 1748 at https://www.ejabberd.im empd? https://www.ejabberd.im/node/830#comment-1747 <p>Hello.</p> <p>strange enough:</p> <p>zool% ps ax | grep epmd<br /> 44879 p3 S 0:00.00 /usr/local/lib/erlang/erts-5.4.13/bin/epmd -daemon</p> <p>zool% sockstat | grep epmd </p> <p>root epmd 44879 3 tcp4 *:4369 *:*</p> <p>but:</p> <p>zool% /usr/local/lib/erlang/erts-5.4.13/bin/epmd -names<br /> epmd: Cannot connect to local epmd</p> <p>can it be the problem with my ejabberd instalation? But why?</p> <p>--<br /> Best Regards,<br /> Michal</p> Wed, 17 May 2006 09:54:48 +0000 mkowalik comment 1747 at https://www.ejabberd.im