marioolf opened a new issue, #722:
URL: https://github.com/apache/incubator-teaclave/issues/722

   I am trying to deploy teaclave on simulation mode, these are the steps I did:
   
   ```
   $ git clone https://github.com/apache/incubator-teaclave.git
   
   $ docker run --rm -v $(pwd):/teaclave -w /teaclave \
     -it teaclave/teaclave-build-ubuntu-2004-sgx-2.17.1:0.2.0 \
      bash -c ". /root/.cargo/env && \
        . /opt/sgxsdk/environment && \
        mkdir -p build && cd build && \
        git config --global --add safe.directory /teaclave && \
        cmake -DTEST_MODE=ON -DSGX_SIM_MODE=ON .. && \
        make -j"
   
   $ (cd docker && ./run-teaclave-services.sh -m sim)
   ```
   
   Output of last command is:
   
   ```
   teaclave-authentication-service    | [get_driver_type edmm_utility.cpp:116] 
Failed to open Intel SGX device.         
   teaclave-access-control-service    | [get_driver_type edmm_utility.cpp:116] 
Failed to open Intel SGX device.         
   teaclave-authentication-service    | [get_driver_type 
/home/sgx/jenkins/ubuntuServer-release-build-with-dcap-driver-219/build_target/PROD/label/Builder-UbuntuSrv18/label_exp/ubuntu64/linux-trunk-opensource/psw/urts/linux/edmm_utility.cpp:116]
 Failed to open Intel SGX device.                                               
                             
   teaclave-authentication-service    | Error: Failed to new the enclave.       
                                        
   teaclave-authentication-service    |                                         
                                        
   teaclave-authentication-service    | Caused by:                              
                                        
   teaclave-authentication-service    |     found SGX error: NoDevice
   ```
   
   For each service.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org
For additional commands, e-mail: notifications-h...@teaclave.apache.org

Reply via email to