Hi, <br><br>I&#39;m using Starcluster from the git repo.   I think I have
everything configured properly.     But when I try to a 1-node cluster,
the process hangs at the &quot;create user&quot; step:<br><br>&gt;&gt;&gt; Validating cluster settings...<br>&gt;&gt;&gt; Cluster settings are valid<br>&gt;&gt;&gt; Starting cluster...<br>&gt;&gt;&gt; Launching a 1-node cluster...<br>
&gt;&gt;&gt; Launching master node...<br>&gt;&gt;&gt; Master AMI: ami-a19e71c8<br>&gt;&gt;&gt; Creating security group @sc-testcluster...<br>Reservation:r-56c3ca3e<br>&gt;&gt;&gt; Waiting for cluster to start.../&gt;&gt;&gt; The master node is <a href="http://ec2-184-73-33-230.compute-1.amazonaws.com">ec2-184-73-33-230.compute-1.amazonaws.com</a><br>
 <br>&gt;&gt;&gt; Attaching volume vol-c3d927aa to master node...<br>&gt;&gt;&gt; Setting up the cluster...<br>&gt;&gt;&gt; Mounting EBS volume vol-c3d927aa on /home...<br>&gt;&gt;&gt; Using private key /Users/danielyamins/amazon/id_rsa-gsg-keypair (rsa)<br>
&gt;&gt;&gt; Creating cluster user: gotdata<br><br>... and that&#39;s where it hangs.<br><br>I CAN log into the individual nodes -- both as master AND as &quot;gotdata&quot; -- using passwordless ssh.   Here&#39;s what the /etc/hosts file looks like:<br>
<br>127.0.0.1 localhost.localdomain localhost<br><br># The following lines are desirable for IPv6 capable hosts<br>::1 ip6-localhost ip6-loopback<br>fe00::0 ip6-localnet<br>ff00::0 ip6-mcastprefix<br>ff02::1 ip6-allnodes<br>
ff02::2 ip6-allrouters<br>ff02::3 ip6-allhosts<br><br>Since this is a 1-node cluster, I can&#39;t test the passwordless login. <br><br>I can reproduce this problem both with both the 32-bit and 64-bit base starcluster AMIs as well as the AMIs that I created from those.<br>
<br>When I try to create a 2-node cluster, the process hangs a step later:<br><br>&gt;&gt;&gt; Validating cluster settings...<br>&gt;&gt;&gt; Cluster settings are valid<br>&gt;&gt;&gt; Starting cluster...<br>&gt;&gt;&gt; Launching a 2-node cluster...<br>
&gt;&gt;&gt; Launching master node...<br>&gt;&gt;&gt; Master AMI: ami-f129c798<br>&gt;&gt;&gt; Creating security group @sc-testcluster...<br>Reservation:r-e8d9d080<br>&gt;&gt;&gt; Launching worker nodes...<br>&gt;&gt;&gt; Node AMI: ami-f129c798<br>
Reservation:r-ead9d082<br>&gt;&gt;&gt; Waiting for cluster to start... <br>&gt;&gt;&gt; The master node is <a href="http://ec2-184-73-111-239.compute-1.amazonaws.com">ec2-184-73-111-239.compute-1.amazonaws.com</a><br>&gt;&gt;&gt; Attaching volume vol-c3d927aa to master node...<br>
&gt;&gt;&gt; Setting up the cluster...<br>&gt;&gt;&gt; Mounting EBS volume vol-c3d927aa on /home...<br>&gt;&gt;&gt; Using private key /Users/danielyamins/amazon/id_rsa-gsg-keypair (rsa)<br>&gt;&gt;&gt; Creating cluster user: gotdata<br>
&gt;&gt;&gt; Using private key /Users/danielyamins/amazon/id_rsa-gsg-keypair (rsa)<br><br>.... and there it hangs.  <br><br>In this case, I can:<br>  -- log into the master  and worker nodes as root:  e.g.  &quot;starcluster sshmaster testcluster&quot; and &quot;starcluster sshnode testcluster 1&quot; work fine<br>
  -- log into the master as user gotdata, but NOT into the other worker node, e.g. &quot;starcluster sshnode -u gotdata testcluster 0&quot; works but &quot;starclsuter sshnode -u gotdata testcluster 1&quot; DOESN&#39;T.<br>
<br><br>Thanks!<br>Dan<br><br><br><br><br><br><br><br><br>