Re: [Twisted-Python] GitHub Twisted organization/repo

2013-03-26 Thread Garret Heaton
Here's the simple script I'm running to sync the repo over to github.com/powdahound/twisted: https://gist.github.com/powdahound/5250837 Happy to transfer ownership of the repo to someone else if that ends up being helpful. Don't believe I have much to add in terms of repo-syncing knowledge, manage

Re: [Twisted-Python] Unable to start twistd service on Ubuntu 10.04 when using pseudo terminal

2010-10-01 Thread Garret Heaton
this issue. Ticket #823 ( http://twistedmatrix.com/trac/ticket/823) seems very related to this. On Thu, Sep 30, 2010 at 8:52 AM, Žiga Seilnacht wrote: > Hello, > > Garret Heaton wrote: > > I've simplified this issue down and am able to reproduce it without > > Twisted

Re: [Twisted-Python] Unable to start twistd service on Ubuntu 10.04 when using pseudo terminal

2010-09-29 Thread Garret Heaton
I've simplified this issue down and am able to reproduce it without Twisted: http://gist.github.com/603154 Still not sure what the cause is, so if anyone has any ideas I'd love to hear them. Thanks! On Mon, Sep 27, 2010 at 8:15 PM, Garret Heaton wrote: > To me this seems like a

[Twisted-Python] Unable to start twistd service on Ubuntu 10.04 when using pseudo terminal

2010-09-27 Thread Garret Heaton
To me this seems like a very strange problem and I've tried to debug it best I can but I don't know much about many of the components at work. Here's what happened: I've been happily using Capistrano to deploy many twistd services to Ubuntu 9.04 machines. It restarts them via an init.d script base

Re: [Twisted-Python] OT - adbapi, connection timeouts, mysql - OT

2009-08-24 Thread Garret Heaton
On Mon, Aug 24, 2009 at 3:53 PM, Phil Christensen wrote: > On Aug 24, 2009, at 2:58 PM, Garret Heaton wrote: > > There is a solution to the reconnection issue posted > here<http://www.gelens.org/2008/09/12/reinitializing-twisted-connectionpool/>which > one of my friends imp

Re: [Twisted-Python] OT - adbapi, connection timeouts, mysql - OT

2009-08-24 Thread Garret Heaton
x27;m working on anyway... > > Clay Gerrard > Office: 210-312-3443 > Mobile: 210-788-9431 > -Original Message- > From: twisted-python-boun...@twistedmatrix.com [mailto: > twisted-python-boun...@twistedmatrix.com] On Behalf Of Gabriel Rossetti > Sent: Wednesday, July 22, 2009

Re: [Twisted-Python] OT - adbapi, connection timeouts, mysql - OT

2009-07-21 Thread Garret Heaton
Instead of trying to keep the connection alive you can also just reconnect when necessary. Example code here: http://stackoverflow.com/questions/207981/how-to-enable-mysql-client-auto-re-connect-with-mysqldb/982873#982873 On Tue, Jul 21, 2009 at 2:18 PM, Clay Gerrard wrote: > Regarding the origin

[Twisted-Python] Custom logging for twistd plugin

2009-06-12 Thread Garret Heaton
I'm looking to make some changes to the way a twistd pluginlogs information. The docs on loggingand the application framework

Re: [Twisted-Python] XMPP/Jabber server example

2009-05-14 Thread Garret Heaton
m/trac/wiki/ReleaseAutomation > >Thanks! Really enjoying Twisted so far. > > Thank you! > > ___ > Twisted-Python mailing list > Twisted-Python@twistedmatrix.com > http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python &

[Twisted-Python] XMPP/Jabber server example

2009-05-11 Thread Garret Heaton
I'm trying to create an XMPP server using twisted.words and am having difficulty finding the correct way to make use of the classes provided. I was hoping someone might have an example or short explanation of which classes would be used to create a very basic server (using the latest classes