Dmitrii Kuvaiskii
Dmitrii Kuvaiskii
@mkow The `Bonnie.1` file is **created** by this application, as can be seen in the log: ``` [P1:T1:bonnie] trace: ---- openat(AT_FDCWD, "./Bonnie.1", O_RDWR|O_CREAT|O_EXCL, 0600) = -13 ``` Here, we are...
> After this error message container freeze. > debug of this certain container: The log actually shows that something is read/written. Are you sure it's freezed? Maybe it's just slow...
> I don't think it is. We are dealing with HSMs. But #112 is supposed to be a generic template/plugin solution, not "only for HSMs".
There is an `--rm` command-line option to `gsc build` command: - https://gramine.readthedocs.io/projects/gsc/en/latest/#cmdoption-gsc-build-rm Doesn't it work?
@jkr0103 Thanks for explanation. So what is the proposed solution then?
Also could you check the output of `dmesg`? It may also contain some interesting AESMD messages. Also, can you show your `config.yaml` file?
Have you tried normal Gramine? Like described in https://gramine.readthedocs.io/en/latest/quickstart.html (installing from an Ubuntu package) and in https://gramine.readthedocs.io/en/latest/devel/building.html (git-cloning the latest version).
> error: Permission denied on mapping enclave. You may need to set sysctl vm.mmap_min_addr to zero Gramine gives you this error message. It means that you should do something like...
Hmmm, I currently cannot think of anything else to check... Have you tried to build your GSC image with `./gsc build -d` (debug mode)? This would give you more Gramine...
@jpelkonen Any updates? Were you able to resolve the issue? If yes, could you share what was wrong?