M-V-Manikandan

Results 9 comments of M-V-Manikandan

Thanks @dimakuv and @boryspoplawski As suggested increased the enclave size and tried. Now getting below error. ``` [P1:T1:sqvs] debug: execve: start execution [P1:T1:sqvs] debug: glibc register library /lib/libpthread.so.0 loaded at...

@boryspoplawski Thanks for the response. As we could able to run the application outside gramine, wanted to understand/know the reason for failing in gramine. Could you provide some info on...

@dimakuv Thanks for the response. Was using 2G earlier, as suggested increased the size to 32G. But still observing the below error. ``` panic: [P1:T1:sqvs] trace: ---- return from shim_write(...)...

@dimakuv @boryspoplawski Thanks for your responses. We tried by including '/usr/local/go/src/' in manifest along with your suggestions. We could able to bring-up the http server application in gramine (without systemctl),...

@dimakuv Thanks for the suggestions. We tried as suggested on logs. Got the go application error messages on console. Did not get any messages in 'gramine.log'. ``` INFO[00001] 2021-11-24T07:32:50.734706Z :...

@boryspoplawski Thanks for commenting. As recommended tried with 'allow_all_but_log'. Console logs are below. ``` ----------------------------------------------------------------------------------------------------------------------- Gramine detected the following insecure configurations: - loader.log_level = warning|debug|trace|all (verbose log level, may leak...

@boryspoplawski Thanks for the response. Attaching the gramine.log with level set as 'debug' as suggested. [gramine_log_debug_2611.txt](https://github.com/gramineproject/gramine/files/7606411/gramine_log_debug_2611.txt) Also attaching the console of the same run. [gramine-sqvs-consolelogs-2611.txt](https://github.com/gramineproject/gramine/files/7606419/gramine-sqvs-consolelogs-2611.txt) Thanks & Regards.

@boryspoplawski Thanks for the comments. As suggested taken the logs with log_level as "all", no log_file and redirected to a file from cmdline. [all_logs.zip](https://github.com/gramineproject/gramine/files/7620008/all_logs.zip) Thanks & Regards.

Hi @jkr0103, https://github.com/intel-secl/sgx-verification-service is the application which we are trying to run as a gramine application. Once the application(https server) is up & listening in gramine, a curl/REST API request...