Sergio Arroutbi
Sergio Arroutbi
Hello @Naranthiran. This OS seems to be binary compatible with RHEL, so no issue should take place. Regarding clevis-luks-askpass, it is normally in "/usr/libexec" path, and part of clevis-systemd: ```...
Hello @Naranthiran , can you please try applying patch: ```--- a/clevis-luks-askpass +++ b/clevis-luks-askpass @@ -35,6 +35,10 @@ esac done +until [ -c /dev/tpm0 ]; do sleep 1 +done ``` To...
Sure: 1) Save previous content to a file (example: askpass.patch) contained in the same path (/usr/libexec) 2) Apply the patch by executing: sudo patch -p1 < askpass.patch
@ShinobiX9X : can you please provide the output of tpm2_pcrread as requested?
Hello @ShinobiX9X , are you ok if we close the issue?
tpm2_pcrread is part of the tpm2-tools package, at least in RHEL8. Install it on your distribution and provide output for further investigation, please.
Sorry, but I am a little bit confused about the relationship between tpm2_getcap and clevis binding. Are they related? What are you expecting to see? tpm2_getcap should return TPM for...
@johnandrews17 , @XueSheng-GIT : have you tried this with latest versions of Clevis?
Hello. This is not being hardcoded. Due to issue #23 , there is a requirement to introduce "libexecdir" for clevis-luks-askpass. clevis-luks-askpass is then installed in libexecdir directory provided: grep -n...
@voney, no hard-coding is being performed on clevis-systemd installation, so I guess this issue is a particular issue from Raspbian Buster. Can you please confirm with one of the latest...