Bug 1764269
Summary: | broken podman command when run as root | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | gabx <arnaud.gaboury> |
Component: | podman | Assignee: | Giuseppe Scrivano <gscrivan> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 29 | CC: | bbaude, dwalsh, frantisek.kluknavsky, jnovy, lsm5, mheon, santiago |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-10-22 17:52:41 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
gabx
2019-10-22 15:14:54 UTC
how did you login? Can you show the result of ls -l /run/user/1001? Is /run/user/1001 written in your ~/.config/containers/storage.conf file? I just founded the culprit after investigation of $HOME configuration file. I copied my XDG_CONFIG_HOME from one user to another one. I was not aware of the .config/containers/libpod.conf file. I found in it a wrong path for tmp_dir, with a wrong user ID. So it is not a bug but a bad configuration. Closing. |