StarCluster - Mailing List Archive

[Starcluster] create_image.py

From: Mark J. Pearrow <no email>
Date: Tue, 22 Dec 2009 12:08:53 -0500

Hi all,

I had written earlier about an issue with starcluster never returning after starting some instances - this is still the case; I never see starcluster come back to the prompt. It looks to be trying to connect ad infinitum. However, it does appear that the instances get launched and I can connect to them.

So I began customizing the instance and went to create an image from it using create_image.py. Here's what happens.
(note that I had to set a couple environment variables, EC2_CERT and EC2_PRIVATE_KEY)

mjp_at_mcp:~$ ./create_image.py -n 0 -b mindhive-1
/usr/local/lib/python2.6/dist-packages/pycrypto-2.0.1-py2.6-linux-x86_64.egg/Crypto/Hash/SHA.py:6: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
/usr/local/lib/python2.6/dist-packages/pycrypto-2.0.1-py2.6-linux-x86_64.egg/Crypto/Hash/MD5.py:6: DeprecationWarning: the md5 module is deprecated; use hashlib instead
/home/mjp/id_mjp
IMAGE HOST: ec2-75-101-253-149.compute-1.amazonaws.com
Traceback (most recent call last):
  File "./create_image.py", line 162, in <module>
    create_image.main()
  File "./create_image.py", line 93, in main
    self.transferfiles()
  File "./create_image.py", line 113, in transferfiles
    conn = Connection(image_host,'root', private_key = credentials)
  File "build/bdist.linux-x86_64/egg/starcluster/ssh.py", line 50, in __init__
  File "build/bdist.linux-x86_64/egg/paramiko/transport.py", line 296, in __init__
  File "<string>", line 1, in connect
socket.error: [Errno 110] Connection timed out
Exception AttributeError: "'Connection' object has no attribute '_tranport_live'" in <bound method Connection.__del__ of <starcluster.ssh.Connection object at 0x1cf3910>> ignored

mjp
Received on Tue Dec 22 2009 - 12:09:21 EST
This archive was generated by hypermail 2.3.0.

Search:

Sort all by:

Date

Month

Thread

Author

Subject