I'm following this for WSL2 installation. When I run podman info I got WARN[0000] Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd: no such file or directory but I can pull and run Nginx image normally.
If I run with sudo the warning is gone.
Output of podman version:
podman version
WARN[0000] Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd: no such file or directory
Version: 3.1.2
API Version: 3.1.2
Go Version: go1.14.7
Built: Thu Jan 1 07:00:00 1970
OS/Arch: linux/amd64
In response to [this](https://github.com/containers/podman/issues/10159#issuecomment-828175523):
>dup issue: https://github.com/containers/podman/issues/9753#issuecomment-808805419
>the latest code https://github.com/containers/podman/commit/195f340ad432436f875befa546eff2a0d801a620#diff-640c3be98ae5e1e35787b3b5a52d5d5ea4f623ac425e269ad11886751fa56875
>has fixes this
>/close
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
/kind bug
Description
I'm following this for WSL2 installation. When I run
podman info
I gotWARN[0000] Failed to detect the owner for the current cgroup: stat /sys/fs/cgroup/systemd: no such file or directory
but I can pull and run Nginx image normally.If I run with sudo the warning is gone.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
OS: WSL2 / Ubuntu 20.10