我遵循了 arch wiki 中关于带有 tpm 模拟的 qemu 的信息https://wiki.archlinux.org/title/QEMU#Trusted_Platform_Module_emulation我还检查了上一节。
如果我现在尝试创建模块,我会收到以下错误:
swtpm: Could not open UnixIO socket: No such file or directory
好吧,我知道该工具缺少定义的控制类型
unixio
。但是这个类型是什么以及哪个包可能提供丢失的文件?
我和 pacman 核实过:
pacman -Qo UnixIO
# and
pacman -Fy UnixIO
但没有结果。
例如,在创建 swtpm 套接字之前,请mkdir /tmp/mytpm0。