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