Skip to content

Commit

Permalink
Merge pull request #682 from oasisprotocol/ptrus/fix/tee-troubleshooting
Browse files Browse the repository at this point in the history
tee: update aesm error 30 section
  • Loading branch information
ptrus authored Dec 11, 2023
2 parents cc1cbc7 + c6d3028 commit e7a7cd8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -422,17 +422,17 @@ development server.
See [the general troubleshooting section](../troubleshooting.md), before
proceeding with ParaTime node-specific troubleshooting.

### Missing `libsgx-aesm-epid-plugin`
### AESM: error 30

If you are encountering the following error message in your node's logs:

```
failed to initialize TEE: error while getting quote info from AESMD: aesm: error 30
```

Ensure you have all required SGX driver libraries installed as listed in
[Install SGX Linux Driver section](../paratime-node.mdx#install-sgx-linux-driver).
Previous versions of this guide were missing the `libsgx-aesm-epid-plugin`.
Ensure you have all required SGX driver libraries installed as listed in either
[DCAP Attestation](#dcap-attestation) or [EPID attestation](#legacy-epid-attestation)
sections.

### Permission Denied When Accessing SGX Kernel Device

Expand Down

0 comments on commit e7a7cd8

Please sign in to comment.