Comment 0 for bug 792406

Revision history for this message
Gustavo Niemeyer (niemeyer) wrote : "Will wait" never returns

Got the "Will wait" message locked up on two separate terminals:

% bin/ensemble status
2011-06-03 11:24:33,012 INFO Connecting to environment.
The authenticity of host 'ec2-174-129-94-75.compute-1.amazonaws.com (174.129.94.75)' can't be established.
RSA key fingerprint is 6a:72:a4:61:c2:aa:78:f1:24:d1:14:be:2c:4e:d1:91.
Are you sure you want to continue connecting (yes/no)? yes
2011-06-03 11:24:42,098 INFO Environment still initializing. Will wait.

% bin/ensemble deploy --repository=examples mysql
2011-06-03 11:25:48,866 INFO Connecting to environment.
2011-06-03 11:25:51,877 INFO Environment still initializing. Will wait.

The machine is already alive, and I can ssh into it, but these two terminals do not unblock.

This is the relevant process list:

root 1031 0.0 0.4 8456 2724 ? Ss 14:24 0:00 sshd: ubuntu [priv]
ubuntu 1059 0.0 0.2 8588 1572 ? S 14:24 0:00 sshd: ubuntu@notty
ubuntu 1060 0.0 0.2 4684 1564 ? Ss 14:24 0:00 -bash
root 1061 0.0 0.4 8456 2724 ? Ss 14:25 0:00 sshd: ubuntu [priv]
ubuntu 1090 0.0 0.2 8588 1572 ? S 14:25 0:00 sshd: ubuntu@notty
ubuntu 1091 0.0 0.2 4684 1560 ? Ss 14:25 0:00 -bash

(not very helpful)