Skip to content

Commit 5ddea55

Browse files
committed
Docs: Add Ubuntu 24.04 fix instructions
1 parent 7b75d52 commit 5ddea55

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/administering/install-troubleshooting.md

+12
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,18 @@ sudo service sandstorm restart
129129

130130
This should resolve your problems. If not, please get in touch.
131131

132+
## Are grains not starting on Ubuntu 24.04 or later?
133+
134+
If your wildcard DNS is configured correctly, you should see the app icons correctly on the apps tab. If
135+
grains are not starting, and you are on Ubuntu 24.04 or later, AppArmor may be restricting unpriviliged
136+
user namespaces. You can run the following commands to correct this:
137+
138+
```bash
139+
sudo sh -c 'echo "kernel.apparmor_restrict_unprivileged_userns = 0" > /etc/sysctl.d/sandstorm-userns.conf'
140+
sudo sysctl --system
141+
sudo service sandstorm restart
142+
```
143+
132144
## Did you disable outside collaborators before attempting to configure Google or GitHub login methods?
133145

134146
The setting "Disallow collaboration with users outside the organization" is intended for servers using

0 commit comments

Comments
 (0)