-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.rootless
Description
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running any podman command (for example podman info or podman version) as non-root only gives me the following output:
% podman info
Error: could not get runtime: open /proc/31678/ns/user: no such file or directory
It works when running as root.
Steps to reproduce the issue:
- Run
podman info
Describe the results you received:
Error: could not get runtime: open /proc/31678/ns/user: no such file or directory
Describe the results you expected:
The actual command output...
Additional information you deem important (e.g. issue happens only occasionally):
Output of podman version:
% sudo podman version
Version: 1.8.0
RemoteAPI Version: 1
Go Version: go1.13.7
OS/Arch: linux/amd64
Output of podman info --debug:
UNOBTAINABLE
Package info (e.g. output of rpm -q podman or apt list podman):
% xbps-query podman
architecture: x86_64
filename-sha256: 514f725a15bc57ec717606103eaedd77f603d62c3b29007166ef9d235b308ac2
filename-size: 18MB
homepage: https://podman.io/
install-date: 2020-02-24 09:11 CET
installed_size: 54MB
license: Apache-2.0
maintainer: Cameron Nemo <camerontnorman@gmail.com>
metafile-sha256: 347e1471b2966a2350df5661216db7a1f60103544ebbe406d8e4a48dde169782
pkgver: podman-1.8.0_1
repository: https://alpha.de.repo.voidlinux.org/current
shlib-requires:
libpthread.so.0
libgpgme.so.11
libassuan.so.0
libgpg-error.so.0
libseccomp.so.2
librt.so.1
libdevmapper.so.1.02
libc.so.6
short_desc: Simple management tool for containers and images
source-revisions: podman:4351b38206
state: installed
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical box running Void Linux.
Congee
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.rootless