You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/03/25 03:17:29 UTC

[GitHub] [incubator-teaclave] andyzyb opened a new issue #641: Failed to start teaclave service

andyzyb opened a new issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641


   I failed to start the teaclave serviceslike as below.
   
   Looks only "teaclave-execution-service exited with code 1" means failure?  
   
   I haven't configured IAS, is that the reason?
   
   -----------------------------------------
   /dev/isgx device detected.
   /var/run/aesmd/aesm.socket socket detected.
   Error: No such volume: aesmd-socket
   COMMAND: docker-compose -f docker-compose-ubuntu-1804.yml -f docker-compose-isgx-dev.override.yml -f docker-compose-aesm-socket.override.yml up
   Starting teaclave-storage-service        ... done
   Starting teaclave-access-control-service ... done
   Starting teaclave-file-service           ... done
   Starting teaclave-authentication-service ... done
   Starting teaclave-scheduler-service      ... done
   Starting teaclave-execution-service      ... done
   Starting teaclave-management-service     ... done
   Starting teaclave-frontend-service       ... done
   Attaching to teaclave-storage-service, teaclave-scheduler-service, teaclave-access-control-service, teaclave-execution-service, teaclave-management-service, teaclave-authentication-service, teaclave-file-service, teaclave-frontend-service
   teaclave-storage-service exited with code 0
   teaclave-access-control-service exited with code 0
   teaclave-scheduler-service exited with code 0
   **teaclave-execution-service exited with code 1**
   teaclave-authentication-service exited with code 0
   teaclave-management-service exited with code 0
   teaclave-frontend-service exited with code 0
   


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] andyzyb commented on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
andyzyb commented on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1086488169


   @qinkunbao  thanks. Looks still a platform issue for attestation.  


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] qinkunbao edited a comment on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
qinkunbao edited a comment on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1079285655


   Hi Andy, thank you for using Apache Teaclave. 
   
   Yes, you cannot start the service unless you build Teaclave in the simulation mode (`cmake -DSGX_SIM_MODE=ON -DTEST_MODE=ON ..`).
   
   You can run `export TEACLACE_LOG=info` before starting the services. It will enable the logs and provide more info.


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] qinkunbao commented on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
qinkunbao commented on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1083853781


   > @qinkunbao no lucky with IAS setup (is there any proxy setting to be considered), where can I find the log?
   
   https://asciinema.org/a/9pStDa5jVGJegkAhXF1jZF74l


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] andyzyb commented on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
andyzyb commented on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1082662276


   @qinkunbao no lucky with IAS setup (is there any proxy setting to be considered),  where can I find the log?


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] qinkunbao commented on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
qinkunbao commented on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1079285655


   Hi Andy, thank you for using Apache Teaclave. 
   
   Yes, you cannot start the service unless you build Teaclave in the simulation mode (`cmake -DSGX_SIM_MODE=ON -DTEST_MODE=ON ..`).
   
   You can run `export TEACLAVCE_LOG=info` before starting the services. It will enable the logs and provide more info.


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] qinkunbao edited a comment on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
qinkunbao edited a comment on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1079285655


   Hi Andy, thank you for using Apache Teaclave. 
   
   Yes, you cannot start the service without setting up attestation services unless you build Teaclave in the simulation mode (`cmake -DSGX_SIM_MODE=ON -DTEST_MODE=ON ..`).
   
   You can run `export TEACLAVE_LOG=info` before starting the services. It will enable the logs and provide more info.


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] andyzyb closed issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
andyzyb closed issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641


   


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] andyzyb commented on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
andyzyb commented on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1080257622


   Thanks for the reply. I will try to set up the Attestation 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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] mssun commented on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
mssun commented on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1079312607


   > Looks only "teaclave-execution-service exited with code 1" means failure?
   
   In this case, the exit code may not help.
   
   Seems that you are building for SGX hardware mode. For this mode, the service need to communicate with an attestation service (IAS or DCAP service depends on your setup).
   
   If you can provide more information like building process and server setups, that will be very helpful.


-- 
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-unsubscribe@teaclave.apache.org

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



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


[GitHub] [incubator-teaclave] qinkunbao edited a comment on issue #641: Failed to start teaclave service

Posted by GitBox <gi...@apache.org>.
qinkunbao edited a comment on issue #641:
URL: https://github.com/apache/incubator-teaclave/issues/641#issuecomment-1079285655


   Hi Andy, thank you for using Apache Teaclave. 
   
   Yes, you cannot start the service unless you build Teaclave in the simulation mode (`cmake -DSGX_SIM_MODE=ON -DTEST_MODE=ON ..`).
   
   You can run `export TEACLAVE_LOG=info` before starting the services. It will enable the logs and provide more info.


-- 
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-unsubscribe@teaclave.apache.org

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



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