Skip to content

Commit

Permalink
Docs: Typo and guidance on Ubuntu 24.04 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie authored Dec 16, 2024
1 parent 5ddea55 commit 2959004
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/administering/install-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ 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
grains are not starting, and you are on Ubuntu 24.04 or later, AppArmor may be restricting unprivileged
user namespaces. You can run the following commands to correct this:

```bash
Expand All @@ -141,6 +141,9 @@ sudo sysctl --system
sudo service sandstorm restart
```

As of this writing, this restriction is very uncommon in Linux distributions, but you may wish to consult
updated guidance. An AppArmor profile for Sandstorm would be a welcome contribution.

## 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 2959004

Please sign in to comment.