SS-MBP:~ sinsub$ starcluster start -x -u ec2-user t1-micro-trial-cluster StarCluster - (http://web.mit.edu/starcluster) (v. 0.93.1) Software Tools for Academics and Researchers (STAR) Please submit bug reports to starcluster@mit.edu >>> Validating existing instances... >>> Validating cluster template settings... >>> Cluster template settings are valid >>> Starting cluster... >>> Starting stopped node: master >>> Starting stopped node: node001 >>> Waiting for cluster to come up... (updating every 30s) >>> Waiting for all nodes to be in a 'running' state... 2/2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 100% >>> Waiting for SSH to come up on all nodes... 2/2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 100% >>> Waiting for cluster to come up took 1.056 mins >>> The master node is ec2-50-16-8-10.compute-1.amazonaws.com >>> Setting up the cluster... >>> Configuring hostnames... 2/2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 100% >>> Shutting down threads... 20/20 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| 100% error occurred in job (id=node001): Garbage packet received Traceback (most recent call last): File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/threadpool.py", line 31, in run job.run() File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/threadpool.py", line 58, in run r = self.method(*self.args, **self.kwargs) File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/node.py", line 678, in set_hostname hostname_file = self.ssh.remote_file("/etc/hostname", "w") File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/ssh.py", line 290, in remote_file rfile = self.sftp.open(file, mode) File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/ssh.py", line 180, in sftp self._sftp = paramiko.SFTPClient.from_transport(self.transport) File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py", line 106, in from_transport return cls(chan) File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py", line 87, in __init__ server_version = self._send_version() File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp.py", line 108, in _send_version t, data = self._read_packet() File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp.py", line 179, in _read_packet raise SFTPError('Garbage packet received') SFTPError: Garbage packet received error occurred in job (id=master): Garbage packet received Traceback (most recent call last): File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/threadpool.py", line 31, in run job.run() File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/threadpool.py", line 58, in run r = self.method(*self.args, **self.kwargs) File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/node.py", line 678, in set_hostname hostname_file = self.ssh.remote_file("/etc/hostname", "w") File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/ssh.py", line 290, in remote_file rfile = self.sftp.open(file, mode) File "/Library/Python/2.7/site-packages/StarCluster-0.93.1-py2.7.egg/starcluster/ssh.py", line 180, in sftp self._sftp = paramiko.SFTPClient.from_transport(self.transport) File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py", line 106, in from_transport return cls(chan) File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py", line 87, in __init__ server_version = self._send_version() File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp.py", line 108, in _send_version t, data = self._read_packet() File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp.py", line 179, in _read_packet raise SFTPError('Garbage packet received') SFTPError: Garbage packet received !!! ERROR - Oops! Looks like you've found a bug in StarCluster !!! ERROR - Crash report written to: /Users/sinsub/.starcluster/logs/crash-report-9647.txt !!! ERROR - Please remove any sensitive data from the crash report !!! ERROR - and submit it to starcluster@mit.edu