On Wed, Jun 06, 2018 at 09:18:36AM -0400, Trevor Woerner wrote: > On Tue 2018-06-05 @ 12:17:42 PM, Philip Tricca wrote: > > RC3 was just tagged and signed. This RC got held up while we sorted out > > how to best deal with the active PCR bank issue identified with the > > latest simulator rlease and VMWare. The solution implemented is what we > > think is the best for compatibility and "future-proofing". > > > > This RC can be found here: > > https://github.com/tpm2-software/tpm2-tss/releases/tag/2.0.0_rc3 > > I've built the latest tpm2 software: > tpm2-tss @ fafc92108e > tpm2-abrmd @ 7285806ad8 > tpm2-tools @ 6b257d1e63 > > and I'm still seeing: > > root(a)raspberrypi3:~# tpm2_pcrlist -v > tool="tpm2_pcrlist" version="3.0.2-535-g6b257d1" tctis="dynamic" tcti-default=tabrmd dlclose=enabled > root(a)raspberrypi3:~# tpm2_pcrlist > ERROR: Could not dlopen library: "libtss2-tcti-tabrmd.so" > ERROR: Could not load tcti, got: "tabrmd" > root(a)raspberrypi3:~# tpm2_pcrlist -T device:/dev/tpm0 > ERROR: Could not dlopen library: "libtss2-tcti-device.so" > ERROR: Could not load tcti, got: "device" > > From what I can tell, patches were added to tpm2-abrmd and tpm2-tools, maybe > something was missed? The most expediant path to a resolution is probably creating an 'issue' on github. > Also, for tpm2-abrmd, the following options have been removed? All of this is documented in the CHANGELOG.md (typos and all): > --max-transient-objects=20 Changed: 'max-transient-objects' command line option renamted to 'max-transients' > --fail-on-loaded-trans Removed: Command line option --fail-on-loaded-trans. Philip