Re: [Fab-user] Trouble using fabric with EC2

2010-06-10 Thread Jeff Forcier
Hi Matt, Paramiko doesn't have a connection cache that I'm aware of, but Fabric itself does. However, from your description it sounds like you are creating a new instance and then connecting to it, so I'm not sure why a cache would present a problem. If you're rebooting a remote system or doing

Re: [Fab-user] Trouble using fabric with EC2

2010-06-10 Thread Matt Calder
Jeff, On Thu, Jun 10, 2010 at 6:54 PM, Jeff Forcier j...@bitprophet.org wrote: Hi Matt, Paramiko doesn't have a connection cache that I'm aware of, but Fabric itself does. However, from your description it sounds like you are creating a new instance and then connecting to it, so I'm not sure

Re: [Fab-user] Trouble using fabric with EC2

2010-06-10 Thread Matt Calder
Bruno, No it is in a good group. I can log in using fabric if I restart it and the instance is already running. I can see that fabric is inside network.py trying to make the connection. I get one of two errors: either timeout or low level socket error. In debugging, I added retries to

Re: [Fab-user] Trouble using fabric with EC2

2010-06-10 Thread Patrick J McNerthney
Try using the --disable-known-hosts command line option to see if it has something to do with a prior use of the same ip address. On 06/10/2010 01:19 PM, Matt Calder wrote: Jeff, On Thu, Jun 10, 2010 at 6:54 PM, Jeff Forcierj...@bitprophet.org wrote: Hi Matt, Paramiko doesn't have a