Time to "teach you to fish". On 3/26/2015 1:54 PM, David Li wrote: > > $ tpm_createek > > Tspi_TPM_CreateEndorsementKey failed: 0x00000008 - layer=tpm, > code=0008 (8), The TPM target command has been disabled ←- NOT Sure > why this message!!!??? >
There are two ways to debug this. 1 - Look at the TPM spec for CreateEndorsementKeyPair, and see if perhaps the first line gives you the answer. :-) 2 - Another way is to look at the SW TPM trace and for this command and see if there is a line with the word "Error" in it. > > [$ tpm_takeownership -zy > > > $ tpm_getpubek -z > > Tspi_TPM_GetPubEndorsementKey failed: 0x00000008 - layer=tpm, > code=0008 (8), The TPM target command has been disabled > I don't know what tpm_getpubek is doing. However, if you run it and then look at the SW TPM trace for the string "Error", it may tell you what's wrong. ~~ In general, a good percentage of my SW TPM code is tracing. It's there to help you debug, but you have to look at it. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ TrouSerS-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/trousers-users
