Nils Hanke

Results 14 comments of Nils Hanke

I'd call it major because the docs are pointing to `Application Options` as the main way to use the `multiple` mode, even though it does literally nothing and in some...

+1 to this issue. More docs and samples for remote attestation and an easy way to get MRENCLAVE of the Occlum image would be appreciated! :)

Was running into the same issues. Unfortunately, out of the box the PostgreSQL options also don't work due to https://github.com/psycopg/psycopg2/issues/1360. Upgrading MySQL here: https://github.com/DefectDojo/django-DefectDojo/blob/07961dd1549afe51933c5ab3dfba051feb791d72/docker-compose.yml#L132-L133 to `mysql:8` seems to work as...

Hi @lijun0314, Yes, EdgelessDB is not built with Performance Schema enabled. We are indecisive about whether we want to include it or not, given that enabling it by default also...

_In theory_, yes, enabling a plugin should work by setting: 1. the CMake build option to `STATIC` 2. adding the path of the built static library (`*.a`file) to be linked...

By the way, the changes to `mysqld_edb.cc` have been merged to the current main branch. So if you want to rebuild from the most recent main later on, you can...

>We should also probably add some Graphene identifier as well. +1 for this, would be helpful if you actually want to detect which LibOS is currently being used. One approach...

Yeah, going back to these versions seems to work. However, what's even more interesting was that I tried experimenting a bit with the versions of neo4j and neobolt and while...

Not quite sure right now to be honest since it has been a while, but if I recall correctly just not specifying `--memory` did help eventually.

In addition, debug / trace logs from Gramine (`loader.log_level = 'trace'` in the Gramine manifest) could be helpful to track this down in case we cannot reproduce this issue on...