Skip to content

Commit

Permalink
Docs: Add Ubuntu 24.04 fix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie authored Nov 21, 2024
1 parent 7b75d52 commit 96d1ed5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/administering/install-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,18 @@ sudo service sandstorm restart

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

## Are grains not starting on Ubuntu 24.04 or later?

If your wildcard DNS is configured correctly, you should see the app icons correctly on the apps tab. If
grains are not starting, and you are on Ubuntu 24.04 or later, AppArmor may be restricting unpriviliged
user namespaces. You can run the following commands to correct this:

```bash
sudo echo "kernel.apparmor_restrict_unprivileged_userns = 0" > /etc/sysctl.d/99-userns.conf
sudo sysctl --system
sudo service sandstorm restart
```

## Did you disable outside collaborators before attempting to configure Google or GitHub login methods?

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

0 comments on commit 96d1ed5

Please sign in to comment.