Case Study
Last updated
Last updated
Mirror is incorrect.
Curl is not installed in the container.
Install curl within the container.
Missing sgx_default_gcnl.conf or sgx_default_qcnl.conf file
Mirror version is not correct, please check the mirror ID.
Wrong version
Mirroring is wrong, this time apply epid mirroring on Azure.
Configuration file error, private key length is not correct.
Check current configuration of max_map_count:
cat /proc/sys/vm/max_map_count
Not persistent way to modify the max_map_count:
sysctl -w vm.max_map_count=3097152
To make the changes persistent you should modify /etc/sysctl.conf
and then (optionally) execute sysctl -p
to apply the changes without reboot
If you are using the v0.11.9 image version of DHC, the Linux kernel version of the Operating System must be greater than 6.2. Another option is to reinstall the operating system, using at least 22.04 Ubuntu version.
If the "current peers" is 0, it means your device can not be connected through the P2P network. You should check the internet connection and the public IP first. Then you should check the security configuration of the cloud service which you can refer to the official docs for help.
For images with versions greater than v0.12.8
, you need to add the run
command to the startup command line, for example occlum run /bin/bnk-watcher run /host/keyring.toml
.