ejabberd doesn’t run after apt-get install ejabberd
Monday, August 18th, 2008 by Favio
This is on Ubuntu. Edit /etc/ejabberd/ejabberd.cfg and make sure that the host in:
-
%% Admin user
-
{acl, admin, {user, "nemo", "ns-interns02"}}.
-
-
%% Hostname
-
{hosts, ["ns-interns02"]}.
is a valid DNS name. I didn't try with with the default value of localhost.
This entry was posted on Monday, August 18th, 2008 at 6:01 pm and is filed under jabber. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
A reply to “ejabberd doesn’t run after apt-get install ejabberd”
Leave a Reply
Old and not that old articles
« In Rainbows: the Album of the year?!
How to embed flash content in web pages (for the busy person) »

Favio said (on August 22nd, 2008 at 12:21 am ):
Actually, for eJabberd, it doesn’t need to be a valid DNS name after all. It’s enough to be a valid Netbios name. In Windows LANs you have the Netbios over TCP/IP “thing” so that’s a way to resolve pc names to IP addresses.