Intel® Software Guard Extensions (Intel® SGX)
Discussion board focused on hardware-based isolation and memory encryption to provide extended code protection in solutions.

sgx_create_pse_session, gets SGX_ERROR_BUSY

Sudha_K_Intel
Employee
510 Views

I have SGX installed on Ubuntu. I have SGX SDK 1.9 installed and sample enclave applications work fine.

I have the mei_me driver running.

I have /dev/mei0 enumerated.

I have the iclsclient and DAL related packages installed.

When I call sgx_create_pse_session, getting SGX_ERROR_BUSY error.

Can you let me know, what could be the root cause of this issue.

 

 

0 Kudos
2 Replies
huiqiang__zhang
Beginner
510 Views

I met the same problem,waitting ....

0 Kudos
Zhang__Huiqiang
Beginner
510 Views

I have resolved the problem, I edited the configuration of "/etc/aesmd.conf",

#Line with comments only

          #empty line with comment
#proxy type    = direct #direct type means no proxy used
#proxy type    = default #system default proxy
proxy type    = manual #aesm proxy should be specified for manual proxy type
aesm proxy    = http://username:password@proxy.XXX.com:8080
#whitelist url = http://sample_while_list_url/

 

 

0 Kudos
Reply