Hello all
i'm trying to install ejabberd on my ubuntu desktop, i have 1 desktop and 1 laptop connected through a LAN
and i want to install ejabberd server on my desktop while running my im client on my laptop
my desktop is running ubuntu i followed the tutorial but when i try to assign a password to the admin i get an error
i attached the configuration file + log file
please help thank everyone
this is the configuration i made, wild-hp......is the name of my desktop
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Options which are set by Debconf and managed by ucf
%% Admin user
{acl, admin, {user, "wild", "localhost"}}.
{acl, admin, {user, "wild", "wild-HP-Compaq-dc7600-Convertible-Minitower"}}.
%% Hostname
{hosts, ["localhost"],["wild-HP-Compaq-dc7600-Convertible-Minitower"]}.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
in my /etc/hosts i have
127.0.0.1 localhost
127.0.0.1 wild-HP-Compaq-dec........
when i try this i can't log
Instead of {hosts,
Instead of
{hosts, ["localhost"],["wild-HP-Compaq-dc7600-Convertible-Minitower"]}.
put this:
{hosts, ["localhost", "wild-HP-Compaq-dc7600-Convertible-Minitower"]}.