Replies: 4 comments 5 replies
-
Perhaps you could try --network=host, and see if you can get containers working that way. |
Beta Was this translation helpful? Give feedback.
-
BTW You can set both of those options permanently in containers.conf file. |
Beta Was this translation helpful? Give feedback.
-
Why are you trying to run without systemd on AlmaLinux? |
Beta Was this translation helpful? Give feedback.
-
#cgroup_manager = "cgroupfs" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Before I open an issue, I just want to calibrate my expectations. I don't see anywhere obvious that podman has a hard requirement on systemd. However I'm finding that several aspects of podman, especially when running rootless, seem to fail when run without a functional systemd. To be clear, even when running podman commands with
--cgroup-manager=cgroupfs
various aspects of podman seem to fail with errors likeDEBU[0000] Failed to add podman to systemd sandbox cgroup: dial unix /run/user/0/bus: connect: permission denied
andERRO[0371] failed to move the rootless netns slirp4netns process to the systemd user.slice: dial unix /run/user/0/bus: connect: permission denied
. Also baked in integrations withaardvark-dns
seem to have similar hardcoded dependencies/expectations that you have a functional systemd:So, I guess what I'm getting at is that it'd be great if someone could point me at something which documents definitively what is expected to work/not work when using podman without systemd.
if it matters my testing thus far has been on podman 4.4.1 with aardvark-dns 1.5.0 on top of Almalinux 9.2 (5.14.0 kernel)
edit:
containers/netavark#436 is a related MR/issue in the netavark project
Beta Was this translation helpful? Give feedback.
All reactions