water5
water5
Hi, @guzongmin, thanks for your reply! After building occlum by referencing https://github.com/occlum/occlum/blob/master/tools/docker/Dockerfile.ubuntu20.04, the panic problem was solved. But when I execute `make test times=100`, another error happens, logs: ``` RUN...
I restart the container and execute `make test times=100`, and the same error is displayed. Here is the process info in container: ```bash root@adminroot:~# docker restart 429cee8a7204 root@adminroot:~# docker attach...
Thanks for your reply! I will try to prebuilt Occlum image and test it.
I still follow [README.md](https://github.com/occlum/occlum/blob/master/README.md#how-to-build) to build occlum source code, the error happens again, here is details: Run `docker run -it --privileged -v /dev/sgx_enclave:/dev/sgx/enclave -v /dev/sgx_provision:/dev/sgx/provision occlum/occlum:0.27.0-ubuntu20.04` Error in `make test...
Assuming Occlum is fine, what is likely to go wrong for me is the `make submodule` command, since it needs to download the file. Because of the network problem, it...
Hi, @Nirusu, Thank you for your help! I highly approve of what you said about helping users build EdgelessDB with different plugins enabled. I have enabled `PERFSCHEMA` on EdgelessDB v0.2.1...
Thanks a lot for the explanation, it was very useful for me! When I enable the new plugin later, I will double-check it based on your suggestions.
Hi, @Nirusu @thomasten, When I enabled the PERFSCHEMA plugin and started the [binlog mode](https://github.com/edgelesssys/edgelessdb/issues/118#issuecomment-1287785857), an error occurred during the initialization of EdgelessDB. Here is the details. **EdgelessDB v0.2.1, without PERFSCHEMA...
Hi, @thomasten, Yes, EdgelessDB crashed because of an incorrect code change, so sorry about that!