Erlang/OTP Forums

Author Message

<  Ejabberd mailing list  ~  able to register but unable to login

Guest
Posted: Mon Jan 01, 2007 4:41 am Reply with quote
Guest
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi All,
Just installed ejabberd. The default ejabberd.cfg is what i am
using. I am running Ubuntu Edgy and installed ejabberd from the
repository.

After installation, I tried to access it thru Gaim 2.0.0.Beta3.1. I
was able to register an admin account and also login to my web admin
page thru it after adding it to the admin tag in the cfg file. But I
am unable to login through Gaim. I am not sure what options I should
be selecting.

This is the output of my ejabberd.log file

=INFO REPORT==== 2006-12-31 23:29:04 ===
I(<0.235.0>:ejabberd_listener:90): (#Port<0.727>) Accepted connection
{{192,168,0,107},1263} -> {{192,168,0,156},5223}

=ERROR REPORT==== 2006-12-31 23:29:04 ===
** State machine <0.735.0> terminating
** Last event in was {xmlstreamelement,
{xmlelement,"response",
[{"xmlns",

"urn:ietf:params:xml:ns:xmpp-sasl"}],
[{xmlcdata,

<<"dXNlcm5hbWU9InR3aWtpYWRtaW4iLHJlYWxtPSJsb2NhbGhvc3QiLG5vbmNlPSIxNDczMDQ0NDU1Iixjbm9uY2U9ImUwNjA0MGU3MTE2NzYyNTY4NTc2MzQ3YzIiLG5jPTAwMDAwMDAxLHFvcD1hdXRoLGRpZ2VzdC11cmk9InhtcHAvbG9jYWxob3N0IixyZXNwb25zZT1kMDBhOTAyMmFlNjQ1Y2IwN2U1NDc1YTJkMTlhMTNmYixjaGFyc2V0PXV0Zi04">>}]}}
** When State == wait_for_sasl_response
** Data == {state,{tlssock,#Port<0.727>,#Port<0.728>},
<0.736.0>,
tls,
"2179114957",
{sasl_state,"jabber",
"localhost",
[],
#Fun<ejabberd_c2s.1.114093548>,
#Fun<ejabberd_c2s.2.66069937>,
cyrsasl_digest,
{state,
3,
"1473044455",
undefined,
undefined,
#Fun<ejabberd_c2s.1.114093548>}},
c2s,
c2s_shaper,
false,
true,
false,
true,
[{certfile,"/etc/ejabberd/ejabberd.pem"}],
false,
undefined,
[],
"localhost",
[],
undefined,
{0,nil},
{0,nil},
{0,nil},
{0,nil},
undefined,
undefined,
undefined,
false,
none,
[]}
** Reason for termination =
** {badarg,[{ets,lookup,[crypto_server_table,port]},
{crypto,control,2},
{cyrsasl_digest,response,6},
{cyrsasl_digest,mech_step,2},
{cyrsasl,server_step,2},
{ejabberd_c2s,wait_for_sasl_response,2},
{gen_fsm,handle_msg,7},
{proc_lib,init_p,5}]}


Thanks and Wish you all a happy new year!!
Arun
- -----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFmJBU54T6M1Bx/tARAlpLAJ9lbKcbH0Pu1s0PpZDzyAGWt4Fu6wCgwXJI
ZFd8FwPiQDldTKTVOZDWvTY=
=df+a
- -----END PGP SIGNATURE-----

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFmJDt54T6M1Bx/tARAh6UAKDaUP2NS0Yt7vaK/TdHqtesCpwiAQCg3605
GdhCmHuLGQ/U26i13cSF0D4=
=r7Im
-----END PGP SIGNATURE-----

_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist
Guest
Posted: Mon Jan 01, 2007 11:31 am Reply with quote
Guest
Hello,

>From what I know the Ubuntu packaging is broken as it does not seems to
have an Erlang compiled with crypto support.

--
Micka
Guest
Posted: Mon Jan 01, 2007 11:47 am Reply with quote
Guest
On 1/1/07, Mickael Remond <mickael.remond@process-one.net> wrote:
> Hello,
>
> >From what I know the Ubuntu packaging is broken as it does not seems to
> have an Erlang compiled with crypto support.

It's not exactly true. Erlang in Ubuntu is built with crypto, but
loading crypto fails. See
https://bugs.launchpad.net/distros/ubuntu/+source/erlang/+bug/68163
for details.

I would say that using erlang in Ubuntu is not so good idea. The
package is just a rebuild of Debian erlang package, and it isn't paid
any attention from Ubuntu people (at least Edgy was released with this
critical bug without any doubts).

--
Sergei Golovan
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist
Guest
Posted: Tue Jan 02, 2007 2:01 am Reply with quote
Guest
On mån, 2007-01-01 at 14:46 +0300, Sergei Golovan wrote:
> On 1/1/07, Mickael Remond <mickael.remond@process-one.net> wrote:
> > Hello,
> >
> > >From what I know the Ubuntu packaging is broken as it does not seems to
> > have an Erlang compiled with crypto support.
>
> It's not exactly true. Erlang in Ubuntu is built with crypto, but
> loading crypto fails. See
> https://bugs.launchpad.net/distros/ubuntu/+source/erlang/+bug/68163
> for details.
>
> I would say that using erlang in Ubuntu is not so good idea. The
> package is just a rebuild of Debian erlang package, and it isn't paid
> any attention from Ubuntu people (at least Edgy was released with this
> critical bug without any doubts).
>

One "solution" to the problem is installing the old erlang version from
dapper.

I tried compiling the newest otp*.tar.bz2 from erlang.org and using the
package from the ubuntu devel-verion, but the error didn't go away.

/Jonas

_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist

Display posts from previous:  

All times are GMT
Page 1 of 1
This forum is locked: you cannot post, reply to, or edit topics.

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum