- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Below is last few lines output of running `./app` Below REMOTEAttestation folder
```
Call sgx_select_att_key_id success.
Call sgx_create_enclave success.
Call enclave_init_ra success.
Error, call sgx_ra_get_msg1_ex fail [main].
Call enclave_ra_close success.
Enter a character before exit ...
```
While run all other test can have correct results...
My System and sgx components info show below:
SgxDriver:
OOT Driver 2.11.0_2d2b795
SgxSdk Ver:
2.15.101.1.bin
OS system Info:
Linux version 5.4.0-90-generic (buildd@lcy01-amd64-026) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #101~18.04.1-Ubuntu SMP Fri Oct 22 09:25:04 UTC 2021
dmesg | grep sgx output:
Any help is much appreciated.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It may be the network problem....
As the RemoteAttestation epid algorithm may include the communication between IAS.
Bad Network Quality can results in error....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello MelonMan,
It seems that you may be having an SGX driver conflict as your dmesg output shows messages from both the regular OOT driver, isgx, and the DCAP driver, intel_sgx.
Did you try installing both drivers?
If so, uninstall the DCAP driver with:
$ sudo service aesmd stop
$ sudo rm -f $(find /lib/modules -name intel_sgx.ko)
$ sudo /sbin/depmod
$ sudo sed -i '/^intel_sgx$/d' /etc/modules
$ sudo rm -f /etc/sysconfig/modules/intel_sgx.modules
$ sudo rm -f /etc/modules-load.d/intel_sgx.conf
Install of the PSW components with:
$ sudo apt-get install libsgx-launch libsgx-urts libsgx-epid libsgx-quote-ex libsgx-uae-service
Start the AESM service
$ sudo service aesmd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello MelonMan,
Do you still need help with this issue?
Sincerely,
Jesus G.
Intel Customer Support
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello MelonMan,
We have not heard from you in several days so we will no longer monitor this thread. We hope you were able to resolve your issue. Please start a new thread if you need further help.
Sincerely,
Jesus G.
Intel Customer Support

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page