So after that EC2 insufficient resources error, the starcluster command
listclusters failed -- basically, the security group had been created, but
not some of the other relevant data (see below). I had to remove the
cluster security group by hand on elastic fox.
daniel-yaminss-macbook-pro:StarCluster dyamins$ starcluster listclusters
StarCluster - (
http://web.mit.edu/starcluster)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster_at_mit.edu
---------------------------------------
cluster2 (security group: _at_sc-cluster2)
---------------------------------------
Traceback (most recent call last):
File "build/bdist.macosx-10.5-intel/egg/starcluster/cli.py", line 1075, in
main
sc.execute(args)
File "build/bdist.macosx-10.5-intel/egg/starcluster/cli.py", line 432, in
execute
cluster.list_clusters(cfg)
File "build/bdist.macosx-10.5-intel/egg/starcluster/cluster.py", line 148,
in list_clusters
print 'Launch time: %s' % master.launch_time
AttributeError: 'NoneType' object has no attribute 'launch_time'
cli.py:1098 - ERROR - Oops! Looks like you've found a bug in StarCluster
cli.py:1099 - ERROR - Debug file written to:
/var/folders/bg/bgz2csGfGV8iJu5gTN+tdU+++TI/-Tmp-/starcluster-debug.log
cli.py:1100 - ERROR - Please submit this file, minus any private
information,
cli.py:1101 - ERROR - to starcluster_at_mit.edu
Received on Wed May 26 2010 - 20:15:58 EDT