]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Wait longer for the guest to boot at kvmx_up
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Apr 2017 03:00:10 +0000 (00:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 Apr 2017 03:00:10 +0000 (00:00 -0300)
kvmx

diff --git a/kvmx b/kvmx
index ef07434b960084db74deef6ec9105131e03d5df9..48f1baf356675329440f0dd4f6878dcf4e7744b8 100755 (executable)
--- 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