File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,18 @@ sudo service sandstorm restart
129
129
130
130
This should resolve your problems. If not, please get in touch.
131
131
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
+
132
144
## Did you disable outside collaborators before attempting to configure Google or GitHub login methods?
133
145
134
146
The setting "Disallow collaboration with users outside the organization" is intended for servers using
You can’t perform that action at this time.
0 commit comments