Re: [Twisted-Python] Twisted easy bugs, and other thoughts about getting people involved in Twisted

2010-03-16 Thread Asheesh Laroia
On Mon, 15 Mar 2010, exar...@twistedmatrix.com wrote: > On 14 Mar, 04:53 pm, twis...@asheesh.org wrote: >> >> One more thing -- pulling data out of Trac isn't actually super easy >> (-:. So if you want us to re-export that in some really simple format >> like a big JSON list, that's something el

Re: [Twisted-Python] Log Rotation Blocks w/ Large Number of Log Files

2010-03-16 Thread Jason J. W. Williams
True. Technically, you could also just kick it out to syslog and let logrotate.d do the rotation for you. The code I put up had a major "concurrency" error in that multiple rotation threads could be launched and conflict with each other (try to remove the same file). Updated the Gist to deal with

Re: [Twisted-Python] http://twistedmatrix.com/ trac installation updated

2010-03-16 Thread Timothy Allen
On Tue, 16 Mar 2010 09:48:17 -0400 Mikhail Terekhov wrote: > On Mon, Mar 15, 2010 at 6:36 PM, Tim Allen > wrote: > > On Mon, Mar 15, 2010 at 09:30:05AM -0500, Mikhail Terekhov wrote: > >> In addition to that the menu is overlapped in FF but this was the > >> same way before > >> update. BTW in I

Re: [Twisted-Python] Log Rotation Blocks w/ Large Number of Log Files

2010-03-16 Thread Maarten ter Huurne
On Tuesday 16 March 2010, Jason J. W. Williams wrote: > Twistd blocks for a long period of time when the number of log files > built up is large, thereby causing connections to freeze and > (depending on the length of the rotation) time out. > > Given I've only used Twisted in the past and not co

[Twisted-Python] Log Rotation Blocks w/ Large Number of Log Files

2010-03-16 Thread Jason J. W. Williams
Hello, Twistd blocks for a long period of time when the number of log files built up is large, thereby causing connections to freeze and (depending on the length of the rotation) time out. Given I've only used Twisted in the past and not contributed to it, I was curious if someone could take a lo

Re: [Twisted-Python] http://twistedmatrix.com/ trac installation updated

2010-03-16 Thread Thijs Triemstra | Collab
On 16 Mar 2010, at 13:48, Mikhail Terekhov wrote > I'm not an expert on css so I can't comment on that. The thing is that I've > never seen that behavior in any other Trac site on the net, so it is something > twistedmatrix specific IMHO. > >>> In addition to that the menu is overlapped in FF bu

Re: [Twisted-Python] My twisted application could not start after reboot be cause of "twistd.pid"

2010-03-16 Thread Alexandre Quessy
Hello, 2010/3/16 Glyph Lefkowitz : > On Mar 16, 2010, at 8:44 AM, Alexandre Quessy wrote: > >> Hello everyone, >> >> >> 2010/3/16  : >>> On 07:27 am, t...@commsecure.com.au wrote: It's possible to add refinements to the basic .pid system, to make it more resistant to this kind of pr

Re: [Twisted-Python] My twisted application could not start after reboot be cause of "twistd.pid"

2010-03-16 Thread Glyph Lefkowitz
On Mar 16, 2010, at 8:44 AM, Alexandre Quessy wrote: > Hello everyone, > > > 2010/3/16 : >> On 07:27 am, t...@commsecure.com.au wrote: >>> >>> It's possible to add refinements to the basic .pid system, to make it >>> more resistant to this kind of problem (off the top of my head, >>> checking

Re: [Twisted-Python] http://twistedmatrix.com/ trac installation updated

2010-03-16 Thread Mikhail Terekhov
On Mon, Mar 15, 2010 at 6:36 PM, Tim Allen wrote: > On Mon, Mar 15, 2010 at 09:30:05AM -0500, Mikhail Terekhov wrote: >> On Sun, Mar 14, 2010 at 1:44 AM, Glyph Lefkowitz >> wrote: >> > >> > On Mar 11, 2010, at 3:05 PM, exar...@twistedmatrix.com wrote: >> > >> > If you notice anything broken about

Re: [Twisted-Python] My twisted application could not start after reboot be cause of "twistd.pid"

2010-03-16 Thread Alexandre Quessy
Hello everyone, 2010/3/16 : > On 07:27 am, t...@commsecure.com.au wrote: >>On 03/16/2010 06:07 PM, Peter Cai wrote: >>>I think an init.d script could resolve this problem. >>>But I am curious about why "turning off power without shutdown twisted >>>server before" could cause such a problem. >>>

Re: [Twisted-Python] My twisted application could not start after reboot be cause of "twistd.pid"

2010-03-16 Thread exarkun
On 07:27 am, t...@commsecure.com.au wrote: >On 03/16/2010 06:07 PM, Peter Cai wrote: >>I think an init.d script could resolve this problem. >>But I am curious about why "turning off power without shutdown twisted >>server before" could cause such a problem. >> >>Is it a bug or it has some more fund

Re: [Twisted-Python] My twisted application could not start after reboot be cause of "twistd.pid"

2010-03-16 Thread Tim Allen
On 03/16/2010 06:07 PM, Peter Cai wrote: > I think an init.d script could resolve this problem. > But I am curious about why "turning off power without shutdown twisted > server before" could cause such a problem. > > Is it a bug or it has some more fundamental reason? When twistd starts up, it cr

Re: [Twisted-Python] My twisted application could not start after reboot be cause of "twistd.pid"

2010-03-16 Thread Peter Cai
I think an init.d script could resolve this problem. But I am curious about why "turning off power without shutdown twisted server before" could cause such a problem. Is it a bug or it has some more fundamental reason? On Mon, Mar 15, 2010 at 7:07 PM, Marco Giusti wrote: > On Mon, Mar 15, 2010 a