[JDEV] EAGAIN (Resource temporarily unavailable)
Dave Lists
lists at infonaut.net
Sun Nov 23 07:15:41 CST 2003
Matthias Wimmer wrote:
>Hi Dave!
>
>Dave Lists schrieb am 2003-11-23 02:54:03:
>
>
>> running jabberd-1.4.3 I can't log in anymore. strace shows:
>>
>>
>
>What exactly happens on the client side? Can you connect to the server?
>Can you establish a stream? Can you authenticate with the server?
>
>
>
Hello Matthias,
From ngrep I can see that client and server are communicating:
filter: ip and ( port 5222 )
####
T 212.158.222.159:14862 -> 212.113.16.76:5222 [AP]
<stream:stream to="joshua.infonaut.net" xmlns="jabber:client"
xmlns:stream="http://etherx.jabber.org/streams" version="1.0" >
##
T 212.113.16.76:5222 -> 212.158.222.159:14862 [AP]
<?xml version='1.0'?><stream:stream
xmlns:stream='http://etherx.jabber.org/streams' id='3FC0AE91'
xmlns='jabber:client' from='joshua.infonaut.net'>
#
T 212.158.222.159:14862 -> 212.113.16.76:5222 [AP]
<iq id="jcl_10" type="get"><query
xmlns="jabber:iq:auth"><username>ruth</username></query></iq>
##
T 212.158.222.159:14862 -> 212.113.16.76:5222 [AP]
I can see from strace that the server is requesting and recieving
the username form mysql, it is after this point that the server loops
until Exodus gets bored waiting, and believe me, Exodus takes a while to
get bored :-)
More information about the JDev
mailing list