From 19673c5c4c05dafa3e091824b16026a93ae318a3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 2 Apr 2017 00:00:10 -0300 Subject: Wait longer for the guest to boot at kvmx_up --- kvmx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kvmx') 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 -- cgit v1.2.3