Dmitrii Kuvaiskii

Results 681 comments of Dmitrii Kuvaiskii

@M-V-Manikandan I found in your log the following snippet: ``` [P1:T4:sqvs] warning: shim_socket: unknown socket domain 16 [P1:T4:sqvs] warning: shim_socket: unknown socket domain 16 ``` This unsupported socket domain `16`...

Why do you say "on OOT and DCAP"? Does it matter? Have you tested on other systems, and there this test never fails at all?

@aneessahib You changed the "recalibrate" time PR recently, right? I think what happens is that your PR triggers the "recalibration" (== don't calculate the time from RDTSC but instead read...

@aneessahib No, I am talking about this part (when we fallback to the OCALL): https://github.com/gramineproject/gramine/blob/487969c1dc1b0f27096f9d56312552e3ab6b754d/Pal/src/host/Linux-SGX/db_misc.c#L114 Here we just return the timestamp that was returned by `ocall_gettime()` (and slightly re-calculated afterwards)....

@jinengandhi-intel @aniket-intelx @aneessahib Is this still relevant?

1. What is the version of the Linux kernel inside your VM? 1. If the Linux kernel is less than version 5.11, then you're supposed to install `gramine-dcap` package. 2....

Hm. Can you try to install Intel SGX SDK and run some examples from there? For example, https://github.com/intel/linux-sgx/tree/master/SampleCode/SampleEnclave. I currently don't understand what's going wrong with your machine.

Interesting. Error `-5` is `EIO`. This error happens when the ECREATE instruction results in an error, [see here](https://github.com/intel/SGXDataCenterAttestationPrimitives/blob/dcap_1.14_reproducible/driver/linux/ioctl.c#L102-L107). This seems to only happen on [exceptions during ECREATE instruction](https://www.felixcloutier.com/x86/ecreate#64-bit-mode-exceptions). Out of...

@Zebartin Could you also show the output of `is-sgx-available` **on the host**?

I wonder if @mythi can provide any insights on running a VM that supports Intel SGX. I currently don't understand what is going wrong with EENTER.