osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/39357?usp=email
)
Change subject: scripts/repo-install-test: add disconnect hint
......................................................................
scripts/repo-install-test: add disconnect hint
Add a hint that would have been useful when we set up build5.
Change-Id: I208cacaaf4018dc3adf5c4b878147c19769381ff
---
M scripts/repo-install-test.sh
1 file changed, 8 insertions(+), 0 deletions(-)
Approvals:
neels: Looks good to me, approved
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh
index 66604f6..9345876 100755
--- a/scripts/repo-install-test.sh
+++ b/scripts/repo-install-test.sh
@@ -173,6 +173,14 @@
echo "Contents of $LOG_FILE:"
echo
cat "$LOG_FILE"
+ echo
+ echo "---"
+ echo "NOTE: If you have just set up a new jenkins node, and get the"
+ echo "error 'Could not access KVM kernel module: Permission denied',"
+ echo "then you probably need to disconnect jenkins, connect it again"
+ echo "and retry."
+ echo "---"
+ echo
}
qemu_ssh_wait() {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/39357?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I208cacaaf4018dc3adf5c4b878147c19769381ff
Gerrit-Change-Number: 39357
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>