Change in osmo-ci[master]: repo-install-test: docker: add --tmpfs /run/lock

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Wed May 27 10:35:06 UTC 2020


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/18511 )


Change subject: repo-install-test: docker: add --tmpfs /run/lock
......................................................................

repo-install-test: docker: add --tmpfs /run/lock

Make the script work on a debian10 host. I had developed it initially on
debian9, where this was not necessary, and the Jenkins servers are also
running debian9. Fixes:

Failed to mount tmpfs at /run/lock: Permission denied
[!!!!!!] Failed to mount API filesystems, freezing.
Freezing execution.

Change-Id: I5127356031a5dd080473aa650c2beae2a81a697f
---
M scripts/repo-install-test.sh
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/11/18511/1

diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh
index a93fb23..d3ce8d6 100755
--- a/scripts/repo-install-test.sh
+++ b/scripts/repo-install-test.sh
@@ -36,6 +36,7 @@
 		-e FEED="$FEED" \
 		-e container=docker \
 		--tmpfs /run \
+		--tmpfs /run/lock \
 		--tmpfs /tmp \
 		-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
 		--cap-add SYS_ADMIN \

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/18511
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I5127356031a5dd080473aa650c2beae2a81a697f
Gerrit-Change-Number: 18511
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200527/f329d665/attachment.htm>


More information about the gerrit-log mailing list