-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
rhel-9.5
-
No
-
None
-
rhel-idm-ipa
-
ssg_idm
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
x86_64
-
None
What were you trying to do that didn't work?
I want to increase the pki systemd startup timeout during IPA installation. Even though 'startup_timeout = 300' is set in /etc/ipa/installer.conf, the option is ignored during IdM server installation.
What is the impact of this issue to you?
IdM installer is timing out while PKI is still starting up.
Please provide the package NVR for which the bug is seen:
ipa-server-4.12.2-1.el9_5.4.x86_64
How reproducible is this bug?:
Always during server and replica installation.
Steps to reproduce
- # cat /etc/ipa/installer.conf
[global]
startup_timeout = 300 - ipa-server-install [...]
- # grep -c 'Set start up timeout of pki-tomcatd service to' /var/log/ipaserver-install.log
0 - # cat /etc/systemd/system/pki-tomcatd@pki-tomcat.service.d/ipa.conf
[Service]
Environment=LC_ALL=C.UTF-8
ExecStartPost=/usr/libexec/ipa/ipa-pki-wait-running
Expected results
The expectation is, that the custom timeout defined in /etc/ipa/installer.conf is used in the systemd drop-in file for the PKI service.
Actual results
Custom 'startup_timeout' not written into the systemd drop-in file for the PKI service.