lsds/sgx-lkl

ERROR: Failed to map /geth: Resource busy

zhq9695 opened this issue · 0 comments

I use ethereum client "geth" inside the sgx-lkl, but it can't work.

I built a docker container to run the geth, it can work.

I use the following cmd to create sgx-lkl image:

sgx-lkl-disk create --docker=eth --size=2000M eth.img
sgx-lkl-cfg create --disk eth.img
sgx-lkl-run-oe --host-config=host-config.json --enclave-config=enclave-config.json --sw-debug

but it can't work, and showed the following error:

[ SGX-LKL ] WARN: disabling fsgsbase in sw-debug mode, despite it being enabled in enclave config.
[[ SGX-LKL ]] ERROR: Failed to map /geth: Resource busy
[ 0.079782] reboot: Restarting system

Could you please tell me why it can't work ? what's the reason of this error ?