running podman with cgroup-manager=systemd? #6833
Unanswered
Toby-Broom
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.
-
Hello, I'm not sure if this is possiable, as I have it working with cgroupfs?
If it switch it back to systemd then I get these sorts of issues:
building image
running docker command: build "." -t boinc__lhcathome.cern.ch_lhcathome__theory_2922-4783493-481 -f Dockerfile
program: podman
time="2026-02-01T22:43:32+01:00" level=warning msg="The cgroupv2 manager is set to systemd but there is no systemd user session available"
time="2026-02-01T22:43:32+01:00" level=warning msg="For using systemd, you may need to log in using a user session"
time="2026-02-01T22:43:32+01:00" level=warning msg="Alternatively, you can enable lingering with:
loginctl enable-linger 997(possibly as root)"time="2026-02-01T22:43:32+01:00" level=warning msg="Falling back to --cgroup-manager=cgroupfs"
error running container: from /usr/bin/crun creating container for [/bin/sh -c dnf install -y https://cvmrepo.s3.cern.ch/cvmrepo/yum/cvmfs-release-latest.noarch.rpm && dnf install -y epel-release && dnf install -y libxcrypt-compat bc bzip2 lighttpd procps-ng make gcc which cvmfs bind-utils netcat zlib-devel compat-openssl11 freetype && dnf clean all]: sd-bus call: Interactive authentication required.: Permission denied
: exit status 1
I tried to enable linger for the boinc user but it did not change anything and I have sub*id's set for the boinc user.
Beta Was this translation helpful? Give feedback.
All reactions