ejabberd - Comments for "How to run ejabberd in background" https://www.ejabberd.im/node/586 en Re: O programa ejabberctl, que https://www.ejabberd.im/node/586#comment-1298 <div class="quote-msg"> <div class="quote-author"><em>edilmar</em> wrote:</div> <p>The program ejabberctl, in subdir tools from source code of ejabberd 1.0.0, is arising this error message after run: </p></div> <p>Copy that file to the ebin/ directory (with the *.beam files) and it should work.</p> Thu, 26 Jan 2006 17:04:18 +0000 mfoss comment 1298 at https://www.ejabberd.im O programa ejabberctl, que https://www.ejabberd.im/node/586#comment-1297 <p>The program ejabberctl, in subdir tools from source code of ejabberd 1.0.0, is arising this error message after run:</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>[root@intersite tools]# ./ejabberdctl<br /> {"init terminating in do_boot",{undef,[{ejabberd_ctl,start,[]},{init,start_it,1},{init,start_em,1}]}}</p> <p>Crash dump was written to: erl_crash.dump<br /> init terminating in do_boot () </p></div> <p>The dump file has many lines, but the first are:</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>=erl_crash_dump:0.1<br /> Thu Jan 26 11:45:12 2006<br /> Slogan: init terminating in do_boot ()<br /> System version: Erlang (BEAM) emulator version 5.4.12 [source] [hipe]<br /> Compiled: Wed Jan 11 12:18:24 2006<br /> Atoms: 3823<br /> =memory<br /> total: 2228385<br /> processes: 246584<br /> processes_used: 240616<br /> system: 1981801<br /> atom: 186997<br /> atom_used: 156151<br /> binary: 1040<br /> code: 1066044<br /> ets: 104064<br /> =hash_table:atom_tab<br /> size: 3203<br /> used: 2219<br /> objs: 3823<br /> depth: 6<br /> =index_table:atom_tab<br /> size: 3900<br /> limit: 1048576<br /> used: 3823<br /> rate: 100<br /> =hash_table:module_code<br /> size: 97<br /> used: 49<br /> objs: 60<br /> depth: 3 </p></div> Thu, 26 Jan 2006 14:31:28 +0000 edilmar comment 1297 at https://www.ejabberd.im To start ejabberd in https://www.ejabberd.im/node/586#comment-1239 <p>To start ejabberd in background (daemon mode), add this option to your command line: -detached</p> <p>To stop ejabberd you shouldn't kill the system process. Better use ejabberd_ctl.</p> Thu, 12 Jan 2006 20:12:25 +0000 mfoss comment 1239 at https://www.ejabberd.im