Bug 13508 - [AnolisOS23]Abnormal behavior of the swtpm package in Anolis OS 23.
Summary: [AnolisOS23]Abnormal behavior of the swtpm package in Anolis OS 23.
Status: NEW
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-14 12:40 UTC by young_estt
Modified: 2025-01-21 15:02 UTC (History)
1 user (show)

See Also:


Attachments
Differential reports of swtpm (65.30 KB, application/pdf)
2025-01-14 12:40 UTC, young_estt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description young_estt 2025-01-14 12:40:46 UTC
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.
Comment 1 mgb01105731 2025-01-21 15:02:17 UTC
高版本问题依然存在,核心原因分析中