From: Silvio Rhatto Date: Sun, 2 Apr 2017 03:00:10 +0000 (-0300) Subject: Wait longer for the guest to boot at kvmx_up X-Git-Tag: 0.1.0~478 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=19673c5c4c05dafa3e091824b16026a93ae318a3;p=kvmx.git Wait longer for the guest to boot at kvmx_up --- diff --git a/kvmx b/kvmx index ef07434..48f1baf 100755 --- a/kvmx +++ b/kvmx @@ -296,9 +296,9 @@ function kvmx_up { echo -n "." let ssh_attempts++ - if [ "$ssh_attempts" == "10" ]; then + if [ "$ssh_attempts" == "20" ]; then echo "$BASENAME: timeout or access denied when trying to SSH into $VM." - echo "$BASENAME: please check if the image is in a good state and if it accepts passwordless ssh connections using kvmx insecure privkey" + echo "$BASENAME: please check if the image is in a good state and if it accepts passwordless ssh connections" kvmx_stop exit 1 fi