[Starcluster] bug in sshmaster

Damian Eads eads at soe.ucsc.edu
Thu May 6 04:33:25 EDT 2010


Hi,

I'm running some lightweight analysis on some result files on an EBS
partition and needed only one node. I tried starting a cluster but
sshmaster fails with the following error.

Here's the output.

eads at argentina:~/work/repo/StarCluster$ starcluster -d sshmaster analyze
StarCluster - (http://web.mit.edu/starcluster)
Software Tools for Academics and Researchers (STAR)
Please submit bug reports to starcluster at mit.edu

awsutils.py:46 - DEBUG - creating self._conn w/
connection_authenticator kwargs = {'path': '/', 'region': None,
'port': None, 'is_secure': True}
awsutils.py:46 - DEBUG - creating self._conn w/
connection_authenticator kwargs = {'path': '/', 'region': None,
'port': None, 'is_secure': True}
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/starcluster/cli.py", line 965, in main
    sc.execute(args)
  File "build/bdist.linux-i686/egg/starcluster/cli.py", line 265, in execute
    cluster.ssh_to_master(arg, self.cfg, user=self.opts.USER)
  File "build/bdist.linux-i686/egg/starcluster/cluster.py", line 56,
in ssh_to_master
    key = cfg.get_key(master.key_name)
AttributeError: 'NoneType' object has no attribute 'key_name'

cli.py:973 - ERROR - Oops! Looks like you've found a bug in StarCluster
cli.py:974 - ERROR - Please submit this bug to starcluster at mit.edu
eads at argentina:~/work/repo/StarCluster$

Thanks,

Damian



More information about the StarCluster mailing list