Dmitrii Kuvaiskii

Results 681 comments of Dmitrii Kuvaiskii

@lead4good You are absolutely correct. Ideally, we want a reproducible build of all parts of the SGX enclave, including the Gramine binaries themselves. @mkow @boryspoplawski @woju have more thoughts on...

Looking at your manifest file (https://github.com/sammyne/gramine-quickstart-sc2.12-failure/blob/main/gramine/java.manifest.template), you seem to forgot to add some important FS mount points. Please try to add the following ones: ``` [[fs.mount]] type = "chroot" path...

Please show your resulting `java.manifest.sgx` file.

Strange, the manifest looks fine. Are you *absolutely* sure that this file actually exists inside your Docker container: `/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java`? Can you enter into a bash session in this Docker container...

Ok, so the `15K` size is giving me some hints... What is the output of `readelf --segments /usr/lib/jvm/java-11-openjdk-amd64/bin/java`? (Sorry, I don't want to bother with Docker images, let's continue our...

@pwmarcz Maybe you have any ideas? I don't see anything wrong with this file and the manifest.

@sammyne There must have been such change... Did *anything* change? Also, does this hang happen *every time*, or only sporadically?