Skip to content
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

tpm2 getcap vendor is failing #834

Open
devang4791 opened this issue Mar 1, 2023 · 1 comment
Open

tpm2 getcap vendor is failing #834

devang4791 opened this issue Mar 1, 2023 · 1 comment

Comments

@devang4791
Copy link

While executing command - "sudo ./tpm2 getcap vendor" fails with below error:

ERROR:esys:src/tss2-esys/api/Esys_GetCapability.c:305:Esys_GetCapability_Finish() Received a non-TPM Error
ERROR:esys:src/tss2-esys/api/Esys_GetCapability.c:106:Esys_GetCapability() Esys Finish ErrorCode (0x000a0008)
ERROR: Esys_GetCapability(0xA0008) - tcti:Fails to connect to next lower layer
ERROR: Unable to run getcap

On the other hand when tpm2-abrmd is running in parallel, it results in below error:

Command - "sudo tpm2-abrmd --allow-root --tcti=device:/dev/tpm0"

ERROR:src/resource-manager.c:978:get_cap_post_process: assertion failed: (tpm2_response_get_code (resp) == TSS2_RC_SUCCESS)
Bail out! ERROR:src/resource-manager.c:978:get_cap_post_process: assertion failed: (tpm2_response_get_code (resp) == TSS2_RC_SUCCESS)
Aborted

@ahllamas
Copy link

I have been facing a similar issue, both look like #723. Although that issue is from 3 years ago, I wonder if the cause is something else this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants