Tanishq Akula

Results 10 comments of Tanishq Akula

Contents of **client.manifest.template** ``` # Secret Provisioning manifest file example (Protected Files client) loader.entrypoint = "file:{{ gramine.libos }}" libos.entrypoint = "/client" loader.log_level = "{{ log_level }}" loader.env.LD_LIBRARY_PATH = "/lib:{{ arch_libdir...

Attached client gramine log [Client_log.txt](https://github.com/gramineproject/gramine/files/10022338/Client_log.txt)

Hey Dmitrii, We directly installed Gramine with dnf command on RHEL 8.6 host as specified in the documentation. https://gramine.readthedocs.io/en/stable/quickstart.html To get other DCAP libraries we have built Gramine with the...

I used below link for building Gramine with DCAP, https://gramine.readthedocs.io/en/stable/devel/building.html I used below command to clone gramine repo as per quick start guide `git clone --depth 1 --branch v1.3.1 https://github.com/gramineproject/gramine.git`...

``` [root@zis26 CI-Examples]# ls -la /usr/lib64/gramine/runtime/glibc total 5272 drwxr-xr-x 2 root root 4096 Nov 16 22:16 . drwxr-xr-x 4 root root 31 Nov 2 20:13 .. -rw-r--r-- 1 root root...

@boryspoplawski I added `loader.env.LD_DEBUG = "libs"` to the `client.manifest.template` file, rebuilt and reran as suggested. Please refer attached file for Gramine logs and output. [Client_Log.txt](https://github.com/gramineproject/gramine/files/10038391/Client_Log.txt)

> Everything looks perfect... I just don't see why the app tries to open `/usr/lib64/libpthread.so.0` instead of `/usr/lib64/gramine/runtime/glibc/libpthread.so.0`... > > Do other programs (other than `ra-tls-secret-prov`) run fine under Gramine...

**@dimakuv** `strings /usr/lib64/libcurl.so.4 | grep lib64` &`strings /usr/lib64/libcjson.so.1 | grep lib64` are not producing any output.

@dimakuv 1.With your workaround the application worked. Here is the output, ``` [root@zis26 secret_prov_pf]# gramine-sgx ./client Gramine is starting. Parsing TOML manifest file, this may take some time... ----------------------------------------------------------------------------------------------------------------------- Gramine...

**@anjalirai-intel** We are getting below error with new manifest in python use case. ``` [root@zis26 python]# ARCH_LIBDIR=/lib64 make SGX=1 gramine-manifest \ -Dlog_level=error \ -Darch_libdir=/lib64 \ -Dentrypoint=/usr/libexec/platform-python3.6 \ -Dra_type=none \ -Dra_client_spid=...