Hi, Am Mittwoch, den 16.08.2006, 08:07 +1000 schrieb James Bunton: [...] > svn switch --relocate svn://delx.cjb.net/ http://delx.cjb.net/svn/ > > Its moved to apache :)
Thanks! Greetings, Lars -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 827 bytes Desc: Dies ist ein digital signierter Nachrichtenteil Url : http://modevia.com/pipermail/py-transports/attachments/20060816/abd8dbac/attachment.pgp From [EMAIL PROTECTED] Wed Aug 16 14:43:03 2006 From: [EMAIL PROTECTED] (Vladimir Vrzic) Date: Wed Aug 16 14:43:11 2006 Subject: [py-transports] PyMSNt twisted.web.sux.ParseError In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> It just started working today. Maybe it was due to some network lag? Or CPU lag? The load on this machine is pretty heavy, it's around 6.0, or 7.0 most of the time. [EMAIL PROTECTED]:~$ cat > msncmd VER 0 MSNP11 CVR 1 0x040c winnt 5.1 i386 MSNMSGR 7.0.0777 msmsgs [EMAIL PROTECTED] USR 2 TWN I [EMAIL PROTECTED] [EMAIL PROTECTED]:~$ time nc messenger.hotmail.com 1863 < msncmd VER 0 MSNP11 CVR 1 7.5.0324 7.5.0324 7.0.0777 http://msgr.dlservice.microsoft.com/download/c/a/7/ca7e9edf-ae2c-441e-b6be-26ace50a5875/Install_MSN_Messenger.EXE http://messenger.msn.com/fr XFR 2 NS 207.46.4.94:1863 0 65.54.239.140:1863 real 0m0.781s user 0m0.001s sys 0m0.003s [EMAIL PROTECTED]:~$ Seems ok now. I couldn't have tried it yesterday, but I'll try if the same problem repeats. On Wed, 2006-08-16 at 08:21 +1000, James Bunton wrote: > Could you try this at a shell for me.. > > Put these commands (one per line) into a file called msncmd. No empty > lines. > > VER 0 MSNP11 > CVR 1 0x040c winnt 5.1 i386 MSNMSGR 7.0.0777 msmsgs [EMAIL PROTECTED] > USR 2 TWN I [EMAIL PROTECTED] > > No run this command (assuming you have netcat installed) > time nc messenger.hotmail.com 1863 < msncmd > > How long does it take to terminate? You should get something looking > roughly like this as output > > VER 0 MSNP11 > CVR 1 7.5.0324 7.5.0324 7.0.0777 http://msgr.dlservice.microsoft.com/ > download/c/a/7/ca7e9edf-ae2c-441e-b6be-26ace50a5875/ > Install_MSN_Messenger.EXE http://messenger.msn.com/fr > XFR 2 NS 207.46.24.45:1863 0 65.54.239.20:1863 > > real 0m0.893s > user 0m0.001s > sys 0m0.007s > > > What time do you get for real? It should be low. The timeout that > you're hitting when you're running PyMSNt 0.11.x is started when the > transport connects to messenger.hotmail.com and ends when it receives > the XFR. Or at least that's the idea :) From [EMAIL PROTECTED] Wed Aug 16 14:58:31 2006 From: [EMAIL PROTECTED] (Norman Rasmussen) Date: Wed Aug 16 14:58:35 2006 Subject: [py-transports] PyMSNt twisted.web.sux.ParseError In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> On 8/16/06, Vladimir Vrzic <[EMAIL PROTECTED]> wrote: > It just started working today. Maybe it was due to some network lag? Or > CPU lag? The load on this machine is pretty heavy, it's around 6.0, or > 7.0 most of the time. wow, do yourself a favour and get more memory into that machine. (I found it dropped my load from ~20 to ~0.2) -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Wed Aug 16 16:14:36 2006 From: [EMAIL PROTECTED] (Daniel Henninger) Date: Wed Aug 16 16:14:39 2006 Subject: [py-transports] SVN-Server currently down? In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> That reminds me! You can access my subversion repositories now via http as well. http://svn.blathersource.org/pyaim-t/trunk and such. I recall some folk had issues connecting to svn: from behind firewalls and such. Note that svn: still works on mine for now. It may be discontinued in the future. Also, http://fisheye.blathersource.org/ is my new tool for viewing the repositories from the web. I like it a lot better than websvn. (thanks to the authors for providing an open source license for it) Daniel -- "The most addictive drug in the world is music." - The Lost Boyz > Hi, > > Am Mittwoch, den 16.08.2006, 08:07 +1000 schrieb James Bunton: > [...] >> svn switch --relocate svn://delx.cjb.net/ http://delx.cjb.net/svn/ >> >> Its moved to apache :) > > Thanks! > > Greetings, Lars > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >
