You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@teaclave.apache.org by Qinkun Bao <no...@github.com.INVALID> on 2021/10/06 05:59:18 UTC

[apache/incubator-teaclave] [Simulation Mode] Bugs in Teaclave Docker Services (#562)

<!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->

I built teaclave in **simulation** mode, following the instruction from https://github.com/apache/incubator-teaclave/blob/master/docs/my-first-function.md

When I tried to launch Teaclave services, I encountered the following error.

```
$ (cd docker && ./run-teaclave-services.sh)
/dev/isgx device detected.
Error: No such volume: aesmd-socket
Cannot find a valid aesm service.
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/562

Re: [apache/incubator-teaclave] [Simulation Mode] Bugs in Teaclave Docker Services (#562)

Posted by Mingshen Sun <no...@github.com.INVALID>.
Closed #562 via #563.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/562#event-5444528405

Re: [apache/incubator-teaclave] [Simulation Mode] Bugs in Teaclave Docker Services (#562)

Posted by Qinkun Bao <no...@github.com.INVALID>.
Thank you! I will update the document later.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/562#issuecomment-935615235

Re: [apache/incubator-teaclave] [Simulation Mode] Bugs in Teaclave Docker Services (#562)

Posted by Mingshen Sun <no...@github.com.INVALID>.
Should be `./run-teaclave-services.sh -m sim` for simulation mode.

https://github.com/apache/incubator-teaclave/blob/master/docker/run-teaclave-services.sh#L124

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave/issues/562#issuecomment-935535619