Hi:<br><br>All of a sudden, I&#39;m now seeing this error when I try to run a starcluster:<br><br>Here&#39;s the trace of &quot;starcluster -s&quot; -- with 4 nodes:<br><br>&gt;&gt;&gt; The master node is <a href="http://ec2-75-101-184-68.compute-1.amazonaws.com">ec2-75-101-184-68.compute-1.amazonaws.com</a><br>
&gt;&gt;&gt; Setting up the cluster...<br>&gt;&gt;&gt; Using private key /Users/dyamins/amazon/id_rsa-gsg-keypair (rsa)<br>&gt;&gt;&gt; Using private key /Users/dyamins/amazon/id_rsa-gsg-keypair (rsa)<br>&gt;&gt;&gt; Using private key /Users/dyamins/amazon/id_rsa-gsg-keypair (rsa)<br>
&gt;&gt;&gt; Using private key /Users/dyamins/amazon/id_rsa-gsg-keypair (rsa)<br>&gt;&gt;&gt; Mounting EBS volume vol-c3d927aa on /home...<br>&gt;&gt;&gt; Creating cluster user: gotdata<br>&gt;&gt;&gt; Configuring scratch space for user: gotdata<br>
&gt;&gt;&gt; Configuring /etc/hosts on each node<br>&gt;&gt;&gt; Configuring NFS...<br>Traceback (most recent call last):<br>  File &quot;/Library/Frameworks/Python.framework/Versions/Current/bin/starcluster&quot;, line 100, in &lt;module&gt;<br>
    main()<br>  File &quot;/Library/Frameworks/Python.framework/Versions/Current/bin/starcluster&quot;, line 71, in main<br>    ec2utils.start_cluster(create=create)<br>  File &quot;build/bdist.macosx-10.3-i386/egg/starcluster/ec2utils.py&quot;, line 27, in wrapper<br>
  File &quot;build/bdist.macosx-10.3-i386/egg/starcluster/ec2utils.py&quot;, line 321, in start_cluster<br>  File &quot;build/bdist.macosx-10.3-i386/egg/starcluster/cluster_setup.py&quot;, line 225, in main<br>  File &quot;build/bdist.macosx-10.3-i386/egg/starcluster/cluster_setup.py&quot;, line 151, in setup_nfs<br>
  File &quot;build/bdist.macosx-10.3-i386/egg/starcluster/ssh.py&quot;, line 130, in execute<br>  File &quot;build/bdist.macosx-10.3-i386/egg/paramiko/channel.py&quot;, line 212, in exec_command<br>  File &quot;build/bdist.macosx-10.3-i386/egg/paramiko/channel.py&quot;, line 1077, in _wait_for_event<br>
paramiko.SSHException: Channel closed.<br><br><br>If you could help me clear up what is going on, that would be great.   (Note, I CAN ssh in to the nodes, but my user account, with my EBS volume, is only getting mounted on the master node, and none of the slave nodes ... so I can&#39;t do anything.)   <br>
<br>Thanks,<br>Dan<br>