ansible-playbook [core 2.16.17] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-cWv executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml PLAY [Test using IPA to issue certs] ******************************************* TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Thursday 12 March 2026 19:19:31 -0400 (0:00:00.021) 0:00:00.021 ******** ok: [managed-node1] TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:16 Thursday 12 March 2026 19:19:33 -0400 (0:00:01.242) 0:00:01.264 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Skip if not supported] *************************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:21 Thursday 12 March 2026 19:19:33 -0400 (0:00:00.442) 0:00:01.706 ******** META: end_host conditional evaluated to False, continuing execution for managed-node1 skipping: [managed-node1] => { "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1" } MSG: end_host conditional evaluated to false, continuing execution for managed-node1 TASK [Set __is_beaker_env] ***************************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Thursday 12 March 2026 19:19:33 -0400 (0:00:00.008) 0:00:01.715 ******** ok: [managed-node1] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Thursday 12 March 2026 19:19:33 -0400 (0:00:00.052) 0:00:01.768 ******** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Thursday 12 March 2026 19:19:33 -0400 (0:00:00.369) 0:00:02.137 ******** ok: [managed-node1] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18 Thursday 12 March 2026 19:19:33 -0400 (0:00:00.020) 0:00:02.158 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__is_beaker_env", "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24 Thursday 12 March 2026 19:19:33 -0400 (0:00:00.012) 0:00:02.171 ******** ok: [managed-node1 -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32 Thursday 12 March 2026 19:19:34 -0400 (0:00:00.428) 0:00:02.599 ******** changed: [managed-node1 -> 127.0.0.1] => { "after": "62fd1551ebe6ff45314e2286f5b192fb9419aaf3", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41 Thursday 12 March 2026 19:19:35 -0400 (0:00:01.100) 0:00:03.700 ******** changed: [managed-node1 -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/ipaserver", "gid": 0, "group": "root", "item": "ipaserver", "mode": "0777", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaserver/", "state": "link", "uid": 0 } changed: [managed-node1 -> 127.0.0.1] => (item=ipaclient) => { "ansible_loop_var": "item", "changed": true, "dest": "/tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/ipaclient", "gid": 0, "group": "root", "item": "ipaclient", "mode": "0777", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 34, "src": "/tmp/freeipa-repo/roles/ipaclient/", "state": "link", "uid": 0 } TASK [Ensure hostname package is installed] ************************************ task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Thursday 12 March 2026 19:19:36 -0400 (0:00:00.727) 0:00:04.427 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Get hostname] ************************************************************ task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59 Thursday 12 March 2026 19:19:50 -0400 (0:00:14.370) 0:00:18.797 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "hostname" ], "delta": "0:00:00.002488", "end": "2026-03-12 19:19:50.994526", "rc": 0, "start": "2026-03-12 19:19:50.992038" } STDOUT: managed-node1 TASK [Set hostname] ************************************************************ task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:64 Thursday 12 March 2026 19:19:51 -0400 (0:00:00.447) 0:00:19.245 ******** changed: [managed-node1] => { "ansible_facts": { "ansible_domain": "test.local", "ansible_fqdn": "ipaserver.test.local", "ansible_hostname": "ipaserver", "ansible_nodename": "ipaserver.test.local" }, "changed": true, "name": "ipaserver.test.local" } TASK [Ensure nss package is up-to-date] **************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:70 Thursday 12 March 2026 19:19:51 -0400 (0:00:00.875) 0:00:20.121 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Sanitize /etc/hosts] ***************************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:77 Thursday 12 March 2026 19:19:54 -0400 (0:00:02.514) 0:00:22.635 ******** changed: [managed-node1] => { "backup": "", "changed": true, "found": 1 } MSG: 1 line(s) removed TASK [Add host to /etc/hosts] ************************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:88 Thursday 12 March 2026 19:19:54 -0400 (0:00:00.460) 0:00:23.095 ******** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [See if collection exists] ************************************************ task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:116 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.360) 0:00:23.456 ******** ok: [managed-node1 -> localhost] => { "changed": false, "stat": { "exists": false } } TASK [Set name of ipa server role] ********************************************* task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:122 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.213) 0:00:23.670 ******** ok: [managed-node1] => { "ansible_facts": { "__ipa_server_role": "ipaserver" }, "changed": false } TASK [Include ipaserver role] ************************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:126 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.015) 0:00:23.686 ******** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.025) 0:00:23.711 ******** ok: [managed-node1] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml) => { "ansible_facts": { "ipaserver_packages": [ "@idm:DL1/server" ], "ipaserver_packages_adtrust": [ "@idm:DL1/adtrust" ], "ipaserver_packages_dns": [ "@idm:DL1/dns" ], "ipaserver_packages_dot": [], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.025) 0:00:23.737 ******** included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for managed-node1 TASK [ipaserver : Install - Set ipaserver__dns_over_lts] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:4 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.073) 0:00:23.810 ******** ok: [managed-node1] => { "ansible_facts": { "ipaserver__dns_over_tls": false }, "changed": false } TASK [ipaserver : Install - Set packages for installation] ********************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.035) 0:00:23.845 ******** ok: [managed-node1] => { "ansible_facts": { "_ipapackages": [ "@idm:DL1/server" ] }, "changed": false } TASK [ipaserver : Install - Set packages for installlation, add DNS] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:16 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.035) 0:00:23.881 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Set packages for installlation, add DOT] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:21 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.033) 0:00:23.915 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaserver__dns_over_tls | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Set packages for installlation, add adtrust] ******* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:26 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.047) 0:00:23.962 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaserver_setup_adtrust | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Set packages for installlation, add firewalld] ***** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:31 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.044) 0:00:24.006 ******** ok: [managed-node1] => { "ansible_facts": { "_ipapackages": [ "@idm:DL1/server", "firewalld" ] }, "changed": false } TASK [ipaserver : Install - Ensure that packages are installed] **************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:36 Thursday 12 March 2026 19:19:55 -0400 (0:00:00.039) 0:00:24.045 ******** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Module idm:DL1/server installed.", "Installed: policycoreutils-python-utils-2.9-26.el8.noarch", "Installed: python3-mod_wsgi-4.6.4-5.el8.x86_64", "Installed: python3-netaddr-0.7.19-8.el8.noarch", "Installed: lua-5.3.4-12.el8.x86_64", "Installed: python3-nss-1.0.1-10.module_el8.4.0+595+e59c9af2.x86_64", "Installed: java-1.8.0-openjdk-headless-1:1.8.0.362.b08-3.el8.x86_64", "Installed: augeas-libs-1.12.0-8.el8.x86_64", "Installed: 389-ds-base-1.4.3.39-2.module_el8+909+03085a27.x86_64", "Installed: autofs-1:5.1.4-113.el8.x86_64", "Installed: python3-pki-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: samba-client-libs-4.19.4-4.el8.x86_64", "Installed: tomcat-1:9.0.62-30.el8.noarch", "Installed: samba-common-4.19.4-4.el8.noarch", "Installed: slapi-nis-0.60.0-4.module_el8+751+11acb09f.x86_64", "Installed: slf4j-1.7.25-4.module_el8+988+30834131.noarch", "Installed: publicsuffix-list-20180723-1.el8.noarch", "Installed: tomcat-el-3.0-api-1:9.0.62-30.el8.noarch", "Installed: libicu-60.3-2.el8_1.x86_64", "Installed: samba-common-libs-4.19.4-4.el8.x86_64", "Installed: slf4j-jdk14-1.7.25-4.module_el8+988+30834131.noarch", "Installed: tomcat-jsp-2.3-api-1:9.0.62-30.el8.noarch", "Installed: python3-asn1crypto-0.24.0-3.el8.noarch", "Installed: 389-ds-base-libs-1.4.3.39-2.module_el8+909+03085a27.x86_64", "Installed: python3-psutil-5.4.3-11.el8.x86_64", "Installed: tomcat-lib-1:9.0.62-30.el8.noarch", "Installed: tomcat-servlet-4.0-api-1:9.0.62-30.el8.noarch", "Installed: python3-pyasn1-0.3.7-6.el8.noarch", "Installed: python3-pyasn1-modules-0.3.7-6.el8.noarch", "Installed: libipa_hbac-2.9.4-3.el8.x86_64", "Installed: tomcatjss-7.7.1-1.module_el8.6.0+1038+e795ee4b.noarch", "Installed: bash-completion-1:2.7-5.el8.noarch", "Installed: softhsm-2.6.0-5.module_el8+417+e8dc3e3c.x86_64", "Installed: python3-pyusb-1.0.0-9.1.module_el8+417+e8dc3e3c.noarch", "Installed: krb5-pkinit-1.18.2-27.el8.x86_64", "Installed: nss-tools-3.90.0-7.el8.x86_64", "Installed: python3-argcomplete-1.9.3-6.el8.noarch", "Installed: python3-augeas-0.5.0-12.el8.noarch", "Installed: python3-dns-1.15.0-12.el8.noarch", "Installed: krb5-server-1.18.2-27.el8.x86_64", "Installed: python3-qrcode-core-5.1-12.module_el8+417+e8dc3e3c.noarch", "Installed: python3-bind-32:9.11.36-13.el8.noarch", "Installed: xalan-j2-2.7.1-38.module_el8+988+30834131.noarch", "Installed: krb5-workstation-1.18.2-27.el8.x86_64", "Installed: ipa-client-4.9.13-8.module_el8+981+726db82c.x86_64", "Installed: javapackages-filesystem-5.3.0-1.module_el8.0.0+11+5b8c10bd.noarch", "Installed: javapackages-tools-5.3.0-1.module_el8.0.0+11+5b8c10bd.noarch", "Installed: openldap-clients-2.4.46-18.el8.x86_64", "Installed: libjose-10-2.el8.x86_64", "Installed: xerces-j2-2.11.0-34.module_el8+988+30834131.noarch", "Installed: jboss-annotations-1.2-api-1.0.0-4.el8.noarch", "Installed: jboss-jaxrs-2.0-api-1.0.0-6.el8.noarch", "Installed: jboss-logging-3.3.0-5.el8.noarch", "Installed: jboss-logging-tools-2.0.1-6.el8.noarch", "Installed: ipa-client-common-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: xml-commons-apis-1.4.01-31.module+el8.2.1+7436+4afdca1f.noarch", "Installed: xml-commons-resolver-1.2-26.module_el8+988+30834131.noarch", "Installed: python3-libipa_hbac-2.9.4-3.el8.x86_64", "Installed: words-3.0-28.el8.noarch", "Installed: jdeparser-2.0.0-5.el8.noarch", "Installed: open-sans-fonts-1.10-6.el8.noarch", "Installed: sscg-3.0.0-7.el8.x86_64", "Installed: xmlstreambuffer-1.5.4-8.module_el8+988+30834131.noarch", "Installed: sssd-idp-2.9.4-3.el8.x86_64", "Installed: tzdata-java-2024a-1.el8.noarch", "Installed: centos-logos-httpd-85.8-2.el8.noarch", "Installed: stax-ex-1.7.7-8.module_el8+988+30834131.noarch", "Installed: centos-logos-ipa-85.8-2.el8.noarch", "Installed: certmonger-0.79.17-2.el8.x86_64", "Installed: copy-jdk-configs-4.0-2.el8.noarch", "Installed: perl-DB_File-1.842-1.el8.x86_64", "Installed: xmlrpc-c-1.51.0-9.el8.x86_64", "Installed: python3-custodia-0.6.0-3.module_el8+417+e8dc3e3c.noarch", "Installed: protobuf-c-1.3.0-8.el8.x86_64", "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64", "Installed: python3-distro-1.4.0-2.module_el8+762+77bd8591.noarch", "Installed: openssl-perl-1:1.1.1k-12.el8.x86_64", "Installed: relaxngDatatype-2011.1-7.module_el8+988+30834131.noarch", "Installed: jss-4.9.4-1.module_el8.7.0+1172+b9bb9c8d.x86_64", "Installed: resteasy-3.0.26-7.module_el8+1002+021a2ab4.noarch", "Installed: bea-stax-api-1.2.0-16.module_el8+988+30834131.noarch", "Installed: python3-yubico-1.3.2-9.1.module_el8+417+e8dc3e3c.noarch", "Installed: python3-gssapi-1.5.1-5.el8.x86_64", "Installed: libwbclient-4.19.4-4.el8.x86_64", "Installed: ipa-common-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: httpcomponents-client-4.5.5-5.module_el8.6.0+1030+8d97e896.noarch", "Installed: httpcomponents-core-4.4.10-3.module_el8.0.0+39+6a9b6e22.noarch", "Installed: fontpackages-filesystem-1.44-22.el8.noarch", "Installed: bind-libs-32:9.11.36-13.el8.x86_64", "Installed: ecj-1:4.20-11.el8.noarch", "Installed: xsom-0-19.20110809svn.module_el8+988+30834131.noarch", "Installed: httpd-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: bind-libs-lite-32:9.11.36-13.el8.x86_64", "Installed: ipa-healthcheck-0.12-3.module_el8+635+30a5dc75.noarch", "Installed: bind-license-32:9.11.36-13.el8.noarch", "Installed: python3-ipaclient-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: ipa-healthcheck-core-0.12-3.module_el8+635+30a5dc75.noarch", "Installed: lksctp-tools-1.0.18-3.el8.x86_64", "Installed: httpd-filesystem-2.4.37-64.module_el8+965+1ad5c49d.noarch", "Installed: mod_auth_gssapi-1.6.1-9.el8.x86_64", "Installed: pki-acme-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: pki-base-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: mod_http2-1.15.7-10.module_el8+1009+c203647a.x86_64", "Installed: python3-ipalib-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: fontawesome-fonts-4.7.0-5.el8.noarch", "Installed: pki-base-java-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: python3-sss-2.9.4-3.el8.x86_64", "Installed: python3-sss-murmur-2.9.4-3.el8.x86_64", "Installed: pki-ca-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: mod_lookup_identity-1.0.0-4.el8.x86_64", "Installed: python3-sssdconfig-2.9.4-3.el8.noarch", "Installed: glassfish-fastinfoset-1.2.13-9.module_el8+988+30834131.noarch", "Installed: glassfish-jaxb-api-2.2.12-8.module_el8+1002+021a2ab4.noarch", "Installed: cups-libs-1:2.2.6-57.el8.x86_64", "Installed: pki-kra-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: bind-utils-32:9.11.36-13.el8.x86_64", "Installed: glassfish-jaxb-core-2.2.11-12.module_el8+1002+021a2ab4.noarch", "Installed: glassfish-jaxb-runtime-2.2.11-12.module_el8+1002+021a2ab4.noarch", "Installed: python3-ipaserver-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: glassfish-jaxb-txw2-2.2.11-12.module_el8+1002+021a2ab4.noarch", "Installed: sssd-common-pac-2.9.4-3.el8.x86_64", "Installed: pki-server-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch", "Installed: ipa-selinux-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: sssd-dbus-2.9.4-3.el8.x86_64", "Installed: pki-servlet-engine-1:9.0.62-1.module_el8+1002+021a2ab4.noarch", "Installed: sssd-ipa-2.9.4-3.el8.x86_64", "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64", "Installed: pki-symkey-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.x86_64", "Installed: mod_session-2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: perl-Algorithm-Diff-1.1903-9.el8.noarch", "Installed: perl-Archive-Tar-2.30-1.el8.noarch", "Installed: perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64", "Installed: perl-Compress-Raw-Zlib-2.081-1.el8.x86_64", "Installed: sssd-krb5-2.9.4-3.el8.x86_64", "Installed: mod_ssl-1:2.4.37-64.module_el8+965+1ad5c49d.x86_64", "Installed: pki-tools-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.x86_64", "Installed: cyrus-sasl-md5-2.1.27-6.el8_5.x86_64", "Installed: ipa-server-4.9.13-8.module_el8+981+726db82c.x86_64", "Installed: sssd-krb5-common-2.9.4-3.el8.x86_64", "Installed: python3-jwcrypto-0.5.0-1.1.module_el8+417+e8dc3e3c.noarch", "Installed: cyrus-sasl-plain-2.1.27-6.el8_5.x86_64", "Installed: apache-commons-cli-1.4-4.module_el8.0.0+39+6a9b6e22.noarch", "Installed: mailcap-2.1.48-3.el8.noarch", "Installed: apache-commons-codec-1.11-3.module_el8.0.0+39+6a9b6e22.noarch", "Installed: python3-kdcproxy-0.4-5.module_el8+417+e8dc3e3c.noarch", "Installed: ldapjdk-4.23.0-1.module_el8.6.0+1038+e795ee4b.noarch", "Installed: ipa-server-common-4.9.13-8.module_el8+981+726db82c.noarch", "Installed: perl-IO-Compress-2.081-1.el8.noarch", "Installed: apache-commons-io-1:2.6-3.module_el8.6.0+1030+8d97e896.noarch", "Installed: perl-IO-Zlib-1:1.10-422.el8.noarch", "Installed: sssd-tools-2.9.4-3.el8.x86_64", "Installed: python3-ldap-3.3.1-2.el8.x86_64", "Installed: apache-commons-lang3-3.7-3.module_el8.0.0+39+6a9b6e22.noarch", "Installed: apache-commons-logging-1.2-13.module_el8.6.0+1030+8d97e896.noarch", "Installed: apache-commons-net-3.6-3.module_el8+988+30834131.noarch", "Installed: python3-lib389-1.4.3.39-2.module_el8+909+03085a27.noarch", "Installed: perl-Text-Diff-1.45-2.el8.noarch", "Installed: apr-1.6.3-12.el8.x86_64", "Installed: apr-util-1.6.1-9.el8.x86_64", "Installed: apr-util-bdb-1.6.1-9.el8.x86_64", "Installed: fstrm-0.6.1-3.el8.x86_64", "Installed: custodia-0.6.0-3.module_el8+417+e8dc3e3c.noarch", "Installed: apr-util-openssl-1.6.1-9.el8.x86_64", "Installed: istack-commons-runtime-2.21-9.el8.noarch", "Installed: jackson-annotations-2.10.0-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-core-2.10.0-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-databind-2.10.0-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-jaxrs-json-provider-2.9.9-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-jaxrs-providers-2.9.9-1.module_el8+1002+021a2ab4.noarch", "Installed: jackson-module-jaxb-annotations-2.7.6-4.module_el8+1002+021a2ab4.noarch" ] } TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:44 Thursday 12 March 2026 19:20:52 -0400 (0:00:56.973) 0:01:21.019 ******** changed: [managed-node1] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target dbus.service sysinit.target dbus.socket system.slice polkit.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target network-pre.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service nftables.service shutdown.target iptables.service ip6tables.service ipset.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [ipaserver : Firewalld - Verify runtime zone from ipaserver_firewalld_zone] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:53 Thursday 12 March 2026 19:20:54 -0400 (0:00:01.267) 0:01:22.287 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Firewalld - Verify permanent zone from ipaserver_firewalld_zone] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:59 Thursday 12 March 2026 19:20:54 -0400 (0:00:00.036) 0:01:22.323 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaserver_firewalld_zone is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:66 Thursday 12 March 2026 19:20:54 -0400 (0:00:00.042) 0:01:22.366 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:73 Thursday 12 March 2026 19:20:54 -0400 (0:00:00.055) 0:01:22.421 ******** ok: [managed-node1] => { "_dirsrv_ca_cert": null, "_dirsrv_pkcs12_info": null, "_hostname_overridden": true, "_http_ca_cert": null, "_http_pkcs12_info": null, "_installation_cleanup": true, "_pkinit_ca_cert": null, "_pkinit_pkcs12_info": null, "changed": false, "client_dns_over_tls": false, "domain": "test.local", "domainlevel": 1, "external_ca": false, "external_ca_profile": null, "external_ca_type": null, "hostname": "ipaserver.test.local", "idmax": 1582599999, "idstart": 1582400000, "ipa_python_version": 40913, "no_host_dns": true, "no_pkinit": false, "ntp_pool": null, "ntp_servers": null, "random_serial_numbers": false, "realm": "TEST.LOCAL", "rid_base": 1000, "secondary_rid_base": 100000000, "setup_adtrust": false, "setup_ca": true, "setup_kra": false, "sid_generation_always": true } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:158 Thursday 12 March 2026 19:20:55 -0400 (0:00:01.372) 0:01:23.794 ******** changed: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": true } TASK [ipaserver : Install - Use new master password] *************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:165 Thursday 12 March 2026 19:20:56 -0400 (0:00:01.206) 0:01:25.001 ******** ok: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Use user defined master password, if provided] *************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:171 Thursday 12 March 2026 19:20:56 -0400 (0:00:00.026) 0:01:25.028 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaserver : Install - Server preparation] ******************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:177 Thursday 12 March 2026 19:20:56 -0400 (0:00:00.022) 0:01:25.051 ******** changed: [managed-node1] => { "_ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "_random_serial_numbers": false, "_subject_base": "O=TEST.LOCAL", "adtrust_netbios_name": "TEST", "adtrust_reset_netbios_name": true, "ca_subject": "CN=Certificate Authority,O=TEST.LOCAL", "changed": true, "dns_ip_addresses": [], "dns_reverse_zones": [], "forward_policy": null, "forwarders": [], "ip_addresses": [ "10.31.8.140" ], "no_dnssec_validation": false, "reverse_zones": [], "subject_base": "O=TEST.LOCAL" } TASK [ipaserver : Install - Setup NTP] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:228 Thursday 12 March 2026 19:20:59 -0400 (0:00:02.432) 0:01:27.484 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup DS] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:235 Thursday 12 March 2026 19:21:06 -0400 (0:00:07.547) 0:01:35.031 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup KRB] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:264 Thursday 12 March 2026 19:21:46 -0400 (0:00:39.737) 0:02:14.769 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup CA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:291 Thursday 12 March 2026 19:21:52 -0400 (0:00:05.787) 0:02:20.556 ******** changed: [managed-node1] => { "changed": true, "csr_generated": false } TASK [ipaserver : Copy /root/ipa.csr to "managed-node1-ipa.csr"] *************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:333 Thursday 12 March 2026 19:24:30 -0400 (0:02:37.685) 0:04:58.241 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "result_ipaserver_setup_ca.csr_generated | bool and ipaserver_copy_csr_to_controller | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup otpd] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:344 Thursday 12 March 2026 19:24:30 -0400 (0:00:00.037) 0:04:58.279 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup HTTP] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:350 Thursday 12 March 2026 19:24:32 -0400 (0:00:02.696) 0:05:00.975 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Setup KRA] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:382 Thursday 12 March 2026 19:25:02 -0400 (0:00:29.496) 0:05:30.472 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "result_ipaserver_test.setup_kra | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup DNS] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:393 Thursday 12 March 2026 19:25:02 -0400 (0:00:00.039) 0:05:30.511 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaserver_setup_dns | bool", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Setup ADTRUST] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:415 Thursday 12 March 2026 19:25:02 -0400 (0:00:00.037) 0:05:30.548 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Set DS password] *********************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:431 Thursday 12 March 2026 19:25:12 -0400 (0:00:10.173) 0:05:40.721 ******** changed: [managed-node1] => { "changed": true } TASK [Install - Setup client] ************************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:448 Thursday 12 March 2026 19:25:15 -0400 (0:00:02.695) 0:05:43.417 ******** TASK [ipaclient : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:4 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.056) 0:05:43.474 ******** ok: [managed-node1] => (item=/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-8.yml) => { "ansible_facts": { "ipaclient_packages": [ "@idm:DL1/client" ], "ipaclient_packages_dot": [] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaclient/vars/RedHat-8.yml" } TASK [ipaclient : Install IPA client] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:19 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.055) 0:05:43.530 ******** included: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml for managed-node1 TASK [ipaclient : Install - Set packages for installation] ********************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:8 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.095) 0:05:43.625 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set packages for installlation, add DOT] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:12 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.039) 0:05:43.665 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Ensure that packages are installed] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:17 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.039) 0:05:43.704 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_install_packages | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:22 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.037) 0:05:43.741 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "groups.ipaservers is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set ipaclient_servers from cluster inventory] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:27 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.039) 0:05:43.781 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_no_dns_lookup | bool and groups.ipaserver is defined and ipaclient_servers is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check that either password or keytab is set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:33 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.039) 0:05:43.820 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaadmin_keytab is defined and ipaadmin_password is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Set default principal if no keytab is given] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:38 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.039) 0:05:43.860 ******** ok: [managed-node1] => { "ansible_facts": { "ipaadmin_principal": "admin" }, "changed": false } TASK [ipaclient : Install - Fail on missing ipaclient_domain and ipaserver_domain] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:48 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.044) 0:05:43.904 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Fail on missing ipaclient_dns_servers] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:53 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.040) 0:05:43.945 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure DNS resolver] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:58 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.041) 0:05:43.986 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_configure_dns_resolver | bool and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - IPA client test] *********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:64 Thursday 12 March 2026 19:25:15 -0400 (0:00:00.040) 0:05:44.027 ******** ok: [managed-node1] => { "basedn": "dc=test,dc=local", "changed": false, "client_already_configured": false, "client_domain": "test.local", "dnsok": false, "domain": "test.local", "hostname": "ipaserver.test.local", "ipa_python_version": 40913, "kdc": "ipaserver.test.local", "nosssd_files": {}, "ntp_pool": null, "ntp_servers": null, "realm": "TEST.LOCAL", "selinux_works": true, "servers": [ "ipaserver.test.local" ], "sssd": true } TASK [ipaclient : Install - Cleanup leftover ccache] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:95 Thursday 12 March 2026 19:25:16 -0400 (0:00:00.873) 0:05:44.900 ******** ok: [managed-node1] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Install - Configure NTP] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:100 Thursday 12 March 2026 19:25:17 -0400 (0:00:00.383) 0:05:45.284 ******** ok: [managed-node1] => { "changed": false } TASK [ipaclient : Install - Make sure One-Time Password is enabled if it's already defined] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:112 Thursday 12 March 2026 19:25:17 -0400 (0:00:00.828) 0:05:46.112 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_otp is defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Disable One-Time Password for on_master] *********** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:117 Thursday 12 March 2026 19:25:17 -0400 (0:00:00.044) 0:05:46.157 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Test if IPA client has working krb5.keytab] ******** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:122 Thursday 12 March 2026 19:25:17 -0400 (0:00:00.042) 0:05:46.199 ******** ok: [managed-node1] => { "ca_crt_exists": true, "changed": false, "krb5_conf_ok": true, "krb5_keytab_ok": true, "ping_test_ok": true } TASK [ipaclient : Install - Disable One-Time Password for client with working krb5.keytab] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:132 Thursday 12 March 2026 19:25:19 -0400 (0:00:01.624) 0:05:47.824 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not ipaclient_force_join | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Keytab or password is required for getting otp] **** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:150 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.041) 0:05:47.865 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary file for keytab] ****************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:155 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.041) 0:05:47.907 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Copy keytab to server temporary file] ************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:164 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.042) 0:05:47.949 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Get One-Time Password for client enrollment] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:172 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.042) 0:05:47.992 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Store the previously obtained OTP] ***************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:182 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.042) 0:05:48.034 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Remove keytab temporary file] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:196 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.040) 0:05:48.074 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_use_otp | bool and ipaclient_otp is not defined", "skip_reason": "Conditional result was False" } TASK [ipaclient : Store predefined OTP in admin_password] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:203 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.047) 0:05:48.121 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Install - Check if principal and keytab are set] ************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:221 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.040) 0:05:48.162 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Check if one of password or keytabs are set] ******* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:226 Thursday 12 March 2026 19:25:19 -0400 (0:00:00.041) 0:05:48.204 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - From host keytab, purge TEST.LOCAL] **************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:234 Thursday 12 March 2026 19:25:20 -0400 (0:00:00.043) 0:05:48.247 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "(ipaclient_use_otp | bool or ipaclient_force_join | bool) and not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Backup and set hostname] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:251 Thursday 12 March 2026 19:25:20 -0400 (0:00:00.042) 0:05:48.289 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create temporary krb5 configuration] *************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:256 Thursday 12 March 2026 19:25:20 -0400 (0:00:00.042) 0:05:48.331 ******** ok: [managed-node1] => { "changed": false, "krb_name": "/tmp/tmp41fyaj8n" } TASK [ipaclient : Install - Join IPA] ****************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:265 Thursday 12 March 2026 19:25:20 -0400 (0:00:00.845) 0:05:49.177 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and (not result_ipaclient_test_keytab.krb5_keytab_ok or ipaclient_force_join)", "skip_reason": "Conditional result was False" } TASK [ipaclient : The krb5 configuration is not correct] *********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:293 Thursday 12 March 2026 19:25:21 -0400 (0:00:00.040) 0:05:49.218 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : IPA test failed] ********************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:299 Thursday 12 March 2026 19:25:21 -0400 (0:00:00.040) 0:05:49.258 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Fail due to missing ca.crt file] ***************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:303 Thursday 12 March 2026 19:25:21 -0400 (0:00:00.042) 0:05:49.301 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and not result_ipaclient_join.changed and not ipaclient_allow_repair | bool and (result_ipaclient_test_keytab.krb5_keytab_ok or (result_ipaclient_join.already_joined is defined and result_ipaclient_join.already_joined))", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure IPA default.conf] ************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:317 Thursday 12 March 2026 19:25:21 -0400 (0:00:00.040) 0:05:49.342 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure SSSD] ************************************ task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:326 Thursday 12 March 2026 19:25:21 -0400 (0:00:00.042) 0:05:49.384 ******** changed: [managed-node1] => { "changed": true } TASK [ipaclient : Install - IPA API calls for remaining enrollment parts] ****** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:344 Thursday 12 March 2026 19:25:22 -0400 (0:00:00.825) 0:05:50.209 ******** changed: [managed-node1] => { "ca_enabled": true, "changed": true, "subject_base": "O=TEST.LOCAL" } TASK [ipaclient : Install - Fix IPA ca] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:353 Thursday 12 March 2026 19:25:24 -0400 (0:00:02.505) 0:05:52.715 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool and result_ipaclient_test_keytab.krb5_keytab_ok and not result_ipaclient_test_keytab.ca_crt_exists", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Create IPA NSS database] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:364 Thursday 12 March 2026 19:25:24 -0400 (0:00:00.046) 0:05:52.761 ******** changed: [managed-node1] => { "ca_enabled_ra": true, "changed": true } TASK [ipaclient : Install - Configure SSH and SSHD] **************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:396 Thursday 12 March 2026 19:25:52 -0400 (0:00:28.412) 0:06:21.173 ******** changed: [managed-node1] => { "changed": true } TASK [ipaclient : Install - Configure automount] ******************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:404 Thursday 12 March 2026 19:25:53 -0400 (0:00:00.900) 0:06:22.073 ******** ok: [managed-node1] => { "changed": false } TASK [ipaclient : Install - Configure firefox] ********************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:410 Thursday 12 March 2026 19:25:54 -0400 (0:00:00.850) 0:06:22.924 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "ipaclient_configure_firefox | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure NIS] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:416 Thursday 12 March 2026 19:25:54 -0400 (0:00:00.045) 0:06:22.969 ******** changed: [managed-node1] => { "changed": true } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:422 Thursday 12 March 2026 19:25:55 -0400 (0:00:01.005) 0:06:23.975 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/tmp41fyaj8n", "state": "absent" } TASK [ipaclient : Install - Configure krb5 for IPA realm] ********************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:428 Thursday 12 March 2026 19:25:56 -0400 (0:00:00.393) 0:06:24.369 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Configure certmonger] ****************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:442 Thursday 12 March 2026 19:25:56 -0400 (0:00:00.047) 0:06:24.417 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not ipaclient_on_master | bool", "skip_reason": "Conditional result was False" } TASK [ipaclient : Install - Restore original admin password if overwritten by OTP] *** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:452 Thursday 12 March 2026 19:25:56 -0400 (0:00:00.044) 0:06:24.461 ******** skipping: [managed-node1] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [ipaclient : Cleanup leftover ccache] ************************************* task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:458 Thursday 12 March 2026 19:25:56 -0400 (0:00:00.042) 0:06:24.503 ******** ok: [managed-node1] => { "changed": false, "path": "/etc/ipa/.dns_ccache", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf] ********************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:463 Thursday 12 March 2026 19:25:56 -0400 (0:00:00.388) 0:06:24.892 ******** ok: [managed-node1] => { "changed": false, "path": "/tmp/tmp41fyaj8n", "state": "absent" } TASK [ipaclient : Remove temporary krb5.conf backup] *************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:469 Thursday 12 March 2026 19:25:57 -0400 (0:00:00.387) 0:06:25.279 ******** changed: [managed-node1] => { "changed": true, "path": "/tmp/tmp41fyaj8n.ipabkp", "state": "absent" } TASK [ipaclient : Uninstall IPA client] **************************************** task path: /tmp/freeipa-repo/roles/ipaclient/tasks/main.yml:23 Thursday 12 March 2026 19:25:57 -0400 (0:00:00.392) 0:06:25.671 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Enable IPA] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 Thursday 12 March 2026 19:25:57 -0400 (0:00:00.041) 0:06:25.713 ******** changed: [managed-node1] => { "changed": true } TASK [ipaserver : Install - Configure firewalld] ******************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:471 Thursday 12 March 2026 19:26:02 -0400 (0:00:05.257) 0:06:30.970 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "firewall-cmd", "--permanent", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.294017", "end": "2026-03-12 19:26:03.397618", "rc": 0, "start": "2026-03-12 19:26:03.103601" } STDOUT: success TASK [ipaserver : Install - Configure firewalld runtime] *********************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:487 Thursday 12 March 2026 19:26:03 -0400 (0:00:00.678) 0:06:31.649 ******** changed: [managed-node1] => { "changed": true, "cmd": [ "firewall-cmd", "--zone=", "--add-service=freeipa-ldap", "--add-service=freeipa-ldaps", "--add-service=ntp" ], "delta": "0:00:00.281355", "end": "2026-03-12 19:26:04.058171", "rc": 0, "start": "2026-03-12 19:26:03.776816" } STDOUT: success TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:503 Thursday 12 March 2026 19:26:04 -0400 (0:00:00.662) 0:06:32.312 ******** ok: [managed-node1] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:508 Thursday 12 March 2026 19:26:04 -0400 (0:00:00.372) 0:06:32.685 ******** ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_dirsrv) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_dirsrv", "path": "/etc/ipa/.tmp_pkcs12_dirsrv", "state": "absent" } ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_http) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_http", "path": "/etc/ipa/.tmp_pkcs12_http", "state": "absent" } ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_pkinit) => { "ansible_loop_var": "item", "changed": false, "item": "/etc/ipa/.tmp_pkcs12_pkinit", "path": "/etc/ipa/.tmp_pkcs12_pkinit", "state": "absent" } TASK [ipaserver : Uninstall IPA server] **************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:23 Thursday 12 March 2026 19:26:05 -0400 (0:00:01.067) 0:06:33.752 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "state|default('present') == 'absent'", "skip_reason": "Conditional result was False" } TASK [Issue IPA signed certificates] ******************************************* task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:28 Thursday 12 March 2026 19:26:05 -0400 (0:00:00.033) 0:06:33.786 ******** TASK [fedora.linux_system_roles.certificate : Set version specific variables] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:2 Thursday 12 March 2026 19:26:05 -0400 (0:00:00.041) 0:06:33.827 ******** included: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.certificate : Ensure ansible_facts used by role] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:2 Thursday 12 March 2026 19:26:05 -0400 (0:00:00.019) 0:06:33.847 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "__certificate_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Check if system is ostree] ******* task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:10 Thursday 12 March 2026 19:26:05 -0400 (0:00:00.033) 0:06:33.881 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate system is ostree] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:15 Thursday 12 March 2026 19:26:05 -0400 (0:00:00.018) 0:06:33.900 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "not __certificate_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Run systemctl] ******************* task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:22 Thursday 12 March 2026 19:26:05 -0400 (0:00:00.017) 0:06:33.917 ******** ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008380", "end": "2026-03-12 19:26:06.029407", "failed_when_result": false, "rc": 0, "start": "2026-03-12 19:26:06.021027" } STDOUT: running TASK [fedora.linux_system_roles.certificate : Require installed systemd] ******* task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:30 Thursday 12 March 2026 19:26:06 -0400 (0:00:00.365) 0:06:34.283 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:35 Thursday 12 March 2026 19:26:06 -0400 (0:00:00.036) 0:06:34.319 ******** ok: [managed-node1] => { "ansible_facts": { "__certificate_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.certificate : Set platform/version specific variables] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/set_vars.yml:40 Thursday 12 March 2026 19:26:06 -0400 (0:00:00.021) 0:06:34.341 ******** skipping: [managed-node1] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=CentOS_8.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS_8.yml", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 Thursday 12 March 2026 19:26:06 -0400 (0:00:00.032) 0:06:34.374 ******** ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure provider packages are installed] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Thursday 12 March 2026 19:26:08 -0400 (0:00:02.616) 0:06:36.990 ******** ok: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.certificate : Ensure pre-scripts hooks directory exists] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:25 Thursday 12 March 2026 19:26:11 -0400 (0:00:02.595) 0:06:39.586 ******** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//pre-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure post-scripts hooks directory exists] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:49 Thursday 12 March 2026 19:26:11 -0400 (0:00:00.389) 0:06:39.975 ******** changed: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/etc/certmonger//post-scripts", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.certificate : Ensure provider service is running] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:76 Thursday 12 March 2026 19:26:12 -0400 (0:00:00.389) 0:06:40.364 ******** ok: [managed-node1] => (item=certmonger) => { "__certificate_provider": "certmonger", "ansible_loop_var": "__certificate_provider", "changed": false, "enabled": true, "name": "certmonger", "state": "started", "status": { "ActiveEnterTimestamp": "Thu 2026-03-12 19:23:43 EDT", "ActiveEnterTimestampMonotonic": "429455841", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "basic.target system.slice systemd-journald.socket sysinit.target network.target dbus.service dbus.socket syslog.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Thu 2026-03-12 19:23:43 EDT", "AssertTimestampMonotonic": "429445507", "Before": "shutdown.target multi-user.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedorahosted.certmonger", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2026-03-12 19:23:43 EDT", "ConditionTimestampMonotonic": "429445505", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/certmonger.service", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Certificate monitoring and PKI enrollment", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "EnvironmentFiles": "/etc/sysconfig/certmonger (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "16635", "ExecMainStartTimestamp": "Thu 2026-03-12 19:23:43 EDT", "ExecMainStartTimestampMonotonic": "429446538", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/sbin/certmonger ; argv[]=/usr/sbin/certmonger -S -p /run/certmonger.pid -n $OPTS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/certmonger.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "certmonger.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Thu 2026-03-12 19:23:43 EDT", "InactiveExitTimestampMonotonic": "429446595", "InvocationID": "b780fcda01ad4433addfc186c59bc276", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "28608", "LimitNPROCSoft": "28608", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "28608", "LimitSIGPENDINGSoft": "28608", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "16635", "MemoryAccounting": "yes", "MemoryCurrent": "2600960", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "certmonger.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PIDFile": "/run/certmonger.pid", "PartOf": "dbus.service", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Thu 2026-03-12 19:23:43 EDT", "StateChangeTimestampMonotonic": "429455841", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "45773", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "multi-user.target", "WatchdogTimestamp": "Thu 2026-03-12 19:23:43 EDT", "WatchdogTimestampMonotonic": "429455839", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.certificate : Ensure certificate requests] ***** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 Thursday 12 March 2026 19:26:12 -0400 (0:00:00.525) 0:06:40.890 ******** changed: [managed-node1] => (item={'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). changed: [managed-node1] => (item={'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}) => { "ansible_loop_var": "item", "changed": true, "item": { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } } MSG: Certificate requested (new). File attributes updated. TASK [fedora.linux_system_roles.certificate : Check if test mode is supported] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:138 Thursday 12 March 2026 19:26:15 -0400 (0:00:03.191) 0:06:44.081 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Slurp the contents of the files] *** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:143 Thursday 12 March 2026 19:26:15 -0400 (0:00:00.033) 0:06:44.114 ******** skipping: [managed-node1] => (item=['cert', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['cert', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "cert", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['key', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['key', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "key", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['ca', {'name': 'mycert_basic_ipa', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "name": "mycert_basic_ipa", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=['ca', {'name': 'groupcert', 'dns': 'ipaserver.test.local', 'principal': 'HTTP/ipaserver.test.local@TEST.LOCAL', 'ca': 'ipa', 'group': 'ftp'}]) => { "ansible_loop_var": "item", "changed": false, "false_condition": "certificate_test_mode | d(false)", "item": [ "ca", { "ca": "ipa", "dns": "ipaserver.test.local", "group": "ftp", "name": "groupcert", "principal": "HTTP/ipaserver.test.local@TEST.LOCAL" } ], "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Reset certificate_test_certs] **** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:151 Thursday 12 March 2026 19:26:15 -0400 (0:00:00.056) 0:06:44.171 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Create return data] ************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:155 Thursday 12 March 2026 19:26:16 -0400 (0:00:00.034) 0:06:44.205 ******** skipping: [managed-node1] => (item=mycert_basic_ipa) => { "ansible_loop_var": "cert_name", "cert_name": "mycert_basic_ipa", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => (item=groupcert) => { "ansible_loop_var": "cert_name", "cert_name": "groupcert", "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } skipping: [managed-node1] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.certificate : Stop tracking certificates] ****** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:169 Thursday 12 March 2026 19:26:16 -0400 (0:00:00.041) 0:06:44.247 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.certificate : Remove files] ******************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:174 Thursday 12 March 2026 19:26:16 -0400 (0:00:00.034) 0:06:44.282 ******** skipping: [managed-node1] => { "changed": false, "false_condition": "certificate_test_mode | d(false)", "skip_reason": "Conditional result was False" } TASK [Verify certificates] ***************************************************** task path: /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:44 Thursday 12 March 2026 19:26:16 -0400 (0:00:00.040) 0:06:44.323 ******** fatal: [managed-node1]: FAILED! => {} MSG: [{'path': '{{ __certificate_default_directory }}/certs/mycert_basic_ipa.crt', 'key_path': '{{ __certificate_default_directory }}/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}, {'path': '{{ __certificate_default_directory }}/certs/groupcert.crt', 'key_path': '{{ __certificate_default_directory }}/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}]: '__certificate_default_directory' is undefined. '__certificate_default_directory' is undefined. [{'path': '{{ __certificate_default_directory }}/certs/mycert_basic_ipa.crt', 'key_path': '{{ __certificate_default_directory }}/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}, {'path': '{{ __certificate_default_directory }}/certs/groupcert.crt', 'key_path': '{{ __certificate_default_directory }}/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}]: '__certificate_default_directory' is undefined. '__certificate_default_directory' is undefined PLAY RECAP ********************************************************************* managed-node1 : ok=67 changed=30 unreachable=0 failed=1 skipped=57 rescued=0 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.16.17", "end_time": "2026-03-12T23:26:16.130258+00:00Z", "host": "managed-node1", "message": "[{'path': '{{ __certificate_default_directory }}/certs/mycert_basic_ipa.crt', 'key_path': '{{ __certificate_default_directory }}/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}, {'path': '{{ __certificate_default_directory }}/certs/groupcert.crt', 'key_path': '{{ __certificate_default_directory }}/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}]: '__certificate_default_directory' is undefined. '__certificate_default_directory' is undefined. [{'path': '{{ __certificate_default_directory }}/certs/mycert_basic_ipa.crt', 'key_path': '{{ __certificate_default_directory }}/private/mycert_basic_ipa.key', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}, {'path': '{{ __certificate_default_directory }}/certs/groupcert.crt', 'key_path': '{{ __certificate_default_directory }}/private/groupcert.key', 'owner': 'root', 'group': 'ftp', 'mode': '0640', 'subject': [{'name': 'commonName', 'oid': '2.5.4.3', 'value': 'ipaserver.test.local'}, {'name': 'organizationName', 'oid': '2.5.4.10', 'value': 'TEST.LOCAL'}], 'subject_alt_name': [{'name': 'DNS', 'value': 'ipaserver.test.local'}, {'name': 'Universal Principal Name (UPN)', 'oid': '1.3.6.1.4.1.311.20.2.3', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}, {'name': 'Kerberos principalname', 'oid': '1.3.6.1.5.2.2', 'value': 'HTTP/ipaserver.test.local@TEST.LOCAL'}], 'key_usage': ['digital_signature', 'content_commitment', 'key_encipherment', 'data_encipherment']}]: '__certificate_default_directory' is undefined. '__certificate_default_directory' is undefined", "start_time": "2026-03-12T23:26:16.119684+00:00Z", "task_name": "Verify certificates", "task_path": "/tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:44" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 12 March 2026 19:26:16 -0400 (0:00:00.012) 0:06:44.335 ******** =============================================================================== ipaserver : Install - Setup CA ---------------------------------------- 157.69s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:291 ----------------------- ipaserver : Install - Ensure that packages are installed --------------- 56.97s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:36 ------------------------ ipaserver : Install - Setup DS ----------------------------------------- 39.74s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:235 ----------------------- ipaserver : Install - Setup HTTP --------------------------------------- 29.50s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:350 ----------------------- ipaclient : Install - Create IPA NSS database -------------------------- 28.41s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:364 ----------------------- Ensure hostname package is installed ----------------------------------- 14.37s /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 ipaserver : Install - Setup ADTRUST ------------------------------------ 10.17s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:415 ----------------------- ipaserver : Install - Setup NTP ----------------------------------------- 7.55s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:228 ----------------------- ipaserver : Install - Setup KRB ----------------------------------------- 5.79s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:264 ----------------------- ipaserver : Install - Enable IPA ---------------------------------------- 5.26s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:464 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate requests ----- 3.19s /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:86 ipaserver : Install - Setup otpd ---------------------------------------- 2.70s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:344 ----------------------- ipaserver : Install - Set DS password ----------------------------------- 2.70s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:431 ----------------------- fedora.linux_system_roles.certificate : Ensure certificate role dependencies are installed --- 2.62s /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:5 fedora.linux_system_roles.certificate : Ensure provider packages are installed --- 2.60s /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/roles/certificate/tasks/main.yml:15 Ensure nss package is up-to-date ---------------------------------------- 2.51s /tmp/collections-cWv/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:70 ipaclient : Install - IPA API calls for remaining enrollment parts ------ 2.51s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:344 ----------------------- ipaserver : Install - Server preparation -------------------------------- 2.43s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:177 ----------------------- ipaclient : Install - Test if IPA client has working krb5.keytab -------- 1.62s /tmp/freeipa-repo/roles/ipaclient/tasks/install.yml:122 ----------------------- ipaserver : Install - Server installation test -------------------------- 1.37s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:73 ------------------------ -- Logs begin at Thu 2026-03-12 19:16:34 EDT, end at Thu 2026-03-12 19:26:16 EDT. -- Mar 12 19:19:31 managed-node1 sshd[7221]: Accepted publickey for root from 10.31.8.169 port 47786 ssh2: ECDSA SHA256:YdYzeawfcW+uQJ5BzveZ/KqPMPq0ysLxIKsis2YAMlw Mar 12 19:19:31 managed-node1 systemd-logind[614]: New session 7 of user root. -- Subject: A new session 7 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 7 has been created for the user root. -- -- The leading process of the session is 7221. Mar 12 19:19:31 managed-node1 systemd[1]: Started Session 7 of user root. -- Subject: Unit session-7.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-7.scope has finished starting up. -- -- The start-up result is done. Mar 12 19:19:31 managed-node1 sshd[7221]: pam_unix(sshd:session): session opened for user root by (uid=0) Mar 12 19:19:32 managed-node1 sudo[7366]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-tdcjozwnerpbsxbrhjcjpgbkytaextvm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357571.995577-7840-159876420988313/AnsiballZ_setup.py' Mar 12 19:19:32 managed-node1 sudo[7366]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:32 managed-node1 platform-python[7369]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Mar 12 19:19:33 managed-node1 sudo[7366]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:33 managed-node1 sudo[7523]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-jcssggdfupmjspapwnhditgkdxrvurgx ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357573.0996535-7854-166421220390928/AnsiballZ_stat.py' Mar 12 19:19:33 managed-node1 sudo[7523]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:33 managed-node1 platform-python[7526]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Mar 12 19:19:33 managed-node1 sudo[7523]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:33 managed-node1 sudo[7649]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zfbnoaxdvkrlucfeeazgkzqkclbtoecd ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357573.614079-7899-15015775944100/AnsiballZ_stat.py' Mar 12 19:19:33 managed-node1 sudo[7649]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:33 managed-node1 platform-python[7652]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Mar 12 19:19:33 managed-node1 sudo[7649]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:36 managed-node1 sudo[7775]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qrtzbwvzfvelgknfrjdpuwunjlouwhlm ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357576.3193567-8060-254213351712148/AnsiballZ_dnf.py' Mar 12 19:19:36 managed-node1 sudo[7775]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:36 managed-node1 platform-python[7778]: ansible-ansible.legacy.dnf Invoked with name=['hostname'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 12 19:19:50 managed-node1 sudo[7775]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:50 managed-node1 sudo[7950]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-htcsmdsdfgxnhmboexkhzzwduftrqvde ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357590.6286254-8261-195265174685590/AnsiballZ_command.py' Mar 12 19:19:50 managed-node1 sudo[7950]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:50 managed-node1 platform-python[7953]: ansible-ansible.legacy.command Invoked with _raw_params=hostname _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Mar 12 19:19:51 managed-node1 sudo[7950]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:51 managed-node1 sudo[8077]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-zpqvetawydvvbhvmnlogvjnynqoenhsu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357591.081795-8279-65554192291149/AnsiballZ_hostname.py' Mar 12 19:19:51 managed-node1 sudo[8077]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:51 managed-node1 platform-python[8080]: ansible-hostname Invoked with name=ipaserver.test.local use=systemd Mar 12 19:19:51 managed-node1 dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.53' (uid=0 pid=8086 comm="/bin/hostnamectl --transient status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Mar 12 19:19:51 managed-node1 systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Mar 12 19:19:51 managed-node1 dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1' Mar 12 19:19:51 managed-node1 systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Mar 12 19:19:51 ipaserver.test.local systemd-hostnamed[8087]: Changed static host name to 'ipaserver.test.local' Mar 12 19:19:51 ipaserver.test.local NetworkManager[690]: [1773357591.8220] hostname: static hostname changed from "managed-node1" to "ipaserver.test.local" Mar 12 19:19:51 ipaserver.test.local dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=690 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Mar 12 19:19:51 ipaserver.test.local systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Mar 12 19:19:51 ipaserver.test.local NetworkManager[690]: [1773357591.8281] policy: set-hostname: set hostname to 'ipaserver.test.local' (from system configuration) Mar 12 19:19:51 ipaserver.test.local systemd-hostnamed[8087]: Changed host name to 'ipaserver.test.local' Mar 12 19:19:51 ipaserver.test.local dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Mar 12 19:19:51 ipaserver.test.local systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Mar 12 19:19:51 ipaserver.test.local sudo[8077]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:52 ipaserver.test.local sudo[8223]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kaxyvomrsecmwqgjljlrvqsjtbuilgxl ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357591.9905157-8305-31622833479883/AnsiballZ_dnf.py' Mar 12 19:19:52 ipaserver.test.local sudo[8223]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:52 ipaserver.test.local platform-python[8226]: ansible-ansible.legacy.dnf Invoked with name=['nss'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 12 19:19:54 ipaserver.test.local sudo[8223]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:54 ipaserver.test.local sudo[8350]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-cnkrocypbrfaoksyzldkdhhureeovxoe ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357594.470169-8341-176325258521310/AnsiballZ_lineinfile.py' Mar 12 19:19:54 ipaserver.test.local sudo[8350]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:54 ipaserver.test.local platform-python[8353]: ansible-ansible.builtin.lineinfile Invoked with path=/etc/hosts regexp=10.31.8.140 state=absent owner=root group=root mode=0644 backrefs=False create=False backup=False firstmatch=False unsafe_writes=False search_string=None line=None insertafter=None insertbefore=None validate=None seuser=None serole=None selevel=None setype=None attributes=None Mar 12 19:19:54 ipaserver.test.local sudo[8350]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:55 ipaserver.test.local sudo[8476]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-fhjxahoimuwaevfatpzahhfjsftnhtec ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357594.932927-8363-57036571308238/AnsiballZ_lineinfile.py' Mar 12 19:19:55 ipaserver.test.local sudo[8476]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:55 ipaserver.test.local platform-python[8479]: ansible-ansible.builtin.lineinfile Invoked with path=/etc/hosts line=10.31.8.140 ipaserver.test.local state=present insertafter=EOF create=True owner=root group=root mode=0644 backrefs=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None seuser=None serole=None selevel=None setype=None attributes=None Mar 12 19:19:55 ipaserver.test.local sudo[8476]: pam_unix(sudo:session): session closed for user root Mar 12 19:19:56 ipaserver.test.local sudo[8602]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lclfgmxisobylntaqqcmxyfdacaxuwet ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357595.9261017-8400-86058143496652/AnsiballZ_dnf.py' Mar 12 19:19:56 ipaserver.test.local sudo[8602]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:19:56 ipaserver.test.local platform-python[8605]: ansible-ansible.legacy.dnf Invoked with name=['@idm:DL1/server', 'firewalld'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Mar 12 19:20:01 ipaserver.test.local systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Mar 12 19:20:10 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:10 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:11 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:11 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:11 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:11 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:11 ipaserver.test.local groupadd[8796]: group added to /etc/group: name=printadmin, GID=991 Mar 12 19:20:11 ipaserver.test.local groupadd[8796]: group added to /etc/gshadow: name=printadmin Mar 12 19:20:11 ipaserver.test.local groupadd[8796]: new group: name=printadmin, GID=991 Mar 12 19:20:13 ipaserver.test.local groupadd[8809]: group added to /etc/group: name=apache, GID=48 Mar 12 19:20:13 ipaserver.test.local groupadd[8809]: group added to /etc/gshadow: name=apache Mar 12 19:20:13 ipaserver.test.local groupadd[8809]: new group: name=apache, GID=48 Mar 12 19:20:13 ipaserver.test.local useradd[8816]: new user: name=apache, UID=48, GID=48, home=/usr/share/httpd, shell=/sbin/nologin Mar 12 19:20:13 ipaserver.test.local groupadd[8825]: group added to /etc/group: name=custodia, GID=990 Mar 12 19:20:13 ipaserver.test.local groupadd[8825]: group added to /etc/gshadow: name=custodia Mar 12 19:20:13 ipaserver.test.local groupadd[8825]: new group: name=custodia, GID=990 Mar 12 19:20:13 ipaserver.test.local useradd[8832]: new user: name=custodia, UID=994, GID=990, home=/, shell=/sbin/nologin Mar 12 19:20:13 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:14 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:14 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:14 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:14 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:14 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:20:21 ipaserver.test.local systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Mar 12 19:20:36 ipaserver.test.local kernel: SELinux: Converting 403 SID table entries... Mar 12 19:20:36 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:20:36 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:20:36 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:20:36 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:20:36 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:20:36 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:20:36 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:36 ipaserver.test.local groupadd[8887]: group added to /etc/group: name=ods, GID=989 Mar 12 19:20:36 ipaserver.test.local groupadd[8887]: group added to /etc/gshadow: name=ods Mar 12 19:20:36 ipaserver.test.local groupadd[8887]: new group: name=ods, GID=989 Mar 12 19:20:36 ipaserver.test.local useradd[8894]: new user: name=ods, UID=993, GID=989, home=/var/lib/softhsm, shell=/sbin/nologin Mar 12 19:20:36 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:20:45 ipaserver.test.local groupadd[8957]: group added to /etc/group: name=tomcat, GID=53 Mar 12 19:20:45 ipaserver.test.local groupadd[8957]: group added to /etc/gshadow: name=tomcat Mar 12 19:20:45 ipaserver.test.local groupadd[8957]: new group: name=tomcat, GID=53 Mar 12 19:20:45 ipaserver.test.local useradd[8965]: new user: name=tomcat, UID=53, GID=53, home=/usr/share/tomcat, shell=/sbin/nologin Mar 12 19:20:46 ipaserver.test.local groupadd[8976]: group added to /etc/group: name=pkiuser, GID=17 Mar 12 19:20:46 ipaserver.test.local groupadd[8976]: group added to /etc/gshadow: name=pkiuser Mar 12 19:20:46 ipaserver.test.local groupadd[8976]: new group: name=pkiuser, GID=17 Mar 12 19:20:46 ipaserver.test.local useradd[8983]: new user: name=pkiuser, UID=17, GID=17, home=/usr/share/pki, shell=/sbin/nologin Mar 12 19:20:47 ipaserver.test.local groupadd[8999]: group added to /etc/group: name=kdcproxy, GID=988 Mar 12 19:20:47 ipaserver.test.local groupadd[8999]: group added to /etc/gshadow: name=kdcproxy Mar 12 19:20:47 ipaserver.test.local groupadd[8999]: new group: name=kdcproxy, GID=988 Mar 12 19:20:47 ipaserver.test.local useradd[9006]: new user: name=kdcproxy, UID=992, GID=988, home=/, shell=/sbin/nologin Mar 12 19:20:47 ipaserver.test.local groupadd[9014]: group added to /etc/group: name=ipaapi, GID=987 Mar 12 19:20:47 ipaserver.test.local groupadd[9014]: group added to /etc/gshadow: name=ipaapi Mar 12 19:20:47 ipaserver.test.local groupadd[9014]: new group: name=ipaapi, GID=987 Mar 12 19:20:47 ipaserver.test.local useradd[9021]: new user: name=ipaapi, UID=991, GID=987, home=/, shell=/sbin/nologin Mar 12 19:20:47 ipaserver.test.local usermod[9030]: add 'apache' to group 'ipaapi' Mar 12 19:20:47 ipaserver.test.local usermod[9030]: add 'apache' to shadow group 'ipaapi' Mar 12 19:20:50 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:20:50 ipaserver.test.local groupadd[9062]: group added to /etc/group: name=dirsrv, GID=389 Mar 12 19:20:50 ipaserver.test.local groupadd[9062]: group added to /etc/gshadow: name=dirsrv Mar 12 19:20:50 ipaserver.test.local groupadd[9062]: new group: name=dirsrv, GID=389 Mar 12 19:20:50 ipaserver.test.local useradd[9070]: new user: name=dirsrv, UID=389, GID=389, home=/usr/share/dirsrv, shell=/sbin/nologin Mar 12 19:20:50 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:50 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:50 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:20:50 ipaserver.test.local systemd[1]: Reloading D-Bus System Message Bus. -- Subject: Unit dbus.service has begun reloading its configuration -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.service has begun reloading its configuration Mar 12 19:20:50 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:20:50 ipaserver.test.local dbus-send[9104]: method return time=1773357650.554840 sender=org.freedesktop.DBus -> destination=:1.113 serial=3 reply_serial=2 Mar 12 19:20:50 ipaserver.test.local systemd[1]: Reloaded D-Bus System Message Bus. -- Subject: Unit dbus.service has finished reloading its configuration -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.service has finished reloading its configuration -- -- The result is done. Mar 12 19:20:51 ipaserver.test.local systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-rf36b4a9c07124a2788ff94bb2c9064fd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-rf36b4a9c07124a2788ff94bb2c9064fd.service has finished starting up. -- -- The start-up result is done. Mar 12 19:20:51 ipaserver.test.local systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details. Mar 12 19:20:51 ipaserver.test.local systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Mar 12 19:20:51 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:20:52 ipaserver.test.local sudo[8602]: pam_unix(sudo:session): session closed for user root Mar 12 19:20:53 ipaserver.test.local sudo[12358]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ptxcxfegwmdbszusuhmipuoylvklrtqc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357652.8752837-11093-185361203474612/AnsiballZ_systemd.py' Mar 12 19:20:53 ipaserver.test.local sudo[12358]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:20:53 ipaserver.test.local platform-python[12392]: ansible-ansible.builtin.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Mar 12 19:20:53 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:20:53 ipaserver.test.local systemd[1]: Starting firewalld - dynamic firewall daemon... -- Subject: Unit firewalld.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit firewalld.service has begun starting up. Mar 12 19:20:54 ipaserver.test.local systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Mar 12 19:20:54 ipaserver.test.local systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Mar 12 19:20:54 ipaserver.test.local systemd[1]: run-rf36b4a9c07124a2788ff94bb2c9064fd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-rf36b4a9c07124a2788ff94bb2c9064fd.service has successfully entered the 'dead' state. Mar 12 19:20:54 ipaserver.test.local systemd[1]: Started firewalld - dynamic firewall daemon. -- Subject: Unit firewalld.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit firewalld.service has finished starting up. -- -- The start-up result is done. Mar 12 19:20:54 ipaserver.test.local sudo[12358]: pam_unix(sudo:session): session closed for user root Mar 12 19:20:54 ipaserver.test.local firewalld[13187]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Mar 12 19:20:54 ipaserver.test.local sudo[13619]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-duxxtryofhromrbuvwdqksykyglwwote ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357654.326696-11124-110595108936910/AnsiballZ_ipaserver_test.py' Mar 12 19:20:54 ipaserver.test.local sudo[13619]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:20:55 ipaserver.test.local platform-python[13622]: ansible-ipaserver_test Invoked with dm_password=NOT_LOGGING_PARAMETER password=NOT_LOGGING_PARAMETER domain=test.local realm=TEST.LOCAL hostname=ipaserver.test.local no_host_dns=True skip_mem_check=False setup_adtrust=False setup_kra=False setup_dns=False no_pkinit=False no_ntp=False external_ca=False random_serial_numbers=False allow_zone_overlap=False reverse_zones=[] no_reverse=False auto_reverse=False forwarders=[] no_forwarders=False auto_forwarders=False no_dnssec_validation=False dot_forwarders=[] dns_over_tls=False enable_compat=False force=False ca_cert_files=[] dns_policy=relaxed rid_base=1000 secondary_rid_base=100000000 master_password=NOT_LOGGING_PARAMETER pki_config_override=None idstart=None idmax=None dirsrv_config_file=None dirsrv_cert_files=None http_cert_files=None pkinit_cert_files=None dirsrv_pin=None http_pin=None pkinit_pin=None dirsrv_cert_name=None http_cert_name=None pkinit_cert_name=None ntp_servers=None ntp_pool=None external_ca_type=None external_ca_profile=None external_cert_files=None subject_base=None ca_subject=None zonemgr=None forward_policy=None dns_over_tls_cert=None dns_over_tls_key=None netbios_name=None Mar 12 19:20:55 ipaserver.test.local sudo[13619]: pam_unix(sudo:session): session closed for user root Mar 12 19:20:55 ipaserver.test.local sudo[13752]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sdgnthmvdyxshdzqnwqlomprxxanyaez ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357655.6654055-11192-259298635721371/AnsiballZ_ipaserver_master_password.py' Mar 12 19:20:55 ipaserver.test.local sudo[13752]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:20:56 ipaserver.test.local sudo[13752]: pam_unix(sudo:session): session closed for user root Mar 12 19:20:57 ipaserver.test.local sudo[13880]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kcrbdgikmyrsdlcpzbqpftxtumkxebrc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357656.9250636-11230-141190601526506/AnsiballZ_ipaserver_prepare.py' Mar 12 19:20:57 ipaserver.test.local sudo[13880]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:20:57 ipaserver.test.local platform-python[13883]: ansible-ipaserver_prepare Invoked with dm_password=NOT_LOGGING_PARAMETER password=NOT_LOGGING_PARAMETER ip_addresses=[] domain=test.local realm=TEST.LOCAL hostname=ipaserver.test.local no_host_dns=True setup_adtrust=False setup_kra=False setup_dns=False external_ca=False allow_zone_overlap=False reverse_zones=[] no_reverse=False auto_reverse=False forwarders=[] no_forwarders=False auto_forwarders=False no_dnssec_validation=False dot_forwarders=[] dns_over_tls=False enable_compat=False setup_ca=True sid_generation_always=True random_serial_numbers=False _hostname_overridden=True force=False ca_cert_files=[] external_cert_files=[] dns_policy=relaxed external_ca_type=None external_ca_profile=None subject_base=None ca_subject=None forward_policy=None dns_over_tls_cert=None dns_over_tls_key=None netbios_name=None rid_base=None secondary_rid_base=None Mar 12 19:20:58 ipaserver.test.local dbus-daemon[617]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.123' (uid=0 pid=13887 comm="/bin/hostnamectl set-hostname ipaserver.test.local" label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Mar 12 19:20:58 ipaserver.test.local systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Mar 12 19:20:58 ipaserver.test.local dbus-daemon[617]: [system] Successfully activated service 'org.freedesktop.hostname1' Mar 12 19:20:58 ipaserver.test.local systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Mar 12 19:20:59 ipaserver.test.local sudo[13880]: pam_unix(sudo:session): session closed for user root Mar 12 19:20:59 ipaserver.test.local sudo[14012]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-qqhejncmkrqfdjciixwujqjfbxolwkgk ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357659.3491251-11309-213153459393558/AnsiballZ_ipaserver_setup_ntp.py' Mar 12 19:20:59 ipaserver.test.local sudo[14012]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:21:00 ipaserver.test.local platform-python[14015]: ansible-ipaserver_setup_ntp Invoked with ntp_servers=[''] ntp_pool= Mar 12 19:21:00 ipaserver.test.local platform-python[14015]: ansible-ipaserver_setup_ntp Synchronizing time Mar 12 19:21:00 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:00 ipaserver.test.local chronyd[624]: chronyd exiting Mar 12 19:21:00 ipaserver.test.local systemd[1]: Stopping NTP client/server... -- Subject: Unit chronyd.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun shutting down. Mar 12 19:21:00 ipaserver.test.local systemd[1]: chronyd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit chronyd.service has successfully entered the 'dead' state. Mar 12 19:21:00 ipaserver.test.local systemd[1]: Stopped NTP client/server. -- Subject: Unit chronyd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished shutting down. Mar 12 19:21:00 ipaserver.test.local systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Mar 12 19:21:00 ipaserver.test.local chronyd[14059]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Mar 12 19:21:00 ipaserver.test.local chronyd[14059]: Loaded 0 symmetric keys Mar 12 19:21:00 ipaserver.test.local chronyd[14059]: Frequency 2.434 +/- 4.179 ppm read from /var/lib/chrony/drift Mar 12 19:21:00 ipaserver.test.local chronyd[14059]: Using right/UTC timezone to obtain leap second data Mar 12 19:21:00 ipaserver.test.local chronyd[14059]: Added source 10.2.32.37 Mar 12 19:21:00 ipaserver.test.local chronyd[14059]: Added source 10.2.32.38 Mar 12 19:21:00 ipaserver.test.local chronyd[14059]: Added source 10.11.160.238 Mar 12 19:21:00 ipaserver.test.local chronyd[14059]: Added source 10.18.100.10 Mar 12 19:21:00 ipaserver.test.local systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:06 ipaserver.test.local chronyd[14059]: Selected source 66.59.198.178 (2.centos.pool.ntp.org) Mar 12 19:21:06 ipaserver.test.local chronyd[14059]: System clock TAI offset set to 37 seconds Mar 12 19:21:06 ipaserver.test.local sudo[14012]: pam_unix(sudo:session): session closed for user root Mar 12 19:21:07 ipaserver.test.local sudo[14213]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nhpsyrgsrrmhqrsxpufblbamvpdyihxg ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357666.9044256-11898-272637065040268/AnsiballZ_ipaserver_setup_ds.py' Mar 12 19:21:07 ipaserver.test.local sudo[14213]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:21:07 ipaserver.test.local platform-python[14216]: ansible-ipaserver_setup_ds Invoked with dm_password=NOT_LOGGING_PARAMETER password=NOT_LOGGING_PARAMETER domain=test.local realm=TEST.LOCAL hostname=ipaserver.test.local setup_ca=True subject_base=O=TEST.LOCAL ca_subject=CN=Certificate Authority,O=TEST.LOCAL no_pkinit=False no_hbac_allow=False idstart=1582400000 idmax=1582599999 dirsrv_cert_files=[] external_cert_files=[] dirsrv_config_file=None _dirsrv_pkcs12_info=None Mar 12 19:21:09 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:14 ipaserver.test.local kernel: SELinux: Converting 482 SID table entries... Mar 12 19:21:14 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:14 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:14 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:14 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:14 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:14 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:14 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:16 ipaserver.test.local kernel: SELinux: Converting 482 SID table entries... Mar 12 19:21:16 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:16 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:16 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:16 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:16 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:16 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:16 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:17 ipaserver.test.local kernel: SELinux: Converting 482 SID table entries... Mar 12 19:21:17 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:17 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:17 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:17 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:17 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:17 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:17 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:18 ipaserver.test.local kernel: SELinux: Converting 482 SID table entries... Mar 12 19:21:18 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:18 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:18 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:18 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:18 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:18 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:19 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:20 ipaserver.test.local kernel: SELinux: Converting 482 SID table entries... Mar 12 19:21:20 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:20 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:20 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:20 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:20 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:20 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:20 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:21 ipaserver.test.local kernel: SELinux: Converting 483 SID table entries... Mar 12 19:21:21 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:21 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:21 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:21 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:21 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:21 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:21 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:23 ipaserver.test.local kernel: SELinux: Converting 483 SID table entries... Mar 12 19:21:23 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:23 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:23 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:23 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:23 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:23 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:23 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:24 ipaserver.test.local kernel: SELinux: Converting 484 SID table entries... Mar 12 19:21:24 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:24 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:24 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:24 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:24 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:24 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:24 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:25 ipaserver.test.local kernel: SELinux: Converting 485 SID table entries... Mar 12 19:21:25 ipaserver.test.local kernel: SELinux: policy capability network_peer_controls=1 Mar 12 19:21:25 ipaserver.test.local kernel: SELinux: policy capability open_perms=1 Mar 12 19:21:25 ipaserver.test.local kernel: SELinux: policy capability extended_socket_class=1 Mar 12 19:21:25 ipaserver.test.local kernel: SELinux: policy capability always_check_network=0 Mar 12 19:21:25 ipaserver.test.local kernel: SELinux: policy capability cgroup_seclabel=1 Mar 12 19:21:25 ipaserver.test.local kernel: SELinux: policy capability nnp_nosuid_transition=1 Mar 12 19:21:25 ipaserver.test.local dbus-daemon[617]: [system] Reloaded configuration Mar 12 19:21:26 ipaserver.test.local systemd[1]: Created slice system-dirsrv.slice. -- Subject: Unit system-dirsrv.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit system-dirsrv.slice has finished starting up. -- -- The start-up result is done. Mar 12 19:21:26 ipaserver.test.local systemd[1]: Starting 389 Directory Server TEST-LOCAL.... -- Subject: Unit dirsrv@TEST-LOCAL.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has begun starting up. Mar 12 19:21:26 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:26.261988659 -0400] - INFO - main - 389-Directory/1.4.3.39 B2024.038.1739 starting up Mar 12 19:21:26 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:26.269475294 -0400] - INFO - main - Setting the maximum file descriptor limit to: 262144 Mar 12 19:21:26 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:26.987526374 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds Mar 12 19:21:26 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:26.992463221 -0400] - INFO - bdb_config_upgrade_dse_info - create config entry from old config Mar 12 19:21:26 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:26.997361344 -0400] - NOTICE - ldbm_back_start - found 7363080k physical memory Mar 12 19:21:26 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:26.999323560 -0400] - NOTICE - ldbm_back_start - found 6735516k available Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.001193482 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 460192k Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.003111681 -0400] - NOTICE - ldbm_back_start - total cache size: 376989696 B; Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.100789312 -0400] - INFO - connection_table_new - conntablesize:64000 Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.132479016 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 389 for LDAP requests Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.134495996 -0400] - INFO - slapd_daemon - Listening on /run/slapd-TEST-LOCAL.socket for LDAPI requests Mar 12 19:21:27 ipaserver.test.local systemd[1]: Started 389 Directory Server TEST-LOCAL.. -- Subject: Unit dirsrv@TEST-LOCAL.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.160575106 -0400] - INFO - postop_modify_config_dse - The change of nsslapd-securePort will not take effect until the server is restarted Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.418351194 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 Mar 12 19:21:27 ipaserver.test.local systemd[1]: Stopping 389 Directory Server TEST-LOCAL.... -- Subject: Unit dirsrv@TEST-LOCAL.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has begun shutting down. Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.710352343 -0400] - INFO - op_thread_cleanup - slapd shutting down - signaling operation threads - op stack size 1 max work q size 1 max work q stack size 1 Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.717024347 -0400] - INFO - slapd_daemon - slapd shutting down - closing down internal subsystems and plugins Mar 12 19:21:27 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:27.721608398 -0400] - INFO - bdb_pre_close - Waiting for 5 database threads to stop Mar 12 19:21:29 ipaserver.test.local systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Mar 12 19:21:29 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:29.538368064 -0400] - INFO - bdb_pre_close - All database threads now stopped Mar 12 19:21:29 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:29.565550645 -0400] - INFO - ldbm_back_instance_set_destructor - Set of instances destroyed Mar 12 19:21:29 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:29.567697225 -0400] - INFO - connection_post_shutdown_cleanup - slapd shutting down - freed 1 work q stack objects - freed 1 op stack objects Mar 12 19:21:29 ipaserver.test.local ns-slapd[14334]: [12/Mar/2026:19:21:29.569540569 -0400] - INFO - main - slapd stopped. Mar 12 19:21:29 ipaserver.test.local systemd[1]: dirsrv@TEST-LOCAL.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dirsrv@TEST-LOCAL.service has successfully entered the 'dead' state. Mar 12 19:21:29 ipaserver.test.local systemd[1]: Stopped 389 Directory Server TEST-LOCAL.. -- Subject: Unit dirsrv@TEST-LOCAL.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has finished shutting down. Mar 12 19:21:30 ipaserver.test.local systemd[1]: Starting 389 Directory Server TEST-LOCAL.... -- Subject: Unit dirsrv@TEST-LOCAL.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has begun starting up. Mar 12 19:21:30 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:30.769851108 -0400] - INFO - main - 389-Directory/1.4.3.39 B2024.038.1739 starting up Mar 12 19:21:30 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:30.772202837 -0400] - INFO - main - Setting the maximum file descriptor limit to: 262144 Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.486241638 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.489988660 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.495025784 -0400] - NOTICE - ldbm_back_start - found 7363080k physical memory Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.496994654 -0400] - NOTICE - ldbm_back_start - found 6705164k available Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.498869158 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 460192k Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.500765392 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 1245184k Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.502859793 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 196608k Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.504940325 -0400] - NOTICE - ldbm_back_start - total cache size: 1668835328 B; Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.508112011 -0400] - INFO - slapd_daemon - New referral entries are detected under dc=test,dc=local (returned to SRCH req) Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.572719589 -0400] - INFO - connection_table_new - conntablesize:64000 Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.603652220 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 389 for LDAP requests Mar 12 19:21:31 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:31.605659687 -0400] - INFO - slapd_daemon - Listening on /run/slapd-TEST-LOCAL.socket for LDAPI requests Mar 12 19:21:31 ipaserver.test.local systemd[1]: Started 389 Directory Server TEST-LOCAL.. -- Subject: Unit dirsrv@TEST-LOCAL.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:32 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:32.152374348 -0400] - NOTICE - bdb_config_db_lock_set - New db max lock count will not take affect until the server is restarted Mar 12 19:21:32 ipaserver.test.local ldapmodify[14416]: DIGEST-MD5 common mech free Mar 12 19:21:32 ipaserver.test.local ldapmodify[14417]: DIGEST-MD5 common mech free Mar 12 19:21:32 ipaserver.test.local ldapmodify[14418]: DIGEST-MD5 common mech free Mar 12 19:21:32 ipaserver.test.local ldapmodify[14419]: DIGEST-MD5 common mech free Mar 12 19:21:32 ipaserver.test.local ldapmodify[14420]: DIGEST-MD5 common mech free Mar 12 19:21:32 ipaserver.test.local ldapmodify[14421]: DIGEST-MD5 common mech free Mar 12 19:21:32 ipaserver.test.local ldapmodify[14422]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14423]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14424]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14425]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14426]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14427]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14428]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14429]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14430]: DIGEST-MD5 common mech free Mar 12 19:21:33 ipaserver.test.local ldapmodify[14431]: DIGEST-MD5 common mech free Mar 12 19:21:34 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:34.604483404 -0400] - INFO - slapd_daemon - No more referral entry under dc=test,dc=local Mar 12 19:21:34 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:34.606882196 -0400] - INFO - vattr_check_thread - No role/cos definition in dc=test,dc=local Mar 12 19:21:34 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:34.996884967 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: accessRuleType Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.006634910 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: altSecurityIdentities Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.008866430 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: automountMapName Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.011009318 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: automountkey Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.013033354 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: carLicense Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.015073015 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: description Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.017127006 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: displayname Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.019220898 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: fqdn Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.021234100 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: gidnumber Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.023267092 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: hostCategory Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.025378017 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: idnsName Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.027385527 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipServicePort Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.029404835 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaAnchorUUID Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.031730991 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaCASubjectDN Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.033814997 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaCertmapData Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.035822639 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaConfigString Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.037961272 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaEnabledFlag Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.039940792 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaExternalMember Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.041979152 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaIdpAuthEndpoint Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.043964424 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaIdpDevAuthEndpoint Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.046012727 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaIdpScope Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.048096032 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaIdpTokenEndpoint Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.050187235 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaKrbAuthzData Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.052232643 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaMemberCa Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.054219691 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaMemberCertProfile Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.056269894 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaNTSecurityIdentifier Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.058263773 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaNTTrustPartner Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.060273271 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaOriginalUid Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.062812211 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaOwner Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.064845360 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaSubGidNumber Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.066888907 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaSubUidNumber Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.068930401 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaallowedtarget Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.070915556 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipaassignedidview Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.073005380 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipakrbprincipalalias Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.075054151 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipalocation Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.077069326 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipasudorunas Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.079162604 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipasudorunasgroup Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.081202558 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipatokenradiusconfiglink Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.083240883 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ipauniqueid Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.085390447 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: krbCanonicalName Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.087458414 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: krbPasswordExpiration Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.089549646 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: krbPrincipalName Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.091721921 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: l Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.093777501 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: macAddress Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.095785251 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: managedby Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.097903689 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: manager Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.099943825 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: member Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.101931091 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberHost Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.104075042 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberManager Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.106667914 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberOf Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.108653811 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberPrincipal Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.110664343 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberUser Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.112706654 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberallowcmd Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.114692743 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberdenycmd Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.116758768 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberservice Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.118781538 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: memberuid Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.120852481 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: nsHardwarePlatform Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.123107626 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: nsHostLocation Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.125131587 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: nsOsVersion Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.127177995 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ntUniqueId Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.129200251 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ntUserDomainId Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.131218533 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: ou Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.133278990 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: owner Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.135307011 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: secretary Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.137765092 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: seealso Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.139811227 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: serverhostname Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.141890709 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: sourcehost Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.143874909 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: sudoorder Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.145875184 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: title Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.147851324 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: uid Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.149942672 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: uidnumber Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.152181470 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: uniquemember Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.154262525 -0400] - INFO - bdb_db2index - userRoot: Indexing attribute: userCertificate Mar 12 19:21:35 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:35.156293760 -0400] - INFO - bdb_db2index - userRoot: Finished indexing. Mar 12 19:21:36 ipaserver.test.local ldapmodify[14434]: DIGEST-MD5 common mech free Mar 12 19:21:36 ipaserver.test.local ldapmodify[14435]: DIGEST-MD5 common mech free Mar 12 19:21:36 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:36 ipaserver.test.local ldapmodify[14461]: DIGEST-MD5 common mech free Mar 12 19:21:36 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:36 ipaserver.test.local systemd[1]: Stopping 389 Directory Server TEST-LOCAL.... -- Subject: Unit dirsrv@TEST-LOCAL.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has begun shutting down. Mar 12 19:21:36 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:36.428716120 -0400] - INFO - op_thread_cleanup - slapd shutting down - signaling operation threads - op stack size 2 max work q size 2 max work q stack size 2 Mar 12 19:21:36 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:36.435064017 -0400] - INFO - slapd_daemon - slapd shutting down - closing down internal subsystems and plugins Mar 12 19:21:36 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:36.444142345 -0400] - INFO - bdb_pre_close - Waiting for 5 database threads to stop Mar 12 19:21:36 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:36.520180232 -0400] - INFO - bdb_pre_close - All database threads now stopped Mar 12 19:21:36 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:36.546266864 -0400] - INFO - ldbm_back_instance_set_destructor - Set of instances destroyed Mar 12 19:21:36 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:36.548569811 -0400] - INFO - connection_post_shutdown_cleanup - slapd shutting down - freed 2 work q stack objects - freed 2 op stack objects Mar 12 19:21:36 ipaserver.test.local ns-slapd[14388]: [12/Mar/2026:19:21:36.550532972 -0400] - INFO - main - slapd stopped. Mar 12 19:21:36 ipaserver.test.local systemd[1]: dirsrv@TEST-LOCAL.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dirsrv@TEST-LOCAL.service has successfully entered the 'dead' state. Mar 12 19:21:36 ipaserver.test.local systemd[1]: Stopped 389 Directory Server TEST-LOCAL.. -- Subject: Unit dirsrv@TEST-LOCAL.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has finished shutting down. Mar 12 19:21:36 ipaserver.test.local systemd[1]: Starting 389 Directory Server TEST-LOCAL.... -- Subject: Unit dirsrv@TEST-LOCAL.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has begun starting up. Mar 12 19:21:36 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:36.761285066 -0400] - INFO - main - 389-Directory/1.4.3.39 B2024.038.1739 starting up Mar 12 19:21:36 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:36.763908570 -0400] - INFO - main - Setting the maximum file descriptor limit to: 262144 Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.477641900 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.481704940 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.488037999 -0400] - NOTICE - ldbm_back_start - found 7363080k physical memory Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.489994847 -0400] - NOTICE - ldbm_back_start - found 6687076k available Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.491831510 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 460192k Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.493712754 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 1245184k Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.495671909 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 196608k Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.497646274 -0400] - NOTICE - ldbm_back_start - total cache size: 1853384704 B; Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.500124816 -0400] - NOTICE - bdb_start - Resizing max db lock count: 10000 -> 50000 Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.641352381 -0400] - ERR - ipagraceperiod_get_global_config - [file ipa_graceperiod.c, line 185]: Failed to get default realm (-1765328160) Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.645224229 -0400] - ERR - ipalockout_get_global_config - [file ipa_lockout.c, line 185]: Failed to get default realm (-1765328160) Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.647895989 -0400] - ERR - ipaenrollment_start - [file ipa_enrollment.c, line 408]: Failed to get default realm?! Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.658346000 -0400] - INFO - validate_num_config_reservedescriptors - reserve descriptors changed from 64 to 117 Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.660341231 -0400] - INFO - connection_table_new - conntablesize:64000 Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.692064840 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 389 for LDAP requests Mar 12 19:21:37 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:37.694048077 -0400] - INFO - slapd_daemon - Listening on /run/slapd-TEST-LOCAL.socket for LDAPI requests Mar 12 19:21:37 ipaserver.test.local systemd[1]: Started 389 Directory Server TEST-LOCAL.. -- Subject: Unit dirsrv@TEST-LOCAL.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:38 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:38.436754012 -0400] - INFO - slapi_vattrspi_regattr - Because krbPwdPolicyReference is a new registered virtual attribute , nsslapd-ignore-virtual-attrs was set to 'off' Mar 12 19:21:38 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:38.439651858 -0400] - ERR - cos-plugin - cos_dn_defs_cb - Skipping CoS Definition cn=Password Policy,cn=accounts,dc=test,dc=local--no CoS Templates found, which should be added before the CoS Definition. Mar 12 19:21:38 ipaserver.test.local ldapmodify[14533]: DIGEST-MD5 common mech free Mar 12 19:21:39 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:39.602376435 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=retrieve certificate,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:39 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:39.611150443 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=request certificate,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:39 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:39.872271934 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=request certificate different host,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:39 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:39.882215435 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=certificate status,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:40 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:40.136552850 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=revoke certificate,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:40 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:40.147627401 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=certificate remove hold,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:40 ipaserver.test.local ldapmodify[14534]: DIGEST-MD5 common mech free Mar 12 19:21:40 ipaserver.test.local ldapmodify[14535]: DIGEST-MD5 common mech free Mar 12 19:21:40 ipaserver.test.local ldapmodify[14536]: DIGEST-MD5 common mech free Mar 12 19:21:40 ipaserver.test.local ldapmodify[14537]: DIGEST-MD5 common mech free Mar 12 19:21:40 ipaserver.test.local ldapmodify[14538]: DIGEST-MD5 common mech free Mar 12 19:21:40 ipaserver.test.local ldapmodify[14539]: DIGEST-MD5 common mech free Mar 12 19:21:40 ipaserver.test.local ldapmodify[14541]: DIGEST-MD5 common mech free Mar 12 19:21:41 ipaserver.test.local ldapmodify[14542]: DIGEST-MD5 common mech free Mar 12 19:21:41 ipaserver.test.local ldapmodify[14543]: DIGEST-MD5 common mech free Mar 12 19:21:41 ipaserver.test.local ldapmodify[14544]: DIGEST-MD5 common mech free Mar 12 19:21:41 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:41.342919424 -0400] - INFO - memberof-plugin - memberof_fixup_task_thread - Memberof task starts (filter: "(objectclass=*)") ... Mar 12 19:21:41 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:41.391979386 -0400] - INFO - memberof-plugin - memberof_fixup_task_thread - Memberof task finished (processed 115 entries in 0 seconds) Mar 12 19:21:42 ipaserver.test.local ldapmodify[14546]: DIGEST-MD5 common mech free Mar 12 19:21:42 ipaserver.test.local ldapmodify[14547]: DIGEST-MD5 common mech free Mar 12 19:21:42 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:42.372343493 -0400] - ERR - ipa-topology-plugin - ipa_topo_util_get_replica_conf: server configuration missing Mar 12 19:21:42 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:42.374349942 -0400] - ERR - ipa-topology-plugin - ipa_topo_util_get_replica_conf: cannot create replica Mar 12 19:21:42 ipaserver.test.local ldapmodify[14548]: DIGEST-MD5 common mech free Mar 12 19:21:43 ipaserver.test.local ldapmodify[14549]: DIGEST-MD5 common mech free Mar 12 19:21:43 ipaserver.test.local ldapmodify[14550]: DIGEST-MD5 common mech free Mar 12 19:21:43 ipaserver.test.local ldapmodify[14551]: DIGEST-MD5 common mech free Mar 12 19:21:43 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:43 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:43 ipaserver.test.local systemd[1]: Stopping 389 Directory Server TEST-LOCAL.... -- Subject: Unit dirsrv@TEST-LOCAL.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has begun shutting down. Mar 12 19:21:43 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:43.577081863 -0400] - INFO - op_thread_cleanup - slapd shutting down - signaling operation threads - op stack size 2 max work q size 2 max work q stack size 2 Mar 12 19:21:43 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:43.584252375 -0400] - INFO - slapd_daemon - slapd shutting down - closing down internal subsystems and plugins Mar 12 19:21:43 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:43.594235293 -0400] - INFO - bdb_pre_close - Waiting for 5 database threads to stop Mar 12 19:21:45 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:45.089694959 -0400] - INFO - bdb_pre_close - All database threads now stopped Mar 12 19:21:45 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:45.122478276 -0400] - INFO - ldbm_back_instance_set_destructor - Set of instances destroyed Mar 12 19:21:45 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:45.124727356 -0400] - INFO - connection_post_shutdown_cleanup - slapd shutting down - freed 2 work q stack objects - freed 2 op stack objects Mar 12 19:21:45 ipaserver.test.local ns-slapd[14503]: [12/Mar/2026:19:21:45.126609920 -0400] - INFO - main - slapd stopped. Mar 12 19:21:45 ipaserver.test.local systemd[1]: dirsrv@TEST-LOCAL.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dirsrv@TEST-LOCAL.service has successfully entered the 'dead' state. Mar 12 19:21:45 ipaserver.test.local systemd[1]: Stopped 389 Directory Server TEST-LOCAL.. -- Subject: Unit dirsrv@TEST-LOCAL.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has finished shutting down. Mar 12 19:21:45 ipaserver.test.local systemd[1]: Starting 389 Directory Server TEST-LOCAL.... -- Subject: Unit dirsrv@TEST-LOCAL.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has begun starting up. Mar 12 19:21:45 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:45.333276957 -0400] - INFO - main - 389-Directory/1.4.3.39 B2024.038.1739 starting up Mar 12 19:21:45 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:45.335601758 -0400] - INFO - main - Setting the maximum file descriptor limit to: 262144 Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.053622439 -0400] - INFO - PBKDF2_SHA256 - Based on CPU performance, chose 2048 rounds Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.057635443 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.064309084 -0400] - NOTICE - ldbm_back_start - found 7363080k physical memory Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.066321761 -0400] - NOTICE - ldbm_back_start - found 6673316k available Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.068210524 -0400] - NOTICE - ldbm_back_start - cache autosizing: db cache: 460192k Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.070069963 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot entry cache (1 total): 1245184k Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.072071384 -0400] - NOTICE - ldbm_back_start - cache autosizing: userRoot dn cache (1 total): 196608k Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.074015003 -0400] - NOTICE - ldbm_back_start - total cache size: 1853384704 B; Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.084477804 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=retrieve certificate,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.086505554 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=request certificate,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.088522554 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=request certificate different host,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.090467113 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=certificate status,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.092707349 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=revoke certificate,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.094728126 -0400] - WARN - NSACLPlugin - acl_parse - The ACL target cn=certificate remove hold,cn=virtual operations,cn=etc,dc=test,dc=local does not exist Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.168158866 -0400] - INFO - slapi_vattrspi_regattr - Because krbPwdPolicyReference is a new registered virtual attribute , nsslapd-ignore-virtual-attrs was set to 'off' Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.170422472 -0400] - ERR - cos-plugin - cos_dn_defs_cb - Skipping CoS Definition cn=Password Policy,cn=accounts,dc=test,dc=local--no CoS Templates found, which should be added before the CoS Definition. Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.178325663 -0400] - ERR - ipagraceperiod_get_global_config - [file ipa_graceperiod.c, line 185]: Failed to get default realm (-1765328160) Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.182704578 -0400] - ERR - ipalockout_get_global_config - [file ipa_lockout.c, line 185]: Failed to get default realm (-1765328160) Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.185340779 -0400] - ERR - ipaenrollment_start - [file ipa_enrollment.c, line 408]: Failed to get default realm?! Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.195152961 -0400] - ERR - cos-plugin - cos_dn_defs_cb - Skipping CoS Definition cn=Password Policy,cn=accounts,dc=test,dc=local--no CoS Templates found, which should be added before the CoS Definition. Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.199326576 -0400] - INFO - validate_num_config_reservedescriptors - reserve descriptors changed from 64 to 117 Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.201266928 -0400] - INFO - connection_table_new - conntablesize:64000 Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.232677824 -0400] - INFO - slapd_daemon - slapd started. Listening on All Interfaces port 389 for LDAP requests Mar 12 19:21:46 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:21:46.235114620 -0400] - INFO - slapd_daemon - Listening on /run/slapd-TEST-LOCAL.socket for LDAPI requests Mar 12 19:21:46 ipaserver.test.local systemd[1]: Started 389 Directory Server TEST-LOCAL.. -- Subject: Unit dirsrv@TEST-LOCAL.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dirsrv@TEST-LOCAL.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:46 ipaserver.test.local sudo[14213]: pam_unix(sudo:session): session closed for user root Mar 12 19:21:46 ipaserver.test.local sudo[14768]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kmoopesvssxhftyaekinfpxitbooryoc ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357706.6427164-13571-124317207902525/AnsiballZ_ipaserver_setup_krb.py' Mar 12 19:21:46 ipaserver.test.local sudo[14768]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:21:47 ipaserver.test.local platform-python[14771]: ansible-ipaserver_setup_krb Invoked with dm_password=NOT_LOGGING_PARAMETER password=NOT_LOGGING_PARAMETER master_password=NOT_LOGGING_PARAMETER domain=test.local realm=TEST.LOCAL hostname=ipaserver.test.local reverse_zones=[] setup_adtrust=False setup_kra=False setup_dns=False setup_ca=True no_host_dns=True subject_base=O=TEST.LOCAL ca_subject=CN=Certificate Authority,O=TEST.LOCAL no_reverse=False auto_forwarders=False no_pkinit=False no_hbac_allow=False idstart=1582400000 idmax=1582599999 ip_addresses=[] external_cert_files=[] _pkinit_pkcs12_info=None Mar 12 19:21:48 ipaserver.test.local ldapmodify[14780]: DIGEST-MD5 common mech free Mar 12 19:21:48 ipaserver.test.local kdb5_util[14785]: MS-PAC generator: Local domain NT attributes not configured Mar 12 19:21:49 ipaserver.test.local ldapmodify[14786]: DIGEST-MD5 common mech free Mar 12 19:21:49 ipaserver.test.local systemd[1]: Starting SSSD Kerberos Cache Manager... -- Subject: Unit sssd-kcm.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.service has begun starting up. Mar 12 19:21:49 ipaserver.test.local systemd[1]: Started SSSD Kerberos Cache Manager. -- Subject: Unit sssd-kcm.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:49 ipaserver.test.local sssd_kcm[14791]: Starting up Mar 12 19:21:50 ipaserver.test.local ldapmodify[14795]: DIGEST-MD5 common mech free Mar 12 19:21:51 ipaserver.test.local ldapmodify[14797]: DIGEST-MD5 common mech free Mar 12 19:21:51 ipaserver.test.local systemd[1]: Starting Kerberos 5 KDC... -- Subject: Unit krb5kdc.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit krb5kdc.service has begun starting up. Mar 12 19:21:51 ipaserver.test.local systemd[1]: krb5kdc.service: Can't open PID file /var/run/krb5kdc.pid (yet?) after start: No such file or directory Mar 12 19:21:51 ipaserver.test.local systemd[1]: Started Kerberos 5 KDC. -- Subject: Unit krb5kdc.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit krb5kdc.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:51 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:51 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:51 ipaserver.test.local systemd[1]: Starting Kerberos 5 Password-changing and Administration... -- Subject: Unit kadmin.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kadmin.service has begun starting up. Mar 12 19:21:51 ipaserver.test.local systemd[1]: Started Kerberos 5 Password-changing and Administration. -- Subject: Unit kadmin.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kadmin.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:51 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:51 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:52 ipaserver.test.local sudo[14768]: pam_unix(sudo:session): session closed for user root Mar 12 19:21:52 ipaserver.test.local sudo[15028]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kqgaalzypvbjuainimcmrztvwvodeodu ; /usr/libexec/platform-python /root/.ansible/tmp/ansible-tmp-1773357712.459288-13963-166447598783216/AnsiballZ_ipaserver_setup_ca.py' Mar 12 19:21:52 ipaserver.test.local sudo[15028]: pam_unix(sudo:session): session opened for user root by root(uid=0) Mar 12 19:21:53 ipaserver.test.local platform-python[15031]: ansible-ipaserver_setup_ca Invoked with dm_password=NOT_LOGGING_PARAMETER password=NOT_LOGGING_PARAMETER master_password=NOT_LOGGING_PARAMETER domain=test.local realm=TEST.LOCAL hostname=ipaserver.test.local no_host_dns=True setup_adtrust=False setup_kra=False setup_dns=False setup_ca=True idstart=1582400000 idmax=1582599999 no_hbac_allow=False no_pkinit=False dirsrv_cert_files=[] external_ca=False subject_base=O=TEST.LOCAL _subject_base=O=TEST.LOCAL ca_subject=CN=Certificate Authority,O=TEST.LOCAL _ca_subject=CN=Certificate Authority,O=TEST.LOCAL _random_serial_numbers=False reverse_zones=[] no_reverse=False auto_forwarders=False _http_ca_cert= ip_addresses=[] pki_config_override=None dirsrv_config_file=None _dirsrv_pkcs12_info=None external_ca_type=None external_ca_profile=None external_cert_files=None ca_signing_algorithm=None domainlevel=None Mar 12 19:21:56 ipaserver.test.local systemd[1]: Starting IPA Custodia Service... -- Subject: Unit ipa-custodia.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit ipa-custodia.service has begun starting up. Mar 12 19:21:56 ipaserver.test.local ipa-custodia[15038]: 2026-03-12 19:21:56 - custodia - Custodia instance
Mar 12 19:21:56 ipaserver.test.local systemd[1]: Started IPA Custodia Service. -- Subject: Unit ipa-custodia.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit ipa-custodia.service has finished starting up. -- -- The start-up result is done. Mar 12 19:21:56 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:56 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:57 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:21:58 ipaserver.test.local runuser[15141]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:21:59 ipaserver.test.local runuser[15141]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:21:59 ipaserver.test.local runuser[15161]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:06 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:06.194764330 -0400] - ERR - ipa-topology-plugin - ipa_topo_util_get_replica_conf: server configuration missing Mar 12 19:22:06 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:06.198510397 -0400] - ERR - ipa-topology-plugin - ipa_topo_util_get_replica_conf: cannot create replica Mar 12 19:22:29 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:29.453742020 -0400] - INFO - ldbm_instance_config_cachememsize_set - force a minimal value 512000 Mar 12 19:22:29 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:29.481173939 -0400] - ERR - ipa-topology-plugin - ipa_topo_be_state_change - backend ipaca is coming online; checking domain level and init shared topology Mar 12 19:22:29 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:29.493521465 -0400] - ERR - cos-plugin - cos_dn_defs_cb - Skipping CoS Definition cn=Password Policy,cn=accounts,dc=test,dc=local--no CoS Templates found, which should be added before the CoS Definition. Mar 12 19:22:30 ipaserver.test.local runuser[15161]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:30 ipaserver.test.local runuser[15185]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:31 ipaserver.test.local runuser[15185]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:31 ipaserver.test.local runuser[15205]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.241102341 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.245064323 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allExpiredCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.247345988 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allInvalidCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.249657187 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allInValidCertsNotBefore-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.251926935 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allNonRevokedCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.254217077 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allRevokedCaCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.256886584 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allRevokedCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.259052338 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allRevokedCertsNotAfter-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.261249922 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allRevokedExpiredCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.263473151 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allRevokedOrRevokedExpiredCaCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.265695778 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allRevokedOrRevokedExpiredCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.267900444 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allValidCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.270152886 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allValidCertsNotAfter-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.272395703 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: allValidOrRevokedCerts-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.274662581 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caAll-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.276789305 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caCanceled-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.278926771 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caCanceledEnrollment-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.281056515 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caCanceledRenewal-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.283242909 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caCanceledRevocation-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.285380501 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caComplete-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.287960052 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caCompleteEnrollment-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.290061215 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caCompleteRenewal-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.292264632 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caCompleteRevocation-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.294390528 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caEnrollment-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.296561099 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caPending-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.298738990 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caPendingEnrollment-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.300871335 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caPendingRenewal-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.303073453 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caPendingRevocation-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.305213055 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caRejected-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.307379980 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caRejectedEnrollment-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.309482266 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caRejectedRenewal-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.311593362 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caRejectedRevocation-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.313861564 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caRenewal-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.315982348 -0400] - INFO - bdb_db2index - ipaca: Indexing VLV: caRevocation-pki-tomcatIndex Mar 12 19:22:32 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:32.318755772 -0400] - INFO - bdb_db2index - ipaca: Finished indexing. Mar 12 19:22:33 ipaserver.test.local runuser[15205]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:33 ipaserver.test.local runuser[15226]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:35 ipaserver.test.local runuser[15226]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:35 ipaserver.test.local systemd[1]: Created slice system-pki\x2dtomcatd.slice. -- Subject: Unit system-pki\x2dtomcatd.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit system-pki\x2dtomcatd.slice has finished starting up. -- -- The start-up result is done. Mar 12 19:22:35 ipaserver.test.local systemd[1]: Starting PKI Tomcat Server pki-tomcat... -- Subject: Unit pki-tomcatd@pki-tomcat.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has begun starting up. Mar 12 19:22:36 ipaserver.test.local systemd[1]: Started PKI Tomcat Server pki-tomcat. -- Subject: Unit pki-tomcatd@pki-tomcat.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has finished starting up. -- -- The start-up result is done. Mar 12 19:22:36 ipaserver.test.local server[15313]: Java virtual machine used: /usr/lib/jvm/jre-1.8.0-openjdk/bin/java Mar 12 19:22:36 ipaserver.test.local server[15313]: classpath used: /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar: Mar 12 19:22:36 ipaserver.test.local server[15313]: main class used: org.apache.catalina.startup.Bootstrap Mar 12 19:22:36 ipaserver.test.local server[15313]: flags used: -Dcom.redhat.fips=false Mar 12 19:22:36 ipaserver.test.local server[15313]: options used: -Dcatalina.base=/var/lib/pki/pki-tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/lib/pki/pki-tomcat/temp -Djava.util.logging.config.file=/var/lib/pki/pki-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.security.manager -Djava.security.policy==/var/lib/pki/pki-tomcat/conf/catalina.policy Mar 12 19:22:36 ipaserver.test.local server[15313]: arguments used: start Mar 12 19:22:37 ipaserver.test.local server[15313]: WARNING: Some of the specified [protocols] are not supported by the SSL engine and have been skipped: [[TLSv1, TLSv1.1]] Mar 12 19:22:47 ipaserver.test.local runuser[15462]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:48 ipaserver.test.local runuser[15462]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:48 ipaserver.test.local runuser[15482]: pam_unix(runuser:session): session opened for user pkiuser by (uid=0) Mar 12 19:22:49 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:49.484555638 -0400] - ERR - ipa-topology-plugin - ipa_topo_util_get_replica_conf: server configuration missing Mar 12 19:22:49 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:22:49.486817334 -0400] - ERR - ipa-topology-plugin - ipa_topo_util_get_replica_conf: cannot create replica Mar 12 19:22:49 ipaserver.test.local runuser[15482]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:49 ipaserver.test.local runuser[15502]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:50 ipaserver.test.local runuser[15502]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:53 ipaserver.test.local runuser[15564]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:54 ipaserver.test.local runuser[15564]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:54 ipaserver.test.local runuser[15584]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:55 ipaserver.test.local runuser[15584]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:55 ipaserver.test.local runuser[15604]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:56 ipaserver.test.local runuser[15604]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:56 ipaserver.test.local runuser[15624]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:57 ipaserver.test.local runuser[15624]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:57 ipaserver.test.local runuser[15644]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:58 ipaserver.test.local runuser[15644]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:58 ipaserver.test.local runuser[15664]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:22:59 ipaserver.test.local runuser[15664]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:22:59 ipaserver.test.local runuser[15684]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:00 ipaserver.test.local runuser[15684]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:00 ipaserver.test.local runuser[15704]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:01 ipaserver.test.local runuser[15704]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:01 ipaserver.test.local runuser[15724]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:02 ipaserver.test.local runuser[15724]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:02 ipaserver.test.local runuser[15744]: pam_unix(runuser:session): session opened for user pkiuser by (uid=0) Mar 12 19:23:03 ipaserver.test.local runuser[15744]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:03 ipaserver.test.local runuser[15764]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:04 ipaserver.test.local runuser[15764]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:04 ipaserver.test.local runuser[15784]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:05 ipaserver.test.local runuser[15784]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:05 ipaserver.test.local runuser[15804]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:06 ipaserver.test.local runuser[15804]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:07 ipaserver.test.local runuser[15827]: pam_unix(runuser:session): session opened for user pkiuser by (uid=0) Mar 12 19:23:08 ipaserver.test.local runuser[15827]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:08 ipaserver.test.local runuser[15847]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:09 ipaserver.test.local runuser[15847]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:09 ipaserver.test.local runuser[15867]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:10 ipaserver.test.local runuser[15867]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:10 ipaserver.test.local runuser[15887]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:11 ipaserver.test.local runuser[15887]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:11 ipaserver.test.local runuser[15907]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:12 ipaserver.test.local runuser[15907]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:12 ipaserver.test.local runuser[15927]: pam_unix(runuser:session): session opened for user pkiuser by root(uid=0) Mar 12 19:23:13 ipaserver.test.local runuser[15927]: pam_unix(runuser:session): session closed for user pkiuser Mar 12 19:23:13 ipaserver.test.local systemd[1]: Stopping PKI Tomcat Server pki-tomcat... -- Subject: Unit pki-tomcatd@pki-tomcat.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has begun shutting down. Mar 12 19:23:13 ipaserver.test.local server[15949]: Java virtual machine used: /usr/lib/jvm/jre-1.8.0-openjdk/bin/java Mar 12 19:23:13 ipaserver.test.local server[15949]: classpath used: /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar: Mar 12 19:23:13 ipaserver.test.local server[15949]: main class used: org.apache.catalina.startup.Bootstrap Mar 12 19:23:13 ipaserver.test.local server[15949]: flags used: -Dcom.redhat.fips=false Mar 12 19:23:13 ipaserver.test.local server[15949]: options used: -Dcatalina.base=/var/lib/pki/pki-tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/lib/pki/pki-tomcat/temp -Djava.util.logging.config.file=/var/lib/pki/pki-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager Mar 12 19:23:13 ipaserver.test.local server[15949]: arguments used: stop Mar 12 19:23:14 ipaserver.test.local systemd[1]: pki-tomcatd@pki-tomcat.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit pki-tomcatd@pki-tomcat.service has successfully entered the 'dead' state. Mar 12 19:23:14 ipaserver.test.local systemd[1]: Stopped PKI Tomcat Server pki-tomcat. -- Subject: Unit pki-tomcatd@pki-tomcat.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has finished shutting down. Mar 12 19:23:15 ipaserver.test.local systemd[1]: Starting PKI Tomcat Server pki-tomcat... -- Subject: Unit pki-tomcatd@pki-tomcat.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has begun starting up. Mar 12 19:23:16 ipaserver.test.local systemd[1]: Started PKI Tomcat Server pki-tomcat. -- Subject: Unit pki-tomcatd@pki-tomcat.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has finished starting up. -- -- The start-up result is done. Mar 12 19:23:16 ipaserver.test.local server[16052]: Java virtual machine used: /usr/lib/jvm/jre-1.8.0-openjdk/bin/java Mar 12 19:23:16 ipaserver.test.local server[16052]: classpath used: /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar: Mar 12 19:23:16 ipaserver.test.local server[16052]: main class used: org.apache.catalina.startup.Bootstrap Mar 12 19:23:16 ipaserver.test.local server[16052]: flags used: -Dcom.redhat.fips=false Mar 12 19:23:16 ipaserver.test.local server[16052]: options used: -Dcatalina.base=/var/lib/pki/pki-tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/lib/pki/pki-tomcat/temp -Djava.util.logging.config.file=/var/lib/pki/pki-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.security.manager -Djava.security.policy==/var/lib/pki/pki-tomcat/conf/catalina.policy Mar 12 19:23:16 ipaserver.test.local server[16052]: arguments used: start Mar 12 19:23:17 ipaserver.test.local server[16052]: WARNING: Some of the specified [protocols] are not supported by the SSL engine and have been skipped: [[TLSv1, TLSv1.1]] Mar 12 19:23:19 ipaserver.test.local server[16052]: SEVERE: Exception loading sessions from persistent storage Mar 12 19:23:19 ipaserver.test.local server[16052]: java.io.EOFException Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.io.ObjectInputStream.(ObjectInputStream.java:395) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.CustomObjectInputStream.(CustomObjectInputStream.java:95) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:211) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.session.StandardManager$PrivilegedDoLoad.run(StandardManager.java:74) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.session.StandardManager$PrivilegedDoLoad.run(StandardManager.java:65) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.security.AccessController.doPrivileged(Native Method) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.session.StandardManager.load(StandardManager.java:149) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.session.StandardManager.startInternal(StandardManager.java:356) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5247) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:149) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:139) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.security.AccessController.doPrivileged(Native Method) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:696) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:690) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1889) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.util.concurrent.FutureTask.run(FutureTask.java:266) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:583) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1618) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:946) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.util.concurrent.FutureTask.run(FutureTask.java:266) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:263) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.StandardService.startInternal(StandardService.java:432) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:927) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.Catalina.start(Catalina.java:772) Mar 12 19:23:19 ipaserver.test.local server[16052]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Mar 12 19:23:19 ipaserver.test.local server[16052]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Mar 12 19:23:19 ipaserver.test.local server[16052]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Mar 12 19:23:19 ipaserver.test.local server[16052]: at java.lang.reflect.Method.invoke(Method.java:498) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) Mar 12 19:23:19 ipaserver.test.local server[16052]: at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476) Mar 12 19:23:28 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:23:29 ipaserver.test.local systemd[1]: Stopping PKI Tomcat Server pki-tomcat... -- Subject: Unit pki-tomcatd@pki-tomcat.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has begun shutting down. Mar 12 19:23:29 ipaserver.test.local server[16270]: Java virtual machine used: /usr/lib/jvm/jre-1.8.0-openjdk/bin/java Mar 12 19:23:29 ipaserver.test.local server[16270]: classpath used: /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar: Mar 12 19:23:29 ipaserver.test.local server[16270]: main class used: org.apache.catalina.startup.Bootstrap Mar 12 19:23:29 ipaserver.test.local server[16270]: flags used: -Dcom.redhat.fips=false Mar 12 19:23:29 ipaserver.test.local server[16270]: options used: -Dcatalina.base=/var/lib/pki/pki-tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/lib/pki/pki-tomcat/temp -Djava.util.logging.config.file=/var/lib/pki/pki-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager Mar 12 19:23:29 ipaserver.test.local server[16270]: arguments used: stop Mar 12 19:23:29 ipaserver.test.local systemd[1]: pki-tomcatd@pki-tomcat.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit pki-tomcatd@pki-tomcat.service has successfully entered the 'dead' state. Mar 12 19:23:29 ipaserver.test.local systemd[1]: Stopped PKI Tomcat Server pki-tomcat. -- Subject: Unit pki-tomcatd@pki-tomcat.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has finished shutting down. Mar 12 19:23:29 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.091562497 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: archivedBy Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.138036850 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: certstatus Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.140784230 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: clientId Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.143063538 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: dataType Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.145220179 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: dateOfCreate Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.147676970 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: description Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.150117860 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: duration Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.152533087 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: extension Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.154844113 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: issuedby Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.157122457 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: issuername Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.159483657 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: metaInfo Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.161851985 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: notafter Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.164645379 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: notbefore Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.166990176 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: ownername Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.169129749 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: publicKeyData Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.171518496 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: requestid Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.173816702 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: requestowner Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.175966079 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: requestsourceid Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.178233259 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: requeststate Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.180562861 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: requesttype Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.182899294 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: revInfo Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.185071500 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: revokedOn Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.187168330 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: revokedby Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.189293292 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: serialno Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.191650057 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: status Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.194234146 -0400] - INFO - bdb_db2index - ipaca: Indexing attribute: subjectname Mar 12 19:23:30 ipaserver.test.local ns-slapd[14617]: [12/Mar/2026:19:23:30.439850192 -0400] - INFO - bdb_db2index - ipaca: Finished indexing. Mar 12 19:23:32 ipaserver.test.local systemd[1]: Starting PKI Tomcat Server pki-tomcat... -- Subject: Unit pki-tomcatd@pki-tomcat.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has begun starting up. Mar 12 19:23:33 ipaserver.test.local server[16444]: Java virtual machine used: /usr/lib/jvm/jre-1.8.0-openjdk/bin/java Mar 12 19:23:33 ipaserver.test.local server[16444]: classpath used: /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar: Mar 12 19:23:33 ipaserver.test.local server[16444]: main class used: org.apache.catalina.startup.Bootstrap Mar 12 19:23:33 ipaserver.test.local server[16444]: flags used: -Dcom.redhat.fips=false Mar 12 19:23:33 ipaserver.test.local server[16444]: options used: -Dcatalina.base=/var/lib/pki/pki-tomcat -Dcatalina.home=/usr/share/tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/var/lib/pki/pki-tomcat/temp -Djava.util.logging.config.file=/var/lib/pki/pki-tomcat/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.security.manager -Djava.security.policy==/var/lib/pki/pki-tomcat/conf/catalina.policy Mar 12 19:23:33 ipaserver.test.local server[16444]: arguments used: start Mar 12 19:23:34 ipaserver.test.local ipa-pki-wait-running[16445]: pki.client: /usr/libexec/ipa/ipa-pki-wait-running:64: The subsystem in PKIConnection.__init__() has been deprecated (https://www.dogtagpki.org/wiki/PKI_10.8_Python_Changes). Mar 12 19:23:34 ipaserver.test.local ipa-pki-wait-running[16445]: pki.client: cert_path missing; not used for validation: /etc/ipa/ca.crt Mar 12 19:23:34 ipaserver.test.local ipa-pki-wait-running[16445]: ipa-pki-wait-running: Created connection http://ipaserver.test.local:8080/ca Mar 12 19:23:34 ipaserver.test.local ipa-pki-wait-running[16445]: ipa-pki-wait-running: Connection failed: HTTPConnectionPool(host='ipaserver.test.local', port=8080): Max retries exceeded with url: /ca/admin/ca/getStatus (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) Mar 12 19:23:34 ipaserver.test.local server[16444]: WARNING: Some of the specified [protocols] are not supported by the SSL engine and have been skipped: [[TLSv1, TLSv1.1]] Mar 12 19:23:36 ipaserver.test.local server[16444]: SEVERE: Exception loading sessions from persistent storage Mar 12 19:23:36 ipaserver.test.local server[16444]: java.io.EOFException Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2831) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:3306) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:933) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.io.ObjectInputStream.(ObjectInputStream.java:395) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.CustomObjectInputStream.(CustomObjectInputStream.java:95) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.session.StandardManager.doLoad(StandardManager.java:211) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.session.StandardManager$PrivilegedDoLoad.run(StandardManager.java:74) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.session.StandardManager$PrivilegedDoLoad.run(StandardManager.java:65) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.security.AccessController.doPrivileged(Native Method) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.session.StandardManager.load(StandardManager.java:149) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.session.StandardManager.startInternal(StandardManager.java:356) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5247) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:129) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:149) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:139) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.security.AccessController.doPrivileged(Native Method) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:696) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:690) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1889) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.util.concurrent.FutureTask.run(FutureTask.java:266) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:583) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1618) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:946) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.util.concurrent.FutureTask.run(FutureTask.java:266) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:919) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:263) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.StandardService.startInternal(StandardService.java:432) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:927) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.Catalina.start(Catalina.java:772) Mar 12 19:23:36 ipaserver.test.local server[16444]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Mar 12 19:23:36 ipaserver.test.local server[16444]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Mar 12 19:23:36 ipaserver.test.local server[16444]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Mar 12 19:23:36 ipaserver.test.local server[16444]: at java.lang.reflect.Method.invoke(Method.java:498) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:345) Mar 12 19:23:36 ipaserver.test.local server[16444]: at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476) Mar 12 19:23:36 ipaserver.test.local ipa-pki-wait-running[16445]: ipa-pki-wait-running: Connection failed: HTTPConnectionPool(host='ipaserver.test.local', port=8080): Read timed out. (read timeout=1.0) Mar 12 19:23:38 ipaserver.test.local ipa-pki-wait-running[16445]: ipa-pki-wait-running: Connection failed: HTTPConnectionPool(host='ipaserver.test.local', port=8080): Read timed out. (read timeout=1.0) Mar 12 19:23:40 ipaserver.test.local ipa-pki-wait-running[16445]: ipa-pki-wait-running: Connection failed: HTTPConnectionPool(host='ipaserver.test.local', port=8080): Read timed out. (read timeout=1.0) Mar 12 19:23:42 ipaserver.test.local ipa-pki-wait-running[16445]: ipa-pki-wait-running: Connection failed: HTTPConnectionPool(host='ipaserver.test.local', port=8080): Read timed out. (read timeout=1.0) Mar 12 19:23:43 ipaserver.test.local ipa-pki-wait-running[16445]: ipa-pki-wait-running: Success, subsystem ca is running! Mar 12 19:23:43 ipaserver.test.local systemd[1]: Started PKI Tomcat Server pki-tomcat. -- Subject: Unit pki-tomcatd@pki-tomcat.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit pki-tomcatd@pki-tomcat.service has finished starting up. -- -- The start-up result is done. Mar 12 19:23:43 ipaserver.test.local systemd[1]: Reloading. Mar 12 19:23:43 ipaserver.test.local systemd[1]: Starting Certificate monitoring and PKI enrollment... -- Subject: Unit certmonger.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit certmonger.service has begun starting up. Mar 12 19:23:43 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:43 [16635] Changing to root directory. Mar 12 19:23:43 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:43 [16635] Obtaining system lock. Mar 12 19:23:43 ipaserver.test.local systemd[1]: Started Certificate monitoring and PKI enrollment. -- Subject: Unit certmonger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit certmonger.service has finished starting up. -- -- The start-up result is done. Mar 12 19:23:43 ipaserver.test.local certmonger[16636]: 2026-03-12 19:23:43 [16636] Running enrollment/cadata helper "/usr/libexec/certmonger/ipa-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16637]: 2026-03-12 19:23:43 [16637] Running enrollment/cadata helper "/usr/libexec/certmonger/ipa-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16638]: 2026-03-12 19:23:43 [16638] Running enrollment/cadata helper "/usr/libexec/certmonger/ipa-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16640]: 2026-03-12 19:23:43 [16640] Running enrollment/cadata helper "/usr/libexec/certmonger/ipa-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16641]: 2026-03-12 19:23:43 [16641] Running enrollment/cadata helper "/usr/libexec/certmonger/ipa-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16642]: 2026-03-12 19:23:43 [16642] Running enrollment/cadata helper "/usr/libexec/certmonger/ipa-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16643]: 2026-03-12 19:23:43 [16643] Running enrollment/cadata helper "/usr/libexec/certmonger/ipa-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16644]: 2026-03-12 19:23:43 [16644] Running enrollment/cadata helper "/usr/libexec/certmonger/ipa-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16645]: 2026-03-12 19:23:43 [16645] Running enrollment/cadata helper "/usr/libexec/certmonger/certmaster-submit". Mar 12 19:23:43 ipaserver.test.local ipa-submit[16637]: GSSAPI client step 1 Mar 12 19:23:43 ipaserver.test.local ipa-submit[16637]: GSSAPI client step 1 Mar 12 19:23:43 ipaserver.test.local certmonger[16646]: 2026-03-12 19:23:43 [16646] Running enrollment/cadata helper "/usr/libexec/certmonger/certmaster-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16647]: 2026-03-12 19:23:43 [16647] Running enrollment/cadata helper "/usr/libexec/certmonger/certmaster-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16648]: 2026-03-12 19:23:43 [16648] Running enrollment/cadata helper "/usr/libexec/certmonger/certmaster-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16649]: 2026-03-12 19:23:43 [16649] Running enrollment/cadata helper "/usr/libexec/certmonger/certmaster-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16650]: 2026-03-12 19:23:43 [16650] Running enrollment/cadata helper "/usr/libexec/certmonger/certmaster-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16651]: 2026-03-12 19:23:43 [16651] Running enrollment/cadata helper "/usr/libexec/certmonger/certmaster-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16652]: 2026-03-12 19:23:43 [16652] Running enrollment/cadata helper "/usr/libexec/certmonger/certmaster-submit". Mar 12 19:23:43 ipaserver.test.local ipa-submit[16637]: GSSAPI client step 1 Mar 12 19:23:43 ipaserver.test.local ipa-submit[16637]: GSSAPI client step 1 Mar 12 19:23:43 ipaserver.test.local certmonger[16653]: 2026-03-12 19:23:43 [16653] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16654]: 2026-03-12 19:23:43 [16654] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16655]: 2026-03-12 19:23:43 [16655] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local ipa-submit[16637]: GSSAPI client step 2 Mar 12 19:23:43 ipaserver.test.local certmonger[16656]: 2026-03-12 19:23:43 [16656] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16657]: 2026-03-12 19:23:43 [16657] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16658]: 2026-03-12 19:23:43 [16658] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16659]: 2026-03-12 19:23:43 [16659] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16660]: 2026-03-12 19:23:43 [16660] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16661]: 2026-03-12 19:23:43 [16661] Running enrollment/cadata helper "/usr/libexec/certmonger/local-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16662]: 2026-03-12 19:23:43 [16662] Running enrollment/cadata helper "/usr/libexec/certmonger/local-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16663]: 2026-03-12 19:23:43 [16663] Running enrollment/cadata helper "/usr/libexec/certmonger/local-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16664]: 2026-03-12 19:23:43 [16664] Running enrollment/cadata helper "/usr/libexec/certmonger/local-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16665]: 2026-03-12 19:23:43 [16665] Running enrollment/cadata helper "/usr/libexec/certmonger/local-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16666]: 2026-03-12 19:23:43 [16666] Running enrollment/cadata helper "/usr/libexec/certmonger/local-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16667]: 2026-03-12 19:23:43 [16667] Running enrollment/cadata helper "/usr/libexec/certmonger/local-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16668]: 2026-03-12 19:23:43 [16668] Running enrollment/cadata helper "/usr/libexec/certmonger/local-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16671]: 2026-03-12 19:23:43 [16671] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16672]: 2026-03-12 19:23:43 [16672] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16673]: 2026-03-12 19:23:43 [16673] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16674]: 2026-03-12 19:23:43 [16674] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16675]: 2026-03-12 19:23:43 [16675] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16676]: 2026-03-12 19:23:43 [16676] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16677]: 2026-03-12 19:23:43 [16677] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16678]: 2026-03-12 19:23:43 [16678] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16679]: 2026-03-12 19:23:43 [16679] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16680]: 2026-03-12 19:23:43 [16680] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16681]: 2026-03-12 19:23:43 [16681] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16682]: 2026-03-12 19:23:43 [16682] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16683]: 2026-03-12 19:23:43 [16683] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16684]: 2026-03-12 19:23:43 [16684] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:43 ipaserver.test.local certmonger[16685]: 2026-03-12 19:23:43 [16685] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16686]: 2026-03-12 19:23:44 [16686] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16688]: 2026-03-12 19:23:44 [16688] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16689]: 2026-03-12 19:23:44 [16689] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16690]: 2026-03-12 19:23:44 [16690] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16691]: 2026-03-12 19:23:44 [16691] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16692]: 2026-03-12 19:23:44 [16692] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16693]: 2026-03-12 19:23:44 [16693] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16694]: 2026-03-12 19:23:44 [16694] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16695]: 2026-03-12 19:23:44 [16695] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-ipa-ca-renew-agent-submit". Mar 12 19:23:44 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:44 [16635] No hooks set for ca-pre-save command. Mar 12 19:23:44 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:44 [16635] No hooks set for ca-post-save command. Mar 12 19:23:44 ipaserver.test.local certmonger[16697]: 2026-03-12 19:23:44 [16697] Certificate "Local Signing Authority" valid for 31535998s. Mar 12 19:23:49 ipaserver.test.local certmonger[16725]: 2026-03-12 19:23:49 [16725] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16726]: 2026-03-12 19:23:49 [16726] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16727]: 2026-03-12 19:23:49 [16727] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16728]: 2026-03-12 19:23:49 [16728] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16729]: 2026-03-12 19:23:49 [16729] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16730]: 2026-03-12 19:23:49 [16730] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16731]: 2026-03-12 19:23:49 [16731] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16732]: 2026-03-12 19:23:49 [16732] Running enrollment/cadata helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16741]: 2026-03-12 19:23:49 [16741] Error opening key file "/var/lib/ipa/ra-agent.key" for writing: File exists. Mar 12 19:23:49 ipaserver.test.local certmonger[16741]: 2026-03-12 19:23:49 [16741] Attempting to open key file "/var/lib/ipa/ra-agent.key.i8IgdsOd.key" for writing. Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_REQ_SUBJECT" to "O=TEST.LOCAL,CN=IPA RA" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_REQ_PRINCIPAL" to "host/ipaserver.test.local" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_OPERATION" to "SUBMIT" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_CSR" to "-----BEGIN CERTIFICATE REQUEST----- Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: MIIDhTCCAm0CAQAwJjETMBEGA1UECgwKVEVTVC5MT0NBTDEPMA0GA1UEAxMGSVBB Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: IFJBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzKy3TzgCZFWc8V+j Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: N4YTF3wSnyJ5mXvh4cxIMgfPPFxyo5J0ejcTx6yj7Vm24QUCcuCvI5YsOQzoEsDj Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 8IUZUg9HjDl4sTJcyKIYIt0xt7YjT2ChNoNBgqIiMqja1aPvySHq+Pdtw5cfKvb8 Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: J7evnFScq2JnoblfUBtl+wo54e2wCAjrEMn63LhmZeUceTGZ4EUJTGen7KBYP7T8 Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: r6BT2bnUyZs1IodzL2F162UwzRuN3Eg+uOAvt7l2aJkwrYlCM2djtP7rUzk7fPNL Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: PacAyzLYxkSapGO4dczVjK/3HoQlZuqQMd0JBdrZqjPXDhpnPls+y9HNkdIhMWly Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: DE+bDwIDAQABoIIBGDArBgkqhkiG9w0BCRQxHh4cADIAMAAyADYAMAAzADEAMgAy Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: ADMAMgAzADQAOTCB6AYJKoZIhvcNAQkOMYHaMIHXMHkGA1UdEQRyMHCgKQYKKwYB Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: BAGCNxQCA6AbDBlob3N0L2lwYXNlcnZlci50ZXN0LmxvY2FsoEMGBisGAQUCAqA5 Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: MDegDBsKVEVTVC5MT0NBTKEnMCWgAwIBAaEeMBwbBGhvc3QbFGlwYXNlcnZlci50 Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: ZXN0LmxvY2FsMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFEpl9zM/BV0iKm9aouqa Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: Oc7+XzEQMC0GCSsGAQQBgjcUAgQgHh4AYwBhAFMAdQBiAHMAeQBzAHQAZQBtAEMA Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: ZQByAHQwDQYJKoZIhvcNAQELBQADggEBAIeiEZ4qVhPM361/waZ0nk0dK1rZ0zUl Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: aNp1RAZzlVO0mcVDeVj7vxPf0VPmF0GgDzVr5BxTAZryuKBf1yH9GH5Ba2OdIjEK Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2b0u7Rc+T0biefwszLvSZC//MyDa3OkL8yth/SZm3i37Er7xbWAMiRV50fGmQes3 Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 4CqZvATQ7YkPKYlI05hxnC/I8mUczsk4ijtthBx2VbOEXcKDNmxMaZEa4sllgK8f Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: NYZzpnQJXXwKBzUWoCvb6etjVBrGxlOU+bqyC09HOa0cYSRy1pUrP27wC6TfcH/E Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 6zyQd5IQ7HvuaSMSmWs9SThHqL+alHCXRt4bgD9krEMznQg4/B1dn8w= Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: -----END CERTIFICATE REQUEST----- Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: " for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_SPKAC" to "MIICQDCCASgwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDMrLdPOAJkVZzxX6M3hhMXfBKfInmZe+HhzEgyB888XHKjknR6NxPHrKPtWbbhBQJy4K8jliw5DOgSwOPwhRlSD0eMOXixMlzIohgi3TG3tiNPYKE2g0GCoiIyqNrVo+/JIer4923Dlx8q9vwnt6+cVJyrYmehuV9QG2X7Cjnh7bAICOsQyfrcuGZl5Rx5MZngRQlMZ6fsoFg/tPyvoFPZudTJmzUih3MvYXXrZTDNG43cSD644C+3uXZomTCtiUIzZ2O0/utTOTt880s9pwDLMtjGRJqkY7h1zNWMr/cehCVm6pAx3QkF2tmqM9cOGmc+Wz7L0c2R0iExaXIMT5sPAgMBAAEWADANBgkqhkiG9w0BAQsFAAOCAQEALCxjlDB+rPmv/fg8BuwspZn2DtzuBx7ZCYIIgwXjrT4VJdQkEUkF/v4WluTo9xbBN5NuScHCy1nLHM4QRk4v10ljgnwrOZrrn7/GIX6lBOZlHGTVqAyJw+H3Ggx8pfvm/tRPIp2NlDbVrpeNm6ncVu/s25A3L+a/XnjRIXq4+fPNIocRofgSz03MoXBac9Yw5NhFcxYu2xoSDXS55c4Zu9sK0ES3yS3SkMiI5skAf+DBGfL6BZUvg0meokUiCIFsJ94yOK2dvDvE51ZIu6bxXOiJs1QjhYFDkmPfsCtlp8oQ8U8PviSdubrqN5eKFUG7rsrD+cmFoUMfz17WAqOExA==" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_SPKI" to "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqjz+8uu3RyRsPkWnEc1gP8GUA+KYY9tPWehmTLbaYEwzgoeneBKYgzmoeG/CxOB//X4bHIxS7AMO69sRYGKY8fuc8EbxQgwbDkbHYsSXELmxyibo4rToz/sfgpPw4obUG5GtURpuuBjkJ22kn9luxhKTDq7HXXKNpV8Sf5StpOvBgXky1xguaix7od0t6cGsgHheePK0SAKsoh6qeXZ3/tMtZ+jKkzKTvZAffmNXxtwp+YLTvqvvEiRxn4lQndHRionzqspmKOrPB7VnZWUacEWVY2syWfv7fx3FpAZHEIRb/SveKO8DtIyNn2usYQ4dh7xhqaqUegWbZ70zVxgcDQIDAQAB" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_LOCAL_CA_DIR" to "/var/lib/certmonger/local" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_KEY_TYPE" to "RSA" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_CA_NICKNAME" to "dogtag-ipa-ca-renew-agent" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Setting "CERTMONGER_CA_PROFILE" to "caSubsystemCert" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Redirecting stdin to /dev/null, leaving stdout and stderr open for child "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16744]: 2026-03-12 19:23:49 [16744] Running enrollment helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Certificate submission still ongoing. Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Certificate submission attempt complete. Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Child status = 5. Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Child output: Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: "0 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: state=approve&requestId=7 Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: " Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Certificate not (yet?) issued. Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Saved cookie "state=approve&requestId=7". Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_REQ_SUBJECT" to "O=TEST.LOCAL,CN=IPA RA" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_REQ_PRINCIPAL" to "host/ipaserver.test.local" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_OPERATION" to "POLL" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_CSR" to "-----BEGIN CERTIFICATE REQUEST----- Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: MIIDhTCCAm0CAQAwJjETMBEGA1UECgwKVEVTVC5MT0NBTDEPMA0GA1UEAxMGSVBB Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: IFJBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzKy3TzgCZFWc8V+j Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: N4YTF3wSnyJ5mXvh4cxIMgfPPFxyo5J0ejcTx6yj7Vm24QUCcuCvI5YsOQzoEsDj Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 8IUZUg9HjDl4sTJcyKIYIt0xt7YjT2ChNoNBgqIiMqja1aPvySHq+Pdtw5cfKvb8 Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: J7evnFScq2JnoblfUBtl+wo54e2wCAjrEMn63LhmZeUceTGZ4EUJTGen7KBYP7T8 Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: r6BT2bnUyZs1IodzL2F162UwzRuN3Eg+uOAvt7l2aJkwrYlCM2djtP7rUzk7fPNL Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: PacAyzLYxkSapGO4dczVjK/3HoQlZuqQMd0JBdrZqjPXDhpnPls+y9HNkdIhMWly Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: DE+bDwIDAQABoIIBGDArBgkqhkiG9w0BCRQxHh4cADIAMAAyADYAMAAzADEAMgAy Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: ADMAMgAzADQAOTCB6AYJKoZIhvcNAQkOMYHaMIHXMHkGA1UdEQRyMHCgKQYKKwYB Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: BAGCNxQCA6AbDBlob3N0L2lwYXNlcnZlci50ZXN0LmxvY2FsoEMGBisGAQUCAqA5 Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: MDegDBsKVEVTVC5MT0NBTKEnMCWgAwIBAaEeMBwbBGhvc3QbFGlwYXNlcnZlci50 Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: ZXN0LmxvY2FsMAwGA1UdEwEB/wQCMAAwHQYDVR0OBBYEFEpl9zM/BV0iKm9aouqa Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: Oc7+XzEQMC0GCSsGAQQBgjcUAgQgHh4AYwBhAFMAdQBiAHMAeQBzAHQAZQBtAEMA Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: ZQByAHQwDQYJKoZIhvcNAQELBQADggEBAIeiEZ4qVhPM361/waZ0nk0dK1rZ0zUl Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: aNp1RAZzlVO0mcVDeVj7vxPf0VPmF0GgDzVr5BxTAZryuKBf1yH9GH5Ba2OdIjEK Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2b0u7Rc+T0biefwszLvSZC//MyDa3OkL8yth/SZm3i37Er7xbWAMiRV50fGmQes3 Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 4CqZvATQ7YkPKYlI05hxnC/I8mUczsk4ijtthBx2VbOEXcKDNmxMaZEa4sllgK8f Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: NYZzpnQJXXwKBzUWoCvb6etjVBrGxlOU+bqyC09HOa0cYSRy1pUrP27wC6TfcH/E Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 6zyQd5IQ7HvuaSMSmWs9SThHqL+alHCXRt4bgD9krEMznQg4/B1dn8w= Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: -----END CERTIFICATE REQUEST----- Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: " for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_SPKAC" to "MIICQDCCASgwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDMrLdPOAJkVZzxX6M3hhMXfBKfInmZe+HhzEgyB888XHKjknR6NxPHrKPtWbbhBQJy4K8jliw5DOgSwOPwhRlSD0eMOXixMlzIohgi3TG3tiNPYKE2g0GCoiIyqNrVo+/JIer4923Dlx8q9vwnt6+cVJyrYmehuV9QG2X7Cjnh7bAICOsQyfrcuGZl5Rx5MZngRQlMZ6fsoFg/tPyvoFPZudTJmzUih3MvYXXrZTDNG43cSD644C+3uXZomTCtiUIzZ2O0/utTOTt880s9pwDLMtjGRJqkY7h1zNWMr/cehCVm6pAx3QkF2tmqM9cOGmc+Wz7L0c2R0iExaXIMT5sPAgMBAAEWADANBgkqhkiG9w0BAQsFAAOCAQEALCxjlDB+rPmv/fg8BuwspZn2DtzuBx7ZCYIIgwXjrT4VJdQkEUkF/v4WluTo9xbBN5NuScHCy1nLHM4QRk4v10ljgnwrOZrrn7/GIX6lBOZlHGTVqAyJw+H3Ggx8pfvm/tRPIp2NlDbVrpeNm6ncVu/s25A3L+a/XnjRIXq4+fPNIocRofgSz03MoXBac9Yw5NhFcxYu2xoSDXS55c4Zu9sK0ES3yS3SkMiI5skAf+DBGfL6BZUvg0meokUiCIFsJ94yOK2dvDvE51ZIu6bxXOiJs1QjhYFDkmPfsCtlp8oQ8U8PviSdubrqN5eKFUG7rsrD+cmFoUMfz17WAqOExA==" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_SPKI" to "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqjz+8uu3RyRsPkWnEc1gP8GUA+KYY9tPWehmTLbaYEwzgoeneBKYgzmoeG/CxOB//X4bHIxS7AMO69sRYGKY8fuc8EbxQgwbDkbHYsSXELmxyibo4rToz/sfgpPw4obUG5GtURpuuBjkJ22kn9luxhKTDq7HXXKNpV8Sf5StpOvBgXky1xguaix7od0t6cGsgHheePK0SAKsoh6qeXZ3/tMtZ+jKkzKTvZAffmNXxtwp+YLTvqvvEiRxn4lQndHRionzqspmKOrPB7VnZWUacEWVY2syWfv7fx3FpAZHEIRb/SveKO8DtIyNn2usYQ4dh7xhqaqUegWbZ70zVxgcDQIDAQAB" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_LOCAL_CA_DIR" to "/var/lib/certmonger/local" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_KEY_TYPE" to "RSA" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_CA_COOKIE" to "state=approve&requestId=7" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_CA_NICKNAME" to "dogtag-ipa-ca-renew-agent" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Setting "CERTMONGER_CA_PROFILE" to "caSubsystemCert" for child. Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Redirecting stdin to /dev/null, leaving stdout and stderr open for child "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16747]: 2026-03-12 19:23:49 [16747] Running enrollment helper "/usr/libexec/certmonger/dogtag-submit". Mar 12 19:23:49 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:49 [16635] Wrote to /var/lib/certmonger/requests/20260312232349 Mar 12 19:23:50 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:50 [16635] Certificate submission still ongoing. Mar 12 19:23:50 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:50 [16635] Certificate submission attempt complete. Mar 12 19:23:50 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:50 [16635] Child status = 5. Mar 12 19:23:50 ipaserver.test.local certmonger[16635]: 2026-03-12 19:23:50 [16635] Child output: