I am trying to install ejabberd 2.1.10-2 on my Ubuntu 12.04.1 server.
I'm trying to install ejabberd on an Ubuntu 12.04 LTS server (x64). This is a fresh installation of ejabberd, and I've had nothing but problems.
apt-get hangs at:
Setting up ejabberd (2.1.10-2ubuntu1) ...
Starting jabber server: ejabberd......
It times out (after a very long period) and the server never starts.
I checked /var/log/ejabberd/erl_crash.dump and the 'slogan' (i.e.
I am pretty new to ejabberd. So spare me if this is a noob question.
We are developing a real time application using xmpp and decided to go with ejabberd server.
We are in the process of setting up our server and want to know which OS is best suited to work with ejabberd. If it's *nix, then which flavor to go with - ubuntu or centOS?
I installed ejabberd and tried to set it up.
On my server there are strict rules which allow only several services and denies everything else.
I experienced starting problems with my iptables rules and found out that ejabberd works when I allow everything in the iptables and restore my rules afterwards.
So, I've tried to use this: http://www.ejabberd.im/migrate-host and successfully converted nodes.
My old node was "ejabberd@server" and current node maybe "ejabberd@VPS7074.saverabbits.com".
Here is my hostname:
[root@VPS7074 tmp]# hostname
VPS7074.saverabbits.com
Here is my hosts:
[root@VPS7074 tmp]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
I install ejabberd from source, it always gives error when I start :
=INFO REPORT==== 2013-01-05 09:35:58 ===
application: ejabberd
exited: {bad_return,
{{ejabberd_app,start,[normal,[]]},
{'EXIT',
{badarg,
[{erlang,port_control,
[stringprep_port,2,"localhost"]},
I installed ejabberd on my ubuntu box.
I configured ejabberd to get authentication from a python script (which check username / password in our database) . That works.
Just now, I dont know how to get friends list, groups from our database.
Anyone know, pls tell me.
Thank you very much
ejabberd: Multiple Denial of Service vulnerabilities
Here is the stack that we plan to use for our XMPP based application.
Server- ejabberd
Business Logic - Python
Here are the questions: We want to persist data in an external database. Data including JIDs of users. I read that it is possible to configure ejabberd to store and use JIDs from external database.