I am in the process of installing ejabberd on my VPS. I have been successful so far, however there's an error related to Erlang. When I run this command:
I get this error:
Code:
{error_logger,{{2009,10,28},{15,56,23}},
"Protocol: ~p: register error: ~p~n",
["inet_tcp",{{badmatch,{error,econnrefused}}
The error is documented here:
http://www.ejabberd.im/node/3709
This page says to fix the error the following commands must be run as the root:
Code:
nattribute --set --nid virtual_system_name --flag ~single_ip
echo "~single_ip" > /etc/vservers/virtual_system_name/nflags
Is there any way that I can fix this myself? Are there any other solutions to this problem? If not, I think I may have to ask Westhost to do it, and I'm trying to avoid additional expense.
Thank you =8^)
Sharon Murphy