We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a command to execute podman in podman results in a warning
podman run --rm -it --userns=keep-id --systemd true --privileged -v /run:/run registry.org/gitea/runners/podman:extended podman run --rm hello-world
Resolved "hello-world" as an alias (/etc/containers/registries.conf.d/000-shortnames.conf) Trying to pull quay.io/podman/hello:latest... Getting image source signatures Copying blob 81df7ff16254 done | Copying config 5dd467fce5 done | Writing manifest to image destination !... Hello Podman World ...! .--"--. / - - \ / (O) (O) \ ~~~| -=(,Y,)=- | .---. /` \ |~~ ~/ o o \~~~~.----. ~~ | =(X)= |~ / (O (O) \ ~~~~~~~ ~| =(Y_)=- | ~~~~ ~~~| U |~~ Project: https://github.com/containers/podman Website: https://podman.io Desktop: https://podman-desktop.io Documents: https://docs.podman.io YouTube: https://youtube.com/@Podman X/Twitter: @Podman_io Mastodon: @[email protected] WARN[0003] Failed to add pause process to systemd sandbox cgroup: Process 18 is a kernel thread, refusing.
The command being run, and without errors or warnings.
host: arch: amd64 buildahVersion: 1.38.0 cgroupControllers: - cpu - memory - pids cgroupManager: systemd cgroupVersion: v2 conmon: package: conmon-1:2.1.12-1 path: /usr/bin/conmon version: 'conmon version 2.1.12, commit: e8896631295ccb0bfdda4284f1751be19b483264' cpuUtilization: idlePercent: 96.06 systemPercent: 2.03 userPercent: 1.91 cpus: 16 databaseBackend: sqlite distribution: distribution: arch version: unknown eventLogger: journald freeLocks: 1972 hostname: altair idMappings: gidmap: - container_id: 0 host_id: 1000 size: 1 - container_id: 1 host_id: 100000 size: 65536 uidmap: - container_id: 0 host_id: 1000 size: 1 - container_id: 1 host_id: 100000 size: 65536 kernel: 6.12.6-arch1-1 linkmode: dynamic logDriver: journald memFree: 8047902720 memTotal: 15907188736 networkBackend: netavark networkBackendInfo: backend: netavark dns: package: aardvark-dns-1.13.1-1 path: /usr/lib/podman/aardvark-dns version: aardvark-dns 1.13.1 package: netavark-1.13.1-1 path: /usr/lib/podman/netavark version: netavark 1.13.1 ociRuntime: name: crun package: crun-1.19.1-2 path: /usr/bin/crun version: |- crun version 1.19.1 commit: 3e32a70c93f5aa5fea69b50256cca7fd4aa23c80 rundir: /run/user/1000/crun spec: 1.0.0 +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +YAJL os: linux pasta: executable: /usr/bin/pasta package: passt-2024_11_27.c0fbc7e-1 version: | pasta 2024_11_27.c0fbc7e Copyright Red Hat GNU General Public License, version 2 or later <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. remoteSocket: exists: true path: /run/user/1000/podman/podman.sock rootlessNetworkCmd: pasta security: apparmorEnabled: false capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT rootless: true seccompEnabled: true seccompProfilePath: /etc/containers/seccomp.json selinuxEnabled: false serviceIsRemote: false slirp4netns: executable: "" package: "" version: "" swapFree: 0 swapTotal: 0 uptime: 0h 6m 7.00s variant: "" plugins: authorization: null log: - k8s-file - none - passthrough - journald network: - bridge - macvlan - ipvlan volume: - local registries: docker.io: Blocked: false Insecure: false Location: docker.io MirrorByDigestOnly: false Mirrors: - Insecure: false Location: registry.kngnt.org PullFromMirror: "" Prefix: docker.io PullFromMirror: "" search: - docker.io store: configFile: /home/user/.config/containers/storage.conf containerStore: number: 3 paused: 0 running: 0 stopped: 3 graphDriverName: overlay graphOptions: {} graphRoot: /home/user/.local/share/containers/storage graphRootAllocated: 500856545280 graphRootUsed: 279579410432 graphStatus: Backing Filesystem: extfs Native Overlay Diff: "false" Supports d_type: "true" Supports shifting: "true" Supports volatile: "true" Using metacopy: "false" imageCopyTmpDir: /var/tmp imageStore: number: 155 runRoot: /run/user/1000/containers transientStore: false volumePath: /home/user/.local/share/containers/storage/volumes version: APIVersion: 5.3.1 Built: 1732225906 BuiltTime: Thu Nov 21 22:51:46 2024 GitCommit: 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c GoVersion: go1.23.3 Os: linux OsArch: linux/amd64 Version: 5.3.1
Yes
Rootless
Additional environment details
The container is extending quay.io/podman/stable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Description
Running a command to execute podman in podman results in a warning
Steps to reproduce the issue
podman run --rm -it --userns=keep-id --systemd true --privileged -v /run:/run registry.org/gitea/runners/podman:extended podman run --rm hello-world
Describe the results you received
Describe the results you expected
The command being run, and without errors or warnings.
podman info output
Podman in a container
Yes
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
The container is extending quay.io/podman/stable
The text was updated successfully, but these errors were encountered: