Error: chown /export/home/0248/rundir/containers/overlay-containers/41b67178e2601ec2fbc6b219832462b03cd566bb6586455b026378757c3f1b8d/userdata: operation not permitted #17671
Unanswered
baopipi0707
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm having issues using podman run with private repositories.
When i use Podman to run images from a private registry i receive the error:
Error: chown /export/home/0248/rundir/containers/overlay-containers/41b67178e2601ec2fbc6b219832462b03cd566bb6586455b026378757c3f1b8d/userdata: operation not permitted
Output of podman info:
host:
arch: amd64
buildahVersion: 1.24.6
cgroupControllers: []
cgroupManager: cgroupfs
cgroupVersion: v1
conmon:
package: Unknown
path: /export/home/0248/.local/container/bin/conmon
version: 'conmon version 2.1.0, commit: unknown'
cpus: 64
distribution:
distribution: '"centos"'
version: "7"
eventLogger: file
hostname: f0510
idMappings:
gidmap:
- container_id: 0
host_id: 1254
size: 1
- container_id: 1
host_id: 9055072
size: 35536
uidmap:
- container_id: 0
host_id: 1253
size: 1
- container_id: 1
host_id: 9055072
size: 35536
kernel: 3.10.0-1160.25.1.el7.x86_64
linkmode: dynamic
logDriver: k8s-file
memFree: 512454930432
memTotal: 540300972032
networkBackend: cni
ociRuntime:
name: runc
package: Unknown
path: /export/home/0248/.local/container/sbin/runc
version: |-
runc version 1.1.0
spec: 1.0.2-dev
go: go1.16.13
libseccomp: 2.3.1
os: linux
remoteSocket:
path: /lodisk/16775/podman-run-1253/podman/podman.sock
security:
apparmorEnabled: false
capabilities: CAP_AUDIT_WRITE,CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_MKNOD,CAP_NET_BIND_SERVICE,CAP_NET_RAW,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
rootless: true
seccompEnabled: true
seccompProfilePath: ""
selinuxEnabled: false
serviceIsRemote: false
slirp4netns:
executable: /export/home/0248/.local/container/bin/slirp4netns
package: Unknown
version: |-
slirp4netns version 1.1.12
commit: 7a104a101aa3278a2152351a082a6df71f57c9a3
libslirp: 4.6.1.55-888d
SLIRP_CONFIG_VERSION_MAX: 4
libseccomp: 2.3.1
swapFree: 0
swapTotal: 0
uptime: 25h 27m 20.93s (Approximately 1.04 days)
plugins:
log:
network:
volume:
registries: {}
store:
configFile: /export/home/0248/.local/container/config/containers/storage.conf
containerStore:
number: 0
paused: 0
running: 0
stopped: 0
graphDriverName: overlay
graphOptions:
overlay.imagestore: /export/home/0248/.local/share/containers/storage
overlay.mount_program:
Executable: /export/home/0248/.local/container/bin/fuse-overlayfs
Package: Unknown
Version: |-
fusermount3 version: 3.10.4
fuse-overlayfs: version 1.8.2
FUSE library version 3.10.3
using FUSE kernel interface version 7.31
overlay.mountopt: nodev,fsync=0
overlay.skip_mount_home: "true"
graphRoot: /lodisk/16775/1253/share/containers/storage
graphStatus:
Backing Filesystem: tmpfs
Native Overlay Diff: "false"
Supports d_type: "true"
Using metacopy: "false"
imageCopyTmpDir: /lodisk/16775
imageStore:
number: 4
runRoot: /export/home/0248/rundir/containers
volumePath: /lodisk/16775/1253/share/containers/storage/volumes
version:
APIVersion: 4.0.2
Built: 1677210116
BuiltTime: Fri Feb 24 11:41:56 2023
GitCommit: d54ecc8-dirty
GoVersion: go1.17.7
OsArch: linux/amd64
Version: 4.0.2
Beta Was this translation helpful? Give feedback.
All reactions