Quantcast
Channel: ejabberd - ejabberd Administration
Viewing all 782 articles
Browse latest View live

Change Hostname to cluster and now won't start

$
0
0

I've pulled out all my hair the past couple days trying to cluster two servers.

I started with one so have to change the hostname to a FQDN.

I've followed all the steps but they're just blatantly not working.

ejabberdctl backup isn't a valid command and I can't even find "backup" in /usr/sbin/ejabberdctl

Can anyone help?

I'm running two CentOS 6.5 servers. Ejabberd was installed via YUM and that's pretty much it.

Right now I can start ejabberdctl but not ejabberd.

The log when I try /etc/init.d/ejabberd start

read more


Web admin page missing links, sections

$
0
0

My fresh install of ejabberd works, but the web admin page seems to be missing some items.

The example web admin page in section 4.3 (page 113) of the manual show these items:

Access Control Lists
Access Rules
Virtual Hosts
Nodes
Statistics

My web page only shows:

Virtual Hosts

If I click on Virtual Hosts, I see page with all the right formatting but no content. I see a header list of the words:

Host Registered Users Online Users

Nothing appears under the header list.

What might be causing this problem?

Thanks,

David

ejabbered 14.05 centos 6.5 make install error

$
0
0

I am doing the following steps:
git clone git://github.com/processone/ejabberd.git ejabberd
cd ejabberd
./configure --enable-mysql --enable-tools --enable-stun --enable-debug
make
make install

make install is throwing the following error:
/usr/local/lib/erlang/bin/escript rebar skip_deps=true compile
==> rel (compile)
==> ejabberd (compile)
#
# Configuration files
/usr/bin/install -c -d -m 750 //etc/ejabberd
[ -f //etc/ejabberd/ejabberd.yml ] \
&& /usr/bin/install -c -b -m 640 ejabberd.yml.example //etc/ejabberd/ejabberd.yml-new \

read more

ejabberd 14.05 configure: WARNING: unrecognized options: --enable-stun

$
0
0

I am doing the following steps:
git clone git://github.com/processone/ejabberd.git ejabberd
cd ejabberd
./configure --enable-mysql --enable-tools --enable-stun --enable-debug

Warning configure: WARNING: unrecognized options: --enable-stun

Does that mean that stun is not really available?

Installing with apt-get in Debian with postgresql?

$
0
0

Ejabberd is included in the default Debian repository which makes installation very easy. If I install it with apt-get would I be able to add database support like postgresql or use other modules?

Ejabberd 14.05 CentOS 6 64bit not work

$
0
0

Dear everybody,

Please help me about installing this on my machine. Below all steps I did:

yum install libyaml-devel libyaml -y

Download ejabberd-14.05-linux-x86_64-installer.run

chmox +x ejabberd-14.05-linux-x86_64-installer.run
./ejabberd-14.05-linux-x86_64-installer.run
cp /opt/ejabberd-14.05/bin/ejabberd.init /etc/init.d/ejabberd

First run

service ejabberd start

System noticed no user to run (I don't understand why this installer file not do that), manual add:

read more

Makati Condo Sale

$
0
0

Hello everybody, I am Emerson and I am a Marketing Manager at Makati Condo Sale in Makati, Metro Manila, Philippines.
Makati Condo Sale

how to install ejabberd

$
0
0

I am new to ejabberd, same as linux.

1) Can ejabberd be installed on a windows server 2008 r2?
2) Did I download the correct installer for Ubuntun 12.04:ejabberd-14.05-linux-x86-installer.run?
3) When I read installation and configuration, I didn't see any notes to run this file as the installer:ejabberd-14.05-linux-x86-installer.run

Please help!!

THanks!

Ginger


ejabberd client and server

$
0
0

I set up ejabberd on linux --ubuntu but I used pidgin to create users.

I kept getting not authorized error when tried to enable the account.

What I need to enter in resource tab of pidgin client?

How to install the ejabberd with version 2.1.13 on windows server 2008 r2 64bits ?

$
0
0

according to the url: http://www.process-one.net/docs/ejabberd/guide_en.html#htoc16

i have fisish the steps from 1 to 7, but i found some difrencents:
A. configure.erl has been moved to tools/configure.erl
B. need to change Expat-2.0.0 to Expat-2.1.0
C. XmppAddr.asn1 has been moved to asn1

then, i typed: configure.bat under ejabberd-2.1.13/, it's ok.
but, while executing the nmake, show me the errors:

cann't find eldap,

i cann't find the folder eldap under ejabberd-2.1.13/

the Makefile.win32:
build : $(DLL) compile-beam all-recursive

all-recursive :
cd eldap

read more

How should /etc/hosts be configured?

Installation problem with Ejabberd 14.07

$
0
0

I wanted to install ejabberd 14.07 from source and followed the guide provided. But during the make operation the response is

configure: error: libyaml library was not found
ERROR: Command ['get-deps'] failed!

I also tried ./rebar get-deps. The response is the same.

