-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to follow enclave workshop #644
Comments
Hello @jeongsoo-seo, Thank you for your interest in Nitro Enclaves. Could you confirm that you followed the configuration steps correctly? To help us better understand the issue, please run the following command in your terminal and share the output:
This will help us identify if the Enclaves driver is properly set up and accessible on your system. |
I had done configuration steps except 'sudo amazon-linux-extras install aws-nitro-enclaves-cli -y' |
I build two docker images. |
I used Amazon Linux 2023. |
I used Amazon Linux 2
10 id $USER is there something missed? |
I found my ec2 not enabled enclave support. |
I hope update workshop page ec2 should enabled enclave support. |
I followed https://catalog.workshops.aws/nitro-enclaves/en-US/1-my-first-enclave page's contents
I ran command below
I got error below
[ E19 ] File operation failure. Such error appears when the system fails to perform the requested file operations, such as opening the EIF file when launching an enclave, or seeking to a specific offset in the EIF file, or writing to the log file.
File: '/dev/nitro_enclaves', failing operation: 'Open'.
For more details, please visit https://docs.aws.amazon.com/enclaves/latest/user/cli-errors.html#E19
If you open a support ticket, please provide the error log found at "/var/log/nitro_enclaves/err2024-10-17T09:08:13.244096311+00:00.log"
Failed connections: 1
[ E39 ] Enclave process connection failure. Such error appears when the enclave manager fails to connect to at least one enclave process for retrieving the description information.
For more details, please visit https://docs.aws.amazon.com/enclaves/latest/user/cli-errors.html#E39
If you open a support ticket, please provide the error log found at "/var/log/nitro_enclaves/err2024-10-17T09:08:13.244395902+00:00.log"
this is log file
Action: Run Enclave
Subactions:
Failed to execute command
Run
Failed to trigger enclave run
Failed to construct EnclaveManager with given arguments
Failed to create enclave handle
Failed to open device file: Os { code: 2, kind: NotFound, message: "No such file or directory" }
Root error file: src/enclave_proc/resource_manager.rs
Root error line: 513
Version: 1.3.3
these are system info
=======================================================================
I could not run "sudo amazon-linux-extras install aws-nitro-enclaves-cli -y"
but I "sudo yum install aws-nitro-enclaves-cli -y"
The text was updated successfully, but these errors were encountered: