Stopped ?

Hi,

I'm having troubles connecting GAIM to my ejabber server using LDAP.

I start it with:
# erl -pa /var/lib/ejabberd/ebin -name TIM -s ejabberd &

as stated in the manual.

but after that i get:
[1]+ Stopped erl -pa /var/lib/ejabberd/ebin -name TIM -s ejabberd

in the end, issuing a ps ax, i see:

2863 pts/0 Tl 0:00 /usr/local/lib/erlang/erts-5.5.1/bin/beam -- -root /usr/local/lib/erlang -progname erl -- -home /root -pa /var/lib/ejabberd/ebin -n

2869 ? S 0:00 /usr/local/lib/erlang/erts-5.5.1/bin/epmd -daemon

Is this the way it is supposed to be ?

I don't have access to the web interface either.

Any help would be appreciated.

Warm Regards,
Mário Gamito

Some ideas, maybe they help

Some ideas, maybe they help you:

  • To run ejabberd as a service, start with '-detached' instead of '&'
  • If you don't include any of them, ejabberd will run on your console, showing you any error messages on real time.
  • Don't put the node name on capital letters. Instead of '-name TIM' put '-name tim'.
Syndicate content