diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_missing/2624.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2624.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2624.toml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2624.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2624.toml deleted file mode 100644 index f4df4f78b..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/2624.toml +++ /dev/null @@ -1,47 +0,0 @@ -id = 2624 -title = "qemu-system-aarch64: tpm-emulator: TPM result for CMD_INIT: 0x9 operation failed" -state = "closed" -created_at = "2024-10-17T08:51:42.169Z" -closed_at = "2024-10-18T03:08:09.444Z" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/2624" -host-os = "Ubuntu 24.04.1 LTS" -host-arch = "x86" -qemu-version = "QEMU emulator version 9.1.50 (v9.1.0-930-gf774a67750)" -guest-os = "custom image" -guest-arch = "aarch64" -description = """I'm using QEMU (compile from the latest source code) to simulate a tpm2 device with the above command, it just returns an error message: -``` -qemu-system-aarch64: tpm-emulator: TPM result for CMD_INIT: 0x9 operation failed -``` -swtpm start command: -``` -TPMSOCK=/tmp/swtpm-sock$$ -swtpm socket --tpm2 -t -d --tpmstate dir=$PWD/tpm --ctrl type=unixio,path=$TPMSOCK --log level=20 -``` -swtpm version: -``` -TPM emulator version 0.7.3, Copyright (c) 2014-2021 IBM Corp. -``` -Also tried the latest swtpm, encountered the same error. - -swtpm log (0.7.3): -``` -swtpm: Data client disconnected -swtpm: SWTPM_NVRAM_Lock_Dir: Could not open lockfile: Permission denied -swtpm: Error: Could not initialize libtpms. -swtpm: Error: Could not initialize the TPM -swtpm: Data client disconnected -``` - -swtpm log (0.10.0): -``` -swtpm: SWTPM_NVRAM_StoreData: Error (fatal) opening tpm/TMP2-00.permall for write failed, Permission denied -swtpm: SWTPM_NVRAM_Lock_Dir: Could not open lockfile: Permission denied -swtpm: Error: Could not initialize the TPM -swtpm: Data client disconnected -``` - -Any clues about this error? Best regrads.""" -reproduce = """Refer to [Description of problem](#description-of-problem)""" -additional = """""" |