aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-02 00:00:10 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-02 00:00:10 -0300
commit19673c5c4c05dafa3e091824b16026a93ae318a3 (patch)
treeea412d9fc99f53e9c181c6d68602c5a6b5f7a201 /kvmx
parent7a9cb4fb2e3b7237589a68a19c6ff5506c513b8d (diff)
downloadkvmx-19673c5c4c05dafa3e091824b16026a93ae318a3.tar.gz
kvmx-19673c5c4c05dafa3e091824b16026a93ae318a3.tar.bz2
Wait longer for the guest to boot at kvmx_up
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx4
1 files changed, 2 insertions, 2 deletions
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