[Piuparts-devel] [Git][debian/piuparts][helmutg/feature-nonroot] attempt to fix unshared piuparts on gitlab runners
Helmut Grohne (@helmutg)
gitlab at salsa.debian.org
Mon May 20 10:15:50 BST 2024
Helmut Grohne pushed to branch helmutg/feature-nonroot at Debian / piuparts
Commits:
cbcd531b by Helmut Grohne at 2024-05-20T11:13:42+02:00
attempt to fix unshared piuparts on gitlab runners
We get "Permission denied" while debootstrap tries to mount its proc
filesystem. I guess that we somehow fail the mnt_already_visible test in
fs/namespace.c. If that holds true, mounting an initial proc should
help.
- - - - -
1 changed file:
- piuparts.py
Changes:
=====================================
piuparts.py
=====================================
@@ -3636,6 +3636,7 @@ def main():
"--mount",
"--pid",
"--fork",
+ "--mount-proc",
*sys.argv,
],
)
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/commit/cbcd531b6cd9132561070d791360d5a88208e5ac
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian/piuparts/-/commit/cbcd531b6cd9132561070d791360d5a88208e5ac
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20240520/566ad199/attachment.htm>
More information about the Piuparts-devel
mailing list