Denis Zygann

Results 13 comments of Denis Zygann

Czesc @mkow What we did is to move the Postgres DB to the Examples folder for the graphene-direct test. It works like a charm by using the following command without...

Hi, yes, I understood your point and you are right! I was confused and used the wrong path :D When I use the correct path I get the following error:...

Hi @dimakuv > Are you sure your original Docker image (with the Dockerfile that you showed) actually works? Yes, I double-checked it :) > Are you sure your Gramine log...

> Can you try running Linux PAL instead of Linux-SGX PAL? If I use this command ``` docker run --name gsc-mqtt-broker -p 1883:1883 -p 8883:8883 --device=/dev/sgx_enclave -v /var/run/aesmd/aesm.socket:/var/run/aesmd/aesm.socket --env GSC_PAL=Linux...

Hi @dimakuv I have checked the `gsc--unsigned` after the `gsc build`, but there is no `entrypoint.manifest.sgx` ![image](https://user-images.githubusercontent.com/74046675/150308839-85570a5e-eb78-41c7-8fb1-517eb5bb76e6.png) Can I take the `entrypoint.manifest` and create a `entrypoint.manifest.sgx` by myself?

This doesn't work, because the `entrypoint.manifest` does have only `23733` lines. The lines with the hashes and so on are missing. So, can I take the entrypoint.manifest and create a...

I had an older version of `gsc`. I pulled the new one from the repo. The error message is still there, but on another line: ``` Step 7/10 : RUN...

Do you know if there is a blacklist or whitelist for characters that are allowed or disallowed?

Hi @dimakuv This one looks suspicious to me: ``` "file:/usr/bin/[", "file:/usr/lib/systemd/system/system-systemd\x2dcryptsetup.slice",

Unfortunately, I get the following error if I add the second backslash to the filename: ``` Traceback (most recent call last): File "/gramine/meson_build_output/bin/gramine-sgx-sign", line 70, in main() # pylint: disable=no-value-for-parameter...