Created attachment 1279 [details] Differential reports of swtpm Description of problem: Versify tool detection report: After installing cockpit-bridge.x86_64 on Anolis OS 23, running the "swtpm socket -t command" results in an error. Version-Release number of selected component (if applicable): How reproducible: $ docker pull registry.openanolis.cn/openanolis/anolisos:23 $ docker run -d --name anolis23_test registry.openanolis.cn/openanolis/anolisos:23 tail -f /dev/null $ docker exec -it anolis23_test /bin/bash $ yum install -y swtpm $ swtpm socket -t Steps to Reproduce: 1. 2. 3. Actual results: Execution timeout Expected results: Retcode: 1 Stdout: Stderr: swtpm: Error: Could not choose TPM version. Additional info: Analysis and Conclusion: In Anolis OS 23, swtpm may have entered a waiting state after executing command "swtpm socket -t", possibly due to missing parameters, with the cause remaining unclear.
高版本问题依然存在,核心原因分析中