ejabberd - Comments for "Some questions" https://www.ejabberd.im/node/93 en I have not seen a reply to th https://www.ejabberd.im/node/93#comment-346 <p>I have not seen a reply to the question regarding ejabberdctl crashing with this output:</p> <p>root@USBOU1-DADAUGHT2:/var/lib/ejabberd# /usr/local/src/ejabberd-0.7.5/tools/ejabberdctl register adaughterson password<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> <p>What can I do to fix this?</p> Thu, 14 Apr 2005 15:00:49 +0000 adaughterson comment 346 at https://www.ejabberd.im ejabberdctl problem https://www.ejabberd.im/node/93#comment-341 <p>Please help me, Ill tried to command line ejabberdctl register gerald<br /> and have problem. And heres a error..</p> <p>[root@gerald tools]# ./ejabberdctl register gerald<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> Thu, 14 Apr 2005 04:48:52 +0000 gerald comment 341 at https://www.ejabberd.im admin user https://www.ejabberd.im/node/93#comment-338 <p>sorry for the silly question but what is the initial password for admin user ?<br /> and the ejabberdctl works only on unix/linux flavors ? i didn't find a ejabberdctl.exe for win</p> Wed, 13 Apr 2005 17:38:15 +0000 lefajardo comment 338 at https://www.ejabberd.im Question on setting permissions. https://www.ejabberd.im/node/93#comment-234 <p>Hello,</p> <p>I have got an issue about customizing ejabberd. A few questions...</p> <p>How can i add users with domain names like </p> <p>ejabberdctl register <noindex><a href="mailto:halil@domain.com.tr" rel="nofollow" >halil@domain.com.tr</a></noindex> password ????</p> <p>defaultly it does not add... I want to add so many users to the service but i want to classify them into groups depending on their domain names in their usernames. </p> <p>and i want to set rules (permissions) that a user that i defined in the system can only communicate to some group of people i defined with acl...</p> <p>I am planning to use this GPL licenced in a company where i want to isolate the customer accounts from internal developer accounts. And i dont want any customer to comminicate with a developer but a sales person whose username has got the same domain name with the devels....</p> Wed, 02 Mar 2005 14:56:35 +0000 nitrium comment 234 at https://www.ejabberd.im "**Very important** https://www.ejabberd.im/node/93#comment-191 <p>LOL I thought it was as security feature...</p> Thu, 10 Feb 2005 18:20:46 +0000 richmasci comment 191 at https://www.ejabberd.im "**Very important** You need https://www.ejabberd.im/node/93#comment-189 <p>"**Very important** You need to put the /admin in or you won't get a page, only a "Not Found""<br /> --&gt; yes, that is a litle bug in ejabberd that hopefully will be fixed in the next version.</p> <p>--<br /> sander</p> Thu, 10 Feb 2005 17:21:09 +0000 sander comment 189 at https://www.ejabberd.im Hey I made this mistake!! https://www.ejabberd.im/node/93#comment-183 <p>I made this mistake... I forgot that the '%' is a rem statement. You need to remove this. Also if you want more than one admin, you need to put them on separate lines. Here is a cut from my ejabber.cfg:<br /> % Users that have admin access. Add line like one of the following after you<br /> % will be successfully registered on server to get admin access:<br /> {acl, admin, {user, "jabadmin1"}}.<br /> {acl, admin, {user, "jabadmin2"}}.</p> <p>Oh and remember, once you add this, at the command line type:<br /> ejabberdctl register jabadmin1 password<br /> ejabberdctl register jabadmin2 password</p> <p>Once I had this in place it just worked. To test start ejabberd, then open a web browser to <noindex><a href="http://ejabberd.yourserver.com:5280/admin" title="http://ejabberd.yourserver.com:5280/admin" rel="nofollow" >http://ejabberd.yourserver.com:5280/admin</a></noindex><br /> **Very important** You need to put the /admin in or you won't get a page, only a "Not Found"</p> <p>Hope that helps!!</p> <p>Rich</p> Thu, 10 Feb 2005 15:24:43 +0000 richmasci comment 183 at https://www.ejabberd.im Can you login via a Jabber cl https://www.ejabberd.im/node/93#comment-181 <p>Can you login via a Jabber client with the account you created?<br /> Try to change "{acl, admin, {user, "Nick"}}." into:<br /> "{acl, admin, {user, "nick"}}." and reload config (or restart ejabberd).</p> <p>--<br /> sander</p> Thu, 10 Feb 2005 14:48:53 +0000 sander comment 181 at https://www.ejabberd.im Tried it now, still "Not allo https://www.ejabberd.im/node/93#comment-178 <p>Tried it now, still "Not allowed"...<br /> registered nick etc.. but nothing :(</p> Thu, 10 Feb 2005 08:56:31 +0000 cobos comment 178 at https://www.ejabberd.im thx for the quick reply. I'm https://www.ejabberd.im/node/93#comment-177 <p>thx for the quick reply.<br /> I'm new to the open-source IM systems.<br /> In a month or two i have to set up a jabber box for a company. So that's why i'm looking for a good sollution.<br /> Now i use a jabber client, Neos. I can connect now but it says it cannot receive services.<br /> Is there a "perfect" combination of server - client?</p> <p>Thx</p> Thu, 10 Feb 2005 08:44:07 +0000 cobos comment 177 at https://www.ejabberd.im You need to add that account https://www.ejabberd.im/node/93#comment-156 <p>You need to add that account to the users database of ejabberd (Mnesia). You can do this via jabberdtcl (command line utility) or via a client that do support in-band registration (e.g. Tkabber).</p> <p>via ejabberdctl:<br /> "ejabberdctl register Nick password"</p> <p>via in-band registration:<br /> Start the client, use the JID Nick@yourserver and the password you want, then you normally get a question like this "This account do not exists on this server, do you want to create it?", answer yes on that question.</p> <p>After doing one of these methods you can use the webadministration interface with as admin account:<br /> Nick<br /> your_password</p> <p>--<br /> sander</p> Wed, 09 Feb 2005 13:17:17 +0000 sander comment 156 at https://www.ejabberd.im