Question

installed ejabberd using synaptic package manager on Ubuntu 10.04 without any error. "sudo dpkg-reconfigure ejabberd" used to configure it. Added users too using http://localhost:5280/admin/ console. everything working fine except ejabberdctl command.

knocker@ps0714-U:~$ ejabberdctl

Failed RPC connection to the node 'ejabberd@ps0714-U': nodedown

knocker@ps0714-U:~$ ejabberdctl status

Failed RPC connection to the node 'ejabberd@ps0714-U': nodedown

knocker@ps0714-U:~$ ejabberdctl register test test

Failed RPC connection to the node 'ejabberd@ps0714-U': nodedown

is anything wrong in configuration? what i have missed here..?

Was it helpful?

Solution

Add sudo on your command. Like so:

sudo ejabberdctl status
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top