mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated Sandstorm (markdown)
parent
efab99af28
commit
171fb37cb9
1 changed files with 11 additions and 1 deletions
12
Sandstorm.md
12
Sandstorm.md
|
@ -44,7 +44,17 @@ Installing Sandstorm works normally
|
||||||
|
|
||||||
### Ubuntu 24.04 amd64
|
### 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
|
## Sandstorm Website
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue