ejabberd - Comments for "ejabberd 1.1.1 and FBSD 6 .1 problems" https://www.ejabberd.im/node/894 en RE: ejabberd 1.1.1 and FBSD 6 .1 problems - SOLVED https://www.ejabberd.im/node/894#comment-1960 <p>OK, i got it working now. </p> <p>-&gt; i installed Erlang to erlang.i386 R11B-0.1.fc5 (Version R11B)<br /> -&gt; copied Mnesia-Dirs to the taget mentionned in the initscript<br /> -&gt; chowned the new Mnesia-Dir to ejabberd:ejabberd</p> <p>...works!</p> <p>HTH<br /> Roger</p> Fri, 30 Jun 2006 07:26:02 +0000 roger comment 1960 at https://www.ejabberd.im FreeBSD 6.1 /ejabberd 1.1.1 https://www.ejabberd.im/node/894#comment-1958 <p>I've loaded 1.1.1 on FreeBSD several times now, and it's running great. From a fresh install I loaded perl via sysinstall, then gmake, gcc, openssl, expat, xorg-libraries, javavmwrapper...<br /> Got the diablo jdk, loaded the erlang-lite port...<br /> Loaded ejabberd-1.1.1 from source (configure, gmake, gmake install)<br /> start it with this script:<br /> #!/bin/sh</p> <p>exec /usr/local/bin/erl -pa /var/lib/ejabberd/ebin \<br /> -sname ejabberd \<br /> -s ejabberd \<br /> -ejabberd config \"/etc/ejabberd/ejabberd.cfg\" \<br /> log_path \"/var/log/ejabberd/ejabberd.log\" \<br /> -sasl sasl_error_logger \{file,\"/var/log/ejabberd/sasl.log\"\} \<br /> -mnesia dir \"/var/lib/ejabberd/spool\" -detached</p> <p>Works beautifully- I'm authenticating against AD, using TLS, and Jwchat for web access.</p> Thu, 29 Jun 2006 18:39:03 +0000 dotdash comment 1958 at https://www.ejabberd.im Beam line missing https://www.ejabberd.im/node/894#comment-1955 <p>What i found out, is that the line calling Beam is missing in all our outputs. Usually i have 3 lines in, on older version, one of those has beam in it...</p> <p>Rog</p> Thu, 29 Jun 2006 10:25:31 +0000 roger comment 1955 at https://www.ejabberd.im not finding ejabberd.cfg? https://www.ejabberd.im/node/894#comment-1940 <p>btw. somehow i have the feeling, as ejabberd won't load the config-file mentionned in -ejabberd config=...but i have no proof for it.</p> <p>Roger</p> Wed, 28 Jun 2006 11:10:18 +0000 roger comment 1940 at https://www.ejabberd.im The same for me, using https://www.ejabberd.im/node/894#comment-1939 <p>The same for me, using Fedora Core 5. </p> <p>Starting manually as root from within /etc/ejabberd using erl -pa /var/lib/ejabberd/ebin -name ejabberd -s ejabberd</p> <p>makes it working flawlessy. The shipped init-script uses this:</p> <p>erl -pa /usr/lib/ejabberd-1.1.1/ebin \<br /> -sname ejabberd \<br /> -s ejabberd \<br /> -ejabberd config \"/etc/ejabberd/ejabberd.cfg\" \<br /> log_path \"/var/log/ejabberd/ejabberd.log\" \<br /> -sasl sasl_error_logger \{file,\"/var/log/ejabberd/sasl.log\"\} \<br /> -mnesia dir \"/var/lib/ejabberd/spool\"</p> <p>...and it doesn't work too...</p> <p>Roger</p> Wed, 28 Jun 2006 11:05:02 +0000 roger comment 1939 at https://www.ejabberd.im Re: ejabberd 1.1.1 and FBSD 6 .1 problems https://www.ejabberd.im/node/894#comment-1932 <div class="quote-msg"> <div class="quote-author"><em>mrbeeye</em> wrote:</div> <p>I can see there's many problems with running ejabberd on FBSD.</p> <p>I use FreeBSD 6.1.</p> <p>Action1: </p> <pre>/usr/local/etc/rc.d/ejabberd start</pre><p> Action2: </p> <pre>ps axuw</pre><p> Result12: </p> <pre>root 6778 0,0 0,2 1312 944 ?? S 11:41 0:00,01 /usr/local/lib/erlang/erts-5.5/bin/epmd -daemon ejabberd 6825 0,0 0,3 2540 1780 ?? Ss 11:47 0:00,03 /usr/local/lib/erlang/lib/ssl-3.0.12/priv/bin/ssl_esock</pre></div> <p>ejabberd isn't started; you should see a process called beam. Did you add this line to your /etc/rc.conf file?:</p> <pre>ejabberd_enable="YES"</pre><p> After you add this line, you should do:</p> <pre>/usr/local/etc/rc.d/ejabberd start</pre><p> And you will see something like:</p> <pre>Starting ejabberd:</pre> Tue, 27 Jun 2006 15:43:09 +0000 sander comment 1932 at https://www.ejabberd.im Anyone figure this out? https://www.ejabberd.im/node/894#comment-1918 <p>I am in the same boat.</p> <p>What are you using for your ejabberd script? The ctl script? (I get the same error).</p> Mon, 26 Jun 2006 03:36:08 +0000 dbauman comment 1918 at https://www.ejabberd.im