Re: [Twisted-Python] 9.0.0 question

2010-01-21 Thread exarkun
On 03:43 am, gl...@twistedmatrix.com wrote: On Jan 20, 2010, at 3:20 PM, Mikhail Terekhov wrote: Hi, I've switched recently from 8.2 to 9.0 and noticed that some of my client scripts hang in reactor.stop() on exit sometimes. That never happened before. For example if I run the gethostbyname.py

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 4

2010-01-21 Thread exarkun
On 03:57 am, gl...@twistedmatrix.com wrote: On Jan 19, 2010, at 4:33 PM, Kevin Horn wrote: This time I think I'm gonna skip saying how I haven't gotten as much done as I would like...oh darn. Anyways, time for another gripping installment... - due to ReST's insistence on inline markup being

Re: [Twisted-Python] 9.0.0 question

2010-01-21 Thread Mikhail Terekhov
On Thu, Jan 21, 2010 at 3:58 AM, exar...@twistedmatrix.com wrote: On 03:43 am, gl...@twistedmatrix.com wrote: On Jan 20, 2010, at 3:20 PM, Mikhail Terekhov wrote: Hi, I've switched recently from 8.2 to 9.0 and noticed that some of my client scripts hang in reactor.stop() on exit sometimes.

Re: [Twisted-Python] LDAP server based on python

2010-01-21 Thread Marten Lehmann
Hi, I'm refering to an older post of Xavier Dutoit on this list (in early 2008), in which he asked about the state of the ldap-server (ldaptor) plug-in for Twisted. What he needed this for was virtually the same as the way we intend to use it: Our users shall be able to integrate all contacts

Re: [Twisted-Python] Lore to Sphinx Conversion Progress Report 4

2010-01-21 Thread Kevin Horn
On Thu, Jan 21, 2010 at 3:03 AM, exar...@twistedmatrix.com wrote: On IRC last night I brought up the idea that we could skip the conversion to ReST and use Sphinx with xhtml input documents. The conclusion seemed to be that this might be difficult, but no one was really sure what work would

Re: [Twisted-Python] Log rotates not as expected

2010-01-21 Thread Lucas Taylor
On 1/20/10 5:35 AM, Pet wrote: Hi, in code below I try to rotate log files if they reach 500 limit, but this happens only to every 5 files, ls -althr: -rw-r--r-- 1 root root 977K 2010-01-19 19:03 /var/log/my.log.12 -rw-r--r-- 1 root root 977K 2010-01-19 19:55 /var/log/my.log.10

Re: [Twisted-Python] Log rotates not as expected

2010-01-21 Thread Pet
On Thu, Jan 21, 2010 at 7:02 PM, Maarten ter Huurne maar...@treewalker.org wrote: On Thursday 21 January 2010, Lucas Taylor wrote: This can occur if you have multiple instances of logfile.LogFile setup to manage the same file. The default rotation is 1MB, so maybe you have another

Re: [Twisted-Python] Log rotates not as expected

2010-01-21 Thread Lucas Taylor
On 1/21/10 11:17 AM, Pet wrote: On Thu, Jan 21, 2010 at 7:02 PM, Maarten ter Huurne maar...@treewalker.org wrote: On Thursday 21 January 2010, Lucas Taylor wrote: This can occur if you have multiple instances of logfile.LogFile setup to manage the same file. The default rotation is 1MB, so