-
Notifications
You must be signed in to change notification settings - Fork 144
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
Installation process on host fails if host has a TPM 2.0 #88
Comments
I see that |
The |
I agree with your point, but on my host (Ubuntu 18.04.1 LTS) as soon as I run |
Solutions for you would be to either locally modify the dependencies or ignore the configuration error. The more long-term solution is to file a bug report with Ubuntu and tell them to not start the tcsd daemon automatically if there's no TPM 1.2 on the system. I can do the latter. |
A workaround for the moment would be to mask the
A subsequent call to |
I filed the following bug now with Debian: https://bugs.launchpad.net/ubuntu/+source/trousers/+bug/1802133 I certainly hope that they will react. |
Fine. The issue can be closed now. |
The dependency on
tpm-tools
, hence ontrousers
, generates an error when installing the dependencies required to build and installswtpm
on a host machine equipped with TPM 2.0. Thetcsd
daemon (belonging to TSS 1.2) starts with the following error:Is
tpm-tools
required in the build and installation ofswtpm
or only when instantiating a vTPM 1.2? Can I skip this dependency with no problem?The text was updated successfully, but these errors were encountered: