:(

Still not working eh? Yeah, epoll-0.4 is the latest version.
I'm using kernel 2.6.8, but it shouldn't make any difference.
What Python version are you using?

Can you double-check that the epollc.c file you're compiling has these 
lines in it:
Py_BEGIN_ALLOW_THREADS;
.....
Py_END_ALLOW_THREADS;

Because I had exactly the problem you describe until I added those 
lines.

---

James



On 29/07/2005, at 8:31 AM, Gonzalo Barrio wrote:

> I forgot to mention, I'm using the epoll-0.4 the last stable ?
>
> Thanks
>
> Gonzalo.
>
>
> Gonzalo Barrio wrote:
>
>> I have no luck at all with the epoll reactor.
>> I have 2.6.10-1-k7 kernel on a Debian Sarge installation, I compiled 
>> my
>> own epoll.so reactor and done the move stuff.
>> Seems to be working but never login, and finally throw a timeout.
>> This is the log:
>>
>>
>> 07/28/05 - 19:04:45 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aad7a". Looking for handler
>> 07/28/05 - 19:04:48 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aad8a". Looking for handler
>> 07/28/05 - 19:04:49 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aad9a". Looking for handler
>> 07/28/05 - 19:04:49 - Discovery: Unknown Iq request
>> "[EMAIL PROTECTED]/Psi" "aad9a" 
>> "http://jabber.org/protocol/disco#info";
>> 07/28/05 - 19:04:50 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aadaa". Looking for handler
>> 07/28/05 - 19:04:50 - Discovery: Unknown Iq request
>> "[EMAIL PROTECTED]/Psi" "aadaa"
>> "http://jabber.org/protocol/disco#items";
>> 07/28/05 - 19:04:50 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aadba". Looking for handler
>> 07/28/05 - 19:04:50 - Discovery: Unknown Iq request
>> "[EMAIL PROTECTED]/Psi" "aadba" "jabber:iq:browse"
>> 07/28/05 - 19:04:50 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aadca". Looking for handler
>> 07/28/05 - 19:04:50 - Discovery: Unknown Iq request
>> "[EMAIL PROTECTED]/Psi" "aadca" "jabber:iq:agents"
>> 07/28/05 - 19:04:56 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aadda". Looking for handler
>> 07/28/05 - 19:04:56 - Discovery: Unknown Iq request
>> "[EMAIL PROTECTED]/Psi" "aadda" 
>> "http://jabber.org/protocol/disco#info";
>> 07/28/05 - 19:04:56 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aadea". Looking for handler
>> 07/28/05 - 19:04:56 - Discovery: Unknown Iq request
>> "[EMAIL PROTECTED]/Psi" "aadea"
>> "http://jabber.org/protocol/disco#items";
>> 07/28/05 - 19:04:56 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aadfa". Looking for handler
>> 07/28/05 - 19:04:56 - Discovery: Unknown Iq request
>> "[EMAIL PROTECTED]/Psi" "aadfa" "jabber:iq:browse"
>> 07/28/05 - 19:04:56 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aae0a". Looking for handler
>> 07/28/05 - 19:04:56 - Discovery: Unknown Iq request
>> "[EMAIL PROTECTED]/Psi" "aae0a" "jabber:iq:agents"
>> 07/28/05 - 19:05:35 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aae3a". Looking for handler
>> 07/28/05 - 19:05:35 - Discovery: Handler found "jabber:iq:register"
>> "<bound method RegisterManager.incomingRegisterIq of 
>> <register.Register
>> Manager instance at 0xb776c9ec>>"
>> 07/28/05 - 19:05:35 - RegisterManager: In-band registration type "get"
>> received
>> 07/28/05 - 19:05:35 - RegisterManager: sendRegistrationFields() for
>> "[EMAIL PROTECTED]/Psi" "aae3a"
>> 07/28/05 - 19:05:35 - RegisterManager: 
>> getRegInfo("[EMAIL PROTECTED]")
>> 07/28/05 - 19:05:35 - RegisterManager:
>> getRegInfo("[EMAIL PROTECTED]") - not registered!
>> 07/28/05 - 19:06:01 - Discovery: Iq received
>> "[EMAIL PROTECTED]/Psi" "aae4a". Looking for handler
>> 07/28/05 - 19:06:01 - Discovery: Handler found "jabber:iq:register"
>> "<bound method RegisterManager.incomingRegisterIq of 
>> <register.Register
>> Manager instance at 0xb776c9ec>>"
>> 07/28/05 - 19:06:01 - RegisterManager: In-band registration type "set"
>> received
>> 07/28/05 - 19:06:01 - RegisterManager: updateRegistration() for
>> "[EMAIL PROTECTED]/Psi" "aae4a"
>> 07/28/05 - 19:06:01 - RegisterManager: Valid registration data was
>> received. Attempting to update XDB
>> 07/28/05 - 19:06:01 - RegisterManager:
>> setRegInfo("[EMAIL PROTECTED]", "[EMAIL PROTECTED]", 
>> "xxxxxxxx")
>> 07/28/05 - 19:06:01 - RegisterManager: Updated XDB successfully
>> 07/28/05 - 19:06:01 - RegisterManager: Sent off a result Iq
>> 07/28/05 - 19:06:02 - PyTransport: Sending unavailable presence to
>> non-logged in user "[EMAIL PROTECTED]"
>> 07/28/05 - 19:06:02 - PyTransport: Attempting to create a new session
>> "[EMAIL PROTECTED]"
>> 07/28/05 - 19:06:02 - session: makeSession("[EMAIL PROTECTED]")
>> 07/28/05 - 19:06:02 - RegisterManager: 
>> getRegInfo("[EMAIL PROTECTED]")
>> 07/28/05 - 19:06:02 - Username: "[EMAIL PROTECTED]" - 
>> Password:"xxxxxxxx"
>> 07/28/05 - 19:06:02 - RegisterManager:
>> getRegInfo("[EMAIL PROTECTED]") - returning reg info
>> "[EMAIL PROTECTED]" "xxxxxxxx"!
>> 07/28/05 - 19:06:02 - User: [EMAIL PROTECTED] - JabberConnection
>> constructed
>> 07/28/05 - 19:06:02 - Session: Creating new session 
>> "[EMAIL PROTECTED]"
>> 07/28/05 - 19:06:02 - MSNConnection: "[EMAIL PROTECTED]" 
>> initialised
>> 07/28/05 - 19:06:02 - MSNConnection: "[EMAIL PROTECTED]" created
>> 07/28/05 - 19:06:02 - LegacyConnection: "[EMAIL PROTECTED]" - 
>> created
>> 07/28/05 - 19:06:02 - ContactList: "[EMAIL PROTECTED]" creating
>> 07/28/05 - 19:06:02 - Session [EMAIL PROTECTED] - Fetching 
>> user's vCard
>> 07/28/05 - 19:06:02 - Session: New session created
>> "[EMAIL PROTECTED]" "[EMAIL PROTECTED]" "xxxxxxxx"
>> 07/28/05 - 19:06:02 - PyTransport: New session created
>> "[EMAIL PROTECTED]"
>> 07/28/05 - 19:06:02 - User: [EMAIL PROTECTED] - JabberConnection
>> parsed presence packet "[EMAIL PROTECTED]" "Psi" "5" "None" "Non
>> e" ""
>> 07/28/05 - 19:06:02 - Session [EMAIL PROTECTED] - resource "Psi"
>> has come online
>> 07/28/05 - 19:06:02 - ContactList: "[EMAIL PROTECTED]" resent 
>> lists
>> 07/28/05 - 19:06:02 - Session [EMAIL PROTECTED] - resource "Psi"
>> setting "None" "None" "5"
>> 07/28/05 - 19:06:02 - Session [EMAIL PROTECTED] - highest active
>> resource is "Psi" at 5
>> 07/28/05 - 19:06:02 - Session [EMAIL PROTECTED] - updating status
>> on legacy service, resource Psi
>> 07/28/05 - 19:06:02 - User: [EMAIL PROTECTED] - JabberConnection
>> parsed subscription presence packet "msn.hq.novamens.com" "subscribed
>> "
>> 07/28/05 - 19:06:02 - Discovery: Iq received "[EMAIL PROTECTED]"
>> "5". Doing callback.
>> 07/28/05 - 19:06:02 - Session [EMAIL PROTECTED] - Got user's 
>> vCard
>> 07/28/05 - 19:06:36 - Discovery: Iq received "hq.novamens.com" "6".
>> Doing callback.
>> 07/28/05 - 19:07:06 - NotificationClient: "[EMAIL PROTECTED]" lost
>> connection with MSN servers
>> 07/28/05 - 19:07:07 - MSNConnection: "[EMAIL PROTECTED]" destroyed
>> 07/28/05 - 19:07:07 - MSNConnection: "[EMAIL PROTECTED]" 
>> initialised
>> 07/28/05 - 19:07:22 - User: [EMAIL PROTECTED] - JabberConnection
>> parsed presence packet "[EMAIL PROTECTED]" "Psi" "0" "None" "Non
>> e" ""
>> 07/28/05 - 19:07:22 - Session [EMAIL PROTECTED] - resource "Psi"
>> setting "None" "None" "0"
>> 07/28/05 - 19:07:22 - Session [EMAIL PROTECTED] - highest active
>> resource is "Psi" at 0
>> 07/28/05 - 19:07:22 - Session [EMAIL PROTECTED] - updating status
>> on legacy service, resource Psi
>> 07/28/05 - 19:08:13 - NotificationClient: "[EMAIL PROTECTED]" lost
>> connection with MSN servers
>> 07/28/05 - 19:08:15 - MSNConnection: "[EMAIL PROTECTED]" destroyed
>> 07/28/05 - 19:08:15 - MSNConnection: "[EMAIL PROTECTED]" 
>> initialised
>> 07/28/05 - 19:08:36 - Discovery: Iq received "hq.novamens.com" "7".
>> Doing callback.
>> 07/28/05 - 19:09:24 - NotificationClient: "[EMAIL PROTECTED]" lost
>> connection with MSN servers
>> 07/28/05 - 19:09:28 - MSNConnection: "[EMAIL PROTECTED]" destroyed
>> 07/28/05 - 19:09:28 - MSNConnection: "[EMAIL PROTECTED]" 
>> initialised
>> 07/28/05 - 19:10:34 - NotificationClient: "[EMAIL PROTECTED]" lost
>> connection with MSN servers
>> 07/28/05 - 19:10:36 - Discovery: Iq received "hq.novamens.com" "8".
>> Doing callback.
>> 07/28/05 - 19:10:42 - MSNConnection: "[EMAIL PROTECTED]" destroyed
>> 07/28/05 - 19:10:42 - MSNConnection: "[EMAIL PROTECTED]" 
>> initialised
>> 07/28/05 - 19:11:51 - NotificationClient: "[EMAIL PROTECTED]" lost
>> connection with MSN servers
>> 07/28/05 - 19:12:07 - MSNConnection: "[EMAIL PROTECTED]" destroyed
>> 07/28/05 - 19:12:07 - MSNConnection: "[EMAIL PROTECTED]" 
>> initialised
>> 07/28/05 - 19:13:08 - Discovery: Iq received "hq.novamens.com" "9".
>> Doing callback.
>> 07/28/05 - 19:13:16 - NotificationClient: "[EMAIL PROTECTED]" lost
>> connection with MSN servers
>> 07/28/05 - 19:13:16 - LegacyConnection: "[EMAIL PROTECTED]" -
>> connectionLost("<legacy.glue.LegacyConnection instance at 
>> 0xb778f40c>")
>> 07/28/05 - 19:13:16 - User: [EMAIL PROTECTED] - JabberConnection
>> sending message "[EMAIL PROTECTED]" "msn.hq.novamens.com" "Desco
>> nexi n de los servidores MSN: Error" "None"
>> 07/28/05 - 19:13:16 - jabw: Sending a Jabber message
>> "[EMAIL PROTECTED]" "msn.hq.novamens.com" "Desconexi n de los
>> servidores MSN: Err
>> or" "None"
>> 07/28/05 - 19:13:16 - Session: Removing "[EMAIL PROTECTED]"
>> 07/28/05 - 19:13:16 - User: [EMAIL PROTECTED] - JabberConnection
>> sending presence "[EMAIL PROTECTED]""msn.hq.novamens.com" "None"
>> "" "None" "unavailable" "False" "None"
>> 07/28/05 - 19:13:16 - LegacyConnection: "[EMAIL PROTECTED]" - 
>> being
>> deleted
>> 07/28/05 - 19:13:16 - MSNConnection: "[EMAIL PROTECTED]" destroyed
>> 07/28/05 - 19:13:16 - ContactList: "[EMAIL PROTECTED]" removed
>> 07/28/05 - 19:13:16 - Session: Completed removal 
>> "[EMAIL PROTECTED]"
>> 07/28/05 - 19:14:36 - Discovery: Iq received "hq.novamens.com" "11".
>> Doing callback.
>> 07/28/05 - 19:16:23 - PyTransport: Service shutting down
>>
>>
>> I shut down the server when I gave up.
>>
>> _______________________________________________
>> py-transports mailing list
>> py-transports@blathersource.org
>> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>>
>>
>>
>
>
> _______________________________________________
> py-transports mailing list
> py-transports@blathersource.org
> http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports
>

Reply via email to