juju spends bootstrap-timeout with a final message it cannot find /var/lib/juju/nonce.txt
Posted
by
user285199
on Ask Ubuntu
See other posts from Ask Ubuntu
or by user285199
Published on 2014-05-25T17:01:06Z
Indexed on
2014/06/08
21:41 UTC
Read the original article
Hit count: 746
I build two VMware's machines. First one with MAAS, second one with a fresh installation from MAAS. Region controller was installed with Ubuntu 12.04 distribution, and upgraded (. Node computing was installed from MAAS with Quantal 12.10. Juju was installed and upgraded to 1.18 (from
ppa:juju/stable
repository). MAAS was upgraded fromcloud-archive:tools
repository.In debug mode, I got how Juju connects to node. Then I run the same instruction:
ssh -o "StrictHostKeyChecking no" -o "PasswordAuthentication no" -i /home/lliurex/.juju/ssh/juju_id_rsa -i /home/lliurex/.ssh/id_rsa [email protected] /bin/bash
It worked (with and without
/bin/bash
).When Juju spends all
bootstrap-timeout
tells it has not found/var/lib/juju/nonce.txt
file. It's true, it doesn't exist. It doesn't mind if you put a timeout of 1800, 3600 or 72000, it always finishes the same.
© Ask Ubuntu or respective owner