[Bug]: Error: OCI runtime error: systemd not supported: Operation not supported #17196
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Issue Description
After setting
cgroup_manager = "systemd"
in/etc/containers/containers.conf
and/usr/share/containers/containers.conf
podman failed to run container with errorError: OCI runtime error: systemd not supported: Operation not supported
Steps to reproduce the issue
Steps to reproduce the issue
load image
podman load -i /opt/appl/data/containers/images/busybox-arm64v8-1.35.0.tar
run container
podman --log-level trace run -dt --name=container1 --network=none --cpu-quota=70000 docker.io/arm64v8/busybox:1.35.0 sh -c 'while true; do true; done'
Describe the results you received
The following error seen after run command and container is not running
Error: OCI runtime error: systemd not supported: Operation not supported
Describe the results you expected
I expected container will be running.
podman info output
Podman in a container
No
Privileged Or Rootless
Privileged
Upstream Latest Release
No
Additional environment details
Additional information
No response
The text was updated successfully, but these errors were encountered: