Bug 1768355
Summary: | Podman cannot chdir: Permission denied in rootless mode | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Marek Vesely <marek.vesely> |
Component: | podman | Assignee: | Matthew Heon <mheon> |
Status: | CLOSED NOTABUG | QA Contact: | Martin Jenner <mjenner> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.7 | CC: | bbaude, dwalsh, gscrivan, jligon, jnovy, lsm5, mheon, tsweeney, umohnani |
Target Milestone: | rc | Keywords: | Extras |
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-11-12 12:45:17 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
Marek Vesely
2019-11-04 07:48:05 UTC
Can you try a `podman system migrate` and see if that resolves the error? If that fails, try disabling SELinux with `setenforce 0` and then trying again to see if SELinux is denying the action. Also what file system is your homedir? podman system migrate and disabling of SELinux didnt fixed this issue. There is still the same error. homedir is XFS: /dev/mapper/centos_teamcity--iot--home-home xfs 1017M 495M 522M 49% /home and mounted like this: /dev/mapper/centos_teamcity--iot--home-home on /home type xfs (rw,relatime,seclabel,attr2,inode64,noquota) what is the working directory where you are running the command (please share the output of `pwd`)? How did you create the user session? Have you used `su`? OMG, Yes you are correct. I was in home directory of different user, because i supposed that configuration of storage.conf is hardly configured to home dir of teamcityagent user. So can I close this bugzilla? Yes you can, thank you! |