-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set-up-tee: Mention logout/login for permissions to take effect #904
Conversation
✅ Deploy Preview for oasisprotocol-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -70,7 +70,11 @@ and the user running Oasis Node is `oasis`, you can do: | |||
sudo adduser oasis sgx | |||
``` | |||
|
|||
Failure to do so may result in permission denied errors during runtime startup. | |||
Then, restart your computer or reload the SGX modules for permissions to take |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, you shouldn't need to restart your computer. However if you are running your node from an interactive session (e.g. a terminal with your user account), then you need to terminate the session (logout) and login again.
But if you are running your node via something like systemd, nothing like that should be needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm, you shouldn't need to restart your computer. However if you are running your node from an interactive session (e.g. a terminal with your user account), then you need to terminate the session (logout) and login again.
Oops, you were right. Closing/Opening the terminal app didn't work, because they're probably forked from the kde session anyway, but logging out of the desktop and back in works. Will fix.
78107f4
to
51e096e
Compare
docs/node/run-your-node/prerequisites/set-up-trusted-execution-environment-tee.md
Outdated
Show resolved
Hide resolved
51e096e
to
b2d73fb
Compare
Noticed I needed to logout/login to my computer for SGX permissions to take effect.