Closed airmaxwill closed 8 months ago
You might want to add -e DEBUG_NO_EXIT=1
to the podman run
options to keep the container running even after the ipa-server-install
fails and then podman exec
to the container and run systemctl status dirsrv@EXAMPLE-TEST.service
to see what exactly it is not happy about.
You might be hitting https://github.com/freeipa/freeipa-container/issues/553 where the /dev/shm
was too small.
You are right. This was a user error then. (Googled the wrong issues). Thank you very much!!
I am trying to deploy freeipa with podman. Background to the environment (Debian 12 on a Proxmox VM).
I run the container with:
podman run -ti -h ipa.example.test --read-only -v /var/lib/ipa-data:/data:Z quay.io/freeipa/freeipa-server:almalinux-9 ipa-server-install
I navigate though the install process and the install crashes with:My interpretation would be that podman has problem connecting to the sytemd daemon of the host. When looking into the log file i can see multiple instances where freeipa can not connect to a daemon. I have attached the log file for reference ipaserver-install.log
Now i have googled the hell out of this problem, but i have no idea what the problem could be. Some additional infos: Cgroup Version: 2 Cgroup Manager systemd
podman info:
podman strage=.conf