From 8ac9353c5313402e00160843ca57405ebeb128cb Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 31 Oct 2024 00:22:33 +0200 Subject: [PATCH] Copied from Sandstorm developer discussions to docs fix for running Sandstorm at Ubuntu 24.04. Thanks to xet7 ! --- docs/Platforms/FOSS/Sandstorm/Sandstorm.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/Platforms/FOSS/Sandstorm/Sandstorm.md b/docs/Platforms/FOSS/Sandstorm/Sandstorm.md index b419d60a1..f01edb0d3 100644 --- a/docs/Platforms/FOSS/Sandstorm/Sandstorm.md +++ b/docs/Platforms/FOSS/Sandstorm/Sandstorm.md @@ -44,7 +44,17 @@ Installing Sandstorm works normally ### Ubuntu 24.04 amd64 -How to install Sandstorm: https://groups.google.com/g/sandstorm-dev/c/4JFhr7B7QZU +At startup was a lot of errors and saw "Permission denied; name = /proc/self/setgroups" + +I found this (run as root): +``` +echo "kernel.apparmor_restrict_unprivileged_userns = 0" >/etc/sysctl.d/99-userns.conf +sysctl --system +``` +And I ran it and restarted the Sandstorm service, everything seemed to work fine. +I hope this might be useful to someone. + +Source: https://groups.google.com/g/sandstorm-dev/c/4JFhr7B7QZU ## Sandstorm Website