libyaml.0.2 is already installed in the server. Server is running in Ubuntu 12.04LTS

ejabberd 14.07 start fails with some undefined function treap:empty

$
0
0

Hi,

I have installed ejabberd 14.07 and without any change in config files, i started the ejabberd which fails with below error

15:34:28.361 [error] CRASH REPORT Process <0.257.0> with 0 neighbours exited with reason: call to undefined function treap:empty() in gen_server:init_it/6 line 328
15:34:28.361 [error] Supervisor ejabberd_sup had child ejabberd_captcha started with ejabberd_captcha:start_link() at undefined exit with reason call to undefined function treap:empty() in context start_error
15:34:28.425 [info] FQDN used to check DIGEST-MD5 SASL authentication: localhost

read more

mod_roster with mysql odbc always return Service Unvailable with ejabberd 14.07

$
0
0

I installed ejabberd 14.07 with odbc as mysql database, everything is working except the mod_roster odbc. So I am not able to add user to the rosterusers table.

Below is my configuration part from ejabberd.yml,

mod_roster:
db_type: odbc
versioning: true
store_current_id: true
managers:
- "localhost"

I followed the guide and modified the below configuration, but is always return below response packet in the log

2014-08-31 06:22:45.762 [debug] <0.403.0>@ejabberd_router:do_route:322 route

read more

MySQL connection OK but authentication fails

$
0
0

I am running version 2.1.10-4+deb7u and have managed to connect to MySQL using ODBC.
ejabberd starts properly and is storing passwords properly but will not authenticate:

Log files shows:

=INFO REPORT==== 2014-08-31 22:43:35 ===
I(<0.386.0>:ejabberd_listener:281) : (#Port<0.2025>) Accepted connection {{xx,xxx,120,94},64917} -> {{xx,xx,2,21},5222}

=INFO REPORT==== 2014-08-31 22:43:35 ===
I(<0.452.0>:ejabberd_c2s:802) : ({socket_state,tls,{tlssock,#Port<0.2025>,#Port<0.2027>},<0.451.0>}) Failed authentication for admin@myserver.net

read more


Cannot compile ejabberd 14.07 on Ubuntu 14.04

$
0
0

Hello,

I'm trying to build ejabberd 14.07 from the git source and have installed (among other things) autoconf, libyaml-dev, zlib1g-dev, libpam-dev, libexpat-dev, erlang-dev, erlang-eunit.

Now I get very far, but not to the end:

git clone git@github.com:processone/ejabberd.git
git checkout 14.07
./autogen.sh
./configure
make

results in

[...]
==> ejabberd (compile)
ERROR: compile failed while processing /home/marcel/ejabberd: rebar_abort
make: *** [deps/.built] Error 1

./rebar compile -vvv is more helpful:

[...]

read more

Change Hostname to cluster and now won't start

$
0
0

I've pulled out all my hair the past couple days trying to cluster two servers.

I started with one so have to change the hostname to a FQDN.

I've followed all the steps but they're just blatantly not working.

ejabberdctl backup isn't a valid command and I can't even find "backup" in /usr/sbin/ejabberdctl

Can anyone help?

I'm running two CentOS 6.5 servers. Ejabberd was installed via YUM and that's pretty much it.

Right now I can start ejabberdctl but not ejabberd.

The log when I try /etc/init.d/ejabberd start

read more

Web admin page missing links, sections

$
0
0

My fresh install of ejabberd works, but the web admin page seems to be missing some items.

The example web admin page in section 4.3 (page 113) of the manual show these items:

Access Control Lists
Access Rules
Virtual Hosts
Nodes
Statistics

My web page only shows:

Virtual Hosts

If I click on Virtual Hosts, I see page with all the right formatting but no content. I see a header list of the words:

Host Registered Users Online Users

Nothing appears under the header list.

What might be causing this problem?

Thanks,

David

ejabbered 14.05 centos 6.5 make install error

$
0
0

I am doing the following steps:
git clone git://github.com/processone/ejabberd.git ejabberd
cd ejabberd
./configure --enable-mysql --enable-tools --enable-stun --enable-debug
make
make install

make install is throwing the following error:
/usr/local/lib/erlang/bin/escript rebar skip_deps=true compile
==> rel (compile)
==> ejabberd (compile)
#
# Configuration files
/usr/bin/install -c -d -m 750 //etc/ejabberd
[ -f //etc/ejabberd/ejabberd.yml ] \
&& /usr/bin/install -c -b -m 640 ejabberd.yml.example //etc/ejabberd/ejabberd.yml-new \

read more

ejabberd 14.05 configure: WARNING: unrecognized options: --enable-stun

$
0
0

I am doing the following steps:
git clone git://github.com/processone/ejabberd.git ejabberd
cd ejabberd
./configure --enable-mysql --enable-tools --enable-stun --enable-debug

Warning configure: WARNING: unrecognized options: --enable-stun

Does that mean that stun is not really available?

Viewing all 782 articles
Browse latest View live