GoogleCloudPlatform / gcpdiag

gcpdiag is a command-line diagnostics tool for GCP customers.
https://gcpdiag.dev/
Apache License 2.0
288 stars 67 forks source link

create keyring fails with not implemented #43

Closed jetersen closed 2 years ago

jetersen commented 2 years ago
$ gcpdiag lint --project=test-1234
Error: OCI runtime error: create keyring `longid`: Function not implemented
schweikert commented 2 years ago

Are you running this on Cloud Shell or on your host? Seems to be related to Docker.

jetersen commented 2 years ago

Sorry forgot to include those details.

Ran on ChromeOS using podman. The Linux OS has gnome keyring installed.

schweikert commented 2 years ago

Maybe https://ntk.me/2021/05/14/podman-in-crostini/ helps? Note that we want to use GitHub issues with bugs related to gcpdiag. This seems related to your installation. I will close it for now.

jetersen commented 2 years ago

Did not but close.

This helped https://github.com/containers/podman/issues/11037#issuecomment-947050246

Sorry for creating an issue but sometimes cross linking helps 👍

schweikert commented 2 years ago

Yes it does help, thank you!