On 18/07/2006, at 1:13 AM, Yves Goergen wrote:
> Hi,
>
> I just updated to Linux kernel 2.6.17.6 and now PyMSNt and PyICQt
> don't work
> anymore. The applications are running but both show this in their
> debug
> output
> all the time:
>
> [2006-07-16 21:35:01] Starting factory
> <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
> 0xb7d22dec>
> [2006-07-16 21:35:01] INFO :: :: PyTransport :: componentDisconnected
> :: {} ::
> [2006-07-16 21:35:01] <twisted.internet.tcp.Connector instance at
> 0xb784c78c> will retry in 2 seconds
> [2006-07-16 21:35:01] Stopping factory
> <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
> 0xb7d22dec>
> [2006-07-16 21:35:04] Starting factory
> <twisted.words.protocols.jabber.xmlstream.XmlStreamFactory instance at
> 0xb7d22dec>
>
> I need to stop both so they won't fill my disk with that stuff. What's
> this? I
> cannot use MSN and ICQ anymore now. :(
>
> Running latest versions (I guess) with WildFire 2.6.2, which works
> fine but
> doesn't show any components sessions.
>
> --
> Yves Goergen "LonelyPixel" <[EMAIL PROTECTED]>
> http://beta.unclassified.de ? My web laboratory.
What happens if you manually specify a reactor in your config.xml file.
Try <reactor>poll</reactor>
Or <reactor>select</reactor>
Or <reactor>default</reactor>
---
James