首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >尽管tpm2服务器正在运行,但由于/dev/tpm0丢失,tpm工具失败

尽管tpm2服务器正在运行,但由于/dev/tpm0丢失,tpm工具失败
EN

Stack Overflow用户
提问于 2019-10-24 19:14:04
回答 1查看 843关注 0票数 1

我在跟踪this guide to use tpm2.0 simulator

这是我的情况:

首先,我运行:

代码语言:javascript
运行
复制
$ ./tpm_server 
TPM command server listening on port 2321
Platform server listening on port 2322

然后,我打开一个新的终端并运行:

代码语言:javascript
运行
复制
sudo tpm2-abrmd --allow-root --tcti=mssim

没有发生任何事情,但在前一个终端中,有:

代码语言:javascript
运行
复制
$ ./tpm_server 
TPM command server listening on port 2321
Platform server listening on port 2322
Command IPv6 client accepted
Platform IPv6 client accepted

我打开了一个新的终端,并按照指南显示的那样运行命令,但出现了一些错误:

代码语言:javascript
运行
复制
$ tpm2_pcrlist 
ERROR:tcti:src/tss2-tcti/tcti-device.c:319:Tss2_Tcti_Device_Init() Failed to open device file /dev/tpm0: No such file or directory 
ERROR: tcti init allocation routine failed for library: "device" options: "(null)"
ERROR: Could not load tcti, got: "device"

我应该怎么做才能修复它?

EN

回答 1

Stack Overflow用户

发布于 2019-11-26 00:12:02

同样的问题!

任何答案。它曾经起作用,但现在不起作用了。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/58540116

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档