You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the physical machine, I run both kbs and grpc-as services. The following error is reported. How can I solve this problem?
thread 'main' panicked at attestation-service/src/rvps/store/local_fs/mod.rs:31:28:
Failed to create LocalFs Store.: IO error: could not acquire lock on "/opt/confidential-containers/attestation-service/reference_values/db": Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
On the physical machine, I run both kbs and grpc-as services. The following error is reported. How can I solve this problem?
thread 'main' panicked at attestation-service/src/rvps/store/local_fs/mod.rs:31:28:
Failed to create LocalFs Store.: IO error: could not acquire lock on "/opt/confidential-containers/attestation-service/reference_values/db": Os { code: 11, kind: WouldBlock, message: "Resource temporarily unavailable" }
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: