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 2020/06/29 09:47:05 UTC

[GitHub] [incubator-teaclave] gaojunjie03 opened a new issue #373: start service error

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


   docker-compose -f docker-compose-ubuntu-1804.yml up --build
   
   
   ![image](https://user-images.githubusercontent.com/30582212/85995064-7a396600-ba30-11ea-988d-e2938d9c31ab.png)
   


----------------------------------------------------------------
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.

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 #373: start service error

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


   The main reason is that the kernel may be upgraded when you reboot the system. You can setup your Linux distro to manually upgrade kernel.


----------------------------------------------------------------
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.

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 #373: start service error

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


   Also, try to restart the AESM daemon which helps to manage architectural enclaves : `sudo systemctl restart aesmd`.


----------------------------------------------------------------
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.

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 #373: start service error

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


   There is something wrong with your SGX environment. Please check if the SGX device (`/dev/isgx`) still exists.
   
   Also, I'll come up a fix to provide more information on the error.


----------------------------------------------------------------
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.

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 #373: start service error

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


   Hi, #375 is merged. You will see more error type on SGX related errors. Thanks.


----------------------------------------------------------------
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.

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] gaojunjie03 commented on issue #373: start service error

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


   > sudo systemctl restart aesmd
   
   it work. thanks
   but next time when i reboot the system.  
   i have to continue to reload SGX_ Driver and restart aesmd?


----------------------------------------------------------------
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.

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] gaojunjie03 commented on issue #373: start service error

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


   > There is something wrong with your SGX environment. Please check if the SGX device (`/dev/isgx`) still exists.
   > 
   > Also, I'll come up a fix to provide more information on the error.
   
   The SGX environment and teaclave of the server were running normally. Later, after the server was shut down and restarted, the error unable to find "/dev/ isgx" was reported when starting teaclave. Then, I installed SGX_driver again, there is the file "/dev/isgx", and then starting teaclave will report an error as shown in the figure
   


----------------------------------------------------------------
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.

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