ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles statically imported: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_basic_ipa.yml ************************************************** 1 plays in /tmp/collections-xC9/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-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 Tuesday 11 February 2025 17:08:43 -0500 (0:00:00.038) 0:00:00.038 ****** ok: [managed-node2] META: ran handlers TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 Tuesday 11 February 2025 17:08:44 -0500 (0:00:00.991) 0:00:01.030 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [Set __is_beaker_env] ***************************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2 Tuesday 11 February 2025 17:08:44 -0500 (0:00:00.552) 0:00:01.582 ****** ok: [managed-node2] => { "ansible_facts": { "__is_beaker_env": false }, "changed": false } TASK [Check if system is ostree] *********************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 Tuesday 11 February 2025 17:08:44 -0500 (0:00:00.044) 0:00:01.627 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14 Tuesday 11 February 2025 17:08:45 -0500 (0:00:00.320) 0:00:01.947 ****** ok: [managed-node2] => { "ansible_facts": { "__certificate_is_ostree": false }, "changed": false } TASK [Install ansible-freeipa] ************************************************* task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18 Tuesday 11 February 2025 17:08:45 -0500 (0:00:00.042) 0:00:01.989 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure freeipa-repo is absent] ******************************************* task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24 Tuesday 11 February 2025 17:08:45 -0500 (0:00:00.028) 0:00:02.018 ****** ok: [managed-node2 -> 127.0.0.1] => { "changed": false, "path": "/tmp/freeipa-repo/", "state": "absent" } TASK [Clone ansible-freeipa repo] ********************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32 Tuesday 11 February 2025 17:08:45 -0500 (0:00:00.402) 0:00:02.421 ****** [WARNING]: Your git version is too old to fully support the depth argument. Falling back to full checkouts. changed: [managed-node2 -> 127.0.0.1] => { "after": "feb33e4e3a4832c84724baa85ad51fee391bc995", "before": null, "changed": true } TASK [Create role symlinks] **************************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41 Tuesday 11 February 2025 17:08:47 -0500 (0:00:01.489) 0:00:03.910 ****** changed: [managed-node2 -> 127.0.0.1] => (item=ipaserver) => { "ansible_loop_var": "item", "changed": true, "dest": "/tmp/collections-xC9/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-node2 -> 127.0.0.1] => (item=ipaclient) => { "ansible_loop_var": "item", "changed": true, "dest": "/tmp/collections-xC9/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-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Tuesday 11 February 2025 17:08:47 -0500 (0:00:00.423) 0:00:04.334 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "hostname-3.13-3.el7_7.1.x86_64 providing hostname is already installed" ] } TASK [Set hostname] ************************************************************ task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59 Tuesday 11 February 2025 17:08:48 -0500 (0:00:00.829) 0:00:05.163 ****** changed: [managed-node2] => { "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-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65 Tuesday 11 February 2025 17:08:49 -0500 (0:00:00.804) 0:00:05.968 ****** ok: [managed-node2] => { "changed": false, "changes": { "installed": [], "updated": [] }, "rc": 0, "results": [ "All packages providing nss are up to date", "" ] } TASK [Debug] ******************************************************************* task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:87 Tuesday 11 February 2025 17:08:53 -0500 (0:00:04.776) 0:00:10.745 ****** changed: [managed-node2 -> localhost] => { "changed": true, "cmd": "set -euo pipefail\n/usr/bin/env -u LINUXSYSTEMROLES_SSH_KEY\n", "delta": "0:00:00.005696", "end": "2025-02-11 17:08:54.179517", "rc": 0, "start": "2025-02-11 17:08:54.173821" } STDOUT: TMT_TEST_PIDFILE_LOCK=/var/tmp/tmt-test.pid.lock TMT_TOPOLOGY_YAML=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/tmt-test-topology.yaml XDG_SESSION_ID=3 TEST_LOCAL_CHANGES=false TMT_TEST_METADATA=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/metadata.yaml __INTERNAL_BEAKERLIB_JOURNAL_TXT=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/journal.txt TESTING_FARM_REQUEST_ID=f5c2c367-1a23-492e-b244-47cc28a82489 SELINUX_ROLE_REQUESTED= __INTERNAL_DEFAULT_REPORT_RESULT=/bin/true __INTERNAL_JOURNAL_OPEN=1 SHELL=/bin/bash BEAKERLIB_COMMAND_SUBMIT_LOG=/usr/local/bin/tmt-file-submit SSH_CLIENT=10.31.8.197 38768 22 REBOOTCOUNT=0 SELINUX_USE_CURRENT_RANGE= ANSIBLE_VER=2.9 TMT_TEST_SERIAL_NUMBER=2 BEAKERLIB=/usr/share/beakerlib SYSTEM_ROLES_ONLY_TESTS= __INTERNAL_PHASE_OPEN=1 SSH_TTY=/dev/pts/0 ANSIBLE_GATHERING=implicit USER=root LS_COLORS= LINUXSYSTEMROLES_DOMAIN=secondary01.fedoraproject.org TESTING_FARM_GIT_URL=https://github.com/linux-system-roles/tft-tests TMT_REBOOT_COUNT=0 __INTERNAL_TEST_RESULTS=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/TestResults __INTERNAL_ENDTIME= ARTIFACTS_DIR=/srv/pub/alt/linuxsystemroles/logs/tf_certificate-256_CentOS-7-latest-2.9_20250211-220156/artifacts TMT_TEST_RESTART_COUNT=0 PYTHON_VERSION=3 TMT_REBOOT_REQUEST=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/data/reboot-request __INTERNAL_PHASES_PASSED=1 TESTING_FARM_GIT_REF=main __INTERNAL_BEAKERLIB_JOURNAL_COLORED=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/journal_colored.txt PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin MAIL=/var/mail/root BEAKERLIB_COMMAND_REPORT_RESULT=/usr/local/bin/rhts-report-result TMT_TEST_NAME=/Run test playbooks from control_node/tests/general ANSIBLE_STDOUT_CALLBACK=debug PWD=/tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate TESTING_FARM_TEST_TYPE=fmf __INTERNAL_PHASE_STATUSES=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/PHASE_STATUSES PR_NUM=256 __INTERNAL_ASSERT_STATUSES=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/ASSERT_STATUSES LANG=en_US.UTF-8 LSR_TFT_DEBUG=False REPO_NAME=certificate TMT_TEST_PIDFILE=/var/tmp/tmt-test.pid TMT_TEST_ITERATION_ID=1739311337-2 TMT_TOPOLOGY_BASH=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/tmt-test-topology.sh __INTERNAL_BEAKERLIB_METAFILE=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/journal.meta SELINUX_LEVEL_REQUESTED= __INTERNAL_PHASES_WORST_RESULT=PASS BEAKERLIB_DIR=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2 RSTRNT_REBOOTCOUNT=0 __INTERNAL_CLEANUP_BUFF=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/clbuff HOME=/root SHLVL=6 __INTERNAL_DEFAULT_SUBMIT_LOG=__INTERNAL_FileSubmit LINUXSYSTEMROLES_USER=linuxsystemroles ARTIFACTS_URL=https://dl.fedoraproject.org/pub/alt/linuxsystemroles/logs/tf_certificate-256_CentOS-7-latest-2.9_20250211-220156/artifacts ANSIBLE_CALLBACK_WHITELIST=profile_tasks TMT_TEST_DATA=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/data __INTERNAL_TEST_STATE=0 LOGNAME=root TESTID=2 __INTERNAL_STARTTIME=1739311602 __INTERNAL_PHASES_FAILED=0 SSH_CONNECTION=10.31.8.197 38768 10.31.13.246 22 POSIXFIXED=NO __INTERNAL_PHASES_SKIPPED=0 __INTERNAL_CLEANUP_FINAL=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/cleanup.sh TMT_TREE=/var/ARTIFACTS/work-generalz9w48gco/plans/general/tree TMT_VERSION=1.42.1 __INTERNAL_PERSISTENT_DATA=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/PersistentData LESSOPEN=||/usr/bin/lesspipe.sh %s __INTERNAL_METAFILE_INDENT_LEVEL=2 XDG_RUNTIME_DIR=/run/user/0 GITHUB_ORG=linux-system-roles TMT_PLAN_DATA=/var/ARTIFACTS/work-generalz9w48gco/plans/general/data __INTERNAL_BEAKERLIB_JOURNAL=/var/ARTIFACTS/work-generalz9w48gco/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/journal.xml ANSIBLE_COLLECTIONS_PATHS=/tmp/collections-xC9 __INTERNAL_PERSISTENT_TMP=/var/tmp TMT_PLAN_ENVIRONMENT_FILE=/var/ARTIFACTS/work-generalz9w48gco/plans/general/data/variables.env _=/usr/bin/env TASK [set_fact] **************************************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:104 Tuesday 11 February 2025 17:08:54 -0500 (0:00:00.277) 0:00:11.022 ****** ok: [managed-node2] => { "ansible_facts": { "__ipa_server_role": "ipaserver" }, "changed": false } TASK [Include ipaserver role] ************************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:107 Tuesday 11 February 2025 17:08:54 -0500 (0:00:00.020) 0:00:11.042 ****** TASK [ipaserver : Import variables specific to distribution] ******************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4 Tuesday 11 February 2025 17:08:54 -0500 (0:00:00.040) 0:00:11.083 ****** ok: [managed-node2] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml) => { "ansible_facts": { "ipaserver_packages": [ "ipa-server", "libselinux-python" ], "ipaserver_packages_adtrust": [ "ipa-server-trust-ad" ], "ipaserver_packages_dns": [ "ipa-server-dns" ], "ipaserver_packages_firewalld": [ "firewalld" ] }, "ansible_included_var_files": [ "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml" ], "ansible_loop_var": "item", "changed": false, "item": "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-7.yml" } TASK [ipaserver : Install IPA server] ****************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19 Tuesday 11 February 2025 17:08:54 -0500 (0:00:00.041) 0:00:11.124 ****** included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for managed-node2 TASK [ipaserver : Install - Ensure that IPA server packages are installed] ***** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 Tuesday 11 February 2025 17:08:54 -0500 (0:00:00.193) 0:00:11.317 ****** changed: [managed-node2] => { "changed": true, "changes": { "installed": [ "ipa-server" ] }, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "Loaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * epel: dl.fedoraproject.org\n * epel-debuginfo: dl.fedoraproject.org\n * epel-source: dl.fedoraproject.org\nResolving Dependencies\n--> Running transaction check\n---> Package ipa-server.x86_64 0:4.6.8-5.el7.centos.17 will be installed\n--> Processing Dependency: python2-ipaserver = 4.6.8-5.el7.centos.17 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: ipa-server-common = 4.6.8-5.el7.centos.17 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: ipa-common = 4.6.8-5.el7.centos.17 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: ipa-client = 4.6.8-5.el7.centos.17 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: krb5-server < 1.15.100 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: openldap-clients > 2.4.35-4 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: sssd-dbus >= 1.15.2 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: softhsm >= 2.0.0rc1-1 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: slapi-nis >= 0.56.0-4 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: python-ldap >= 2.4.15 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: python-gssapi >= 1.2.0-3 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: pki-kra >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: pki-ca >= 10.5.18-13 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: mod_nss >= 1.0.14-7 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: mod_lookup_identity >= 0.9.9 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: mod_auth_gssapi >= 1.5.0 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: krb5-server >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: krb5-server >= 1.15 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: krb5-pkinit-openssl >= 1.15.1-36 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: httpd >= 2.4.6-31 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: 389-ds-base >= 1.3.10.2-12 for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: systemd-python for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: open-sans-fonts for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: oddjob for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: ntp for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: mod_wsgi for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: mod_session for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.4.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0(SSS_NSS_IDMAP_0.1.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libsss_certmap.so.0(SSS_CERTMAP_0.0)(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libsamba-util.so.0(SAMBA_UTIL_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libndr.so.0(NDR_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libndr-nbt.so.0(NDR_NBT_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0(NDR_KRB5PAC_0.0.1)(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: fontawesome-fonts for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: cyrus-sasl-gssapi(x86-64) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libsss_nss_idmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libsss_certmap.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libsamba-util.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libndr.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libndr-standard.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libndr-nbt.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libndr-krb5pac.so.0()(64bit) for package: ipa-server-4.6.8-5.el7.centos.17.x86_64\n--> Running transaction check\n---> Package 389-ds-base.x86_64 0:1.3.11.1-5.el7_9 will be installed\n--> Processing Dependency: 389-ds-base-libs = 1.3.11.1-5.el7_9 for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: svrcore >= 4.1.3 for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl-NetAddr-IP for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl-Mozilla-LDAP for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl(NetAddr::IP::Util) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Utils) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::LDIF) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::Conn) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl(Mozilla::LDAP::API) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl(DB_File) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: perl(Archive::Tar) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: gperftools-libs for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-plain for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: cyrus-sasl-md5 for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: bind-utils for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libsvrcore.so.0()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libslapd.so.0()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libsds.so.0()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libnunc-stans.so.0()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libns-dshttpd-1.3.11.12.so()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libldaputil.so.0()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libicuuc.so.50()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libicui18n.so.50()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n--> Processing Dependency: libicudata.so.50()(64bit) for package: 389-ds-base-1.3.11.1-5.el7_9.x86_64\n---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package fontawesome-fonts.noarch 0:4.1.0-2.el7 will be installed\n--> Processing Dependency: fontpackages-filesystem for package: fontawesome-fonts-4.1.0-2.el7.noarch\n---> Package httpd.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n--> Processing Dependency: httpd-tools = 2.4.6-99.el7.centos.1 for package: httpd-2.4.6-99.el7.centos.1.x86_64\n--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-99.el7.centos.1.x86_64\n--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-99.el7.centos.1.x86_64\n---> Package ipa-client.x86_64 0:4.6.8-5.el7.centos.17 will be installed\n--> Processing Dependency: python2-ipaclient = 4.6.8-5.el7.centos.17 for package: ipa-client-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: ipa-client-common = 4.6.8-5.el7.centos.17 for package: ipa-client-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: sssd >= 1.14.0 for package: ipa-client-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: krb5-workstation >= 1.15.1-36 for package: ipa-client-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: python-sssdconfig for package: ipa-client-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: oddjob-mkhomedir for package: ipa-client-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: libsss_autofs for package: ipa-client-4.6.8-5.el7.centos.17.x86_64\n--> Processing Dependency: autofs for package: ipa-client-4.6.8-5.el7.centos.17.x86_64\n---> Package ipa-common.noarch 0:4.6.8-5.el7.centos.17 will be installed\n---> Package ipa-server-common.noarch 0:4.6.8-5.el7.centos.17 will be installed\n--> Processing Dependency: custodia >= 0.3.0-4 for package: ipa-server-common-4.6.8-5.el7.centos.17.noarch\n---> Package krb5-pkinit.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package krb5-server.x86_64 0:1.15.1-55.el7_9 will be installed\n--> Processing Dependency: libkadm5(x86-64) = 1.15.1-55.el7_9 for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5srv_mit.so.11(kadm5srv_mit_11_MIT)(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5clnt_mit.so.11(kadm5clnt_mit_11_MIT)(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: /usr/share/dict/words for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5srv_mit.so.11()(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n--> Processing Dependency: libkadm5clnt_mit.so.11()(64bit) for package: krb5-server-1.15.1-55.el7_9.x86_64\n---> Package libsss_certmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package mod_auth_gssapi.x86_64 0:1.5.1-7.el7 will be installed\n---> Package mod_lookup_identity.x86_64 0:1.0.0-1.el7 will be installed\n---> Package mod_nss.x86_64 0:1.0.14-12.el7 will be installed\n---> Package mod_session.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n--> Processing Dependency: apr-util-openssl for package: mod_session-2.4.6-99.el7.centos.1.x86_64\n---> Package mod_wsgi.x86_64 0:3.4-18.el7 will be installed\n---> Package ntp.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed\n--> Processing Dependency: ntpdate = 4.2.6p5-29.el7.centos.2 for package: ntp-4.2.6p5-29.el7.centos.2.x86_64\n--> Processing Dependency: libopts.so.25()(64bit) for package: ntp-4.2.6p5-29.el7.centos.2.x86_64\n---> Package oddjob.x86_64 0:0.31.5-4.el7 will be installed\n---> Package open-sans-fonts.noarch 0:1.10-1.el7 will be installed\n---> Package openldap-clients.x86_64 0:2.4.44-25.el7_9 will be installed\n---> Package pki-ca.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: pki-server = 10.5.18-27.el7_9 for package: pki-ca-10.5.18-27.el7_9.noarch\n--> Processing Dependency: java-1.8.0-openjdk-headless for package: pki-ca-10.5.18-27.el7_9.noarch\n---> Package pki-kra.noarch 0:10.5.18-27.el7_9 will be installed\n---> Package python-gssapi.x86_64 0:1.2.0-3.el7 will be installed\n---> Package python-ldap.x86_64 0:2.4.15-2.el7 will be installed\n---> Package python2-ipaserver.noarch 0:4.6.8-5.el7.centos.17 will be installed\n--> Processing Dependency: python-kdcproxy >= 0.3 for package: python2-ipaserver-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-dns >= 1.12.0-3 for package: python2-ipaserver-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-custodia >= 0.3.0-4 for package: python2-ipaserver-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-augeas >= 0.5 for package: python2-ipaserver-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: pki-base-python2 >= 10.5.18-13 for package: python2-ipaserver-4.6.8-5.el7.centos.17.noarch\n---> Package samba-client-libs.x86_64 0:4.10.16-25.el7_9 will be installed\n--> Processing Dependency: samba-common-libs = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: samba-common = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: samba-common = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient = 4.10.16-25.el7_9 for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.9)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0(WBCLIENT_0.13)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.17)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.11)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.3.0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.5)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.2)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1(TDB_1.2.1)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.3.0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.30)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.19)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_1.1.1)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.23)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.15)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1(LDB_0.9.10)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_3_1_0)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28(GNUTLS_1_4)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libaesni-intel-samba4.so(SAMBA_4.10.16)(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwinbind-client-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libwbclient.so.0()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libtdb.so.1()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libldb.so.1()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libgnutls.so.28()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libcups.so.2()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libcluster-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n--> Processing Dependency: libaesni-intel-samba4.so()(64bit) for package: samba-client-libs-4.10.16-25.el7_9.x86_64\n---> Package slapi-nis.x86_64 0:0.60.0-4.el7_9 will be installed\n---> Package softhsm.x86_64 0:2.1.0-3.el7 will be installed\n---> Package sssd-dbus.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-common = 1.16.5-10.el7_9.16 for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libdhash.so.1(DHASH_0.4.3)(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_util.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_debug.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_crypt.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_child.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_cert.so()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libdhash.so.1()(64bit) for package: sssd-dbus-1.16.5-10.el7_9.16.x86_64\n---> Package systemd-python.x86_64 0:219-78.el7_9.9 will be installed\n--> Running transaction check\n---> Package 389-ds-base-libs.x86_64 0:1.3.11.1-5.el7_9 will be installed\n---> Package apr.x86_64 0:1.4.8-7.el7 will be installed\n---> Package apr-util.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package apr-util-openssl.x86_64 0:1.5.2-6.el7_9.1 will be installed\n---> Package autofs.x86_64 1:5.0.7-116.el7_9.1 will be installed\n--> Processing Dependency: libhesiod.so.0()(64bit) for package: 1:autofs-5.0.7-116.el7_9.1.x86_64\n---> Package autogen-libopts.x86_64 0:5.18-5.el7 will be installed\n---> Package bind-utils.x86_64 32:9.11.4-26.P2.el7_9.16 will be installed\n--> Processing Dependency: bind-libs-lite(x86-64) = 32:9.11.4-26.P2.el7_9.16 for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n--> Processing Dependency: bind-libs(x86-64) = 32:9.11.4-26.P2.el7_9.16 for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n--> Processing Dependency: liblwres.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n--> Processing Dependency: libisccfg.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n--> Processing Dependency: libisc.so.169()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n--> Processing Dependency: libirs.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n--> Processing Dependency: libdns.so.1102()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n--> Processing Dependency: libbind9.so.160()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n--> Processing Dependency: libGeoIP.so.1()(64bit) for package: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64\n---> Package cups-libs.x86_64 1:1.6.3-52.el7_9 will be installed\n---> Package custodia.noarch 0:0.3.1-4.el7 will be installed\n---> Package cyrus-sasl-md5.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package cyrus-sasl-plain.x86_64 0:2.1.26-24.el7_9 will be installed\n---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed\n---> Package gnutls.x86_64 0:3.3.29-9.el7_6 will be installed\n--> Processing Dependency: trousers >= 0.3.11.2 for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libnettle.so.4()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n--> Processing Dependency: libhogweed.so.2()(64bit) for package: gnutls-3.3.29-9.el7_6.x86_64\n---> Package gperftools-libs.x86_64 0:2.6.1-1.el7 will be installed\n---> Package httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 will be installed\n---> Package ipa-client-common.noarch 0:4.6.8-5.el7.centos.17 will be installed\n---> Package java-1.8.0-openjdk-headless.x86_64 1:1.8.0.412.b08-1.el7_9 will be installed\n--> Processing Dependency: tzdata-java >= 2023d for package: 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: copy-jdk-configs >= 3.3 for package: 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: pcsc-lite-libs(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: lksctp-tools(x86-64) for package: 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: jpackage-utils for package: 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libjpeg.so.62()(64bit) for package: 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x86_64\n---> Package krb5-workstation.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package libdhash.x86_64 0:0.5.0-32.el7 will be installed\n---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed\n---> Package libkadm5.x86_64 0:1.15.1-55.el7_9 will be installed\n---> Package libldb.x86_64 0:1.5.4-2.el7 will be installed\n---> Package libsss_autofs.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libtdb.x86_64 0:1.3.18-1.el7 will be installed\n---> Package libwbclient.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package ntpdate.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed\n---> Package oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 will be installed\n---> Package perl-Archive-Tar.noarch 0:1.92-3.el7 will be installed\n--> Processing Dependency: perl(Package::Constants) for package: perl-Archive-Tar-1.92-3.el7.noarch\n---> Package perl-DB_File.x86_64 0:1.830-6.el7 will be installed\n---> Package perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 will be installed\n---> Package perl-NetAddr-IP.x86_64 0:4.069-3.el7 will be installed\n---> Package pki-base.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: python-nss for package: pki-base-10.5.18-27.el7_9.noarch\n---> Package pki-server.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: pki-tools = 10.5.18-27.el7_9 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: pki-base-java = 10.5.18-27.el7_9 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: tomcatjss >= 7.2.5-1 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: tomcat >= 7.0.69 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: nuxwdog-client-java >= 1.0.5-1 for package: pki-server-10.5.18-27.el7_9.noarch\n--> Processing Dependency: velocity for package: pki-server-10.5.18-27.el7_9.noarch\n---> Package python-augeas.noarch 0:0.5.0-2.el7 will be installed\n--> Processing Dependency: augeas-libs for package: python-augeas-0.5.0-2.el7.noarch\n---> Package python-custodia.noarch 0:0.3.1-4.el7 will be installed\n--> Processing Dependency: python-jwcrypto for package: python-custodia-0.3.1-4.el7.noarch\n---> Package python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 will be installed\n---> Package python-kdcproxy.noarch 0:0.3.2-3.el7 will be installed\n---> Package python-sssdconfig.noarch 0:1.16.5-10.el7_9.16 will be installed\n---> Package python2-ipaclient.noarch 0:4.6.8-5.el7.centos.17 will be installed\n--> Processing Dependency: python2-ipalib = 4.6.8-5.el7.centos.17 for package: python2-ipaclient-4.6.8-5.el7.centos.17.noarch\n---> Package samba-common.noarch 0:4.10.16-25.el7_9 will be installed\n---> Package samba-common-libs.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package sssd.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-proxy = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ldap = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-krb5 = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ipa = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-ad = 1.16.5-10.el7_9.16 for package: sssd-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-common.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-client(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_sudo(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.5)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0(SSS_IDMAP_0.4)(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsss_idmap.so.0()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libhttp_parser_strict.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libcares.so.2()(64bit) for package: sssd-common-1.16.5-10.el7_9.16.x86_64\n---> Package svrcore.x86_64 0:4.1.3-2.el7 will be installed\n---> Package words.noarch 0:3.0-22.el7 will be installed\n--> Running transaction check\n---> Package GeoIP.x86_64 0:1.5.0-14.el7 will be installed\n--> Processing Dependency: geoipupdate for package: GeoIP-1.5.0-14.el7.x86_64\n---> Package augeas-libs.x86_64 0:1.4.0-10.el7 will be installed\n---> Package bind-libs.x86_64 32:9.11.4-26.P2.el7_9.16 will be installed\n--> Processing Dependency: bind-license = 32:9.11.4-26.P2.el7_9.16 for package: 32:bind-libs-9.11.4-26.P2.el7_9.16.x86_64\n---> Package bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.16 will be installed\n---> Package c-ares.x86_64 0:1.10.0-3.el7_9.1 will be installed\n---> Package copy-jdk-configs.noarch 0:3.3-11.el7_9 will be installed\n---> Package hesiod.x86_64 0:3.2.1-3.el7 will be installed\n---> Package http-parser.x86_64 0:2.7.1-9.el7 will be installed\n---> Package javapackages-tools.noarch 0:3.4.1-11.el7 will be installed\n--> Processing Dependency: python-javapackages = 3.4.1-11.el7 for package: javapackages-tools-3.4.1-11.el7.noarch\n---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed\n---> Package libsss_idmap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsss_sudo.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed\n---> Package nettle.x86_64 0:2.7.1-9.el7_9 will be installed\n---> Package nuxwdog-client-java.x86_64 0:1.0.5-1.el7 will be installed\n--> Processing Dependency: nuxwdog = 1.0.5-1.el7 for package: nuxwdog-client-java-1.0.5-1.el7.x86_64\n--> Processing Dependency: libnuxwdog.so.0()(64bit) for package: nuxwdog-client-java-1.0.5-1.el7.x86_64\n---> Package pcsc-lite-libs.x86_64 0:1.8.8-8.el7 will be installed\n---> Package perl-Package-Constants.noarch 1:0.02-299.el7_9 will be installed\n---> Package pki-base-java.noarch 0:10.5.18-27.el7_9 will be installed\n--> Processing Dependency: resteasy-base-jaxrs-api >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jaxrs >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jaxb-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-jackson-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-client >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: resteasy-base-atom-provider >= 3.0.6-1 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: ldapjdk >= 4.19-5 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: jss >= 4.4.9-3 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xml-commons-resolver for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xml-commons-apis for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: xalan-j2 for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: slf4j for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: javassist for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: jakarta-commons-httpclient for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-logging for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-lang for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-io for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-codec for package: pki-base-java-10.5.18-27.el7_9.noarch\n--> Processing Dependency: apache-commons-cli for package: pki-base-java-10.5.18-27.el7_9.noarch\n---> Package pki-tools.x86_64 0:10.5.18-27.el7_9 will be installed\n---> Package python-jwcrypto.noarch 0:0.4.2-1.el7 will be installed\n---> Package python-nss.x86_64 0:0.16.0-3.el7 will be installed\n---> Package python2-ipalib.noarch 0:4.6.8-5.el7.centos.17 will be installed\n--> Processing Dependency: python-yubico >= 1.2.3 for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-qrcode-core >= 5.0.0 for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-netifaces >= 0.10.4 for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-netaddr >= 0.7.5-9 for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: pyusb for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-sss-murmur for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-pyasn1-modules for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-libipa_hbac for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n--> Processing Dependency: python-dateutil for package: python2-ipalib-4.6.8-5.el7.centos.17.noarch\n---> Package sssd-ad.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: sssd-krb5-common = 1.16.5-10.el7_9.16 for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: sssd-common-pac = 1.16.5-10.el7_9.16 for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsmbclient.so.0(SMBCLIENT_0.1.0)(64bit) for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libsmbclient.so.0()(64bit) for package: sssd-ad-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-client.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-ipa.x86_64 0:1.16.5-10.el7_9.16 will be installed\n--> Processing Dependency: libipa_hbac(x86-64) = 1.16.5-10.el7_9.16 for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.1.0)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libipa_hbac.so.0(IPA_HBAC_0.0.1)(64bit) for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n--> Processing Dependency: libipa_hbac.so.0()(64bit) for package: sssd-ipa-1.16.5-10.el7_9.16.x86_64\n---> Package sssd-krb5.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-ldap.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-proxy.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package tomcat.noarch 0:7.0.76-16.el7_9 will be installed\n--> Processing Dependency: tomcat-lib = 7.0.76-16.el7_9 for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: java >= 1:1.6.0 for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-pool for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-dbcp for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-daemon for package: tomcat-7.0.76-16.el7_9.noarch\n--> Processing Dependency: apache-commons-collections for package: tomcat-7.0.76-16.el7_9.noarch\n---> Package tomcatjss.noarch 0:7.2.5-1.el7 will be installed\n---> Package trousers.x86_64 0:0.3.14-2.el7 will be installed\n---> Package tzdata-java.noarch 0:2024a-1.el7 will be installed\n---> Package velocity.noarch 0:1.7-10.el7 will be installed\n--> Processing Dependency: servlet3 for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: log4j for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: junit for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jdom for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jaxen for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: jakarta-oro for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: hsqldb for package: velocity-1.7-10.el7.noarch\n--> Processing Dependency: bcel for package: velocity-1.7-10.el7.noarch\n--> Running transaction check\n---> Package apache-commons-cli.noarch 0:1.2-13.el7 will be installed\n---> Package apache-commons-codec.noarch 0:1.8-7.el7 will be installed\n---> Package apache-commons-collections.noarch 0:3.2.1-22.el7_2 will be installed\n---> Package apache-commons-daemon.x86_64 0:1.0.13-7.el7 will be installed\n---> Package apache-commons-dbcp.noarch 0:1.4-17.el7 will be installed\n--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jta_1.1_spec) for package: apache-commons-dbcp-1.4-17.el7.noarch\n---> Package apache-commons-io.noarch 1:2.4-12.el7 will be installed\n---> Package apache-commons-lang.noarch 0:2.6-15.el7 will be installed\n---> Package apache-commons-logging.noarch 0:1.1.2-7.el7 will be installed\n--> Processing Dependency: mvn(logkit:logkit) for package: apache-commons-logging-1.1.2-7.el7.noarch\n--> Processing Dependency: mvn(avalon-framework:avalon-framework-api) for package: apache-commons-logging-1.1.2-7.el7.noarch\n---> Package apache-commons-pool.noarch 0:1.6-9.el7 will be installed\n---> Package bcel.noarch 0:5.2-19.el7_9 will be installed\n--> Processing Dependency: mvn(regexp:regexp) for package: bcel-5.2-19.el7_9.noarch\n---> Package bind-license.noarch 32:9.11.4-26.P2.el7_9.16 will be installed\n---> Package geoipupdate.x86_64 0:2.5.0-2.el7 will be installed\n---> Package hsqldb.noarch 1:1.8.1.3-15.el7_9 will be installed\n---> Package jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 will be installed\n---> Package jakarta-oro.noarch 0:2.0.8-16.el7 will be installed\n---> Package java-1.8.0-openjdk.x86_64 1:1.8.0.412.b08-1.el7_9 will be installed\n--> Processing Dependency: xorg-x11-fonts-Type1 for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libXcomposite(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: gtk2(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: fontconfig(x86-64) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libgif.so.4()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libXtst.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libXrender.so.1()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libXi.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libXext.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n--> Processing Dependency: libX11.so.6()(64bit) for package: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64\n---> Package javassist.noarch 0:3.16.1-10.el7 will be installed\n---> Package jaxen.noarch 0:1.1.3-11.el7 will be installed\n--> Processing Dependency: dom4j >= 1.6.1 for package: jaxen-1.1.3-11.el7.noarch\n--> Processing Dependency: xerces-j2 for package: jaxen-1.1.3-11.el7.noarch\n---> Package jdom.noarch 0:1.1.3-6.el7 will be installed\n---> Package jss.x86_64 0:4.4.9-3.el7 will be installed\n---> Package junit.noarch 0:4.11-8.el7 will be installed\n--> Processing Dependency: osgi(org.hamcrest.core) for package: junit-4.11-8.el7.noarch\n--> Processing Dependency: hamcrest for package: junit-4.11-8.el7.noarch\n---> Package ldapjdk.noarch 0:4.19-5.el7 will be installed\n---> Package libipa_hbac.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package libsmbclient.x86_64 0:4.10.16-25.el7_9 will be installed\n---> Package log4j.noarch 0:1.2.17-18.el7_4 will be installed\n--> Processing Dependency: mvn(org.apache.geronimo.specs:geronimo-jms_1.1_spec) for package: log4j-1.2.17-18.el7_4.noarch\n--> Processing Dependency: mvn(javax.mail:mail) for package: log4j-1.2.17-18.el7_4.noarch\n---> Package nuxwdog.x86_64 0:1.0.5-1.el7 will be installed\n---> Package python-dateutil.noarch 0:1.5-7.el7 will be installed\n---> Package python-javapackages.noarch 0:3.4.1-11.el7 will be installed\n---> Package python-libipa_hbac.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package python-netaddr.noarch 0:0.7.5-9.el7 will be installed\n---> Package python-netifaces.x86_64 0:0.10.4-3.el7 will be installed\n---> Package python-qrcode-core.noarch 0:5.0.1-1.el7 will be installed\n---> Package python-sss-murmur.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package python-yubico.noarch 0:1.2.3-1.el7 will be installed\n---> Package python2-pyasn1-modules.noarch 0:0.1.9-7.el7 will be installed\n---> Package pyusb.noarch 0:1.0.0-0.11.b1.el7 will be installed\n---> Package resteasy-base-atom-provider.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(com.sun.xml.bind:jaxb-impl) for package: resteasy-base-atom-provider-3.0.6-4.el7.noarch\n---> Package resteasy-base-client.noarch 0:3.0.6-4.el7 will be installed\n---> Package resteasy-base-jackson-provider.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-xc) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-mapper-asl) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-jaxrs) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.codehaus.jackson:jackson-core-asl) for package: resteasy-base-jackson-provider-3.0.6-4.el7.noarch\n---> Package resteasy-base-jaxb-provider.noarch 0:3.0.6-4.el7 will be installed\n---> Package resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 will be installed\n--> Processing Dependency: mvn(org.scannotation:scannotation) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n--> Processing Dependency: mvn(org.apache.httpcomponents:httpclient) for package: resteasy-base-jaxrs-3.0.6-4.el7.noarch\n---> Package resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 will be installed\n---> Package slf4j.noarch 0:1.7.4-4.el7_4 will be installed\n--> Processing Dependency: mvn(ch.qos.cal10n:cal10n-api) for package: slf4j-1.7.4-4.el7_4.noarch\n---> Package sssd-common-pac.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.16 will be installed\n---> Package tomcat-lib.noarch 0:7.0.76-16.el7_9 will be installed\n--> Processing Dependency: tomcat-jsp-2.2-api = 7.0.76-16.el7_9 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n--> Processing Dependency: tomcat-el-2.2-api = 7.0.76-16.el7_9 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n--> Processing Dependency: ecj >= 1:4.2.1 for package: tomcat-lib-7.0.76-16.el7_9.noarch\n---> Package tomcat-servlet-3.0-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package xalan-j2.noarch 0:2.7.1-23.el7 will be installed\n---> Package xml-commons-apis.noarch 0:1.4.01-16.el7 will be installed\n---> Package xml-commons-resolver.noarch 0:1.2-15.el7 will be installed\n--> Running transaction check\n---> Package avalon-framework.noarch 0:4.3-10.el7 will be installed\n---> Package avalon-logkit.noarch 0:2.1-14.el7 will be installed\n---> Package cal10n.noarch 0:0.7.7-4.el7 will be installed\n---> Package dom4j.noarch 0:1.6.1-20.el7 will be installed\n--> Processing Dependency: xpp3 for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: ws-jaxme for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: relaxngDatatype for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: msv-xsdlib for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: msv-msv for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: isorelax for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: bea-stax-api for package: dom4j-1.6.1-20.el7.noarch\n--> Processing Dependency: bea-stax for package: dom4j-1.6.1-20.el7.noarch\n---> Package ecj.x86_64 1:4.5.2-3.el7 will be installed\n---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed\n--> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64\n---> Package geronimo-jms.noarch 0:1.1.1-19.el7 will be installed\n---> Package geronimo-jta.noarch 0:1.1.1-17.el7 will be installed\n---> Package giflib.x86_64 0:4.1.6-9.el7 will be installed\n--> Processing Dependency: libSM.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64\n--> Processing Dependency: libICE.so.6()(64bit) for package: giflib-4.1.6-9.el7.x86_64\n---> Package glassfish-jaxb.noarch 0:2.2.5-6.el7 will be installed\n--> Processing Dependency: xsom for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: txw2 for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: stax-ex for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: rngom for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: jing for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: istack-commons for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-jaxb-api for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-fastinfoset for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: glassfish-dtd-parser for package: glassfish-jaxb-2.2.5-6.el7.noarch\n--> Processing Dependency: codemodel for package: glassfish-jaxb-2.2.5-6.el7.noarch\n---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed\n--> Processing Dependency: pango >= 1.20.0-1 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libtiff >= 3.6.1 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: atk >= 1.29.4-2 for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libcairo.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64\n---> Package hamcrest.noarch 0:1.3-6.el7 will be installed\n--> Processing Dependency: qdox for package: hamcrest-1.3-6.el7.noarch\n--> Processing Dependency: easymock2 for package: hamcrest-1.3-6.el7.noarch\n---> Package httpcomponents-client.noarch 0:4.2.5-5.el7_0 will be installed\n--> Processing Dependency: mvn(org.apache.httpcomponents:httpcore) for package: httpcomponents-client-4.2.5-5.el7_0.noarch\n---> Package jackson.noarch 0:1.9.4-7.el7 will be installed\n--> Processing Dependency: stax2-api >= 3.1.1 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: objectweb-asm >= 3.3 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: jsr-311 >= 1.1.1 for package: jackson-1.9.4-7.el7.noarch\n--> Processing Dependency: joda-time >= 1.6.2 for package: jackson-1.9.4-7.el7.noarch\n---> Package javamail.noarch 0:1.4.6-8.el7 will be installed\n---> Package jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 will be installed\n---> Package libX11.x86_64 0:1.6.7-5.el7_9 will be installed\n--> Processing Dependency: libX11-common >= 1.6.7-5.el7_9 for package: libX11-1.6.7-5.el7_9.x86_64\n--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.7-5.el7_9.x86_64\n---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed\n---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed\n---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed\n---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed\n---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed\n---> Package regexp.noarch 0:1.5-13.el7 will be installed\n---> Package scannotation.noarch 0:1.0.3-0.7.r12.el7 will be installed\n---> Package tomcat-el-2.2-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package tomcat-jsp-2.2-api.noarch 0:7.0.76-16.el7_9 will be installed\n---> Package xerces-j2.noarch 0:2.11.0-17.el7_0 will be installed\n---> Package xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 will be installed\n--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: ttmkfdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Processing Dependency: mkfontdir for package: xorg-x11-fonts-Type1-7.5-9.el7.noarch\n--> Running transaction check\n---> Package atk.x86_64 0:2.28.1-2.el7 will be installed\n---> Package bea-stax.noarch 0:1.2.0-9.el7 will be installed\n---> Package bea-stax-api.noarch 0:1.2.0-9.el7 will be installed\n---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed\n--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64\n---> Package codemodel.noarch 0:2.6-9.el7 will be installed\n--> Processing Dependency: jvnet-parent for package: codemodel-2.6-9.el7.noarch\n---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed\n--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch\n---> Package easymock2.noarch 0:2.5.2-12.el7 will be installed\n---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed\n--> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64\n---> Package glassfish-dtd-parser.noarch 0:1.2-0.8.20120120svn.el7 will be installed\n---> Package glassfish-fastinfoset.noarch 0:1.2.12-9.el7 will be installed\n---> Package glassfish-jaxb-api.noarch 0:2.2.7-4.el7 will be installed\n---> Package gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 will be installed\n---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed\n---> Package httpcomponents-core.noarch 0:4.2.4-6.el7 will be installed\n---> Package isorelax.noarch 1:0-0.15.release20050331.el7 will be installed\n---> Package istack-commons.noarch 0:2.17-4.el7 will be installed\n---> Package jing.noarch 0:20091111-14.el7 will be installed\n---> Package joda-time.noarch 0:2.2-3.tzdata2013c.el7 will be installed\n--> Processing Dependency: mvn(org.joda:joda-convert) for package: joda-time-2.2-3.tzdata2013c.el7.noarch\n---> Package jsr-311.noarch 0:1.1.1-6.el7 will be installed\n---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed\n---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed\n---> Package libX11-common.noarch 0:1.6.7-5.el7_9 will be installed\n---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed\n---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed\n---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed\n---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed\n---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed\n---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed\n--> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64\n---> Package libxcb.x86_64 0:1.13-1.el7 will be installed\n--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64\n---> Package msv-msv.noarch 1:2013.5.1-7.el7 will be installed\n---> Package msv-xsdlib.noarch 1:2013.5.1-7.el7 will be installed\n---> Package objectweb-asm.noarch 0:3.3.1-9.el7 will be installed\n---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed\n--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64\n---> Package qdox.noarch 0:1.12.1-10.el7 will be installed\n---> Package relaxngDatatype.noarch 0:1.0-11.el7 will be installed\n---> Package rngom.noarch 0:201103-0.8.20120119svn.el7 will be installed\n---> Package stax-ex.noarch 0:1.7.1-6.el7 will be installed\n---> Package stax2-api.noarch 0:3.1.1-10.el7 will be installed\n---> Package ttmkfdir.x86_64 0:3.0.9-42.el7 will be installed\n---> Package txw2.noarch 0:20110809-8.el7 will be installed\n--> Processing Dependency: args4j for package: txw2-20110809-8.el7.noarch\n---> Package ws-jaxme.noarch 0:0.5.2-10.el7 will be installed\n--> Processing Dependency: antlr for package: ws-jaxme-0.5.2-10.el7.noarch\n---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed\n--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64\n---> Package xpp3.noarch 0:1.1.3.8-11.el7 will be installed\n---> Package xsom.noarch 0:0-10.20110809svn.el7 will be installed\n--> Running transaction check\n---> Package antlr-tool.noarch 0:2.7.7-30.el7 will be installed\n---> Package args4j.noarch 0:2.0.16-13.el7 will be installed\n---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed\n---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed\n---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed\n--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64\n---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed\n---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed\n---> Package joda-convert.noarch 0:1.3-5.el7 will be installed\n---> Package jvnet-parent.noarch 0:4-2.el7 will be installed\n---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed\n---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed\n---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed\n---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64\n---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64\n---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed\n---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed\n--> Running transaction check\n---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed\n---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed\n---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Processing Dependency: mesa-libgbm = 18.3.4-12.el7_9 for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64\n---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64\n--> Running transaction check\n---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed\n---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed\n---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed\n---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed\n---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed\n---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================\n Package Arch Version Repository\n Size\n================================================================================\nInstalling:\n ipa-server x86_64 4.6.8-5.el7.centos.17 updates 536 k\nInstalling for dependencies:\n 389-ds-base x86_64 1.3.11.1-5.el7_9 updates 2.4 M\n 389-ds-base-libs x86_64 1.3.11.1-5.el7_9 updates 719 k\n GeoIP x86_64 1.5.0-14.el7 base 1.5 M\n antlr-tool noarch 2.7.7-30.el7 base 357 k\n apache-commons-cli noarch 1.2-13.el7 base 50 k\n apache-commons-codec noarch 1.8-7.el7 base 223 k\n apache-commons-collections noarch 3.2.1-22.el7_2 base 509 k\n apache-commons-daemon x86_64 1.0.13-7.el7 base 54 k\n apache-commons-dbcp noarch 1.4-17.el7 base 167 k\n apache-commons-io noarch 1:2.4-12.el7 base 189 k\n apache-commons-lang noarch 2.6-15.el7 base 276 k\n apache-commons-logging noarch 1.1.2-7.el7 base 78 k\n apache-commons-pool noarch 1.6-9.el7 base 113 k\n apr x86_64 1.4.8-7.el7 base 104 k\n apr-util x86_64 1.5.2-6.el7_9.1 updates 92 k\n apr-util-openssl x86_64 1.5.2-6.el7_9.1 updates 20 k\n args4j noarch 2.0.16-13.el7 base 70 k\n atk x86_64 2.28.1-2.el7 base 263 k\n augeas-libs x86_64 1.4.0-10.el7 base 357 k\n autofs x86_64 1:5.0.7-116.el7_9.1 updates 834 k\n autogen-libopts x86_64 5.18-5.el7 base 66 k\n avalon-framework noarch 4.3-10.el7 base 88 k\n avalon-logkit noarch 2.1-14.el7 base 87 k\n bcel noarch 5.2-19.el7_9 updates 470 k\n bea-stax noarch 1.2.0-9.el7 base 176 k\n bea-stax-api noarch 1.2.0-9.el7 base 31 k\n bind-libs x86_64 32:9.11.4-26.P2.el7_9.16 updates 159 k\n bind-libs-lite x86_64 32:9.11.4-26.P2.el7_9.16 updates 1.1 M\n bind-license noarch 32:9.11.4-26.P2.el7_9.16 updates 92 k\n bind-utils x86_64 32:9.11.4-26.P2.el7_9.16 updates 262 k\n c-ares x86_64 1.10.0-3.el7_9.1 updates 78 k\n cairo x86_64 1.15.12-4.el7 base 741 k\n cal10n noarch 0.7.7-4.el7 base 36 k\n codemodel noarch 2.6-9.el7 base 164 k\n copy-jdk-configs noarch 3.3-11.el7_9 updates 22 k\n cups-libs x86_64 1:1.6.3-52.el7_9 updates 359 k\n custodia noarch 0.3.1-4.el7 base 24 k\n cyrus-sasl-gssapi x86_64 2.1.26-24.el7_9 updates 41 k\n cyrus-sasl-md5 x86_64 2.1.26-24.el7_9 updates 57 k\n cyrus-sasl-plain x86_64 2.1.26-24.el7_9 updates 39 k\n dejavu-fonts-common noarch 2.33-6.el7 base 64 k\n dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M\n dom4j noarch 1.6.1-20.el7 base 277 k\n easymock2 noarch 2.5.2-12.el7 base 92 k\n ecj x86_64 1:4.5.2-3.el7 base 1.9 M\n fontawesome-fonts noarch 4.1.0-2.el7 base 137 k\n fontconfig x86_64 2.13.0-4.3.el7 base 254 k\n fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k\n fribidi x86_64 1.0.2-1.el7_7.1 base 79 k\n gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k\n geoipupdate x86_64 2.5.0-2.el7 updates 35 k\n geronimo-jms noarch 1.1.1-19.el7 base 31 k\n geronimo-jta noarch 1.1.1-17.el7 base 20 k\n giflib x86_64 4.1.6-9.el7 base 40 k\n glassfish-dtd-parser noarch 1.2-0.8.20120120svn.el7 base 70 k\n glassfish-fastinfoset noarch 1.2.12-9.el7 base 272 k\n glassfish-jaxb noarch 2.2.5-6.el7 base 1.8 M\n glassfish-jaxb-api noarch 2.2.7-4.el7 base 92 k\n gnutls x86_64 3.3.29-9.el7_6 base 680 k\n gperftools-libs x86_64 2.6.1-1.el7 base 272 k\n graphite2 x86_64 1.3.10-1.el7_3 base 115 k\n gtk-update-icon-cache x86_64 3.22.30-8.el7_9 updates 27 k\n gtk2 x86_64 2.24.31-1.el7 base 3.4 M\n hamcrest noarch 1.3-6.el7 base 124 k\n harfbuzz x86_64 1.7.5-2.el7 base 267 k\n hesiod x86_64 3.2.1-3.el7 base 30 k\n hicolor-icon-theme noarch 0.12-7.el7 base 42 k\n hsqldb noarch 1:1.8.1.3-15.el7_9 updates 951 k\n http-parser x86_64 2.7.1-9.el7 base 29 k\n httpcomponents-client noarch 4.2.5-5.el7_0 base 425 k\n httpcomponents-core noarch 4.2.4-6.el7 base 466 k\n httpd x86_64 2.4.6-99.el7.centos.1 updates 2.7 M\n httpd-tools x86_64 2.4.6-99.el7.centos.1 updates 94 k\n ipa-client x86_64 4.6.8-5.el7.centos.17 updates 292 k\n ipa-client-common noarch 4.6.8-5.el7.centos.17 updates 198 k\n ipa-common noarch 4.6.8-5.el7.centos.17 updates 624 k\n ipa-server-common noarch 4.6.8-5.el7.centos.17 updates 714 k\n isorelax noarch 1:0-0.15.release20050331.el7 base 75 k\n istack-commons noarch 2.17-4.el7 base 100 k\n jackson noarch 1.9.4-7.el7 base 1.0 M\n jakarta-commons-httpclient noarch 1:3.1-16.el7_0 base 241 k\n jakarta-oro noarch 2.0.8-16.el7 base 78 k\n jasper-libs x86_64 1.900.1-33.el7 base 150 k\n java-1.8.0-openjdk x86_64 1:1.8.0.412.b08-1.el7_9 updates 325 k\n java-1.8.0-openjdk-headless x86_64 1:1.8.0.412.b08-1.el7_9 updates 33 M\n javamail noarch 1.4.6-8.el7 base 758 k\n javapackages-tools noarch 3.4.1-11.el7 base 73 k\n javassist noarch 3.16.1-10.el7 base 627 k\n jaxen noarch 1.1.3-11.el7 base 204 k\n jbigkit-libs x86_64 2.0-11.el7 base 46 k\n jboss-annotations-1.1-api noarch 1.0.1-0.6.20120212git76e1a2.el7\n base 20 k\n jdom noarch 1.1.3-6.el7 base 174 k\n jing noarch 20091111-14.el7 base 611 k\n joda-convert noarch 1.3-5.el7 base 46 k\n joda-time noarch 2.2-3.tzdata2013c.el7 base 484 k\n jsr-311 noarch 1.1.1-6.el7 base 45 k\n jss x86_64 4.4.9-3.el7 base 1.1 M\n junit noarch 4.11-8.el7 base 261 k\n jvnet-parent noarch 4-2.el7 base 10 k\n krb5-pkinit x86_64 1.15.1-55.el7_9 updates 167 k\n krb5-server x86_64 1.15.1-55.el7_9 updates 1.0 M\n krb5-workstation x86_64 1.15.1-55.el7_9 updates 821 k\n ldapjdk noarch 4.19-5.el7 base 317 k\n libICE x86_64 1.0.9-9.el7 base 66 k\n libSM x86_64 1.2.2-2.el7 base 39 k\n libX11 x86_64 1.6.7-5.el7_9 updates 607 k\n libX11-common noarch 1.6.7-5.el7_9 updates 165 k\n libXau x86_64 1.0.8-2.1.el7 base 29 k\n libXcomposite x86_64 0.4.4-4.1.el7 base 22 k\n libXcursor x86_64 1.1.15-1.el7 base 30 k\n libXdamage x86_64 1.1.4-4.1.el7 base 20 k\n libXext x86_64 1.3.3-3.el7 base 39 k\n libXfixes x86_64 5.0.3-1.el7 base 18 k\n libXft x86_64 2.3.2-2.el7 base 58 k\n libXi x86_64 1.7.9-1.el7 base 40 k\n libXinerama x86_64 1.1.3-2.1.el7 base 14 k\n libXrandr x86_64 1.5.1-2.el7 base 27 k\n libXrender x86_64 0.9.10-1.el7 base 26 k\n libXtst x86_64 1.2.3-1.el7 base 20 k\n libXxf86vm x86_64 1.1.4-1.el7 base 18 k\n libdhash x86_64 0.5.0-32.el7 base 29 k\n libfontenc x86_64 1.1.3-3.el7 base 31 k\n libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 89 k\n libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 44 k\n libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 125 k\n libicu x86_64 50.2-4.el7_7 base 6.9 M\n libipa_hbac x86_64 1.16.5-10.el7_9.16 updates 159 k\n libjpeg-turbo x86_64 1.2.90-8.el7 base 135 k\n libkadm5 x86_64 1.15.1-55.el7_9 updates 180 k\n libldb x86_64 1.5.4-2.el7 updates 149 k\n libsmbclient x86_64 4.10.16-25.el7_9 updates 146 k\n libsss_autofs x86_64 1.16.5-10.el7_9.16 updates 161 k\n libsss_certmap x86_64 1.16.5-10.el7_9.16 updates 193 k\n libsss_idmap x86_64 1.16.5-10.el7_9.16 updates 163 k\n libsss_nss_idmap x86_64 1.16.5-10.el7_9.16 updates 170 k\n libsss_sudo x86_64 1.16.5-10.el7_9.16 updates 159 k\n libtdb x86_64 1.3.18-1.el7 base 49 k\n libthai x86_64 0.1.14-9.el7 base 187 k\n libtiff x86_64 4.0.3-35.el7 base 172 k\n libwayland-client x86_64 1.15.0-1.el7 base 33 k\n libwayland-server x86_64 1.15.0-1.el7 base 39 k\n libwbclient x86_64 4.10.16-25.el7_9 updates 117 k\n libxcb x86_64 1.13-1.el7 base 214 k\n libxshmfence x86_64 1.2-1.el7 base 7.2 k\n lksctp-tools x86_64 1.0.17-2.el7 base 88 k\n log4j noarch 1.2.17-18.el7_4 updates 445 k\n mesa-libEGL x86_64 18.3.4-12.el7_9 updates 110 k\n mesa-libGL x86_64 18.3.4-12.el7_9 updates 166 k\n mesa-libgbm x86_64 18.3.4-12.el7_9 updates 39 k\n mesa-libglapi x86_64 18.3.4-12.el7_9 updates 46 k\n mod_auth_gssapi x86_64 1.5.1-7.el7 base 67 k\n mod_lookup_identity x86_64 1.0.0-1.el7 base 24 k\n mod_nss x86_64 1.0.14-12.el7 base 113 k\n mod_session x86_64 2.4.6-99.el7.centos.1 updates 64 k\n mod_wsgi x86_64 3.4-18.el7 base 77 k\n msv-msv noarch 1:2013.5.1-7.el7 base 3.7 M\n msv-xsdlib noarch 1:2013.5.1-7.el7 base 1.1 M\n nettle x86_64 2.7.1-9.el7_9 updates 328 k\n ntp x86_64 4.2.6p5-29.el7.centos.2 base 549 k\n ntpdate x86_64 4.2.6p5-29.el7.centos.2 base 87 k\n nuxwdog x86_64 1.0.5-1.el7 base 46 k\n nuxwdog-client-java x86_64 1.0.5-1.el7 base 12 k\n objectweb-asm noarch 3.3.1-9.el7 base 197 k\n oddjob x86_64 0.31.5-4.el7 base 69 k\n oddjob-mkhomedir x86_64 0.31.5-4.el7 base 38 k\n open-sans-fonts noarch 1.10-1.el7 base 475 k\n openldap-clients x86_64 2.4.44-25.el7_9 updates 191 k\n pango x86_64 1.42.4-4.el7_7 base 280 k\n pcsc-lite-libs x86_64 1.8.8-8.el7 base 34 k\n perl-Archive-Tar noarch 1.92-3.el7 base 73 k\n perl-DB_File x86_64 1.830-6.el7 base 74 k\n perl-Mozilla-LDAP x86_64 1.5.3-12.el7 base 147 k\n perl-NetAddr-IP x86_64 4.069-3.el7 base 125 k\n perl-Package-Constants noarch 1:0.02-299.el7_9 updates 46 k\n pixman x86_64 0.34.0-1.el7 base 248 k\n pki-base noarch 10.5.18-27.el7_9 updates 442 k\n pki-base-java noarch 10.5.18-27.el7_9 updates 1.2 M\n pki-ca noarch 10.5.18-27.el7_9 updates 498 k\n pki-kra noarch 10.5.18-27.el7_9 updates 320 k\n pki-server noarch 10.5.18-27.el7_9 updates 3.0 M\n pki-tools x86_64 10.5.18-27.el7_9 updates 780 k\n python-augeas noarch 0.5.0-2.el7 base 25 k\n python-custodia noarch 0.3.1-4.el7 base 115 k\n python-dateutil noarch 1.5-7.el7 base 85 k\n python-dns noarch 1.12.0-4.20150617git465785f.el7\n base 233 k\n python-gssapi x86_64 1.2.0-3.el7 base 322 k\n python-javapackages noarch 3.4.1-11.el7 base 31 k\n python-jwcrypto noarch 0.4.2-1.el7 base 57 k\n python-kdcproxy noarch 0.3.2-3.el7 base 28 k\n python-ldap x86_64 2.4.15-2.el7 base 159 k\n python-libipa_hbac x86_64 1.16.5-10.el7_9.16 updates 152 k\n python-netaddr noarch 0.7.5-9.el7 base 983 k\n python-netifaces x86_64 0.10.4-3.el7 base 17 k\n python-nss x86_64 0.16.0-3.el7 base 266 k\n python-qrcode-core noarch 5.0.1-1.el7 base 40 k\n python-sss-murmur x86_64 1.16.5-10.el7_9.16 updates 142 k\n python-sssdconfig noarch 1.16.5-10.el7_9.16 updates 182 k\n python-yubico noarch 1.2.3-1.el7 base 47 k\n python2-ipaclient noarch 4.6.8-5.el7.centos.17 updates 707 k\n python2-ipalib noarch 4.6.8-5.el7.centos.17 updates 689 k\n python2-ipaserver noarch 4.6.8-5.el7.centos.17 updates 1.5 M\n python2-pyasn1-modules noarch 0.1.9-7.el7 base 59 k\n pyusb noarch 1.0.0-0.11.b1.el7 base 66 k\n qdox noarch 1.12.1-10.el7 base 170 k\n regexp noarch 1.5-13.el7 base 47 k\n relaxngDatatype noarch 1.0-11.el7 base 15 k\n resteasy-base-atom-provider noarch 3.0.6-4.el7 base 41 k\n resteasy-base-client noarch 3.0.6-4.el7 base 125 k\n resteasy-base-jackson-provider\n noarch 3.0.6-4.el7 base 13 k\n resteasy-base-jaxb-provider noarch 3.0.6-4.el7 base 65 k\n resteasy-base-jaxrs noarch 3.0.6-4.el7 base 728 k\n resteasy-base-jaxrs-api noarch 3.0.6-4.el7 base 96 k\n rngom noarch 201103-0.8.20120119svn.el7 base 266 k\n samba-client-libs x86_64 4.10.16-25.el7_9 updates 5.0 M\n samba-common noarch 4.10.16-25.el7_9 updates 219 k\n samba-common-libs x86_64 4.10.16-25.el7_9 updates 183 k\n scannotation noarch 1.0.3-0.7.r12.el7 base 23 k\n slapi-nis x86_64 0.60.0-4.el7_9 updates 152 k\n slf4j noarch 1.7.4-4.el7_4 base 170 k\n softhsm x86_64 2.1.0-3.el7 base 291 k\n sssd x86_64 1.16.5-10.el7_9.16 updates 151 k\n sssd-ad x86_64 1.16.5-10.el7_9.16 updates 306 k\n sssd-client x86_64 1.16.5-10.el7_9.16 updates 230 k\n sssd-common x86_64 1.16.5-10.el7_9.16 updates 1.5 M\n sssd-common-pac x86_64 1.16.5-10.el7_9.16 updates 224 k\n sssd-dbus x86_64 1.16.5-10.el7_9.16 updates 262 k\n sssd-ipa x86_64 1.16.5-10.el7_9.16 updates 387 k\n sssd-krb5 x86_64 1.16.5-10.el7_9.16 updates 193 k\n sssd-krb5-common x86_64 1.16.5-10.el7_9.16 updates 226 k\n sssd-ldap x86_64 1.16.5-10.el7_9.16 updates 286 k\n sssd-proxy x86_64 1.16.5-10.el7_9.16 updates 186 k\n stax-ex noarch 1.7.1-6.el7 base 33 k\n stax2-api noarch 3.1.1-10.el7 base 165 k\n svrcore x86_64 4.1.3-2.el7 base 19 k\n systemd-python x86_64 219-78.el7_9.9 updates 146 k\n tomcat noarch 7.0.76-16.el7_9 updates 93 k\n tomcat-el-2.2-api noarch 7.0.76-16.el7_9 updates 83 k\n tomcat-jsp-2.2-api noarch 7.0.76-16.el7_9 updates 96 k\n tomcat-lib noarch 7.0.76-16.el7_9 updates 3.9 M\n tomcat-servlet-3.0-api noarch 7.0.76-16.el7_9 updates 214 k\n tomcatjss noarch 7.2.5-1.el7 base 39 k\n trousers x86_64 0.3.14-2.el7 base 289 k\n ttmkfdir x86_64 3.0.9-42.el7 base 48 k\n txw2 noarch 20110809-8.el7 base 134 k\n tzdata-java noarch 2024a-1.el7 updates 187 k\n velocity noarch 1.7-10.el7 base 414 k\n words noarch 3.0-22.el7 base 1.4 M\n ws-jaxme noarch 0.5.2-10.el7 base 1.1 M\n xalan-j2 noarch 2.7.1-23.el7 base 1.9 M\n xerces-j2 noarch 2.11.0-17.el7_0 base 1.1 M\n xml-commons-apis noarch 1.4.01-16.el7 base 227 k\n xml-commons-resolver noarch 1.2-15.el7 base 108 k\n xorg-x11-font-utils x86_64 1:7.5-21.el7 base 104 k\n xorg-x11-fonts-Type1 noarch 7.5-9.el7 base 521 k\n xpp3 noarch 1.1.3.8-11.el7 base 336 k\n xsom noarch 0-10.20110809svn.el7 base 380 k\n\nTransaction Summary\n================================================================================\nInstall 1 Package (+256 Dependent packages)\n\nTotal download size: 129 M\nInstalled size: 346 M\nDownloading packages:\n--------------------------------------------------------------------------------\nTotal 12 MB/s | 129 MB 00:10 \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n Installing : libtdb-1.3.18-1.el7.x86_64 1/257 \n Installing : libldb-1.5.4-2.el7.x86_64 2/257 \n Installing : libsss_certmap-1.16.5-10.el7_9.16.x86_64 3/257 \n Installing : libdhash-0.5.0-32.el7.x86_64 4/257 \n Installing : python-ldap-2.4.15-2.el7.x86_64 5/257 \n Installing : libsss_idmap-1.16.5-10.el7_9.16.x86_64 6/257 \n Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 7/257 \n Installing : ipa-common-4.6.8-5.el7.centos.17.noarch 8/257 \n Installing : 1:cups-libs-1.6.3-52.el7_9.x86_64 9/257 \n Installing : python-dns-1.12.0-4.20150617git465785f.el7.noarch 10/257 \n Installing : python-gssapi-1.2.0-3.el7.x86_64 11/257 \n Installing : fontpackages-filesystem-1.44-8.el7.noarch 12/257 \n Installing : openldap-clients-2.4.44-25.el7_9.x86_64 13/257 \n Installing : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 14/257 \n Installing : ipa-client-common-4.6.8-5.el7.centos.17.noarch 15/257 \n Installing : python-sssdconfig-1.16.5-10.el7_9.16.noarch 16/257 \n Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 17/257 \n Installing : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 18/257 \n Installing : samba-common-4.10.16-25.el7_9.noarch 19/257 \n Installing : apr-1.4.8-7.el7.x86_64 20/257 \n Installing : apr-util-1.5.2-6.el7_9.1.x86_64 21/257 \n Installing : libkadm5-1.15.1-55.el7_9.x86_64 22/257 \n Installing : oddjob-0.31.5-4.el7.x86_64 23/257 \n Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 24/257 \n Installing : svrcore-4.1.3-2.el7.x86_64 25/257 \n Installing : pyusb-1.0.0-0.11.b1.el7.noarch 26/257 \n Installing : python-jwcrypto-0.4.2-1.el7.noarch 27/257 \n Installing : libsss_autofs-1.16.5-10.el7_9.16.x86_64 28/257 \n Installing : systemd-python-219-78.el7_9.9.x86_64 29/257 \n Installing : python-custodia-0.3.1-4.el7.noarch 30/257 \n Installing : 32:bind-license-9.11.4-26.P2.el7_9.16.noarch 31/257 \n Installing : libipa_hbac-1.16.5-10.el7_9.16.x86_64 32/257 \n Installing : libICE-1.0.9-9.el7.x86_64 33/257 \n Installing : gperftools-libs-2.6.1-1.el7.x86_64 34/257 \n Installing : libwayland-server-1.15.0-1.el7.x86_64 35/257 \n Installing : libxshmfence-1.2-1.el7.x86_64 36/257 \n Installing : python-nss-0.16.0-3.el7.x86_64 37/257 \n Installing : pki-base-10.5.18-27.el7_9.noarch 38/257 \n Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 39/257 \n Installing : 389-ds-base-libs-1.3.11.1-5.el7_9.x86_64 40/257 \n Installing : libSM-1.2.2-2.el7.x86_64 41/257 \n Installing : python-libipa_hbac-1.16.5-10.el7_9.16.x86_64 42/257 \n Installing : custodia-0.3.1-4.el7.noarch 43/257 \n Installing : python-yubico-1.2.3-1.el7.noarch 44/257 \n Installing : oddjob-mkhomedir-0.31.5-4.el7.x86_64 45/257 \n Installing : krb5-workstation-1.15.1-55.el7_9.x86_64 46/257 \n Installing : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 47/257 \n Installing : httpd-tools-2.4.6-99.el7.centos.1.x86_64 48/257 \n Installing : httpd-2.4.6-99.el7.centos.1.x86_64 49/257 \n Installing : ipa-server-common-4.6.8-5.el7.centos.17.noarch 50/257 \n Installing : mod_session-2.4.6-99.el7.centos.1.x86_64 51/257 \n Installing : mod_wsgi-3.4-18.el7.x86_64 52/257 \n Installing : mod_nss-1.0.14-12.el7.x86_64 53/257 \n\nmod_nss certificate database generated.\n\n Installing : mod_lookup_identity-1.0.0-1.el7.x86_64 54/257 \n Installing : mod_auth_gssapi-1.5.1-7.el7.x86_64 55/257 \n Installing : sssd-client-1.16.5-10.el7_9.16.x86_64 56/257 \n Installing : fontawesome-fonts-4.1.0-2.el7.noarch 57/257 \n Installing : open-sans-fonts-1.10-1.el7.noarch 58/257 \n Installing : dejavu-fonts-common-2.33-6.el7.noarch 59/257 \n Installing : dejavu-sans-fonts-2.33-6.el7.noarch 60/257 \n Installing : fontconfig-2.13.0-4.3.el7.x86_64 61/257 \n Installing : python-kdcproxy-0.3.2-3.el7.noarch 62/257 \n Installing : jasper-libs-1.900.1-33.el7.x86_64 63/257 \n Installing : libfontenc-1.1.3-3.el7.x86_64 64/257 \n Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 65/257 \n Installing : python-sss-murmur-1.16.5-10.el7_9.16.x86_64 66/257 \n Installing : geoipupdate-2.5.0-2.el7.x86_64 67/257 \n Installing : GeoIP-1.5.0-14.el7.x86_64 68/257 \n Installing : 32:bind-libs-lite-9.11.4-26.P2.el7_9.16.x86_64 69/257 \n Installing : 32:bind-libs-9.11.4-26.P2.el7_9.16.x86_64 70/257 \n Installing : 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64 71/257 \n Installing : jbigkit-libs-2.0-11.el7.x86_64 72/257 \n Installing : libtiff-4.0.3-35.el7.x86_64 73/257 \n Installing : libsss_sudo-1.16.5-10.el7_9.16.x86_64 74/257 \n Installing : softhsm-2.1.0-3.el7.x86_64 75/257 \n Installing : perl-NetAddr-IP-4.069-3.el7.x86_64 76/257 \n Installing : nuxwdog-1.0.5-1.el7.x86_64 77/257 \n Installing : python-netaddr-0.7.5-9.el7.noarch 78/257 \n Installing : c-ares-1.10.0-3.el7_9.1.x86_64 79/257 \n Installing : python-netifaces-0.10.4-3.el7.x86_64 80/257 \n Installing : fribidi-1.0.2-1.el7_7.1.x86_64 81/257 \n Installing : 1:perl-Package-Constants-0.02-299.el7_9.noarch 82/257 \n Installing : perl-Archive-Tar-1.92-3.el7.noarch 83/257 \n Installing : tzdata-java-2024a-1.el7.noarch 84/257 \n Installing : hicolor-icon-theme-0.12-7.el7.noarch 85/257 \n Installing : ttmkfdir-3.0.9-42.el7.x86_64 86/257 \n Installing : xorg-x11-fonts-Type1-7.5-9.el7.noarch 87/257 \n Installing : libwayland-client-1.15.0-1.el7.x86_64 88/257 \n Installing : augeas-libs-1.4.0-10.el7.x86_64 89/257 \n Installing : python-augeas-0.5.0-2.el7.noarch 90/257 \n Installing : copy-jdk-configs-3.3-11.el7_9.noarch 91/257 \n Installing : atk-2.28.1-2.el7.x86_64 92/257 \n Installing : python-dateutil-1.5-7.el7.noarch 93/257 \n Installing : graphite2-1.3.10-1.el7_3.x86_64 94/257 \n Installing : harfbuzz-1.7.5-2.el7.x86_64 95/257 \n Installing : http-parser-2.7.1-9.el7.x86_64 96/257 \n Installing : nettle-2.7.1-9.el7_9.x86_64 97/257 \n Installing : python2-pyasn1-modules-0.1.9-7.el7.noarch 98/257 \n Installing : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 99/257 \n Installing : perl-DB_File-1.830-6.el7.x86_64 100/257 \n Installing : libicu-50.2-4.el7_7.x86_64 101/257 \n Installing : libthai-0.1.14-9.el7.x86_64 102/257 \n Installing : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 103/257 \n Installing : python-qrcode-core-5.0.1-1.el7.noarch 104/257 \n Installing : python2-ipalib-4.6.8-5.el7.centos.17.noarch 105/257 \n Installing : python2-ipaclient-4.6.8-5.el7.centos.17.noarch 106/257 \n Installing : python2-ipaserver-4.6.8-5.el7.centos.17.noarch 107/257 \n Installing : autogen-libopts-5.18-5.el7.x86_64 108/257 \n Installing : trousers-0.3.14-2.el7.x86_64 109/257 \n Installing : gnutls-3.3.29-9.el7_6.x86_64 110/257 \n Installing : samba-common-libs-4.10.16-25.el7_9.x86_64 111/257 \n Installing : libwbclient-4.10.16-25.el7_9.x86_64 112/257 \n Installing : samba-client-libs-4.10.16-25.el7_9.x86_64 113/257 \n Installing : sssd-common-1.16.5-10.el7_9.16.x86_64 114/257 \n Installing : sssd-krb5-common-1.16.5-10.el7_9.16.x86_64 115/257 \n Installing : sssd-common-pac-1.16.5-10.el7_9.16.x86_64 116/257 \n Installing : sssd-ipa-1.16.5-10.el7_9.16.x86_64 117/257 \n Installing : sssd-ldap-1.16.5-10.el7_9.16.x86_64 118/257 \n Installing : sssd-krb5-1.16.5-10.el7_9.16.x86_64 119/257 \n Installing : sssd-proxy-1.16.5-10.el7_9.16.x86_64 120/257 \n Installing : sssd-dbus-1.16.5-10.el7_9.16.x86_64 121/257 \n Installing : libsmbclient-4.10.16-25.el7_9.x86_64 122/257 \n Installing : sssd-ad-1.16.5-10.el7_9.16.x86_64 123/257 \n Installing : sssd-1.16.5-10.el7_9.16.x86_64 124/257 \n Installing : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 125/257 \n Installing : 389-ds-base-1.3.11.1-5.el7_9.x86_64 126/257 \n Installing : slapi-nis-0.60.0-4.el7_9.x86_64 127/257 \n Installing : libXau-1.0.8-2.1.el7.x86_64 128/257 \n Installing : libxcb-1.13-1.el7.x86_64 129/257 \n Installing : ntpdate-4.2.6p5-29.el7.centos.2.x86_64 130/257 \n Installing : ntp-4.2.6p5-29.el7.centos.2.x86_64 131/257 \n Installing : pcsc-lite-libs-1.8.8-8.el7.x86_64 132/257 \n Installing : pixman-0.34.0-1.el7.x86_64 133/257 \n Installing : libX11-common-1.6.7-5.el7_9.noarch 134/257 \n Installing : libX11-1.6.7-5.el7_9.x86_64 135/257 \n Installing : libXext-1.3.3-3.el7.x86_64 136/257 \n Installing : libXrender-0.9.10-1.el7.x86_64 137/257 \n Installing : libXfixes-5.0.3-1.el7.x86_64 138/257 \n Installing : libXi-1.7.9-1.el7.x86_64 139/257 \n Installing : libXdamage-1.1.4-4.1.el7.x86_64 140/257 \n Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 141/257 \n Installing : libXcomposite-0.4.4-4.1.el7.x86_64 142/257 \n Installing : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 143/257 \n Installing : libXtst-1.2.3-1.el7.x86_64 144/257 \n Installing : libXcursor-1.1.15-1.el7.x86_64 145/257 \n Installing : libXrandr-1.5.1-2.el7.x86_64 146/257 \n Installing : libXft-2.3.2-2.el7.x86_64 147/257 \n Installing : libXinerama-1.1.3-2.1.el7.x86_64 148/257 \n Installing : libXxf86vm-1.1.4-1.el7.x86_64 149/257 \n Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 150/257 \n Installing : mesa-libGL-18.3.4-12.el7_9.x86_64 151/257 \n Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 152/257 \n Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 153/257 \n Installing : cairo-1.15.12-4.el7.x86_64 154/257 \n Installing : pango-1.42.4-4.el7_7.x86_64 155/257 \n Installing : gtk2-2.24.31-1.el7.x86_64 156/257 \n Installing : giflib-4.1.6-9.el7.x86_64 157/257 \n Installing : lksctp-tools-1.0.17-2.el7.x86_64 158/257 \n Installing : python-javapackages-3.4.1-11.el7.noarch 159/257 \n Installing : javapackages-tools-3.4.1-11.el7.noarch 160/257 \n Installing : 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x8 161/257 \n Installing : 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64 162/257 \n Installing : relaxngDatatype-1.0-11.el7.noarch 163/257 \n Installing : apache-commons-codec-1.8-7.el7.noarch 164/257 \n Installing : apache-commons-lang-2.6-15.el7.noarch 165/257 \n Installing : xml-commons-apis-1.4.01-16.el7.noarch 166/257 \n Installing : xml-commons-resolver-1.2-15.el7.noarch 167/257 \n Installing : xalan-j2-2.7.1-23.el7.noarch 168/257 \n Installing : xerces-j2-2.11.0-17.el7_0.noarch 169/257 \n Installing : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 170/257 \n Installing : 1:isorelax-0-0.15.release20050331.el7.noarch 171/257 \n Installing : bea-stax-api-1.2.0-9.el7.noarch 172/257 \n Installing : 1:msv-xsdlib-2013.5.1-7.el7.noarch 173/257 \n Installing : jss-4.4.9-3.el7.x86_64 174/257 \n Installing : xsom-0-10.20110809svn.el7.noarch 175/257 \n Installing : apache-commons-pool-1.6-9.el7.noarch 176/257 \n Installing : apache-commons-collections-3.2.1-22.el7_2.noarch 177/257 \n Installing : javassist-3.16.1-10.el7.noarch 178/257 \n Installing : stax2-api-3.1.1-10.el7.noarch 179/257 \n Installing : rngom-201103-0.8.20120119svn.el7.noarch 180/257 \n Installing : 1:hsqldb-1.8.1.3-15.el7_9.noarch 181/257 \n Installing : 1:apache-commons-io-2.4-12.el7.noarch 182/257 \n Installing : geronimo-jms-1.1.1-19.el7.noarch 183/257 \n Installing : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 184/257 \n Installing : jvnet-parent-4-2.el7.noarch 185/257 \n Installing : codemodel-2.6-9.el7.noarch 186/257 \n Installing : bea-stax-1.2.0-9.el7.noarch 187/257 \n Installing : stax-ex-1.7.1-6.el7.noarch 188/257 \n Installing : istack-commons-2.17-4.el7.noarch 189/257 \n Installing : scannotation-1.0.3-0.7.r12.el7.noarch 190/257 \n Installing : glassfish-fastinfoset-1.2.12-9.el7.noarch 191/257 \n Installing : ldapjdk-4.19-5.el7.noarch 192/257 \n Installing : 1:msv-msv-2013.5.1-7.el7.noarch 193/257 \n Installing : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 194/257 \n Installing : jing-20091111-14.el7.noarch 195/257 \n Installing : objectweb-asm-3.3.1-9.el7.noarch 196/257 \n Installing : httpcomponents-core-4.2.4-6.el7.noarch 197/257 \n Installing : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 198/257 \n Installing : cal10n-0.7.7-4.el7.noarch 199/257 \n Installing : joda-convert-1.3-5.el7.noarch 200/257 \n Installing : joda-time-2.2-3.tzdata2013c.el7.noarch 201/257 \n Installing : 1:ecj-4.5.2-3.el7.x86_64 202/257 \n Installing : geronimo-jta-1.1.1-17.el7.noarch 203/257 \n Installing : apache-commons-dbcp-1.4-17.el7.noarch 204/257 \n Installing : args4j-2.0.16-13.el7.noarch 205/257 \n Installing : txw2-20110809-8.el7.noarch 206/257 \n Installing : easymock2-2.5.2-12.el7.noarch 207/257 \n Installing : qdox-1.12.1-10.el7.noarch 208/257 \n Installing : hamcrest-1.3-6.el7.noarch 209/257 \n Installing : junit-4.11-8.el7.noarch 210/257 \n Installing : xpp3-1.1.3.8-11.el7.noarch 211/257 \n Installing : javamail-1.4.6-8.el7.noarch 212/257 \n Installing : log4j-1.2.17-18.el7_4.noarch 213/257 \n Installing : avalon-logkit-2.1-14.el7.noarch 214/257 \n Installing : apache-commons-logging-1.1.2-7.el7.noarch 215/257 \n Installing : avalon-framework-4.3-10.el7.noarch 216/257 \n Installing : slf4j-1.7.4-4.el7_4.noarch 217/257 \n Installing : httpcomponents-client-4.2.5-5.el7_0.noarch 218/257 \n Installing : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 219/257 \n Installing : glassfish-jaxb-api-2.2.7-4.el7.noarch 220/257 \n Installing : glassfish-jaxb-2.2.5-6.el7.noarch 221/257 \n Installing : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 222/257 \n Installing : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 223/257 \n Installing : resteasy-base-jaxrs-3.0.6-4.el7.noarch 224/257 \n Installing : resteasy-base-atom-provider-3.0.6-4.el7.noarch 225/257 \n Installing : resteasy-base-client-3.0.6-4.el7.noarch 226/257 \n Installing : apache-commons-cli-1.2-13.el7.noarch 227/257 \n Installing : antlr-tool-2.7.7-30.el7.noarch 228/257 \n Installing : ws-jaxme-0.5.2-10.el7.noarch 229/257 \n Installing : jdom-1.1.3-6.el7.noarch 230/257 \n Installing : jaxen-1.1.3-11.el7.noarch 231/257 \n Installing : dom4j-1.6.1-20.el7.noarch 232/257 \n Installing : jsr-311-1.1.1-6.el7.noarch 233/257 \n Installing : jackson-1.9.4-7.el7.noarch 234/257 \n Installing : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 235/257 \n Installing : pki-base-java-10.5.18-27.el7_9.noarch 236/257 \n Installing : pki-tools-10.5.18-27.el7_9.x86_64 237/257 \n Installing : apache-commons-daemon-1.0.13-7.el7.x86_64 238/257 \n Installing : regexp-1.5-13.el7.noarch 239/257 \n Installing : bcel-5.2-19.el7_9.noarch 240/257 \n Installing : nuxwdog-client-java-1.0.5-1.el7.x86_64 241/257 \n Installing : jakarta-oro-2.0.8-16.el7.noarch 242/257 \n Installing : velocity-1.7-10.el7.noarch 243/257 \n Installing : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 244/257 \n Installing : tomcat-lib-7.0.76-16.el7_9.noarch 245/257 \n Installing : tomcat-7.0.76-16.el7_9.noarch 246/257 \n Installing : tomcatjss-7.2.5-1.el7.noarch 247/257 \n Installing : pki-server-10.5.18-27.el7_9.noarch 248/257 \n Installing : pki-ca-10.5.18-27.el7_9.noarch 249/257 \n Installing : pki-kra-10.5.18-27.el7_9.noarch 250/257 \n Installing : words-3.0-22.el7.noarch 251/257 \n Installing : krb5-server-1.15.1-55.el7_9.x86_64 252/257 \n Installing : krb5-pkinit-1.15.1-55.el7_9.x86_64 253/257 \n Installing : hesiod-3.2.1-3.el7.x86_64 254/257 \n Installing : 1:autofs-5.0.7-116.el7_9.1.x86_64 255/257 \n Installing : ipa-client-4.6.8-5.el7.centos.17.x86_64 256/257 \n Installing : ipa-server-4.6.8-5.el7.centos.17.x86_64 257/257 \n Verifying : libXext-1.3.3-3.el7.x86_64 1/257 \n Verifying : libXi-1.7.9-1.el7.x86_64 2/257 \n Verifying : sssd-ldap-1.16.5-10.el7_9.16.x86_64 3/257 \n Verifying : jackson-1.9.4-7.el7.noarch 4/257 \n Verifying : avalon-logkit-2.1-14.el7.noarch 5/257 \n Verifying : libXrender-0.9.10-1.el7.x86_64 6/257 \n Verifying : 389-ds-base-libs-1.3.11.1-5.el7_9.x86_64 7/257 \n Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 8/257 \n Verifying : hesiod-3.2.1-3.el7.x86_64 9/257 \n Verifying : httpd-2.4.6-99.el7.centos.1.x86_64 10/257 \n Verifying : krb5-pkinit-1.15.1-55.el7_9.x86_64 11/257 \n Verifying : httpcomponents-core-4.2.4-6.el7.noarch 12/257 \n Verifying : words-3.0-22.el7.noarch 13/257 \n Verifying : junit-4.11-8.el7.noarch 14/257 \n Verifying : glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch 15/257 \n Verifying : python2-ipaserver-4.6.8-5.el7.centos.17.noarch 16/257 \n Verifying : mod_session-2.4.6-99.el7.centos.1.x86_64 17/257 \n Verifying : apache-commons-codec-1.8-7.el7.noarch 18/257 \n Verifying : 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x8 19/257 \n Verifying : sssd-1.16.5-10.el7_9.16.x86_64 20/257 \n Verifying : python-javapackages-3.4.1-11.el7.noarch 21/257 \n Verifying : python-nss-0.16.0-3.el7.x86_64 22/257 \n Verifying : pki-ca-10.5.18-27.el7_9.noarch 23/257 \n Verifying : libdhash-0.5.0-32.el7.x86_64 24/257 \n Verifying : mod_wsgi-3.4-18.el7.x86_64 25/257 \n Verifying : sssd-krb5-common-1.16.5-10.el7_9.16.x86_64 26/257 \n Verifying : xerces-j2-2.11.0-17.el7_0.noarch 27/257 \n Verifying : python-yubico-1.2.3-1.el7.noarch 28/257 \n Verifying : lksctp-tools-1.0.17-2.el7.x86_64 29/257 \n Verifying : jing-20091111-14.el7.noarch 30/257 \n Verifying : libX11-common-1.6.7-5.el7_9.noarch 31/257 \n Verifying : perl-Archive-Tar-1.92-3.el7.noarch 32/257 \n Verifying : pixman-0.34.0-1.el7.x86_64 33/257 \n Verifying : sssd-proxy-1.16.5-10.el7_9.16.x86_64 34/257 \n Verifying : 1:cups-libs-1.6.3-52.el7_9.x86_64 35/257 \n Verifying : krb5-workstation-1.15.1-55.el7_9.x86_64 36/257 \n Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 37/257 \n Verifying : pcsc-lite-libs-1.8.8-8.el7.x86_64 38/257 \n Verifying : cal10n-0.7.7-4.el7.noarch 39/257 \n Verifying : ntpdate-4.2.6p5-29.el7.centos.2.x86_64 40/257 \n Verifying : libxshmfence-1.2-1.el7.x86_64 41/257 \n Verifying : sssd-krb5-1.16.5-10.el7_9.16.x86_64 42/257 \n Verifying : libwayland-server-1.15.0-1.el7.x86_64 43/257 \n Verifying : joda-convert-1.3-5.el7.noarch 44/257 \n Verifying : apache-commons-logging-1.1.2-7.el7.noarch 45/257 \n Verifying : ws-jaxme-0.5.2-10.el7.noarch 46/257 \n Verifying : tomcat-lib-7.0.76-16.el7_9.noarch 47/257 \n Verifying : libXau-1.0.8-2.1.el7.x86_64 48/257 \n Verifying : gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 49/257 \n Verifying : apache-commons-pool-1.6-9.el7.noarch 50/257 \n Verifying : tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch 51/257 \n Verifying : gperftools-libs-2.6.1-1.el7.x86_64 52/257 \n Verifying : cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 53/257 \n Verifying : slf4j-1.7.4-4.el7_4.noarch 54/257 \n Verifying : sssd-ad-1.16.5-10.el7_9.16.x86_64 55/257 \n Verifying : krb5-server-1.15.1-55.el7_9.x86_64 56/257 \n Verifying : samba-common-libs-4.10.16-25.el7_9.x86_64 57/257 \n Verifying : glassfish-jaxb-2.2.5-6.el7.noarch 58/257 \n Verifying : ntp-4.2.6p5-29.el7.centos.2.x86_64 59/257 \n Verifying : python-augeas-0.5.0-2.el7.noarch 60/257 \n Verifying : trousers-0.3.14-2.el7.x86_64 61/257 \n Verifying : libICE-1.0.9-9.el7.x86_64 62/257 \n Verifying : jakarta-oro-2.0.8-16.el7.noarch 63/257 \n Verifying : velocity-1.7-10.el7.noarch 64/257 \n Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 65/257 \n Verifying : autogen-libopts-5.18-5.el7.x86_64 66/257 \n Verifying : libsss_idmap-1.16.5-10.el7_9.16.x86_64 67/257 \n Verifying : python-qrcode-core-5.0.1-1.el7.noarch 68/257 \n Verifying : libtdb-1.3.18-1.el7.x86_64 69/257 \n Verifying : perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 70/257 \n Verifying : jaxen-1.1.3-11.el7.noarch 71/257 \n Verifying : jvnet-parent-4-2.el7.noarch 72/257 \n Verifying : jdom-1.1.3-6.el7.noarch 73/257 \n Verifying : libthai-0.1.14-9.el7.x86_64 74/257 \n Verifying : 1:apache-commons-io-2.4-12.el7.noarch 75/257 \n Verifying : GeoIP-1.5.0-14.el7.x86_64 76/257 \n Verifying : pki-base-java-10.5.18-27.el7_9.noarch 77/257 \n Verifying : bea-stax-1.2.0-9.el7.noarch 78/257 \n Verifying : resteasy-base-atom-provider-3.0.6-4.el7.noarch 79/257 \n Verifying : libldb-1.5.4-2.el7.x86_64 80/257 \n Verifying : ipa-common-4.6.8-5.el7.centos.17.noarch 81/257 \n Verifying : apr-1.4.8-7.el7.x86_64 82/257 \n Verifying : 1:ecj-4.5.2-3.el7.x86_64 83/257 \n Verifying : libipa_hbac-1.16.5-10.el7_9.16.x86_64 84/257 \n Verifying : resteasy-base-client-3.0.6-4.el7.noarch 85/257 \n Verifying : sssd-common-pac-1.16.5-10.el7_9.16.x86_64 86/257 \n Verifying : libXtst-1.2.3-1.el7.x86_64 87/257 \n Verifying : xsom-0-10.20110809svn.el7.noarch 88/257 \n Verifying : libicu-50.2-4.el7_7.x86_64 89/257 \n Verifying : perl-DB_File-1.830-6.el7.x86_64 90/257 \n Verifying : gnutls-3.3.29-9.el7_6.x86_64 91/257 \n Verifying : log4j-1.2.17-18.el7_4.noarch 92/257 \n Verifying : geronimo-jms-1.1.1-19.el7.noarch 93/257 \n Verifying : 32:bind-license-9.11.4-26.P2.el7_9.16.noarch 94/257 \n Verifying : mod_nss-1.0.14-12.el7.x86_64 95/257 \n Verifying : systemd-python-219-78.el7_9.9.x86_64 96/257 \n Verifying : sssd-dbus-1.16.5-10.el7_9.16.x86_64 97/257 \n Verifying : cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 98/257 \n Verifying : sssd-common-1.16.5-10.el7_9.16.x86_64 99/257 \n Verifying : openldap-clients-2.4.44-25.el7_9.x86_64 100/257 \n Verifying : python-ldap-2.4.15-2.el7.x86_64 101/257 \n Verifying : cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 102/257 \n Verifying : apache-commons-lang-2.6-15.el7.noarch 103/257 \n Verifying : python2-pyasn1-modules-0.1.9-7.el7.noarch 104/257 \n Verifying : nettle-2.7.1-9.el7_9.x86_64 105/257 \n Verifying : http-parser-2.7.1-9.el7.x86_64 106/257 \n Verifying : stax2-api-3.1.1-10.el7.noarch 107/257 \n Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 108/257 \n Verifying : jasper-libs-1.900.1-33.el7.x86_64 109/257 \n Verifying : graphite2-1.3.10-1.el7_3.x86_64 110/257 \n Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 111/257 \n Verifying : fontawesome-fonts-4.1.0-2.el7.noarch 112/257 \n Verifying : python-dateutil-1.5-7.el7.noarch 113/257 \n Verifying : geronimo-jta-1.1.1-17.el7.noarch 114/257 \n Verifying : atk-2.28.1-2.el7.x86_64 115/257 \n Verifying : libsss_autofs-1.16.5-10.el7_9.16.x86_64 116/257 \n Verifying : copy-jdk-configs-3.3-11.el7_9.noarch 117/257 \n Verifying : ldapjdk-4.19-5.el7.noarch 118/257 \n Verifying : relaxngDatatype-1.0-11.el7.noarch 119/257 \n Verifying : samba-common-4.10.16-25.el7_9.noarch 120/257 \n Verifying : augeas-libs-1.4.0-10.el7.x86_64 121/257 \n Verifying : httpcomponents-client-4.2.5-5.el7_0.noarch 122/257 \n Verifying : fontconfig-2.13.0-4.3.el7.x86_64 123/257 \n Verifying : python-jwcrypto-0.4.2-1.el7.noarch 124/257 \n Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 125/257 \n Verifying : args4j-2.0.16-13.el7.noarch 126/257 \n Verifying : javapackages-tools-3.4.1-11.el7.noarch 127/257 \n Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 128/257 \n Verifying : easymock2-2.5.2-12.el7.noarch 129/257 \n Verifying : libXcursor-1.1.15-1.el7.x86_64 130/257 \n Verifying : resteasy-base-jaxb-provider-3.0.6-4.el7.noarch 131/257 \n Verifying : 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch 132/257 \n Verifying : libxcb-1.13-1.el7.x86_64 133/257 \n Verifying : libwayland-client-1.15.0-1.el7.x86_64 134/257 \n Verifying : libXrandr-1.5.1-2.el7.x86_64 135/257 \n Verifying : glassfish-fastinfoset-1.2.12-9.el7.noarch 136/257 \n Verifying : fontpackages-filesystem-1.44-8.el7.noarch 137/257 \n Verifying : ttmkfdir-3.0.9-42.el7.x86_64 138/257 \n Verifying : 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64 139/257 \n Verifying : hicolor-icon-theme-0.12-7.el7.noarch 140/257 \n Verifying : ipa-client-4.6.8-5.el7.centos.17.x86_64 141/257 \n Verifying : libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 142/257 \n Verifying : sssd-ipa-1.16.5-10.el7_9.16.x86_64 143/257 \n Verifying : tzdata-java-2024a-1.el7.noarch 144/257 \n Verifying : python-gssapi-1.2.0-3.el7.x86_64 145/257 \n Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 146/257 \n Verifying : python-dns-1.12.0-4.20150617git465785f.el7.noarch 147/257 \n Verifying : 1:perl-Package-Constants-0.02-299.el7_9.noarch 148/257 \n Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 149/257 \n Verifying : custodia-0.3.1-4.el7.noarch 150/257 \n Verifying : pyusb-1.0.0-0.11.b1.el7.noarch 151/257 \n Verifying : apr-util-openssl-1.5.2-6.el7_9.1.x86_64 152/257 \n Verifying : avalon-framework-4.3-10.el7.noarch 153/257 \n Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 154/257 \n Verifying : open-sans-fonts-1.10-1.el7.noarch 155/257 \n Verifying : python-sssdconfig-1.16.5-10.el7_9.16.noarch 156/257 \n Verifying : stax-ex-1.7.1-6.el7.noarch 157/257 \n Verifying : harfbuzz-1.7.5-2.el7.x86_64 158/257 \n Verifying : resteasy-base-jaxrs-api-3.0.6-4.el7.noarch 159/257 \n Verifying : python2-ipalib-4.6.8-5.el7.centos.17.noarch 160/257 \n Verifying : ipa-server-common-4.6.8-5.el7.centos.17.noarch 161/257 \n Verifying : python-netifaces-0.10.4-3.el7.x86_64 162/257 \n Verifying : apache-commons-dbcp-1.4-17.el7.noarch 163/257 \n Verifying : 32:bind-libs-lite-9.11.4-26.P2.el7_9.16.x86_64 164/257 \n Verifying : tomcatjss-7.2.5-1.el7.noarch 165/257 \n Verifying : codemodel-2.6-9.el7.noarch 166/257 \n Verifying : xalan-j2-2.7.1-23.el7.noarch 167/257 \n Verifying : apache-commons-collections-3.2.1-22.el7_2.noarch 168/257 \n Verifying : ipa-client-common-4.6.8-5.el7.centos.17.noarch 169/257 \n Verifying : joda-time-2.2-3.tzdata2013c.el7.noarch 170/257 \n Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 171/257 \n Verifying : nuxwdog-client-java-1.0.5-1.el7.x86_64 172/257 \n Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 173/257 \n Verifying : istack-commons-2.17-4.el7.noarch 174/257 \n Verifying : tomcat-7.0.76-16.el7_9.noarch 175/257 \n Verifying : httpd-tools-2.4.6-99.el7.centos.1.x86_64 176/257 \n Verifying : xpp3-1.1.3.8-11.el7.noarch 177/257 \n Verifying : javamail-1.4.6-8.el7.noarch 178/257 \n Verifying : jss-4.4.9-3.el7.x86_64 179/257 \n Verifying : bcel-5.2-19.el7_9.noarch 180/257 \n Verifying : libSM-1.2.2-2.el7.x86_64 181/257 \n Verifying : c-ares-1.10.0-3.el7_9.1.x86_64 182/257 \n Verifying : libtiff-4.0.3-35.el7.x86_64 183/257 \n Verifying : qdox-1.12.1-10.el7.noarch 184/257 \n Verifying : oddjob-mkhomedir-0.31.5-4.el7.x86_64 185/257 \n Verifying : pki-tools-10.5.18-27.el7_9.x86_64 186/257 \n Verifying : rngom-201103-0.8.20120119svn.el7.noarch 187/257 \n Verifying : pki-kra-10.5.18-27.el7_9.noarch 188/257 \n Verifying : python-netaddr-0.7.5-9.el7.noarch 189/257 \n Verifying : bea-stax-api-1.2.0-9.el7.noarch 190/257 \n Verifying : nuxwdog-1.0.5-1.el7.x86_64 191/257 \n Verifying : libXinerama-1.1.3-2.1.el7.x86_64 192/257 \n Verifying : libsmbclient-4.10.16-25.el7_9.x86_64 193/257 \n Verifying : glassfish-jaxb-api-2.2.7-4.el7.noarch 194/257 \n Verifying : resteasy-base-jaxrs-3.0.6-4.el7.noarch 195/257 \n Verifying : libXxf86vm-1.1.4-1.el7.x86_64 196/257 \n Verifying : libXdamage-1.1.4-4.1.el7.x86_64 197/257 \n Verifying : pango-1.42.4-4.el7_7.x86_64 198/257 \n Verifying : scannotation-1.0.3-0.7.r12.el7.noarch 199/257 \n Verifying : libwbclient-4.10.16-25.el7_9.x86_64 200/257 \n Verifying : 1:msv-xsdlib-2013.5.1-7.el7.noarch 201/257 \n Verifying : perl-NetAddr-IP-4.069-3.el7.x86_64 202/257 \n Verifying : gtk2-2.24.31-1.el7.x86_64 203/257 \n Verifying : 1:autofs-5.0.7-116.el7_9.1.x86_64 204/257 \n Verifying : xml-commons-apis-1.4.01-16.el7.noarch 205/257 \n Verifying : python-libipa_hbac-1.16.5-10.el7_9.16.x86_64 206/257 \n Verifying : mod_lookup_identity-1.0.0-1.el7.x86_64 207/257 \n Verifying : 389-ds-base-1.3.11.1-5.el7_9.x86_64 208/257 \n Verifying : samba-client-libs-4.10.16-25.el7_9.x86_64 209/257 \n Verifying : python-kdcproxy-0.3.2-3.el7.noarch 210/257 \n Verifying : softhsm-2.1.0-3.el7.x86_64 211/257 \n Verifying : svrcore-4.1.3-2.el7.x86_64 212/257 \n Verifying : dejavu-fonts-common-2.33-6.el7.noarch 213/257 \n Verifying : 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64 214/257 \n Verifying : libX11-1.6.7-5.el7_9.x86_64 215/257 \n Verifying : dom4j-1.6.1-20.el7.noarch 216/257 \n Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 217/257 \n Verifying : ipa-server-4.6.8-5.el7.centos.17.x86_64 218/257 \n Verifying : mod_auth_gssapi-1.5.1-7.el7.x86_64 219/257 \n Verifying : hamcrest-1.3-6.el7.noarch 220/257 \n Verifying : slapi-nis-0.60.0-4.el7_9.x86_64 221/257 \n Verifying : sssd-client-1.16.5-10.el7_9.16.x86_64 222/257 \n Verifying : libsss_sudo-1.16.5-10.el7_9.16.x86_64 223/257 \n Verifying : python2-ipaclient-4.6.8-5.el7.centos.17.noarch 224/257 \n Verifying : jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2. 225/257 \n Verifying : xml-commons-resolver-1.2-15.el7.noarch 226/257 \n Verifying : tomcat-el-2.2-api-7.0.76-16.el7_9.noarch 227/257 \n Verifying : pki-server-10.5.18-27.el7_9.noarch 228/257 \n Verifying : apache-commons-cli-1.2-13.el7.noarch 229/257 \n Verifying : xorg-x11-fonts-Type1-7.5-9.el7.noarch 230/257 \n Verifying : txw2-20110809-8.el7.noarch 231/257 \n Verifying : 1:hsqldb-1.8.1.3-15.el7_9.noarch 232/257 \n Verifying : libXfixes-5.0.3-1.el7.x86_64 233/257 \n Verifying : 32:bind-libs-9.11.4-26.P2.el7_9.16.x86_64 234/257 \n Verifying : tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch 235/257 \n Verifying : pki-base-10.5.18-27.el7_9.noarch 236/257 \n Verifying : objectweb-asm-3.3.1-9.el7.noarch 237/257 \n Verifying : python-custodia-0.3.1-4.el7.noarch 238/257 \n Verifying : resteasy-base-jackson-provider-3.0.6-4.el7.noarch 239/257 \n Verifying : jbigkit-libs-2.0-11.el7.x86_64 240/257 \n Verifying : cairo-1.15.12-4.el7.x86_64 241/257 \n Verifying : oddjob-0.31.5-4.el7.x86_64 242/257 \n Verifying : 1:isorelax-0-0.15.release20050331.el7.noarch 243/257 \n Verifying : libkadm5-1.15.1-55.el7_9.x86_64 244/257 \n Verifying : antlr-tool-2.7.7-30.el7.noarch 245/257 \n Verifying : jsr-311-1.1.1-6.el7.noarch 246/257 \n Verifying : libXft-2.3.2-2.el7.x86_64 247/257 \n Verifying : geoipupdate-2.5.0-2.el7.x86_64 248/257 \n Verifying : apache-commons-daemon-1.0.13-7.el7.x86_64 249/257 \n Verifying : libsss_certmap-1.16.5-10.el7_9.16.x86_64 250/257 \n Verifying : 1:msv-msv-2013.5.1-7.el7.noarch 251/257 \n Verifying : javassist-3.16.1-10.el7.noarch 252/257 \n Verifying : python-sss-murmur-1.16.5-10.el7_9.16.x86_64 253/257 \n Verifying : libfontenc-1.1.3-3.el7.x86_64 254/257 \n Verifying : apr-util-1.5.2-6.el7_9.1.x86_64 255/257 \n Verifying : giflib-4.1.6-9.el7.x86_64 256/257 \n Verifying : regexp-1.5-13.el7.noarch 257/257 \n\nInstalled:\n ipa-server.x86_64 0:4.6.8-5.el7.centos.17 \n\nDependency Installed:\n 389-ds-base.x86_64 0:1.3.11.1-5.el7_9 \n 389-ds-base-libs.x86_64 0:1.3.11.1-5.el7_9 \n GeoIP.x86_64 0:1.5.0-14.el7 \n antlr-tool.noarch 0:2.7.7-30.el7 \n apache-commons-cli.noarch 0:1.2-13.el7 \n apache-commons-codec.noarch 0:1.8-7.el7 \n apache-commons-collections.noarch 0:3.2.1-22.el7_2 \n apache-commons-daemon.x86_64 0:1.0.13-7.el7 \n apache-commons-dbcp.noarch 0:1.4-17.el7 \n apache-commons-io.noarch 1:2.4-12.el7 \n apache-commons-lang.noarch 0:2.6-15.el7 \n apache-commons-logging.noarch 0:1.1.2-7.el7 \n apache-commons-pool.noarch 0:1.6-9.el7 \n apr.x86_64 0:1.4.8-7.el7 \n apr-util.x86_64 0:1.5.2-6.el7_9.1 \n apr-util-openssl.x86_64 0:1.5.2-6.el7_9.1 \n args4j.noarch 0:2.0.16-13.el7 \n atk.x86_64 0:2.28.1-2.el7 \n augeas-libs.x86_64 0:1.4.0-10.el7 \n autofs.x86_64 1:5.0.7-116.el7_9.1 \n autogen-libopts.x86_64 0:5.18-5.el7 \n avalon-framework.noarch 0:4.3-10.el7 \n avalon-logkit.noarch 0:2.1-14.el7 \n bcel.noarch 0:5.2-19.el7_9 \n bea-stax.noarch 0:1.2.0-9.el7 \n bea-stax-api.noarch 0:1.2.0-9.el7 \n bind-libs.x86_64 32:9.11.4-26.P2.el7_9.16 \n bind-libs-lite.x86_64 32:9.11.4-26.P2.el7_9.16 \n bind-license.noarch 32:9.11.4-26.P2.el7_9.16 \n bind-utils.x86_64 32:9.11.4-26.P2.el7_9.16 \n c-ares.x86_64 0:1.10.0-3.el7_9.1 \n cairo.x86_64 0:1.15.12-4.el7 \n cal10n.noarch 0:0.7.7-4.el7 \n codemodel.noarch 0:2.6-9.el7 \n copy-jdk-configs.noarch 0:3.3-11.el7_9 \n cups-libs.x86_64 1:1.6.3-52.el7_9 \n custodia.noarch 0:0.3.1-4.el7 \n cyrus-sasl-gssapi.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-md5.x86_64 0:2.1.26-24.el7_9 \n cyrus-sasl-plain.x86_64 0:2.1.26-24.el7_9 \n dejavu-fonts-common.noarch 0:2.33-6.el7 \n dejavu-sans-fonts.noarch 0:2.33-6.el7 \n dom4j.noarch 0:1.6.1-20.el7 \n easymock2.noarch 0:2.5.2-12.el7 \n ecj.x86_64 1:4.5.2-3.el7 \n fontawesome-fonts.noarch 0:4.1.0-2.el7 \n fontconfig.x86_64 0:2.13.0-4.3.el7 \n fontpackages-filesystem.noarch 0:1.44-8.el7 \n fribidi.x86_64 0:1.0.2-1.el7_7.1 \n gdk-pixbuf2.x86_64 0:2.36.12-3.el7 \n geoipupdate.x86_64 0:2.5.0-2.el7 \n geronimo-jms.noarch 0:1.1.1-19.el7 \n geronimo-jta.noarch 0:1.1.1-17.el7 \n giflib.x86_64 0:4.1.6-9.el7 \n glassfish-dtd-parser.noarch 0:1.2-0.8.20120120svn.el7 \n glassfish-fastinfoset.noarch 0:1.2.12-9.el7 \n glassfish-jaxb.noarch 0:2.2.5-6.el7 \n glassfish-jaxb-api.noarch 0:2.2.7-4.el7 \n gnutls.x86_64 0:3.3.29-9.el7_6 \n gperftools-libs.x86_64 0:2.6.1-1.el7 \n graphite2.x86_64 0:1.3.10-1.el7_3 \n gtk-update-icon-cache.x86_64 0:3.22.30-8.el7_9 \n gtk2.x86_64 0:2.24.31-1.el7 \n hamcrest.noarch 0:1.3-6.el7 \n harfbuzz.x86_64 0:1.7.5-2.el7 \n hesiod.x86_64 0:3.2.1-3.el7 \n hicolor-icon-theme.noarch 0:0.12-7.el7 \n hsqldb.noarch 1:1.8.1.3-15.el7_9 \n http-parser.x86_64 0:2.7.1-9.el7 \n httpcomponents-client.noarch 0:4.2.5-5.el7_0 \n httpcomponents-core.noarch 0:4.2.4-6.el7 \n httpd.x86_64 0:2.4.6-99.el7.centos.1 \n httpd-tools.x86_64 0:2.4.6-99.el7.centos.1 \n ipa-client.x86_64 0:4.6.8-5.el7.centos.17 \n ipa-client-common.noarch 0:4.6.8-5.el7.centos.17 \n ipa-common.noarch 0:4.6.8-5.el7.centos.17 \n ipa-server-common.noarch 0:4.6.8-5.el7.centos.17 \n isorelax.noarch 1:0-0.15.release20050331.el7 \n istack-commons.noarch 0:2.17-4.el7 \n jackson.noarch 0:1.9.4-7.el7 \n jakarta-commons-httpclient.noarch 1:3.1-16.el7_0 \n jakarta-oro.noarch 0:2.0.8-16.el7 \n jasper-libs.x86_64 0:1.900.1-33.el7 \n java-1.8.0-openjdk.x86_64 1:1.8.0.412.b08-1.el7_9 \n java-1.8.0-openjdk-headless.x86_64 1:1.8.0.412.b08-1.el7_9 \n javamail.noarch 0:1.4.6-8.el7 \n javapackages-tools.noarch 0:3.4.1-11.el7 \n javassist.noarch 0:3.16.1-10.el7 \n jaxen.noarch 0:1.1.3-11.el7 \n jbigkit-libs.x86_64 0:2.0-11.el7 \n jboss-annotations-1.1-api.noarch 0:1.0.1-0.6.20120212git76e1a2.el7 \n jdom.noarch 0:1.1.3-6.el7 \n jing.noarch 0:20091111-14.el7 \n joda-convert.noarch 0:1.3-5.el7 \n joda-time.noarch 0:2.2-3.tzdata2013c.el7 \n jsr-311.noarch 0:1.1.1-6.el7 \n jss.x86_64 0:4.4.9-3.el7 \n junit.noarch 0:4.11-8.el7 \n jvnet-parent.noarch 0:4-2.el7 \n krb5-pkinit.x86_64 0:1.15.1-55.el7_9 \n krb5-server.x86_64 0:1.15.1-55.el7_9 \n krb5-workstation.x86_64 0:1.15.1-55.el7_9 \n ldapjdk.noarch 0:4.19-5.el7 \n libICE.x86_64 0:1.0.9-9.el7 \n libSM.x86_64 0:1.2.2-2.el7 \n libX11.x86_64 0:1.6.7-5.el7_9 \n libX11-common.noarch 0:1.6.7-5.el7_9 \n libXau.x86_64 0:1.0.8-2.1.el7 \n libXcomposite.x86_64 0:0.4.4-4.1.el7 \n libXcursor.x86_64 0:1.1.15-1.el7 \n libXdamage.x86_64 0:1.1.4-4.1.el7 \n libXext.x86_64 0:1.3.3-3.el7 \n libXfixes.x86_64 0:5.0.3-1.el7 \n libXft.x86_64 0:2.3.2-2.el7 \n libXi.x86_64 0:1.7.9-1.el7 \n libXinerama.x86_64 0:1.1.3-2.1.el7 \n libXrandr.x86_64 0:1.5.1-2.el7 \n libXrender.x86_64 0:0.9.10-1.el7 \n libXtst.x86_64 0:1.2.3-1.el7 \n libXxf86vm.x86_64 0:1.1.4-1.el7 \n libdhash.x86_64 0:0.5.0-32.el7 \n libfontenc.x86_64 0:1.1.3-3.el7 \n libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 \n libicu.x86_64 0:50.2-4.el7_7 \n libipa_hbac.x86_64 0:1.16.5-10.el7_9.16 \n libjpeg-turbo.x86_64 0:1.2.90-8.el7 \n libkadm5.x86_64 0:1.15.1-55.el7_9 \n libldb.x86_64 0:1.5.4-2.el7 \n libsmbclient.x86_64 0:4.10.16-25.el7_9 \n libsss_autofs.x86_64 0:1.16.5-10.el7_9.16 \n libsss_certmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_nss_idmap.x86_64 0:1.16.5-10.el7_9.16 \n libsss_sudo.x86_64 0:1.16.5-10.el7_9.16 \n libtdb.x86_64 0:1.3.18-1.el7 \n libthai.x86_64 0:0.1.14-9.el7 \n libtiff.x86_64 0:4.0.3-35.el7 \n libwayland-client.x86_64 0:1.15.0-1.el7 \n libwayland-server.x86_64 0:1.15.0-1.el7 \n libwbclient.x86_64 0:4.10.16-25.el7_9 \n libxcb.x86_64 0:1.13-1.el7 \n libxshmfence.x86_64 0:1.2-1.el7 \n lksctp-tools.x86_64 0:1.0.17-2.el7 \n log4j.noarch 0:1.2.17-18.el7_4 \n mesa-libEGL.x86_64 0:18.3.4-12.el7_9 \n mesa-libGL.x86_64 0:18.3.4-12.el7_9 \n mesa-libgbm.x86_64 0:18.3.4-12.el7_9 \n mesa-libglapi.x86_64 0:18.3.4-12.el7_9 \n mod_auth_gssapi.x86_64 0:1.5.1-7.el7 \n mod_lookup_identity.x86_64 0:1.0.0-1.el7 \n mod_nss.x86_64 0:1.0.14-12.el7 \n mod_session.x86_64 0:2.4.6-99.el7.centos.1 \n mod_wsgi.x86_64 0:3.4-18.el7 \n msv-msv.noarch 1:2013.5.1-7.el7 \n msv-xsdlib.noarch 1:2013.5.1-7.el7 \n nettle.x86_64 0:2.7.1-9.el7_9 \n ntp.x86_64 0:4.2.6p5-29.el7.centos.2 \n ntpdate.x86_64 0:4.2.6p5-29.el7.centos.2 \n nuxwdog.x86_64 0:1.0.5-1.el7 \n nuxwdog-client-java.x86_64 0:1.0.5-1.el7 \n objectweb-asm.noarch 0:3.3.1-9.el7 \n oddjob.x86_64 0:0.31.5-4.el7 \n oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 \n open-sans-fonts.noarch 0:1.10-1.el7 \n openldap-clients.x86_64 0:2.4.44-25.el7_9 \n pango.x86_64 0:1.42.4-4.el7_7 \n pcsc-lite-libs.x86_64 0:1.8.8-8.el7 \n perl-Archive-Tar.noarch 0:1.92-3.el7 \n perl-DB_File.x86_64 0:1.830-6.el7 \n perl-Mozilla-LDAP.x86_64 0:1.5.3-12.el7 \n perl-NetAddr-IP.x86_64 0:4.069-3.el7 \n perl-Package-Constants.noarch 1:0.02-299.el7_9 \n pixman.x86_64 0:0.34.0-1.el7 \n pki-base.noarch 0:10.5.18-27.el7_9 \n pki-base-java.noarch 0:10.5.18-27.el7_9 \n pki-ca.noarch 0:10.5.18-27.el7_9 \n pki-kra.noarch 0:10.5.18-27.el7_9 \n pki-server.noarch 0:10.5.18-27.el7_9 \n pki-tools.x86_64 0:10.5.18-27.el7_9 \n python-augeas.noarch 0:0.5.0-2.el7 \n python-custodia.noarch 0:0.3.1-4.el7 \n python-dateutil.noarch 0:1.5-7.el7 \n python-dns.noarch 0:1.12.0-4.20150617git465785f.el7 \n python-gssapi.x86_64 0:1.2.0-3.el7 \n python-javapackages.noarch 0:3.4.1-11.el7 \n python-jwcrypto.noarch 0:0.4.2-1.el7 \n python-kdcproxy.noarch 0:0.3.2-3.el7 \n python-ldap.x86_64 0:2.4.15-2.el7 \n python-libipa_hbac.x86_64 0:1.16.5-10.el7_9.16 \n python-netaddr.noarch 0:0.7.5-9.el7 \n python-netifaces.x86_64 0:0.10.4-3.el7 \n python-nss.x86_64 0:0.16.0-3.el7 \n python-qrcode-core.noarch 0:5.0.1-1.el7 \n python-sss-murmur.x86_64 0:1.16.5-10.el7_9.16 \n python-sssdconfig.noarch 0:1.16.5-10.el7_9.16 \n python-yubico.noarch 0:1.2.3-1.el7 \n python2-ipaclient.noarch 0:4.6.8-5.el7.centos.17 \n python2-ipalib.noarch 0:4.6.8-5.el7.centos.17 \n python2-ipaserver.noarch 0:4.6.8-5.el7.centos.17 \n python2-pyasn1-modules.noarch 0:0.1.9-7.el7 \n pyusb.noarch 0:1.0.0-0.11.b1.el7 \n qdox.noarch 0:1.12.1-10.el7 \n regexp.noarch 0:1.5-13.el7 \n relaxngDatatype.noarch 0:1.0-11.el7 \n resteasy-base-atom-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-client.noarch 0:3.0.6-4.el7 \n resteasy-base-jackson-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxb-provider.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxrs.noarch 0:3.0.6-4.el7 \n resteasy-base-jaxrs-api.noarch 0:3.0.6-4.el7 \n rngom.noarch 0:201103-0.8.20120119svn.el7 \n samba-client-libs.x86_64 0:4.10.16-25.el7_9 \n samba-common.noarch 0:4.10.16-25.el7_9 \n samba-common-libs.x86_64 0:4.10.16-25.el7_9 \n scannotation.noarch 0:1.0.3-0.7.r12.el7 \n slapi-nis.x86_64 0:0.60.0-4.el7_9 \n slf4j.noarch 0:1.7.4-4.el7_4 \n softhsm.x86_64 0:2.1.0-3.el7 \n sssd.x86_64 0:1.16.5-10.el7_9.16 \n sssd-ad.x86_64 0:1.16.5-10.el7_9.16 \n sssd-client.x86_64 0:1.16.5-10.el7_9.16 \n sssd-common.x86_64 0:1.16.5-10.el7_9.16 \n sssd-common-pac.x86_64 0:1.16.5-10.el7_9.16 \n sssd-dbus.x86_64 0:1.16.5-10.el7_9.16 \n sssd-ipa.x86_64 0:1.16.5-10.el7_9.16 \n sssd-krb5.x86_64 0:1.16.5-10.el7_9.16 \n sssd-krb5-common.x86_64 0:1.16.5-10.el7_9.16 \n sssd-ldap.x86_64 0:1.16.5-10.el7_9.16 \n sssd-proxy.x86_64 0:1.16.5-10.el7_9.16 \n stax-ex.noarch 0:1.7.1-6.el7 \n stax2-api.noarch 0:3.1.1-10.el7 \n svrcore.x86_64 0:4.1.3-2.el7 \n systemd-python.x86_64 0:219-78.el7_9.9 \n tomcat.noarch 0:7.0.76-16.el7_9 \n tomcat-el-2.2-api.noarch 0:7.0.76-16.el7_9 \n tomcat-jsp-2.2-api.noarch 0:7.0.76-16.el7_9 \n tomcat-lib.noarch 0:7.0.76-16.el7_9 \n tomcat-servlet-3.0-api.noarch 0:7.0.76-16.el7_9 \n tomcatjss.noarch 0:7.2.5-1.el7 \n trousers.x86_64 0:0.3.14-2.el7 \n ttmkfdir.x86_64 0:3.0.9-42.el7 \n txw2.noarch 0:20110809-8.el7 \n tzdata-java.noarch 0:2024a-1.el7 \n velocity.noarch 0:1.7-10.el7 \n words.noarch 0:3.0-22.el7 \n ws-jaxme.noarch 0:0.5.2-10.el7 \n xalan-j2.noarch 0:2.7.1-23.el7 \n xerces-j2.noarch 0:2.11.0-17.el7_0 \n xml-commons-apis.noarch 0:1.4.01-16.el7 \n xml-commons-resolver.noarch 0:1.2-15.el7 \n xorg-x11-font-utils.x86_64 1:7.5-21.el7 \n xorg-x11-fonts-Type1.noarch 0:7.5-9.el7 \n xpp3.noarch 0:1.1.3.8-11.el7 \n xsom.noarch 0:0-10.20110809svn.el7 \n\nComplete!\n" ] } TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12 Tuesday 11 February 2025 17:10:04 -0500 (0:01:10.303) 0:01:21.621 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that IPA server packages for adtrust are installed] *** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:18 Tuesday 11 February 2025 17:10:04 -0500 (0:00:00.023) 0:01:21.644 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Ensure that firewall packages installed] *********** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 Tuesday 11 February 2025 17:10:04 -0500 (0:00:00.025) 0:01:21.669 ****** ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 Tuesday 11 February 2025 17:10:05 -0500 (0:00:00.607) 0:01:22.276 ****** changed: [managed-node2] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target system.slice dbus.service polkit.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "iptables.service ipset.service ebtables.service shutdown.target ip6tables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/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", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "basic.target system.slice", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] ******** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40 Tuesday 11 February 2025 17:10:06 -0500 (0:00:01.036) 0:01:23.313 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] ****** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47 Tuesday 11 February 2025 17:10:06 -0500 (0:00:00.024) 0:01:23.338 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Copy external certs] ***************************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55 Tuesday 11 February 2025 17:10:06 -0500 (0:00:00.023) 0:01:23.362 ****** skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [ipaserver : Install - Server installation test] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 Tuesday 11 February 2025 17:10:06 -0500 (0:00:00.023) 0:01:23.385 ****** ok: [managed-node2] => { "_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, "domain": "test.local", "domainlevel": 1, "external_ca": false, "external_ca_profile": null, "external_ca_type": null, "hostname": "ipaserver.test.local", "idmax": 603999999, "idstart": 603800000, "ipa_python_version": 40608, "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": false } TASK [ipaserver : Install - Master password creation] ************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 Tuesday 11 February 2025 17:10:07 -0500 (0:00:01.148) 0:01:24.534 ****** changed: [managed-node2] => { "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:149 Tuesday 11 February 2025 17:10:08 -0500 (0:00:00.883) 0:01:25.418 ****** ok: [managed-node2] => { "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:155 Tuesday 11 February 2025 17:10:08 -0500 (0:00:00.030) 0:01:25.448 ****** skipping: [managed-node2] => { "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:161 Tuesday 11 February 2025 17:10:08 -0500 (0:00:00.022) 0:01:25.471 ****** fatal: [managed-node2]: FAILED! => { "changed": false } TASK [ipaserver : Install - Cleanup root IPA cache] **************************** task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472 Tuesday 11 February 2025 17:10:10 -0500 (0:00:02.087) 0:01:27.558 ****** ok: [managed-node2] => { "changed": false, "path": "/root/.ipa_cache", "state": "absent" } TASK [ipaserver : Cleanup temporary files] ************************************* task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:477 Tuesday 11 February 2025 17:10:11 -0500 (0:00:00.436) 0:01:27.995 ****** ok: [managed-node2] => (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-node2] => (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-node2] => (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 [FAILURE - check entropy] ************************************************* task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:111 Tuesday 11 February 2025 17:10:12 -0500 (0:00:00.925) 0:01:28.920 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "cat", "/proc/sys/kernel/random/entropy_avail" ], "delta": "0:00:00.003022", "end": "2025-02-11 17:10:12.374833", "rc": 0, "start": "2025-02-11 17:10:12.371811" } STDOUT: 3791 TASK [FAILURE - get logs for debugging] **************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:114 Tuesday 11 February 2025 17:10:12 -0500 (0:00:00.317) 0:01:29.237 ****** ok: [managed-node2] => { "changed": false, "cmd": "set -euo pipefail\ncd /var/log\ntar -czf /tmp/ipalogs.tgz $( [[ -e messages ]] && echo messages ) $( [[ -e ipaserver-install.log ]] && echo ipaserver-install.log ) $( [[ -e ipaclient-install.log ]] && echo ipaclient-install.log ) $( [[ -e pki ]] && echo pki )\nchmod '0644' /tmp/ipalogs.tgz\necho \"===========================\"\necho \" ipaserver-install.log\"\necho \"===========================\"\ncat ipaserver-install.log\necho \"===========================\"\necho \" /var/log/messages\"\necho \"===========================\"\ncat /var/log/messages", "delta": "0:00:00.015867", "end": "2025-02-11 17:10:12.707428", "rc": 0, "start": "2025-02-11 17:10:12.691561" } STDOUT: =========================== ipaserver-install.log =========================== 2025-02-11T22:10:07Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state' 2025-02-11T22:10:07Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index' 2025-02-11T22:10:07Z DEBUG httpd is not configured 2025-02-11T22:10:07Z DEBUG kadmin is not configured 2025-02-11T22:10:07Z DEBUG dirsrv is not configured 2025-02-11T22:10:07Z DEBUG pki-tomcatd is not configured 2025-02-11T22:10:07Z DEBUG install is not configured 2025-02-11T22:10:07Z DEBUG krb5kdc is not configured 2025-02-11T22:10:07Z DEBUG ntpd is not configured 2025-02-11T22:10:07Z DEBUG named is not configured 2025-02-11T22:10:07Z DEBUG filestore is tracking no files 2025-02-11T22:10:07Z DEBUG Loading Index file from '/var/lib/ipa-client/sysrestore/sysrestore.index' 2025-02-11T22:10:07Z DEBUG Searching for an interface of IP address: ::1 2025-02-11T22:10:07Z DEBUG Testing local IP address: ::1/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff (interface: lo) 2025-02-11T22:10:07Z DEBUG Starting external process 2025-02-11T22:10:07Z DEBUG args=/usr/sbin/selinuxenabled 2025-02-11T22:10:07Z DEBUG Process finished, return code=0 2025-02-11T22:10:07Z DEBUG stdout= 2025-02-11T22:10:07Z DEBUG stderr= 2025-02-11T22:10:07Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state' 2025-02-11T22:10:07Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index' 2025-02-11T22:10:07Z DEBUG httpd is not configured 2025-02-11T22:10:07Z DEBUG kadmin is not configured 2025-02-11T22:10:07Z DEBUG dirsrv is not configured 2025-02-11T22:10:07Z DEBUG pki-tomcatd is not configured 2025-02-11T22:10:07Z DEBUG install is not configured 2025-02-11T22:10:07Z DEBUG krb5kdc is not configured 2025-02-11T22:10:07Z DEBUG ntpd is not configured 2025-02-11T22:10:07Z DEBUG named is not configured 2025-02-11T22:10:07Z DEBUG filestore is tracking no files 2025-02-11T22:10:07Z DEBUG Starting external process 2025-02-11T22:10:07Z DEBUG args=/bin/systemctl is-enabled chronyd.service 2025-02-11T22:10:07Z DEBUG Process finished, return code=0 2025-02-11T22:10:07Z DEBUG stdout=enabled 2025-02-11T22:10:07Z DEBUG stderr= 2025-02-11T22:10:07Z DEBUG Starting external process 2025-02-11T22:10:07Z DEBUG args=/usr/sbin/httpd -t -D DUMP_VHOSTS 2025-02-11T22:10:07Z DEBUG Process finished, return code=0 2025-02-11T22:10:07Z DEBUG stdout=VirtualHost configuration: *:8443 ipaserver.test.local (/etc/httpd/conf.d/nss.conf:81) 2025-02-11T22:10:07Z DEBUG stderr= 2025-02-11T22:10:07Z DEBUG Check if ipaserver.test.local is a primary hostname for localhost 2025-02-11T22:10:07Z DEBUG Primary hostname for localhost: ipaserver.test.local 2025-02-11T22:10:09Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index' 2025-02-11T22:10:09Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state' 2025-02-11T22:10:09Z DEBUG importing all plugin modules in ipaserver.plugins... 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.aci 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.automember 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.automount 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.baseldap 2025-02-11T22:10:09Z DEBUG ipaserver.plugins.baseldap is not a valid plugin module 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.baseuser 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.batch 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.ca 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.caacl 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.cert 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.certmap 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.certprofile 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.config 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.delegation 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.dns 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.dnsserver 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.dogtag 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.domainlevel 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.group 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.hbac 2025-02-11T22:10:09Z DEBUG ipaserver.plugins.hbac is not a valid plugin module 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.hbacrule 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.hbacsvc 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.hbacsvcgroup 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.hbactest 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.host 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.hostgroup 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.idrange 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.idviews 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.internal 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.join 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.krbtpolicy 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.ldap2 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.location 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.migration 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.misc 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.netgroup 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.otp 2025-02-11T22:10:09Z DEBUG ipaserver.plugins.otp is not a valid plugin module 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.otpconfig 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.otptoken 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.passwd 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.permission 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.ping 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.pkinit 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.privilege 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.pwpolicy 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.rabase 2025-02-11T22:10:09Z DEBUG ipaserver.plugins.rabase is not a valid plugin module 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.radiusproxy 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.realmdomains 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.role 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.schema 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.selfservice 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.selinuxusermap 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.server 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.serverrole 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.serverroles 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.service 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.servicedelegation 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.session 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.stageuser 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.sudo 2025-02-11T22:10:09Z DEBUG ipaserver.plugins.sudo is not a valid plugin module 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.sudocmd 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.sudocmdgroup 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.sudorule 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.topology 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.trust 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.user 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.vault 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.virtual 2025-02-11T22:10:09Z DEBUG ipaserver.plugins.virtual is not a valid plugin module 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.whoami 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.plugins.xmlserver 2025-02-11T22:10:09Z DEBUG importing all plugin modules in ipaserver.install.plugins... 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.adtrust 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.ca_renewal_master 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.dns 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.fix_kra_people_entry 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.fix_replica_agreements 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.rename_managed 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_ca_topology 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_dna_shared_config 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_fix_duplicate_cacrt_in_ldap 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_idranges 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_ldap_server_list 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_managed_permissions 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_nis 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_pacs 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_passsync 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_ra_cert_store 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_referint 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_services 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_unhashed_password 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.update_uniqueness 2025-02-11T22:10:09Z DEBUG importing plugin module ipaserver.install.plugins.upload_cacrt 2025-02-11T22:10:10Z DEBUG Name ipaserver.test.local resolved to set([UnsafeIPAddress('10.31.9.151'), UnsafeIPAddress('fe80::10b4:4eff:febe:dc9f')]) 2025-02-11T22:10:10Z WARNING Invalid IP address fe80::10b4:4eff:febe:dc9f for ipaserver.test.local: cannot use link-local IP address fe80::10b4:4eff:febe:dc9f =========================== /var/log/messages =========================== Jun 20 06:58:42 vm-10-0-184-5 ansible-ansible.legacy.command: Invoked with executable=None chdir=/usr/tmp/1mt-img_gen expand_argument_vars=True strip_empty_ends=True _raw_params=. ./func.sh; clean_temps removes=None argv=None creates=None _uses_shell=True stdin_add_newline=True stdin=None Jun 20 06:58:44 vm-10-0-184-5 ansible-file: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/root/.bash_history owner=None follow=True attributes=None mode=None Jun 20 06:58:50 vm-10-0-184-5 ansible-ansible.legacy.stat: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/machine-id follow=False get_mime=True get_attributes=True Jun 20 06:58:52 vm-10-0-184-5 ansible-ansible.legacy.copy: Invoked with src=/root/.ansible/tmp/ansible-tmp-1718881129.435886-4611-247256266740295/source directory_mode=None force=True unsafe_writes=False remote_src=None dest=/etc/machine-id selevel=None seuser=None setype=None group=None content=NOT_LOGGING_PARAMETER _original_basename=tmpelhbxn53 serole=None mode=None checksum=da39a3ee5e6b4b0d3255bfef95601890afd80709 owner=None follow=False validate=None attributes=None backup=False local_follow=None Jun 20 06:59:19 vm-10-0-184-5 ansible-ansible.legacy.command: Invoked with executable=None chdir=/usr/tmp/1mt-img_gen expand_argument_vars=True strip_empty_ends=True _raw_params=. ./func.sh; restore_selinux_context removes=None argv=None creates=None _uses_shell=True stdin_add_newline=True stdin=None Jun 20 06:59:22 vm-10-0-184-5 NetworkManager[462]: [1718881162.4970] manager: kernel firmware directory '/lib/firmware' changed Jun 20 06:59:39 vm-10-0-184-5 ansible-file: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/usr/tmp/1mt-img_gen owner=None follow=True attributes=None mode=None Jun 20 06:59:44 vm-10-0-184-5 ansible-file: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/root/.compose owner=None follow=True attributes=None mode=None Jun 20 06:59:45 vm-10-0-184-5 ansible-file: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/root/.buildroot owner=None follow=True attributes=None mode=None Jun 20 06:59:46 vm-10-0-184-5 ansible-file: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/root/.tree_type owner=None follow=True attributes=None mode=None Jun 20 06:59:46 vm-10-0-184-5 ansible-file: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/root/.support owner=None follow=True attributes=None mode=None Jun 20 06:59:47 vm-10-0-184-5 ansible-file: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=absent access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/root/.postfix owner=None follow=True attributes=None mode=None Jun 20 06:59:49 vm-10-0-184-5 ansible-ansible.legacy.command: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=/sbin/shutdown -h +1 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jun 20 06:59:49 vm-10-0-184-5 systemd: Started Delayed Shutdown Service. Jun 20 06:59:49 vm-10-0-184-5 systemd-shutdownd: Shutting down at Thu 2024-06-20 07:00:49 EDT (poweroff)... Jun 20 06:59:49 vm-10-0-184-5 systemd-shutdownd: Creating /run/nologin, blocking further logins... Jun 20 07:00:49 vm-10-0-184-5 systemd-logind: Removed session 5. Jun 20 07:00:49 vm-10-0-184-5 systemd: Removed slice User Slice of root. Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys cpuset Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys cpu Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys cpuacct Feb 11 17:03:47 ip-10-31-9-151 kernel: Linux version 3.10.0-1160.119.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Tue Jun 4 14:43:51 UTC 2024 Feb 11 17:03:47 ip-10-31-9-151 kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 Feb 11 17:03:47 ip-10-31-9-151 kernel: e820: BIOS-provided physical RAM map: Feb 11 17:03:47 ip-10-31-9-151 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable Feb 11 17:03:47 ip-10-31-9-151 kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000efffffff] usable Feb 11 17:03:47 ip-10-31-9-151 kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: NX (Execute Disable) protection: active Feb 11 17:03:47 ip-10-31-9-151 kernel: SMBIOS 2.7 present. Feb 11 17:03:47 ip-10-31-9-151 kernel: DMI: Xen HVM domU, BIOS 4.11.amazon 08/24/2006 Feb 11 17:03:47 ip-10-31-9-151 kernel: Hypervisor detected: Xen HVM Feb 11 17:03:47 ip-10-31-9-151 kernel: Xen version 4.11. Feb 11 17:03:47 ip-10-31-9-151 kernel: Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs. Feb 11 17:03:47 ip-10-31-9-151 kernel: Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.#012You might have to change the root device#012from /dev/hd[a-d] to /dev/xvd[a-d]#012in your root= kernel command line option Feb 11 17:03:47 ip-10-31-9-151 kernel: e820: last_pfn = 0xf0000 max_arch_pfn = 0x400000000 Feb 11 17:03:47 ip-10-31-9-151 kernel: PAT configuration [0-7]: WB WC UC- UC WB WP UC- UC Feb 11 17:03:47 ip-10-31-9-151 kernel: found SMP MP-table at [mem 0x000fbb70-0x000fbb7f] mapped at [ffffffffff200b70] Feb 11 17:03:47 ip-10-31-9-151 kernel: Using GB pages for direct mapping Feb 11 17:03:47 ip-10-31-9-151 kernel: RAMDISK: [mem 0x3597c000-0x36cb5fff] Feb 11 17:03:47 ip-10-31-9-151 kernel: Early table checksum verification disabled Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: RSDP 00000000000ea020 00024 (v02 Xen) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI Warning: BIOS XSDT has NULL entry, using RSDT (20130517/tbutils-388) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: RSDT 00000000fc00d3b0 0003C (v01 Xen HVM 00000000 HVML 00000000) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: FACP 00000000fc00d330 00074 (v01 Xen HVM 00000000 HVML 00000000) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: DSDT 00000000fc001000 0BD14 (v02 Xen HVM 00000000 INTL 20090123) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: FACS 00000000fc00d2f0 00040 Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: SSDT 00000000fc00cd20 00033 (v02 Xen HVM 00000000 INTL 20090123) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: SSDT 00000000fc00cd60 00031 (v02 Xen HVM 00000000 INTL 20090123) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: APIC 00000000fc00cda0 000D8 (v02 Xen HVM 00000000 HVML 00000000) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: HPET 00000000fc00d280 00038 (v01 Xen HVM 00000000 HVML 00000000) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: WAET 00000000fc00d2c0 00028 (v01 Xen HVM 00000000 HVML 00000000) Feb 11 17:03:47 ip-10-31-9-151 kernel: No NUMA configuration found Feb 11 17:03:47 ip-10-31-9-151 kernel: Faking a node at [mem 0x0000000000000000-0x00000000efffffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: NODE_DATA(0) allocated [mem 0xeffd9000-0xefffffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: Reserving 161MB of memory at 688MB for crashkernel (System RAM: 3839MB) Feb 11 17:03:47 ip-10-31-9-151 kernel: Zone ranges: Feb 11 17:03:47 ip-10-31-9-151 kernel: DMA [mem 0x00001000-0x00ffffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: DMA32 [mem 0x01000000-0xffffffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: Normal empty Feb 11 17:03:47 ip-10-31-9-151 kernel: Movable zone start for each node Feb 11 17:03:47 ip-10-31-9-151 kernel: Early memory node ranges Feb 11 17:03:47 ip-10-31-9-151 kernel: node 0: [mem 0x00001000-0x0009dfff] Feb 11 17:03:47 ip-10-31-9-151 kernel: node 0: [mem 0x00100000-0xefffffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: Initmem setup node 0 [mem 0x00001000-0xefffffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: PM-Timer IO Port: 0xb008 Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x09] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x00] disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) Feb 11 17:03:47 ip-10-31-9-151 kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47 Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level) Feb 11 17:03:47 ip-10-31-9-151 kernel: Using ACPI (MADT) for SMP configuration information Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 Feb 11 17:03:47 ip-10-31-9-151 kernel: smpboot: Allowing 15 CPUs, 13 hotplug CPUs Feb 11 17:03:47 ip-10-31-9-151 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] Feb 11 17:03:47 ip-10-31-9-151 kernel: e820: [mem 0xf0000000-0xfbffffff] available for PCI devices Feb 11 17:03:47 ip-10-31-9-151 kernel: Booting paravirtualized kernel on Xen HVM Feb 11 17:03:47 ip-10-31-9-151 kernel: setup_percpu: NR_CPUS:5120 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1 Feb 11 17:03:47 ip-10-31-9-151 kernel: percpu: Embedded 38 pages/cpu s118784 r8192 d28672 u262144 Feb 11 17:03:47 ip-10-31-9-151 kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 967560 Feb 11 17:03:47 ip-10-31-9-151 kernel: Policy zone: DMA32 Feb 11 17:03:47 ip-10-31-9-151 kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 Feb 11 17:03:47 ip-10-31-9-151 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 Feb 11 17:03:47 ip-10-31-9-151 kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form Feb 11 17:03:47 ip-10-31-9-151 kernel: Memory: 2043192k/3932160k available (7988k kernel code, 396k absent, 267920k reserved, 5756k data, 2176k init) Feb 11 17:03:47 ip-10-31-9-151 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1 Feb 11 17:03:47 ip-10-31-9-151 kernel: x86/pti: Unmapping kernel while in userspace Feb 11 17:03:47 ip-10-31-9-151 kernel: Hierarchical RCU implementation. Feb 11 17:03:47 ip-10-31-9-151 kernel: #011RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=15. Feb 11 17:03:47 ip-10-31-9-151 kernel: NR_IRQS:327936 nr_irqs:952 0 Feb 11 17:03:47 ip-10-31-9-151 kernel: xen:events: Xen HVM callback vector for event delivery is enabled Feb 11 17:03:47 ip-10-31-9-151 kernel: Console: colour VGA+ 80x25 Feb 11 17:03:47 ip-10-31-9-151 kernel: console [tty0] enabled Feb 11 17:03:47 ip-10-31-9-151 kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Feb 11 17:03:47 ip-10-31-9-151 kernel: console [ttyS0] enabled Feb 11 17:03:47 ip-10-31-9-151 kernel: allocated 31457280 bytes of page_cgroup Feb 11 17:03:47 ip-10-31-9-151 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups Feb 11 17:03:47 ip-10-31-9-151 kernel: tsc: Fast TSC calibration using PIT Feb 11 17:03:47 ip-10-31-9-151 kernel: tsc: Detected 2899.869 MHz processor Feb 11 17:03:47 ip-10-31-9-151 kernel: tsc: Detected 2899.998 MHz TSC Feb 11 17:03:47 ip-10-31-9-151 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. Feb 11 17:03:47 ip-10-31-9-151 kernel: 5799.99 BogoMIPS (lpj=2899998) Feb 11 17:03:47 ip-10-31-9-151 kernel: pid_max: default: 32768 minimum: 301 Feb 11 17:03:47 ip-10-31-9-151 kernel: Security Framework initialized Feb 11 17:03:47 ip-10-31-9-151 kernel: SELinux: Initializing. Feb 11 17:03:47 ip-10-31-9-151 kernel: Yama: becoming mindful. Feb 11 17:03:47 ip-10-31-9-151 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys memory Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys devices Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys freezer Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys net_cls Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys blkio Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys perf_event Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys hugetlb Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys pids Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing cgroup subsys net_prio Feb 11 17:03:47 ip-10-31-9-151 kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 Feb 11 17:03:47 ip-10-31-9-151 kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0 Feb 11 17:03:47 ip-10-31-9-151 kernel: tlb_flushall_shift: 6 Feb 11 17:03:47 ip-10-31-9-151 kernel: FEATURE SPEC_CTRL Not Present Feb 11 17:03:47 ip-10-31-9-151 kernel: FEATURE IBPB_SUPPORT Not Present Feb 11 17:03:47 ip-10-31-9-151 kernel: Spectre V1 : Mitigation: Load fences, usercopy/swapgs barriers and __user pointer sanitization Feb 11 17:03:47 ip-10-31-9-151 kernel: Spectre V2 : Vulnerable: Retpoline without IBPB Feb 11 17:03:47 ip-10-31-9-151 kernel: Filling RSB on context switch Feb 11 17:03:47 ip-10-31-9-151 kernel: Speculative Store Bypass: Vulnerable Feb 11 17:03:47 ip-10-31-9-151 kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode Feb 11 17:03:47 ip-10-31-9-151 kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode Feb 11 17:03:47 ip-10-31-9-151 kernel: Freeing SMP alternatives: 28k freed Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Core revision 20130517 Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: All ACPI Tables successfully acquired Feb 11 17:03:47 ip-10-31-9-151 kernel: ftrace: allocating 29713 entries in 117 pages Feb 11 17:03:47 ip-10-31-9-151 kernel: IRQ remapping doesn't support X2APIC mode, disable x2apic. Feb 11 17:03:47 ip-10-31-9-151 kernel: Switched APIC routing to physical flat. Feb 11 17:03:47 ip-10-31-9-151 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 Feb 11 17:03:47 ip-10-31-9-151 kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz (fam: 06, model: 3f, stepping: 02) Feb 11 17:03:47 ip-10-31-9-151 kernel: installing Xen timer for CPU 0 Feb 11 17:03:47 ip-10-31-9-151 kernel: cpu 0 spinlock event irq 53 Feb 11 17:03:47 ip-10-31-9-151 kernel: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only. Feb 11 17:03:47 ip-10-31-9-151 kernel: NMI watchdog: disabled (cpu0): hardware events not enabled Feb 11 17:03:47 ip-10-31-9-151 kernel: NMI watchdog: Shutting down hard lockup detector on all cpus Feb 11 17:03:47 ip-10-31-9-151 kernel: installing Xen timer for CPU 1 Feb 11 17:03:47 ip-10-31-9-151 kernel: smpboot: Booting Node 0, Processors #1cpu 1 spinlock event irq 59 Feb 11 17:03:47 ip-10-31-9-151 kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. Feb 11 17:03:47 ip-10-31-9-151 kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. Feb 11 17:03:47 ip-10-31-9-151 kernel: Brought up 2 CPUs Feb 11 17:03:47 ip-10-31-9-151 kernel: smpboot: Max logical packages: 8 Feb 11 17:03:47 ip-10-31-9-151 kernel: smpboot: Total of 2 processors activated (11599.99 BogoMIPS) Feb 11 17:03:47 ip-10-31-9-151 kernel: node 0 initialised, 405163 pages in 7ms Feb 11 17:03:47 ip-10-31-9-151 kernel: devtmpfs: initialized Feb 11 17:03:47 ip-10-31-9-151 kernel: x86/mm: Memory block size: 128MB Feb 11 17:03:47 ip-10-31-9-151 kernel: EVM: security.selinux Feb 11 17:03:47 ip-10-31-9-151 kernel: EVM: security.ima Feb 11 17:03:47 ip-10-31-9-151 kernel: EVM: security.capability Feb 11 17:03:47 ip-10-31-9-151 kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE Feb 11 17:03:47 ip-10-31-9-151 kernel: pinctrl core: initialized pinctrl subsystem Feb 11 17:03:47 ip-10-31-9-151 kernel: RTC time: 22:03:46, date: 02/11/25 Feb 11 17:03:47 ip-10-31-9-151 kernel: NET: Registered protocol family 16 Feb 11 17:03:47 ip-10-31-9-151 kernel: random: fast init done Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: bus type PCI registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Feb 11 17:03:47 ip-10-31-9-151 kernel: PCI: Using configuration type 1 for base access Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Added _OSI(Module Device) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Added _OSI(Processor Device) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Added _OSI(3.0 _SCP Extensions) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Added _OSI(Processor Aggregator Device) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Added _OSI(Linux-Dell-Video) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Interpreter enabled Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: (supports S0 S3 S4 S5) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Using IOAPIC for interrupt routing Feb 11 17:03:47 ip-10-31-9-151 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Enabled 2 GPEs in block 00 to 0F Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Feb 11 17:03:47 ip-10-31-9-151 kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] Feb 11 17:03:47 ip-10-31-9-151 kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM Feb 11 17:03:47 ip-10-31-9-151 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [0] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [3] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [4] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [5] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [6] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [7] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [8] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [9] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [10] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [11] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [12] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [13] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [14] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [15] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [16] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [17] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [18] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [19] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [20] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [21] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [22] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [23] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [24] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [25] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [26] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [27] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [28] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [29] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [30] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: acpiphp: Slot [31] registered Feb 11 17:03:47 ip-10-31-9-151 kernel: PCI host bridge to bus 0000:00 Feb 11 17:03:47 ip-10-31-9-151 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Feb 11 17:03:47 ip-10-31-9-151 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Feb 11 17:03:47 ip-10-31-9-151 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Feb 11 17:03:47 ip-10-31-9-151 kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window] Feb 11 17:03:47 ip-10-31-9-151 kernel: pci_bus 0000:00: root bus resource [bus 00-ff] Feb 11 17:03:47 ip-10-31-9-151 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] Feb 11 17:03:47 ip-10-31-9-151 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] Feb 11 17:03:47 ip-10-31-9-151 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] Feb 11 17:03:47 ip-10-31-9-151 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] Feb 11 17:03:47 ip-10-31-9-151 kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,#012* this clock source is slow. Consider trying other clock sources Feb 11 17:03:47 ip-10-31-9-151 kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11) Feb 11 17:03:47 ip-10-31-9-151 kernel: xen:balloon: Initialising balloon driver Feb 11 17:03:47 ip-10-31-9-151 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none Feb 11 17:03:47 ip-10-31-9-151 kernel: vgaarb: loaded Feb 11 17:03:47 ip-10-31-9-151 kernel: vgaarb: bridge control possible 0000:00:02.0 Feb 11 17:03:47 ip-10-31-9-151 kernel: SCSI subsystem initialized Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: bus type USB registered Feb 11 17:03:47 ip-10-31-9-151 kernel: usbcore: registered new interface driver usbfs Feb 11 17:03:47 ip-10-31-9-151 kernel: usbcore: registered new interface driver hub Feb 11 17:03:47 ip-10-31-9-151 kernel: usbcore: registered new device driver usb Feb 11 17:03:47 ip-10-31-9-151 kernel: EDAC MC: Ver: 3.0.0 Feb 11 17:03:47 ip-10-31-9-151 kernel: PCI: Using ACPI for IRQ routing Feb 11 17:03:47 ip-10-31-9-151 kernel: NetLabel: Initializing Feb 11 17:03:47 ip-10-31-9-151 kernel: NetLabel: domain hash size = 128 Feb 11 17:03:47 ip-10-31-9-151 kernel: NetLabel: protocols = UNLABELED CIPSOv4 Feb 11 17:03:47 ip-10-31-9-151 kernel: NetLabel: unlabeled traffic allowed by default Feb 11 17:03:47 ip-10-31-9-151 kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer Feb 11 17:03:47 ip-10-31-9-151 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Feb 11 17:03:47 ip-10-31-9-151 kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter Feb 11 17:03:47 ip-10-31-9-151 kernel: amd_nb: Cannot enumerate AMD northbridges Feb 11 17:03:47 ip-10-31-9-151 kernel: Switched to clocksource xen Feb 11 17:03:47 ip-10-31-9-151 kernel: pnp: PnP ACPI init Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: bus type PNP registered Feb 11 17:03:47 ip-10-31-9-151 kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: system 00:07: [io 0x10c0-0x1141] has been reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: system 00:07: [io 0xb044-0xb047] has been reserved Feb 11 17:03:47 ip-10-31-9-151 kernel: pnp: PnP ACPI: found 8 devices Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: bus type PNP unregistered Feb 11 17:03:47 ip-10-31-9-151 kernel: NET: Registered protocol family 2 Feb 11 17:03:47 ip-10-31-9-151 kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: TCP: Hash tables configured (established 32768 bind 32768) Feb 11 17:03:47 ip-10-31-9-151 kernel: TCP: reno registered Feb 11 17:03:47 ip-10-31-9-151 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: NET: Registered protocol family 1 Feb 11 17:03:47 ip-10-31-9-151 kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Feb 11 17:03:47 ip-10-31-9-151 kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release Feb 11 17:03:47 ip-10-31-9-151 kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Feb 11 17:03:47 ip-10-31-9-151 kernel: Unpacking initramfs... Feb 11 17:03:47 ip-10-31-9-151 kernel: Freeing initrd memory: 19688k freed Feb 11 17:03:47 ip-10-31-9-151 kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer Feb 11 17:03:47 ip-10-31-9-151 kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules Feb 11 17:03:47 ip-10-31-9-151 kernel: RAPL PMU: hw unit of domain package 2^-14 Joules Feb 11 17:03:47 ip-10-31-9-151 kernel: RAPL PMU: hw unit of domain dram 2^-16 Joules Feb 11 17:03:47 ip-10-31-9-151 kernel: sha1_ssse3: Using AVX2 optimized SHA-1 implementation Feb 11 17:03:47 ip-10-31-9-151 kernel: sha256_ssse3: Using AVX2 optimized SHA-256 implementation Feb 11 17:03:47 ip-10-31-9-151 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: Initialise system trusted keyring Feb 11 17:03:47 ip-10-31-9-151 kernel: audit: initializing netlink socket (disabled) Feb 11 17:03:47 ip-10-31-9-151 kernel: type=2000 audit(1739311428.006:1): initialized Feb 11 17:03:47 ip-10-31-9-151 kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages Feb 11 17:03:47 ip-10-31-9-151 kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages Feb 11 17:03:47 ip-10-31-9-151 kernel: zpool: loaded Feb 11 17:03:47 ip-10-31-9-151 kernel: zbud: loaded Feb 11 17:03:47 ip-10-31-9-151 kernel: VFS: Disk quotas dquot_6.5.2 Feb 11 17:03:47 ip-10-31-9-151 kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Feb 11 17:03:47 ip-10-31-9-151 kernel: Key type big_key registered Feb 11 17:03:47 ip-10-31-9-151 kernel: NET: Registered protocol family 38 Feb 11 17:03:47 ip-10-31-9-151 kernel: Key type asymmetric registered Feb 11 17:03:47 ip-10-31-9-151 kernel: Asymmetric key parser 'x509' registered Feb 11 17:03:47 ip-10-31-9-151 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) Feb 11 17:03:47 ip-10-31-9-151 kernel: io scheduler noop registered Feb 11 17:03:47 ip-10-31-9-151 kernel: io scheduler deadline registered (default) Feb 11 17:03:47 ip-10-31-9-151 kernel: io scheduler cfq registered Feb 11 17:03:47 ip-10-31-9-151 kernel: io scheduler mq-deadline registered Feb 11 17:03:47 ip-10-31-9-151 kernel: io scheduler kyber registered Feb 11 17:03:47 ip-10-31-9-151 kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Feb 11 17:03:47 ip-10-31-9-151 kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Feb 11 17:03:47 ip-10-31-9-151 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Feb 11 17:03:47 ip-10-31-9-151 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Power Button [PWRF] Feb 11 17:03:47 ip-10-31-9-151 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Feb 11 17:03:47 ip-10-31-9-151 kernel: ACPI: Sleep Button [SLPF] Feb 11 17:03:47 ip-10-31-9-151 kernel: GHES: HEST is not enabled! Feb 11 17:03:47 ip-10-31-9-151 kernel: xen:grant_table: Grant tables using version 1 layout Feb 11 17:03:47 ip-10-31-9-151 kernel: Grant table initialized Feb 11 17:03:47 ip-10-31-9-151 kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Feb 11 17:03:47 ip-10-31-9-151 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Feb 11 17:03:47 ip-10-31-9-151 kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Feb 11 17:03:47 ip-10-31-9-151 kernel: Non-volatile memory driver v1.3 Feb 11 17:03:47 ip-10-31-9-151 kernel: Linux agpgart interface v0.103 Feb 11 17:03:47 ip-10-31-9-151 kernel: crash memory driver: version 1.1 Feb 11 17:03:47 ip-10-31-9-151 kernel: rdac: device handler registered Feb 11 17:03:47 ip-10-31-9-151 kernel: hp_sw: device handler registered Feb 11 17:03:47 ip-10-31-9-151 kernel: emc: device handler registered Feb 11 17:03:47 ip-10-31-9-151 kernel: alua: device handler registered Feb 11 17:03:47 ip-10-31-9-151 kernel: libphy: Fixed MDIO Bus: probed Feb 11 17:03:47 ip-10-31-9-151 kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Feb 11 17:03:47 ip-10-31-9-151 kernel: ehci-pci: EHCI PCI platform driver Feb 11 17:03:47 ip-10-31-9-151 kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Feb 11 17:03:47 ip-10-31-9-151 kernel: ohci-pci: OHCI PCI platform driver Feb 11 17:03:47 ip-10-31-9-151 kernel: uhci_hcd: USB Universal Host Controller Interface driver Feb 11 17:03:47 ip-10-31-9-151 kernel: usbcore: registered new interface driver usbserial_generic Feb 11 17:03:47 ip-10-31-9-151 kernel: usbserial: USB Serial support registered for generic Feb 11 17:03:47 ip-10-31-9-151 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Feb 11 17:03:47 ip-10-31-9-151 kernel: i8042: Warning: Keylock active Feb 11 17:03:47 ip-10-31-9-151 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Feb 11 17:03:47 ip-10-31-9-151 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Feb 11 17:03:47 ip-10-31-9-151 kernel: mousedev: PS/2 mouse device common for all mice Feb 11 17:03:47 ip-10-31-9-151 kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 Feb 11 17:03:47 ip-10-31-9-151 kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Feb 11 17:03:47 ip-10-31-9-151 kernel: cpuidle: using governor menu Feb 11 17:03:47 ip-10-31-9-151 kernel: hidraw: raw HID events driver (C) Jiri Kosina Feb 11 17:03:47 ip-10-31-9-151 kernel: usbcore: registered new interface driver usbhid Feb 11 17:03:47 ip-10-31-9-151 kernel: usbhid: USB HID core driver Feb 11 17:03:47 ip-10-31-9-151 kernel: drop_monitor: Initializing network drop monitor service Feb 11 17:03:47 ip-10-31-9-151 kernel: Netfilter messages via NETLINK v0.30. Feb 11 17:03:47 ip-10-31-9-151 kernel: TCP: cubic registered Feb 11 17:03:47 ip-10-31-9-151 kernel: Initializing XFRM netlink socket Feb 11 17:03:47 ip-10-31-9-151 kernel: NET: Registered protocol family 10 Feb 11 17:03:47 ip-10-31-9-151 kernel: NET: Registered protocol family 17 Feb 11 17:03:47 ip-10-31-9-151 kernel: mpls_gso: MPLS GSO support Feb 11 17:03:47 ip-10-31-9-151 kernel: mce: Using 32 MCE banks Feb 11 17:03:47 ip-10-31-9-151 kernel: Loading compiled-in X.509 certificates Feb 11 17:03:47 ip-10-31-9-151 kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' Feb 11 17:03:47 ip-10-31-9-151 kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' Feb 11 17:03:47 ip-10-31-9-151 kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: 68ea103f2c90a8dc0bb0446c06d14561f29e1172' Feb 11 17:03:47 ip-10-31-9-151 kernel: registered taskstats version 1 Feb 11 17:03:47 ip-10-31-9-151 kernel: page_owner is disabled Feb 11 17:03:47 ip-10-31-9-151 kernel: Key type trusted registered Feb 11 17:03:47 ip-10-31-9-151 kernel: Key type encrypted registered Feb 11 17:03:47 ip-10-31-9-151 kernel: IMA: No TPM chip found, activating TPM-bypass! (rc=-19) Feb 11 17:03:47 ip-10-31-9-151 kernel: BERT: Boot Error Record Table support is disabled. Enable it by using bert_enable as kernel parameter. Feb 11 17:03:47 ip-10-31-9-151 kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Feb 11 17:03:47 ip-10-31-9-151 kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Feb 11 17:03:47 ip-10-31-9-151 kernel: Magic number: 13:648:97 Feb 11 17:03:47 ip-10-31-9-151 kernel: rtc_cmos 00:02: setting system clock to 2025-02-11 22:03:47 UTC (1739311427) Feb 11 17:03:47 ip-10-31-9-151 kernel: Freeing unused kernel memory: 2176k freed Feb 11 17:03:47 ip-10-31-9-151 kernel: Write protecting the kernel read-only data: 12288k Feb 11 17:03:47 ip-10-31-9-151 kernel: Freeing unused kernel memory: 192k freed Feb 11 17:03:47 ip-10-31-9-151 kernel: Freeing unused kernel memory: 524k freed Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Detected virtualization xen. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Detected architecture x86-64. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Running in initial RAM disk. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Set hostname to . Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Reached target Swap. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Reached target Local File Systems. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Reached target Timers. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Created slice Root Slice. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Listening on Journal Socket. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Created slice System Slice. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Starting Journal Service... Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Starting Create list of required static device nodes for the current kernel... Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Starting dracut cmdline hook... Feb 11 17:03:47 ip-10-31-9-151 journal: Journal started Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Reached target Slices. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Starting Apply Kernel Variables... Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Starting Setup Virtual Console... Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Listening on udev Kernel Socket. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Listening on udev Control Socket. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Reached target Sockets. Feb 11 17:03:47 ip-10-31-9-151 systemd[1]: Started Journal Service. Feb 11 17:03:47 ip-10-31-9-151 systemd: Started Create list of required static device nodes for the current kernel. Feb 11 17:03:47 ip-10-31-9-151 systemd: Started dracut cmdline hook. Feb 11 17:03:47 ip-10-31-9-151 systemd: Started Apply Kernel Variables. Feb 11 17:03:47 ip-10-31-9-151 systemd: Starting dracut pre-udev hook... Feb 11 17:03:47 ip-10-31-9-151 systemd: Starting Create Static Device Nodes in /dev... Feb 11 17:03:47 ip-10-31-9-151 systemd: Started Create Static Device Nodes in /dev. Feb 11 17:03:47 ip-10-31-9-151 systemd: Started Setup Virtual Console. Feb 11 17:03:47 ip-10-31-9-151 systemd: Started dracut pre-udev hook. Feb 11 17:03:47 ip-10-31-9-151 systemd: Starting udev Kernel Device Manager... Feb 11 17:03:47 ip-10-31-9-151 systemd-udevd: starting version 219 Feb 11 17:03:47 ip-10-31-9-151 systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 11 17:03:47 ip-10-31-9-151 systemd: Started udev Kernel Device Manager. Feb 11 17:03:47 ip-10-31-9-151 systemd: Starting udev Coldplug all Devices... Feb 11 17:03:47 ip-10-31-9-151 systemd: Mounting Configuration File System... Feb 11 17:03:47 ip-10-31-9-151 systemd: Mounted Configuration File System. Feb 11 17:03:47 ip-10-31-9-151 systemd: Started udev Coldplug all Devices. Feb 11 17:03:47 ip-10-31-9-151 systemd: Starting Show Plymouth Boot Screen... Feb 11 17:03:47 ip-10-31-9-151 systemd: Reached target System Initialization. Feb 11 17:03:47 ip-10-31-9-151 systemd: Starting dracut initqueue hook... Feb 11 17:03:47 ip-10-31-9-151 systemd: Started Show Plymouth Boot Screen. Feb 11 17:03:47 ip-10-31-9-151 systemd: Started Forward Password Requests to Plymouth Directory Watch. Feb 11 17:03:47 ip-10-31-9-151 systemd: Reached target Paths. Feb 11 17:03:47 ip-10-31-9-151 systemd: Reached target Basic System. Feb 11 17:03:47 ip-10-31-9-151 kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Feb 11 17:03:47 ip-10-31-9-151 kernel: xen_netfront: Initialising Xen virtual ethernet driver Feb 11 17:03:47 ip-10-31-9-151 kernel: xvda: xvda1 Feb 11 17:03:47 ip-10-31-9-151 kernel: scsi host0: ata_piix Feb 11 17:03:47 ip-10-31-9-151 kernel: scsi host1: ata_piix Feb 11 17:03:47 ip-10-31-9-151 kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 Feb 11 17:03:47 ip-10-31-9-151 kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 Feb 11 17:03:47 ip-10-31-9-151 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Feb 11 17:03:48 ip-10-31-9-151 systemd: Found device /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. Feb 11 17:03:48 ip-10-31-9-151 systemd: Starting File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312... Feb 11 17:03:48 ip-10-31-9-151 kernel: psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64 Feb 11 17:03:48 ip-10-31-9-151 systemd-fsck: /dev/xvda1: clean, 63819/262144 files, 527174/1048320 blocks Feb 11 17:03:48 ip-10-31-9-151 systemd: Started File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. Feb 11 17:03:48 ip-10-31-9-151 kernel: tsc: Refined TSC clocksource calibration: 2899.994 MHz Feb 11 17:03:48 ip-10-31-9-151 kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3 Feb 11 17:03:50 ip-10-31-9-151 kernel: floppy0: no floppy controllers found Feb 11 17:03:50 ip-10-31-9-151 systemd: Started dracut initqueue hook. Feb 11 17:03:50 ip-10-31-9-151 systemd: Mounting /sysroot... Feb 11 17:03:50 ip-10-31-9-151 systemd: Reached target Remote File Systems (Pre). Feb 11 17:03:50 ip-10-31-9-151 systemd: Reached target Remote File Systems. Feb 11 17:03:50 ip-10-31-9-151 systemd: Mounted /sysroot. Feb 11 17:03:50 ip-10-31-9-151 systemd: Reached target Initrd Root File System. Feb 11 17:03:50 ip-10-31-9-151 kernel: EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null) Feb 11 17:03:50 ip-10-31-9-151 systemd: Starting Reload Configuration from the Real Root... Feb 11 17:03:51 ip-10-31-9-151 systemd: Reloading. Feb 11 17:03:51 ip-10-31-9-151 systemd: Started Reload Configuration from the Real Root. Feb 11 17:03:51 ip-10-31-9-151 systemd: Reached target Initrd File Systems. Feb 11 17:03:51 ip-10-31-9-151 systemd: Reached target Initrd Default Target. Feb 11 17:03:51 ip-10-31-9-151 systemd: Starting dracut pre-pivot and cleanup hook... Feb 11 17:03:51 ip-10-31-9-151 systemd: Started dracut pre-pivot and cleanup hook. Feb 11 17:03:51 ip-10-31-9-151 systemd: Starting Cleaning Up and Shutting Down Daemons... Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Timers. Feb 11 17:03:51 ip-10-31-9-151 systemd: Starting Plymouth switch root service... Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped dracut pre-pivot and cleanup hook. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Initrd Default Target. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Basic System. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target System Initialization. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Local File Systems. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped Apply Kernel Variables. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Swap. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopping udev Kernel Device Manager... Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Sockets. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Paths. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Slices. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Remote File Systems. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped target Remote File Systems (Pre). Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped dracut initqueue hook. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped udev Coldplug all Devices. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped udev Kernel Device Manager. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped Create Static Device Nodes in /dev. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped Create list of required static device nodes for the current kernel. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped dracut pre-udev hook. Feb 11 17:03:51 ip-10-31-9-151 systemd: Stopped dracut cmdline hook. Feb 11 17:03:51 ip-10-31-9-151 systemd: Closed udev Control Socket. Feb 11 17:03:51 ip-10-31-9-151 systemd: Closed udev Kernel Socket. Feb 11 17:03:51 ip-10-31-9-151 systemd: Starting Cleanup udevd DB... Feb 11 17:03:51 ip-10-31-9-151 systemd: Started Cleaning Up and Shutting Down Daemons. Feb 11 17:03:51 ip-10-31-9-151 systemd: Started Cleanup udevd DB. Feb 11 17:03:51 ip-10-31-9-151 systemd: Reached target Switch Root. Feb 11 17:03:51 ip-10-31-9-151 systemd: Started Plymouth switch root service. Feb 11 17:03:51 ip-10-31-9-151 systemd: Starting Switch Root... Feb 11 17:03:51 ip-10-31-9-151 systemd: Switching root. Feb 11 17:03:51 ip-10-31-9-151 journal: Journal stopped Feb 11 17:03:55 ip-10-31-9-151 journal: Runtime journal is using 8.0M (max allowed 180.0M, trying to leave 270.0M free of 1.7G available → current limit 180.0M). Feb 11 17:03:55 ip-10-31-9-151 systemd-journald[97]: Received SIGTERM from PID 1 (systemd). Feb 11 17:03:55 ip-10-31-9-151 kernel: random: crng init done Feb 11 17:03:55 ip-10-31-9-151 kernel: type=1404 audit(1739311432.128:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 Feb 11 17:03:55 ip-10-31-9-151 kernel: type=1403 audit(1739311432.565:3): policy loaded auid=4294967295 ses=4294967295 Feb 11 17:03:55 ip-10-31-9-151 systemd[1]: Successfully loaded SELinux policy in 477.684ms. Feb 11 17:03:55 ip-10-31-9-151 kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Feb 11 17:03:55 ip-10-31-9-151 systemd[1]: Inserted module 'ip_tables' Feb 11 17:03:55 ip-10-31-9-151 systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 8.674ms. Feb 11 17:03:55 ip-10-31-9-151 kernel: EXT4-fs (xvda1): re-mounted. Opts: (null) Feb 11 17:03:55 ip-10-31-9-151 journal: Journal started Feb 11 17:03:55 ip-10-31-9-151 systemd: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Feb 11 17:03:55 ip-10-31-9-151 systemd: Detected virtualization xen. Feb 11 17:03:55 ip-10-31-9-151 systemd: Detected architecture x86-64. Feb 11 17:03:55 ip-10-31-9-151 systemd: Set hostname to . Feb 11 17:03:55 ip-10-31-9-151 systemd: Initializing machine ID from random generator. Feb 11 17:03:55 ip-10-31-9-151 systemd: Installed transient /etc/machine-id file. Feb 11 17:03:55 ip-10-31-9-151 systemd: Starting Flush Journal to Persistent Storage... Feb 11 17:03:55 ip-10-31-9-151 systemd: Started Configure read-only root support. Feb 11 17:03:55 ip-10-31-9-151 systemd: Starting Load/Save Random Seed... Feb 11 17:03:55 ip-10-31-9-151 systemd: Started Flush Journal to Persistent Storage. Feb 11 17:03:55 ip-10-31-9-151 systemd: Started Load/Save Random Seed. Feb 11 17:03:55 ip-10-31-9-151 systemd: Started Create Static Device Nodes in /dev. Feb 11 17:03:55 ip-10-31-9-151 systemd: Reached target Local File Systems (Pre). Feb 11 17:03:55 ip-10-31-9-151 systemd: Reached target Local File Systems. Feb 11 17:03:55 ip-10-31-9-151 systemd: Starting Import network configuration from initramfs... Feb 11 17:03:55 ip-10-31-9-151 systemd: Starting Preprocess NFS configuration... Feb 11 17:03:55 ip-10-31-9-151 systemd: Starting Commit a transient machine-id on disk... Feb 11 17:03:55 ip-10-31-9-151 systemd: Starting Tell Plymouth To Write Out Runtime Data... Feb 11 17:03:55 ip-10-31-9-151 systemd: Starting udev Kernel Device Manager... Feb 11 17:03:56 ip-10-31-9-151 systemd: Started Preprocess NFS configuration. Feb 11 17:03:56 ip-10-31-9-151 systemd: Started Commit a transient machine-id on disk. Feb 11 17:03:56 ip-10-31-9-151 systemd-udevd: starting version 219 Feb 11 17:03:56 ip-10-31-9-151 systemd-udevd: Network interface NamePolicy= disabled on kernel command line, ignoring. Feb 11 17:03:56 ip-10-31-9-151 systemd: Started udev Kernel Device Manager. Feb 11 17:03:56 ip-10-31-9-151 systemd: Started Tell Plymouth To Write Out Runtime Data. Feb 11 17:03:56 ip-10-31-9-151 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4 Feb 11 17:03:56 ip-10-31-9-151 kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 11 17:03:56 ip-10-31-9-151 systemd: Started Import network configuration from initramfs. Feb 11 17:03:56 ip-10-31-9-151 systemd: Starting Create Volatile Files and Directories... Feb 11 17:03:56 ip-10-31-9-151 systemd: Found device /dev/ttyS0. Feb 11 17:03:56 ip-10-31-9-151 systemd: Started Create Volatile Files and Directories. Feb 11 17:03:56 ip-10-31-9-151 systemd: Starting Security Auditing Service... Feb 11 17:03:56 ip-10-31-9-151 systemd: Mounting RPC Pipe File System... Feb 11 17:03:56 ip-10-31-9-151 kernel: cryptd: max_cpu_qlen set to 1000 Feb 11 17:03:56 ip-10-31-9-151 kernel: ppdev: user-space parallel port driver Feb 11 17:03:56 ip-10-31-9-151 kernel: [TTM] Zone kernel: Available graphics memory: 1843226 kiB Feb 11 17:03:56 ip-10-31-9-151 kernel: [TTM] Initializing pool allocator Feb 11 17:03:56 ip-10-31-9-151 kernel: [TTM] Initializing DMA pool allocator Feb 11 17:03:56 ip-10-31-9-151 kernel: [drm] fb mappable at 0xF8000000 Feb 11 17:03:56 ip-10-31-9-151 kernel: [drm] vram aper at 0xF8000000 Feb 11 17:03:56 ip-10-31-9-151 kernel: [drm] size 33554432 Feb 11 17:03:56 ip-10-31-9-151 kernel: [drm] fb depth is 16 Feb 11 17:03:56 ip-10-31-9-151 kernel: [drm] pitch is 2048 Feb 11 17:03:56 ip-10-31-9-151 kernel: fbcon: cirrusdrmfb (fb0) is primary device Feb 11 17:03:56 ip-10-31-9-151 kernel: Console: switching to colour frame buffer device 128x48 Feb 11 17:03:56 ip-10-31-9-151 kernel: cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Feb 11 17:03:56 ip-10-31-9-151 kernel: [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Feb 11 17:03:56 ip-10-31-9-151 kernel: AVX2 version of gcm_enc/dec engaged. Feb 11 17:03:56 ip-10-31-9-151 kernel: AES CTR mode by8 optimization enabled Feb 11 17:03:56 ip-10-31-9-151 kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Feb 11 17:03:56 ip-10-31-9-151 kernel: alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) Feb 11 17:03:56 ip-10-31-9-151 kernel: RPC: Registered named UNIX socket transport module. Feb 11 17:03:56 ip-10-31-9-151 kernel: RPC: Registered udp transport module. Feb 11 17:03:56 ip-10-31-9-151 kernel: RPC: Registered tcp transport module. Feb 11 17:03:56 ip-10-31-9-151 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 11 17:03:56 ip-10-31-9-151 systemd: Mounted RPC Pipe File System. Feb 11 17:03:56 ip-10-31-9-151 systemd: Reached target rpc_pipefs.target. Feb 11 17:03:56 ip-10-31-9-151 kernel: EDAC sbridge: Ver: 1.1.2 Feb 11 17:03:56 ip-10-31-9-151 auditd[472]: Started dispatcher: /sbin/audispd pid: 474 Feb 11 17:03:56 ip-10-31-9-151 kernel: type=1305 audit(1739311436.745:4): audit_pid=472 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Feb 11 17:03:56 ip-10-31-9-151 audispd: No plugins found, exiting Feb 11 17:03:56 ip-10-31-9-151 auditd[472]: Init complete, auditd 2.8.5 listening for events (startup state enable) Feb 11 17:03:57 ip-10-31-9-151 augenrules: /sbin/augenrules: No change Feb 11 17:03:57 ip-10-31-9-151 augenrules: No rules Feb 11 17:03:57 ip-10-31-9-151 augenrules: enabled 1 Feb 11 17:03:57 ip-10-31-9-151 augenrules: failure 1 Feb 11 17:03:57 ip-10-31-9-151 augenrules: pid 472 Feb 11 17:03:57 ip-10-31-9-151 augenrules: rate_limit 0 Feb 11 17:03:57 ip-10-31-9-151 augenrules: backlog_limit 8192 Feb 11 17:03:57 ip-10-31-9-151 augenrules: lost 0 Feb 11 17:03:57 ip-10-31-9-151 augenrules: backlog 1 Feb 11 17:03:57 ip-10-31-9-151 augenrules: enabled 1 Feb 11 17:03:57 ip-10-31-9-151 augenrules: failure 1 Feb 11 17:03:57 ip-10-31-9-151 augenrules: pid 472 Feb 11 17:03:57 ip-10-31-9-151 augenrules: rate_limit 0 Feb 11 17:03:57 ip-10-31-9-151 augenrules: backlog_limit 8192 Feb 11 17:03:57 ip-10-31-9-151 augenrules: lost 0 Feb 11 17:03:57 ip-10-31-9-151 augenrules: backlog 0 Feb 11 17:03:57 ip-10-31-9-151 systemd: Started Security Auditing Service. Feb 11 17:03:57 ip-10-31-9-151 systemd: Starting Update UTMP about System Boot/Shutdown... Feb 11 17:03:57 ip-10-31-9-151 systemd: Started Update UTMP about System Boot/Shutdown. Feb 11 17:03:57 ip-10-31-9-151 systemd: Reached target System Initialization. Feb 11 17:03:57 ip-10-31-9-151 systemd: Listening on RPCbind Server Activation Socket. Feb 11 17:03:57 ip-10-31-9-151 systemd: Starting RPC bind service... Feb 11 17:03:57 ip-10-31-9-151 systemd: Listening on D-Bus System Message Bus Socket. Feb 11 17:03:57 ip-10-31-9-151 systemd: Starting Initial cloud-init job (pre-networking)... Feb 11 17:03:57 ip-10-31-9-151 systemd: Reached target Sockets. Feb 11 17:03:57 ip-10-31-9-151 systemd: Reached target Basic System. Feb 11 17:03:57 ip-10-31-9-151 systemd: Started Hardware RNG Entropy Gatherer Daemon. Feb 11 17:03:57 ip-10-31-9-151 systemd: Starting GSSAPI Proxy Daemon... Feb 11 17:03:57 ip-10-31-9-151 systemd: Starting Dump dmesg to /var/log/dmesg... Feb 11 17:03:57 ip-10-31-9-151 systemd: Starting Login Service... Feb 11 17:03:57 ip-10-31-9-151 systemd: Starting NTP client/server... Feb 11 17:03:57 ip-10-31-9-151 systemd: Started irqbalance daemon. Feb 11 17:03:57 ip-10-31-9-151 systemd: Starting Authorization Manager... Feb 11 17:03:57 ip-10-31-9-151 systemd: Started D-Bus System Message Bus. Feb 11 17:03:57 ip-10-31-9-151 chronyd[508]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) Feb 11 17:03:57 ip-10-31-9-151 chronyd[508]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 11 17:03:57 ip-10-31-9-151 polkitd[504]: Started polkitd version 0.112 Feb 11 17:03:57 ip-10-31-9-151 dbus[505]: [system] Successfully activated service 'org.freedesktop.systemd1' Feb 11 17:03:57 ip-10-31-9-151 systemd: Started Daily Cleanup of Temporary Directories. Feb 11 17:03:57 ip-10-31-9-151 systemd: Reached target Timers. Feb 11 17:03:57 ip-10-31-9-151 systemd: Started RPC bind service. Feb 11 17:03:57 ip-10-31-9-151 systemd: Started GSSAPI Proxy Daemon. Feb 11 17:03:57 ip-10-31-9-151 systemd: Started Dump dmesg to /var/log/dmesg. Feb 11 17:03:57 ip-10-31-9-151 systemd: Reached target NFS client services. Feb 11 17:03:57 ip-10-31-9-151 systemd: Reached target Remote File Systems (Pre). Feb 11 17:03:57 ip-10-31-9-151 systemd: Reached target Remote File Systems. Feb 11 17:03:57 ip-10-31-9-151 systemd-logind: New seat seat0. Feb 11 17:03:57 ip-10-31-9-151 systemd: Started Login Service. Feb 11 17:03:57 ip-10-31-9-151 systemd-logind: Watching system buttons on /dev/input/event0 (Power Button) Feb 11 17:03:57 ip-10-31-9-151 systemd-logind: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 11 17:03:57 ip-10-31-9-151 systemd: Started NTP client/server. Feb 11 17:03:57 ip-10-31-9-151 rngd: Initalizing available sources Feb 11 17:03:57 ip-10-31-9-151 rngd: Failed to init entropy source 0: Hardware RNG Device Feb 11 17:03:57 ip-10-31-9-151 rngd: Enabling RDRAND rng support Feb 11 17:03:57 ip-10-31-9-151 rngd: Initalizing entropy source Intel RDRAND Instruction RNG Feb 11 17:03:58 ip-10-31-9-151 systemd: Started Authorization Manager. Feb 11 17:03:59 ip-10-31-9-151 rngd: Enabling JITTER rng support Feb 11 17:03:59 ip-10-31-9-151 rngd: Initalizing entropy source JITTER Entropy generator Feb 11 17:03:59 ip-10-31-9-151 kernel: floppy0: no floppy controllers found Feb 11 17:04:02 ip-10-31-9-151 cloud-init: Cloud-init v. 0.7.9 running 'init-local' at Tue, 11 Feb 2025 22:04:01 +0000. Up 15.27 seconds. Feb 11 17:04:02 ip-10-31-9-151 systemd: Started Initial cloud-init job (pre-networking). Feb 11 17:04:02 ip-10-31-9-151 systemd: Reached target Network (Pre). Feb 11 17:04:02 ip-10-31-9-151 systemd: Starting Network Manager... Feb 11 17:04:02 ip-10-31-9-151 NetworkManager[574]: [1739311442.9877] NetworkManager (version 1.18.8-2.el7_9) is starting... (for the first time) Feb 11 17:04:02 ip-10-31-9-151 NetworkManager[574]: [1739311442.9884] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.0431] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 11 17:04:03 ip-10-31-9-151 systemd: Started Network Manager. Feb 11 17:04:03 ip-10-31-9-151 systemd: Starting Network Manager Wait Online... Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.0892] manager[0x5556a3715080]: monitoring kernel firmware directory '/lib/firmware'. Feb 11 17:04:03 ip-10-31-9-151 dbus[505]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Feb 11 17:04:03 ip-10-31-9-151 systemd: Starting Hostname Service... Feb 11 17:04:03 ip-10-31-9-151 dbus[505]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 11 17:04:03 ip-10-31-9-151 systemd: Started Hostname Service. Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.1647] hostname: hostname: using hostnamed Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.1648] hostname: hostname changed from (none) to "localhost.localdomain" Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.1653] dns-mgr[0x5556a36fd220]: init: dns=default,systemd-resolved rc-manager=file Feb 11 17:04:03 ip-10-31-9-151 dbus[505]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Feb 11 17:04:03 ip-10-31-9-151 systemd: Starting Network Manager Script Dispatcher Service... Feb 11 17:04:03 ip-10-31-9-151 dbus[505]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 11 17:04:03 ip-10-31-9-151 systemd: Started Network Manager Script Dispatcher Service. Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.2363] settings: Loaded settings plugin: SettingsPluginIfcfg ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ifcfg-rh.so") Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.2378] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ibft.so") Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.2378] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.2823] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03,"System eth0") Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.2863] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.2863] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.2864] manager: Networking is enabled by state file Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:1 'hostname': new request (4 scripts) Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:1 'hostname': start running ordered scripts... Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.3297] dhcp-init: Using DHCP client 'dhclient' Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.3812] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-device-plugin-team.so) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.3839] device (lo): carrier: link connected Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.3843] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.3858] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.3869] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Feb 11 17:04:03 ip-10-31-9-151 kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.3894] device (eth0): carrier: link connected Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:2 'connectivity-change': new request (4 scripts) Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:2 'connectivity-change': start running ordered scripts... Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4336] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4348] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4469] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4502] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4508] manager: NetworkManager state is now CONNECTING Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4516] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4527] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4548] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.4918] dhcp4 (eth0): dhclient started with pid 613 Feb 11 17:04:03 ip-10-31-9-151 dhclient[613]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 (xid=0x59020ba) Feb 11 17:04:03 ip-10-31-9-151 dhclient[613]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x59020ba) Feb 11 17:04:03 ip-10-31-9-151 dhclient[613]: DHCPOFFER from 10.31.8.1 Feb 11 17:04:03 ip-10-31-9-151 dhclient[613]: DHCPACK from 10.31.8.1 (xid=0x59020ba) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7254] dhcp4 (eth0): address 10.31.9.151 Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7256] dhcp4 (eth0): plen 22 (255.255.252.0) Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7256] dhcp4 (eth0): gateway 10.31.8.1 Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7256] dhcp4 (eth0): lease time 3600 Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7257] dhcp4 (eth0): hostname 'ip-10-31-9-151' Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7257] dhcp4 (eth0): nameserver '10.29.169.13' Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7257] dhcp4 (eth0): nameserver '10.29.170.12' Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7257] dhcp4 (eth0): nameserver '10.2.32.1' Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7257] dhcp4 (eth0): domain name 'us-east-1.aws.redhat.com' Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7257] dhcp4 (eth0): state changed unknown -> bound Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7269] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7278] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7280] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7285] manager: NetworkManager state is now CONNECTED_LOCAL Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7332] manager: NetworkManager state is now CONNECTED_SITE Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7333] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7335] policy: set-hostname: set hostname to 'ip-10-31-9-151' (from DHCPv4) Feb 11 17:04:03 ip-10-31-9-151 dhclient[613]: bound to 10.31.9.151 -- renewal in 1550 seconds. Feb 11 17:04:03 ip-10-31-9-151 systemd-hostnamed: Changed host name to 'ip-10-31-9-151' Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7403] device (eth0): Activation: successful, device activated. Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7412] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:3 'up' [eth0]: new request (4 scripts) Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:3 'up' [eth0]: start running ordered scripts... Feb 11 17:04:03 ip-10-31-9-151 NetworkManager[574]: [1739311443.7425] manager: startup complete Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:4 'connectivity-change': new request (4 scripts) Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:5 'hostname': new request (4 scripts) Feb 11 17:04:03 ip-10-31-9-151 systemd: Started Network Manager Wait Online. Feb 11 17:04:03 ip-10-31-9-151 systemd: Starting LSB: Bring up/down networking... Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:4 'connectivity-change': start running ordered scripts... Feb 11 17:04:03 ip-10-31-9-151 nm-dispatcher: req:5 'hostname': start running ordered scripts... Feb 11 17:04:04 ip-10-31-9-151 network: Bringing up loopback interface: [ OK ] Feb 11 17:04:04 ip-10-31-9-151 network: Bringing up interface eth0: [ OK ] Feb 11 17:04:04 ip-10-31-9-151 systemd: Started LSB: Bring up/down networking. Feb 11 17:04:04 ip-10-31-9-151 systemd: Reached target Network. Feb 11 17:04:04 ip-10-31-9-151 systemd: Starting Postfix Mail Transport Agent... Feb 11 17:04:04 ip-10-31-9-151 systemd: Starting Dynamic System Tuning Daemon... Feb 11 17:04:04 ip-10-31-9-151 systemd: Starting Initial cloud-init job (metadata service crawler)... Feb 11 17:04:04 ip-10-31-9-151 cloud-init: Cloud-init v. 0.7.9 running 'init' at Tue, 11 Feb 2025 22:04:04 +0000. Up 17.74 seconds. Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: ++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++ Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: | lo: | True | . | . | d | . | Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: | eth0: | True | 10.31.9.151 | 255.255.252.0 | . | 12:b4:4e:be:dc:9f | Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: | eth0: | True | . | . | d | 12:b4:4e:be:dc:9f | Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: ++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: | 0 | 0.0.0.0 | 10.31.8.1 | 0.0.0.0 | eth0 | UG | Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: | 1 | 10.31.8.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 11 17:04:04 ip-10-31-9-151 cloud-init: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Feb 11 17:04:04 ip-10-31-9-151 systemd: Started Postfix Mail Transport Agent. Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Dynamic System Tuning Daemon. Feb 11 17:04:05 ip-10-31-9-151 kernel: EXT4-fs (xvda1): resizing filesystem from 1048320 to 65535739 blocks Feb 11 17:04:05 ip-10-31-9-151 kernel: EXT4-fs (xvda1): resized filesystem to 65535739 Feb 11 17:04:05 ip-10-31-9-151 systemd-hostnamed: Changed static host name to 'ip-10-31-9-151.us-east-1.aws.redhat.com' Feb 11 17:04:05 ip-10-31-9-151 NetworkManager[574]: [1739311445.3875] hostname: hostname changed from "localhost.localdomain" to "ip-10-31-9-151.us-east-1.aws.redhat.com" Feb 11 17:04:05 ip-10-31-9-151 systemd-hostnamed: Changed host name to 'ip-10-31-9-151.us-east-1.aws.redhat.com' Feb 11 17:04:05 ip-10-31-9-151 nm-dispatcher: req:6 'hostname': new request (4 scripts) Feb 11 17:04:05 ip-10-31-9-151 nm-dispatcher: req:6 'hostname': start running ordered scripts... Feb 11 17:04:05 ip-10-31-9-151 NetworkManager[574]: [1739311445.3956] policy: set-hostname: set hostname to 'ip-10-31-9-151.us-east-1.aws.redhat.com' (from system configuration) Feb 11 17:04:05 ip-10-31-9-151 nm-dispatcher: req:7 'hostname': new request (4 scripts) Feb 11 17:04:05 ip-10-31-9-151 nm-dispatcher: req:7 'hostname': start running ordered scripts... Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Initial cloud-init job (metadata service crawler). Feb 11 17:04:05 ip-10-31-9-151 systemd: Reached target Network is Online. Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting The restraint harness.... Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting Notify NFS peers of a restart... Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting System Logging Service... Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting Crash recovery kernel arming... Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting OpenSSH server daemon... Feb 11 17:04:05 ip-10-31-9-151 systemd: Reached target Cloud-config availability. Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting Apply the settings specified in cloud-config... Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting Permit User Sessions... Feb 11 17:04:05 ip-10-31-9-151 sm-notify[1219]: Version 1.3.0 starting Feb 11 17:04:05 ip-10-31-9-151 systemd: Started The restraint harness.. Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Permit User Sessions. Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Command Scheduler. Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting Terminate Plymouth Boot Screen... Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting Wait for Plymouth Boot Screen to Quit... Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Notify NFS peers of a restart. Feb 11 17:04:05 ip-10-31-9-151 restraintd: Listening on http://localhost:8081 Feb 11 17:04:05 ip-10-31-9-151 systemd: Received SIGRTMIN+21 from PID 229 (plymouthd). Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Terminate Plymouth Boot Screen. Feb 11 17:04:05 ip-10-31-9-151 systemd: Started OpenSSH server daemon. Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Wait for Plymouth Boot Screen to Quit. Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Getty on tty1. Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Serial Getty on ttyS0. Feb 11 17:04:05 ip-10-31-9-151 systemd: Reached target Login Prompts. Feb 11 17:04:05 ip-10-31-9-151 rsyslogd: [origin software="rsyslogd" swVersion="8.24.0-57.el7_9.3" x-pid="1220" x-info="http://www.rsyslog.com"] start Feb 11 17:04:05 ip-10-31-9-151 systemd: Started System Logging Service. Feb 11 17:04:05 ip-10-31-9-151 cloud-init: Cloud-init v. 0.7.9 running 'modules:config' at Tue, 11 Feb 2025 22:04:05 +0000. Up 19.07 seconds. Feb 11 17:04:05 ip-10-31-9-151 kdumpctl: No kdump initial ramdisk found. Feb 11 17:04:05 ip-10-31-9-151 kdumpctl: Rebuilding /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img Feb 11 17:04:05 ip-10-31-9-151 systemd: Stopping OpenSSH server daemon... Feb 11 17:04:05 ip-10-31-9-151 systemd: Stopped OpenSSH server daemon. Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting OpenSSH server daemon... Feb 11 17:04:05 ip-10-31-9-151 systemd: Started OpenSSH server daemon. Feb 11 17:04:05 ip-10-31-9-151 systemd: Started Apply the settings specified in cloud-config. Feb 11 17:04:05 ip-10-31-9-151 systemd: Starting Execute cloud user/final scripts... Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut-033-572.el7 Feb 11 17:04:06 ip-10-31-9-151 cloud-init: Cloud-init v. 0.7.9 running 'modules:final' at Tue, 11 Feb 2025 22:04:06 +0000. Up 19.49 seconds. Feb 11 17:04:06 ip-10-31-9-151 dracut: Executing: /usr/sbin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o "plymouth dash resume ifcfg" --mount "/dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 /sysroot ext4 defaults" --no-hostonly-default-device -f /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img 3.10.0-1160.119.1.el7.x86_64 Feb 11 17:04:06 ip-10-31-9-151 ec2: Feb 11 17:04:06 ip-10-31-9-151 ec2: ############################################################# Feb 11 17:04:06 ip-10-31-9-151 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 11 17:04:06 ip-10-31-9-151 ec2: 256 SHA256:6XI06CKZZBRV/e3/IgrDLqYzZkOtPFSrZnF8OajHEho no comment (ECDSA) Feb 11 17:04:06 ip-10-31-9-151 ec2: 256 SHA256:JrbbBdywcMOrldKxyOAXBx69rlIzfdGLj+pLfM+mDE0 no comment (ED25519) Feb 11 17:04:06 ip-10-31-9-151 ec2: 2048 SHA256:PpouZOZBkzpae6L06EXka+DhqyUqJ1ceG3xB7C5VtE0 no comment (RSA) Feb 11 17:04:06 ip-10-31-9-151 ec2: -----END SSH HOST KEY FINGERPRINTS----- Feb 11 17:04:06 ip-10-31-9-151 ec2: ############################################################# Feb 11 17:04:06 ip-10-31-9-151 cloud-init: Cloud-init v. 0.7.9 finished at Tue, 11 Feb 2025 22:04:06 +0000. Datasource DataSourceEc2. Up 19.65 seconds Feb 11 17:04:06 ip-10-31-9-151 systemd: Started Execute cloud user/final scripts. Feb 11 17:04:06 ip-10-31-9-151 systemd: Reached target Multi-User System. Feb 11 17:04:06 ip-10-31-9-151 systemd: Starting Update UTMP about System Runlevel Changes... Feb 11 17:04:06 ip-10-31-9-151 systemd: Started Update UTMP about System Runlevel Changes. Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'resume' will not be installed, because it's in the list to be omitted! Feb 11 17:04:06 ip-10-31-9-151 dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 11 17:04:07 ip-10-31-9-151 dracut: *** Including module: bash *** Feb 11 17:04:07 ip-10-31-9-151 dracut: *** Including module: nss-softokn *** Feb 11 17:04:07 ip-10-31-9-151 dracut: *** Including module: i18n *** Feb 11 17:04:07 ip-10-31-9-151 dracut: *** Including module: drm *** Feb 11 17:04:08 ip-10-31-9-151 dracut: *** Including module: kernel-modules *** Feb 11 17:04:09 ip-10-31-9-151 chronyd[508]: Selected source 10.2.32.38 Feb 11 17:04:14 ip-10-31-9-151 dracut: *** Including module: fstab-sys *** Feb 11 17:04:14 ip-10-31-9-151 dracut: *** Including module: rootfs-block *** Feb 11 17:04:14 ip-10-31-9-151 dracut: *** Including module: terminfo *** Feb 11 17:04:14 ip-10-31-9-151 dracut: *** Including module: udev-rules *** Feb 11 17:04:14 ip-10-31-9-151 dracut: Skipping udev rule: 40-redhat-cpu-hotplug.rules Feb 11 17:04:14 ip-10-31-9-151 dracut: Skipping udev rule: 91-permissions.rules Feb 11 17:04:14 ip-10-31-9-151 dracut: *** Including module: biosdevname *** Feb 11 17:04:14 ip-10-31-9-151 dracut: *** Including module: systemd *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Including module: usrmount *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Including module: base *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Including module: fs-lib *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Including module: kdumpbase *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Including module: microcode_ctl-fw_dir_override *** Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl module: mangling fw_dir Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: intel: caveats check for kernel version "3.10.0-1160.119.1.el7.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: configuration "intel-06-2d-07" is ignored Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: configuration "intel-06-4e-03" is ignored Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: configuration "intel-06-55-04" is ignored Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: configuration "intel-06-5e-03" is ignored Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: configuration "intel-06-8c-01" is ignored Feb 11 17:04:15 ip-10-31-9-151 dracut: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Including module: shutdown *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Including modules done *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Installing kernel module dependencies and firmware *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Installing kernel module dependencies and firmware done *** Feb 11 17:04:15 ip-10-31-9-151 dracut: *** Resolving executable dependencies *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Resolving executable dependencies done*** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Hardlinking files *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Hardlinking files done *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Stripping files *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Stripping files done *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Generating early-microcode cpio image contents *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Constructing GenuineIntel.bin **** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Store current command line parameters *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Creating image file *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Creating microcode section *** Feb 11 17:04:16 ip-10-31-9-151 dracut: *** Created microcode section *** Feb 11 17:04:21 ip-10-31-9-151 dracut: *** Creating image file done *** Feb 11 17:04:21 ip-10-31-9-151 dracut: *** Creating initramfs image file '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img' done *** Feb 11 17:04:21 ip-10-31-9-151 kdumpctl: kexec: loaded kdump kernel Feb 11 17:04:21 ip-10-31-9-151 kdumpctl: Starting kdump: [OK] Feb 11 17:04:21 ip-10-31-9-151 systemd: Started Crash recovery kernel arming. Feb 11 17:04:21 ip-10-31-9-151 systemd: Startup finished in 803ms (kernel) + 4.553s (initrd) + 29.721s (userspace) = 35.077s. Feb 11 17:06:15 ip-10-31-9-151 systemd: Created slice User Slice of root. Feb 11 17:06:15 ip-10-31-9-151 systemd-logind: New session 1 of user root. Feb 11 17:06:15 ip-10-31-9-151 systemd: Started Session 1 of user root. Feb 11 17:06:15 ip-10-31-9-151 systemd-logind: Removed session 1. Feb 11 17:06:15 ip-10-31-9-151 systemd: Removed slice User Slice of root. Feb 11 17:06:28 ip-10-31-9-151 systemd: Created slice User Slice of root. Feb 11 17:06:28 ip-10-31-9-151 systemd-logind: New session 3 of user root. Feb 11 17:06:28 ip-10-31-9-151 systemd: Started Session 3 of user root. Feb 11 17:06:28 ip-10-31-9-151 systemd-logind: New session 2 of user root. Feb 11 17:06:28 ip-10-31-9-151 systemd: Started Session 2 of user root. Feb 11 17:06:28 ip-10-31-9-151 systemd-logind: Removed session 2. Feb 11 17:06:40 ip-10-31-9-151 dbus[505]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Feb 11 17:06:40 ip-10-31-9-151 systemd: Starting Hostname Service... Feb 11 17:06:40 ip-10-31-9-151 dbus[505]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 11 17:06:40 ip-10-31-9-151 systemd: Started Hostname Service. Feb 11 17:06:40 ip-10-31-9-151 systemd-hostnamed: Changed static host name to 'managed-node2' Feb 11 17:06:40 ip-10-31-9-151 NetworkManager[574]: [1739311600.3106] hostname: hostname changed from "ip-10-31-9-151.us-east-1.aws.redhat.com" to "managed-node2" Feb 11 17:06:40 ip-10-31-9-151 dbus[505]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Feb 11 17:06:40 ip-10-31-9-151 systemd: Starting Network Manager Script Dispatcher Service... Feb 11 17:06:40 ip-10-31-9-151 NetworkManager[574]: [1739311600.3178] policy: set-hostname: set hostname to 'managed-node2' (from system configuration) Feb 11 17:06:40 ip-10-31-9-151 systemd-hostnamed: Changed host name to 'managed-node2' Feb 11 17:06:40 ip-10-31-9-151 dbus[505]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 11 17:06:40 ip-10-31-9-151 systemd: Started Network Manager Script Dispatcher Service. Feb 11 17:06:40 ip-10-31-9-151 nm-dispatcher: req:1 'hostname': new request (4 scripts) Feb 11 17:06:40 ip-10-31-9-151 nm-dispatcher: req:1 'hostname': start running ordered scripts... Feb 11 17:06:40 ip-10-31-9-151 nm-dispatcher: req:2 'hostname': new request (4 scripts) Feb 11 17:06:40 ip-10-31-9-151 nm-dispatcher: req:2 'hostname': start running ordered scripts... Feb 11 17:07:13 ip-10-31-9-151 systemd-logind: New session 4 of user root. Feb 11 17:07:13 ip-10-31-9-151 systemd: Started Session 4 of user root. Feb 11 17:07:14 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:07:14 ip-10-31-9-151 ansible-user: Invoked with comment=None ssh_key_bits=0 update_password=always non_unique=False force=False ssh_key_type=rsa create_home=True password_lock=None ssh_key_passphrase=NOT_LOGGING_PARAMETER home=None skeleton=None append=False uid=1040 ssh_key_comment=ansible-generated on managed-node2 group=None system=False state=present role=None hidden=None local=None authorization=None profile=None shell=None expires=None ssh_key_file=None groups=None move_home=False password=NOT_LOGGING_PARAMETER name=user1 seuser=None remove=False login_class=None generate_ssh_key=None Feb 11 17:07:15 ip-10-31-9-151 ansible-group: Invoked with non_unique=False name=somegroup system=False state=present gid=1041 local=False Feb 11 17:07:15 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:07:16 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 11 17:07:17 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-pyasn1', 'python-cryptography', 'python-dbus'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:07:23 ip-10-31-9-151 yum[9582]: Installed: python2-pyasn1-0.1.9-7.el7.noarch Feb 11 17:07:23 ip-10-31-9-151 yum[9582]: Installed: python-enum34-1.0.4-1.el7.noarch Feb 11 17:07:23 ip-10-31-9-151 yum[9582]: Installed: python-ply-3.4-11.el7.noarch Feb 11 17:07:23 ip-10-31-9-151 yum[9582]: Installed: python-pycparser-2.14-1.el7.noarch Feb 11 17:07:23 ip-10-31-9-151 yum[9582]: Installed: python-cffi-1.6.0-5.el7.x86_64 Feb 11 17:07:23 ip-10-31-9-151 yum[9582]: Installed: python-idna-2.4-1.el7.noarch Feb 11 17:07:24 ip-10-31-9-151 yum[9582]: Installed: python2-cryptography-1.7.2-2.el7.x86_64 Feb 11 17:07:24 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['certmonger'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:07:27 ip-10-31-9-151 yum[9686]: Installed: xmlrpc-c-1.32.5-1905.svn2451.el7.x86_64 Feb 11 17:07:27 ip-10-31-9-151 yum[9686]: Installed: libtalloc-2.1.16-1.el7.x86_64 Feb 11 17:07:27 ip-10-31-9-151 yum[9686]: Installed: libtevent-0.9.39-1.el7.x86_64 Feb 11 17:07:27 ip-10-31-9-151 yum[9686]: Installed: xmlrpc-c-client-1.32.5-1905.svn2451.el7.x86_64 Feb 11 17:07:28 ip-10-31-9-151 yum[9686]: Installed: psmisc-22.20-17.el7.x86_64 Feb 11 17:07:28 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:07:28 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:07:28 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:07:28 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:07:28 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:07:28 ip-10-31-9-151 systemd: Reloading. Feb 11 17:07:28 ip-10-31-9-151 yum[9686]: Installed: certmonger-0.78.4-17.el7_9.x86_64 Feb 11 17:07:29 ip-10-31-9-151 ansible-file: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/certmonger//pre-scripts owner=root follow=True group=root unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None selevel=None state=directory access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None name=/etc/certmonger//pre-scripts seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:07:29 ip-10-31-9-151 ansible-file: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/certmonger//post-scripts owner=root follow=True group=root unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None selevel=None state=directory access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None name=/etc/certmonger//post-scripts seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:07:30 ip-10-31-9-151 ansible-systemd: Invoked with no_block=False force=None name=certmonger daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 11 17:07:30 ip-10-31-9-151 systemd: Reloading. Feb 11 17:07:30 ip-10-31-9-151 systemd: Starting Certificate monitoring and PKI enrollment... Feb 11 17:07:30 ip-10-31-9-151 systemd: Started Certificate monitoring and PKI enrollment. Feb 11 17:07:31 ip-10-31-9-151 ansible-fedora.linux_system_roles.certificate_request: Invoked with auto_renew=True ip=None ca=self-sign common_name=None key_usage=['digitalSignature', 'keyEncipherment'] owner=ftp principal=None group=ftp locality=None state=None organizational_unit=None dns=['www.example.com'] provider=certmonger provider_config_directory=/etc/certmonger wait=True email=None __header=##012# Ansible managed#012##012# system_role:certificate#012 extended_key_usage=['id-kp-serverAuth', 'id-kp-clientAuth'] contact_email=None name=mycert_fs_attrs run_after=None country=None key_size=None mode=None run_before=None directory=/etc/pki/tls organization=None Feb 11 17:07:31 ip-10-31-9-151 certmonger: Certificate in file "/etc/pki/tls/certs/mycert_fs_attrs.crt" issued by CA and saved. Feb 11 17:07:32 ip-10-31-9-151 ansible-fedora.linux_system_roles.certificate_request: Invoked with auto_renew=True ip=None ca=self-sign common_name=None key_usage=['digitalSignature', 'keyEncipherment'] owner=1040 principal=None group=1041 locality=None state=None organizational_unit=None dns=['www.example.com'] provider=certmonger provider_config_directory=/etc/certmonger wait=True email=None __header=##012# Ansible managed#012##012# system_role:certificate#012 extended_key_usage=['id-kp-serverAuth', 'id-kp-clientAuth'] contact_email=None name=certid run_after=None country=None key_size=None mode=None run_before=None directory=/etc/pki/tls organization=None Feb 11 17:07:32 ip-10-31-9-151 certmonger: Certificate in file "/etc/pki/tls/certs/certid.crt" issued by CA and saved. Feb 11 17:07:33 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:07:34 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=None disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python2-cryptography', 'python2-cryptography'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:07:35 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/certs/mycert_fs_attrs.crt get_md5=False get_mime=True get_attributes=True Feb 11 17:07:35 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/private/mycert_fs_attrs.key get_md5=False get_mime=True get_attributes=True Feb 11 17:07:36 ip-10-31-9-151 ansible-certtojson: Invoked with filename=/etc/pki/tls/certs/mycert_fs_attrs.crt Feb 11 17:07:37 ip-10-31-9-151 ansible-command: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_fs_attrs.crt | grep 'auto-renew' | sed 's/^\s\+auto-renew: //g' removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 11 17:07:39 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=None disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python2-cryptography', 'python2-cryptography'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:07:39 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/certs/certid.crt get_md5=False get_mime=True get_attributes=True Feb 11 17:07:40 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/private/certid.key get_md5=False get_mime=True get_attributes=True Feb 11 17:07:40 ip-10-31-9-151 ansible-certtojson: Invoked with filename=/etc/pki/tls/certs/certid.crt Feb 11 17:07:41 ip-10-31-9-151 ansible-command: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail; getcert list -f /etc/pki/tls/certs/certid.crt | grep 'auto-renew' | sed 's/^\s\+auto-renew: //g' removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 11 17:07:42 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:07:43 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-pyasn1', 'python-cryptography', 'python-dbus'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:07:45 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['certmonger'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:07:45 ip-10-31-9-151 ansible-file: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/certmonger//pre-scripts owner=root follow=True group=root unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None selevel=None state=directory access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None name=/etc/certmonger//pre-scripts seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:07:46 ip-10-31-9-151 ansible-file: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/certmonger//post-scripts owner=root follow=True group=root unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None selevel=None state=directory access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None name=/etc/certmonger//post-scripts seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:07:46 ip-10-31-9-151 ansible-systemd: Invoked with no_block=False force=None name=certmonger daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 11 17:07:47 ip-10-31-9-151 ansible-fedora.linux_system_roles.certificate_request: Invoked with auto_renew=True ip=None ca=self-sign common_name=None key_usage=['digitalSignature', 'keyEncipherment'] owner=ftp principal=None group=ftp locality=None state=None organizational_unit=None dns=['www.example.com'] provider=certmonger provider_config_directory=/etc/certmonger wait=True email=None __header=##012# Ansible managed#012##012# system_role:certificate#012 extended_key_usage=['id-kp-serverAuth', 'id-kp-clientAuth'] contact_email=None name=mycert_fs_attrs_mode run_after=None country=None key_size=None mode=0620 run_before=None directory=/etc/pki/tls organization=None Feb 11 17:07:47 ip-10-31-9-151 certmonger: Certificate in file "/etc/pki/tls/certs/mycert_fs_attrs_mode.crt" issued by CA and saved. Feb 11 17:07:48 ip-10-31-9-151 ansible-fedora.linux_system_roles.certificate_request: Invoked with auto_renew=True ip=None ca=self-sign owner=None key_usage=['digitalSignature', 'keyEncipherment'] common_name=None principal=None group=None locality=None state=None organizational_unit=None dns=['www.example.com'] provider=certmonger provider_config_directory=/etc/certmonger wait=True email=None __header=##012# Ansible managed#012##012# system_role:certificate#012 extended_key_usage=['id-kp-serverAuth', 'id-kp-clientAuth'] contact_email=None name=certid_mode run_after=None country=None key_size=None mode=0600 run_before=None directory=/etc/pki/tls organization=None Feb 11 17:07:48 ip-10-31-9-151 certmonger: Certificate in file "/etc/pki/tls/certs/certid_mode.crt" issued by CA and saved. Feb 11 17:07:48 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:07:49 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=None disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python2-cryptography', 'python2-cryptography'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:07:50 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/certs/mycert_fs_attrs_mode.crt get_md5=False get_mime=True get_attributes=True Feb 11 17:07:51 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/private/mycert_fs_attrs_mode.key get_md5=False get_mime=True get_attributes=True Feb 11 17:07:52 ip-10-31-9-151 ansible-certtojson: Invoked with filename=/etc/pki/tls/certs/mycert_fs_attrs_mode.crt Feb 11 17:07:53 ip-10-31-9-151 ansible-command: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_fs_attrs_mode.crt | grep 'auto-renew' | sed 's/^\s\+auto-renew: //g' removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 11 17:07:53 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=None disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python2-cryptography', 'python2-cryptography'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:07:54 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/certs/certid_mode.crt get_md5=False get_mime=True get_attributes=True Feb 11 17:07:54 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/private/certid_mode.key get_md5=False get_mime=True get_attributes=True Feb 11 17:07:55 ip-10-31-9-151 ansible-certtojson: Invoked with filename=/etc/pki/tls/certs/certid_mode.crt Feb 11 17:07:56 ip-10-31-9-151 ansible-command: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail; getcert list -f /etc/pki/tls/certs/certid_mode.crt | grep 'auto-renew' | sed 's/^\s\+auto-renew: //g' removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 11 17:07:59 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:08:00 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 11 17:08:00 ip-10-31-9-151 ansible-setup: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:08:01 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-pyasn1', 'python-cryptography', 'python-dbus'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:04 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:08:05 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 11 17:08:06 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-pyasn1', 'python-cryptography', 'python-dbus'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:08 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['certmonger'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:09 ip-10-31-9-151 ansible-file: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/certmonger//pre-scripts owner=root follow=True group=root unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None selevel=None state=directory access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None name=/etc/certmonger//pre-scripts seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:08:09 ip-10-31-9-151 ansible-file: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/certmonger//post-scripts owner=root follow=True group=root unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None selevel=None state=directory access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None name=/etc/certmonger//post-scripts seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:08:10 ip-10-31-9-151 ansible-systemd: Invoked with no_block=False force=None name=certmonger daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 11 17:08:11 ip-10-31-9-151 ansible-fedora.linux_system_roles.certificate_request: Invoked with auto_renew=True ip=None ca=self-sign owner=None key_usage=['digitalSignature', 'keyEncipherment'] common_name=None principal=None group=None locality=None state=None organizational_unit=None dns=['www.example.com'] provider=certmonger provider_config_directory=/etc/certmonger/ wait=True email=None __header=##012# Ansible managed#012##012# system_role:certificate#012 extended_key_usage=['id-kp-serverAuth', 'id-kp-clientAuth'] contact_email=None name=mycert_provider run_after=None country=None key_size=None mode=None run_before=None directory=/etc/pki/tls organization=None Feb 11 17:08:11 ip-10-31-9-151 certmonger: Certificate in file "/etc/pki/tls/certs/mycert_provider.crt" issued by CA and saved. Feb 11 17:08:12 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:08:13 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=None disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python2-cryptography', 'python2-cryptography'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:13 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/certs/mycert_provider.crt get_md5=False get_mime=True get_attributes=True Feb 11 17:08:14 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/private/mycert_provider.key get_md5=False get_mime=True get_attributes=True Feb 11 17:08:15 ip-10-31-9-151 ansible-certtojson: Invoked with filename=/etc/pki/tls/certs/mycert_provider.crt Feb 11 17:08:16 ip-10-31-9-151 ansible-command: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_provider.crt | grep 'auto-renew' | sed 's/^\s\+auto-renew: //g' removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 11 17:08:19 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:08:19 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 11 17:08:20 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-pyasn1', 'python-cryptography', 'python-dbus'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:22 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['certmonger'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:23 ip-10-31-9-151 ansible-file: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/certmonger//pre-scripts owner=root follow=True group=root unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None selevel=None state=directory access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None name=/etc/certmonger//pre-scripts seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:08:23 ip-10-31-9-151 ansible-file: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/certmonger//post-scripts owner=root follow=True group=root unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None selevel=None state=directory access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None name=/etc/certmonger//post-scripts seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:08:24 ip-10-31-9-151 ansible-systemd: Invoked with no_block=False force=None name=certmonger daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 11 17:08:25 ip-10-31-9-151 ansible-fedora.linux_system_roles.certificate_request: Invoked with auto_renew=True ip=None ca=self-sign owner=None key_usage=['digitalSignature', 'keyEncipherment'] common_name=None principal=None group=None locality=None name=mycert_not_wait_for_cert state=None organizational_unit=None dns=['www.example.com'] provider=certmonger provider_config_directory=/etc/certmonger wait=False email=None mode=None contact_email=None extended_key_usage=['id-kp-serverAuth', 'id-kp-clientAuth'] run_after=None run_before=None key_size=None __header=##012# Ansible managed#012##012# system_role:certificate#012 country=None directory=/etc/pki/tls organization=None Feb 11 17:08:25 ip-10-31-9-151 certmonger: Certificate in file "/etc/pki/tls/certs/mycert_not_wait_for_cert.crt" issued by CA and saved. Feb 11 17:08:25 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:08:26 ip-10-31-9-151 ansible-wait_for: Invoked with active_connection_states=['ESTABLISHED', 'FIN_WAIT1', 'FIN_WAIT2', 'SYN_RECV', 'SYN_SENT', 'TIME_WAIT'] state=started connect_timeout=5 delay=0 msg=None host=127.0.0.1 sleep=1 timeout=5 exclude_hosts=None search_regex=None path=/etc/pki/tls/certs/mycert_not_wait_for_cert.crt port=None Feb 11 17:08:27 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=None disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python2-cryptography', 'python2-cryptography'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:27 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/certs/mycert_not_wait_for_cert.crt get_md5=False get_mime=True get_attributes=True Feb 11 17:08:28 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/pki/tls/private/mycert_not_wait_for_cert.key get_md5=False get_mime=True get_attributes=True Feb 11 17:08:28 ip-10-31-9-151 ansible-certtojson: Invoked with filename=/etc/pki/tls/certs/mycert_not_wait_for_cert.crt Feb 11 17:08:29 ip-10-31-9-151 ansible-command: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail; getcert list -f /etc/pki/tls/certs/mycert_not_wait_for_cert.crt | grep 'auto-renew' | sed 's/^\s\+auto-renew: //g' removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 11 17:08:33 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:08:37 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 11 17:08:38 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['python-pyasn1', 'python-cryptography', 'python-dbus'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:43 ip-10-31-9-151 ansible-setup: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Feb 11 17:08:44 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 11 17:08:45 ip-10-31-9-151 ansible-stat: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Feb 11 17:08:48 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['hostname'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:48 ip-10-31-9-151 ansible-hostname: Invoked with use=systemd name=ipaserver.test.local Feb 11 17:08:48 ip-10-31-9-151 dbus[505]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Feb 11 17:08:49 ip-10-31-9-151 systemd: Starting Hostname Service... Feb 11 17:08:49 ip-10-31-9-151 dbus[505]: [system] Successfully activated service 'org.freedesktop.hostname1' Feb 11 17:08:49 ip-10-31-9-151 systemd: Started Hostname Service. Feb 11 17:08:49 ip-10-31-9-151 systemd-hostnamed: Changed host name to 'ipaserver.test.local' Feb 11 17:08:49 ip-10-31-9-151 systemd-hostnamed: Changed pretty host name to 'ipaserver.test.local' Feb 11 17:08:49 ip-10-31-9-151 systemd-hostnamed: Changed static host name to 'ipaserver.test.local' Feb 11 17:08:49 ip-10-31-9-151 NetworkManager[574]: [1739311729.0743] hostname: hostname changed from "managed-node2" to "ipaserver.test.local" Feb 11 17:08:49 ip-10-31-9-151 NetworkManager[574]: [1739311729.0748] policy: set-hostname: current hostname was changed outside NetworkManager: 'ipaserver.test.local' Feb 11 17:08:49 ip-10-31-9-151 dbus[505]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Feb 11 17:08:49 ip-10-31-9-151 systemd: Starting Network Manager Script Dispatcher Service... Feb 11 17:08:49 ip-10-31-9-151 dbus[505]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Feb 11 17:08:49 ip-10-31-9-151 systemd: Started Network Manager Script Dispatcher Service. Feb 11 17:08:49 ip-10-31-9-151 nm-dispatcher: req:1 'hostname': new request (4 scripts) Feb 11 17:08:49 ip-10-31-9-151 nm-dispatcher: req:1 'hostname': start running ordered scripts... Feb 11 17:08:49 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=latest disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['nss'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:08:54 ip-10-31-9-151 ansible-yum: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['ipa-server', 'libselinux-python'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: libtdb-1.3.18-1.el7.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: libldb-1.5.4-2.el7.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: libsss_certmap-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: libdhash-0.5.0-32.el7.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: python-ldap-2.4.15-2.el7.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: libsss_idmap-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: libjpeg-turbo-1.2.90-8.el7.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: ipa-common-4.6.8-5.el7.centos.17.noarch Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: 1:cups-libs-1.6.3-52.el7_9.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: python-dns-1.12.0-4.20150617git465785f.el7.noarch Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: python-gssapi-1.2.0-3.el7.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: fontpackages-filesystem-1.44-8.el7.noarch Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: openldap-clients-2.4.44-25.el7_9.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: cyrus-sasl-gssapi-2.1.26-24.el7_9.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: ipa-client-common-4.6.8-5.el7.centos.17.noarch Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: python-sssdconfig-1.16.5-10.el7_9.16.noarch Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: mesa-libglapi-18.3.4-12.el7_9.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: libsss_nss_idmap-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:17 ip-10-31-9-151 yum[14359]: Installed: samba-common-4.10.16-25.el7_9.noarch Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: apr-1.4.8-7.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: apr-util-1.5.2-6.el7_9.1.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: libkadm5-1.15.1-55.el7_9.x86_64 Feb 11 17:09:18 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:18 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:18 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:18 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: oddjob-0.31.5-4.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: svrcore-4.1.3-2.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: pyusb-1.0.0-0.11.b1.el7.noarch Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: python-jwcrypto-0.4.2-1.el7.noarch Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: libsss_autofs-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: systemd-python-219-78.el7_9.9.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: python-custodia-0.3.1-4.el7.noarch Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: 32:bind-license-9.11.4-26.P2.el7_9.16.noarch Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: libipa_hbac-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: libICE-1.0.9-9.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: gperftools-libs-2.6.1-1.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: libwayland-server-1.15.0-1.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: libxshmfence-1.2-1.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: python-nss-0.16.0-3.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: pki-base-10.5.18-27.el7_9.noarch Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: mesa-libgbm-18.3.4-12.el7_9.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: 389-ds-base-libs-1.3.11.1-5.el7_9.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: libSM-1.2.2-2.el7.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: python-libipa_hbac-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:18 ip-10-31-9-151 yum[14359]: Installed: custodia-0.3.1-4.el7.noarch Feb 11 17:09:19 ip-10-31-9-151 yum[14359]: Installed: python-yubico-1.2.3-1.el7.noarch Feb 11 17:09:19 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:19 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:19 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:19 ip-10-31-9-151 yum[14359]: Installed: oddjob-mkhomedir-0.31.5-4.el7.x86_64 Feb 11 17:09:19 ip-10-31-9-151 yum[14359]: Installed: krb5-workstation-1.15.1-55.el7_9.x86_64 Feb 11 17:09:19 ip-10-31-9-151 yum[14359]: Installed: apr-util-openssl-1.5.2-6.el7_9.1.x86_64 Feb 11 17:09:19 ip-10-31-9-151 yum[14359]: Installed: httpd-tools-2.4.6-99.el7.centos.1.x86_64 Feb 11 17:09:19 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:19 ip-10-31-9-151 yum[14359]: Installed: httpd-2.4.6-99.el7.centos.1.x86_64 Feb 11 17:09:20 ip-10-31-9-151 yum[14359]: Installed: ipa-server-common-4.6.8-5.el7.centos.17.noarch Feb 11 17:09:20 ip-10-31-9-151 yum[14359]: Installed: mod_session-2.4.6-99.el7.centos.1.x86_64 Feb 11 17:09:20 ip-10-31-9-151 yum[14359]: Installed: mod_wsgi-3.4-18.el7.x86_64 Feb 11 17:09:34 ip-10-31-9-151 yum[14359]: Installed: mod_nss-1.0.14-12.el7.x86_64 Feb 11 17:09:34 ip-10-31-9-151 yum[14359]: Installed: mod_lookup_identity-1.0.0-1.el7.x86_64 Feb 11 17:09:34 ip-10-31-9-151 yum[14359]: Installed: mod_auth_gssapi-1.5.1-7.el7.x86_64 Feb 11 17:09:34 ip-10-31-9-151 yum[14359]: Installed: sssd-client-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:35 ip-10-31-9-151 yum[14359]: Installed: fontawesome-fonts-4.1.0-2.el7.noarch Feb 11 17:09:35 ip-10-31-9-151 yum[14359]: Installed: open-sans-fonts-1.10-1.el7.noarch Feb 11 17:09:35 ip-10-31-9-151 yum[14359]: Installed: dejavu-fonts-common-2.33-6.el7.noarch Feb 11 17:09:35 ip-10-31-9-151 yum[14359]: Installed: dejavu-sans-fonts-2.33-6.el7.noarch Feb 11 17:09:36 ip-10-31-9-151 yum[14359]: Installed: fontconfig-2.13.0-4.3.el7.x86_64 Feb 11 17:09:36 ip-10-31-9-151 yum[14359]: Installed: python-kdcproxy-0.3.2-3.el7.noarch Feb 11 17:09:36 ip-10-31-9-151 yum[14359]: Installed: jasper-libs-1.900.1-33.el7.x86_64 Feb 11 17:09:36 ip-10-31-9-151 yum[14359]: Installed: libfontenc-1.1.3-3.el7.x86_64 Feb 11 17:09:36 ip-10-31-9-151 yum[14359]: Installed: 1:xorg-x11-font-utils-7.5-21.el7.x86_64 Feb 11 17:09:36 ip-10-31-9-151 yum[14359]: Installed: python-sss-murmur-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:36 ip-10-31-9-151 yum[14359]: Installed: geoipupdate-2.5.0-2.el7.x86_64 Feb 11 17:09:36 ip-10-31-9-151 yum[14359]: Installed: GeoIP-1.5.0-14.el7.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: 32:bind-libs-lite-9.11.4-26.P2.el7_9.16.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: 32:bind-libs-9.11.4-26.P2.el7_9.16.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: 32:bind-utils-9.11.4-26.P2.el7_9.16.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: jbigkit-libs-2.0-11.el7.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: libtiff-4.0.3-35.el7.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: libsss_sudo-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: softhsm-2.1.0-3.el7.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: perl-NetAddr-IP-4.069-3.el7.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: nuxwdog-1.0.5-1.el7.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: python-netaddr-0.7.5-9.el7.noarch Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: c-ares-1.10.0-3.el7_9.1.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: python-netifaces-0.10.4-3.el7.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: fribidi-1.0.2-1.el7_7.1.x86_64 Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: 1:perl-Package-Constants-0.02-299.el7_9.noarch Feb 11 17:09:37 ip-10-31-9-151 yum[14359]: Installed: perl-Archive-Tar-1.92-3.el7.noarch Feb 11 17:09:38 ip-10-31-9-151 yum[14359]: Installed: tzdata-java-2024a-1.el7.noarch Feb 11 17:09:38 ip-10-31-9-151 yum[14359]: Installed: hicolor-icon-theme-0.12-7.el7.noarch Feb 11 17:09:38 ip-10-31-9-151 yum[14359]: Installed: ttmkfdir-3.0.9-42.el7.x86_64 Feb 11 17:09:38 ip-10-31-9-151 yum[14359]: Installed: xorg-x11-fonts-Type1-7.5-9.el7.noarch Feb 11 17:09:38 ip-10-31-9-151 yum[14359]: Installed: libwayland-client-1.15.0-1.el7.x86_64 Feb 11 17:09:38 ip-10-31-9-151 yum[14359]: Installed: augeas-libs-1.4.0-10.el7.x86_64 Feb 11 17:09:38 ip-10-31-9-151 yum[14359]: Installed: python-augeas-0.5.0-2.el7.noarch Feb 11 17:09:38 ip-10-31-9-151 yum[14359]: Installed: copy-jdk-configs-3.3-11.el7_9.noarch Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: atk-2.28.1-2.el7.x86_64 Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: python-dateutil-1.5-7.el7.noarch Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: graphite2-1.3.10-1.el7_3.x86_64 Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: harfbuzz-1.7.5-2.el7.x86_64 Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: http-parser-2.7.1-9.el7.x86_64 Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: nettle-2.7.1-9.el7_9.x86_64 Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: python2-pyasn1-modules-0.1.9-7.el7.noarch Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: cyrus-sasl-plain-2.1.26-24.el7_9.x86_64 Feb 11 17:09:39 ip-10-31-9-151 yum[14359]: Installed: perl-DB_File-1.830-6.el7.x86_64 Feb 11 17:09:40 ip-10-31-9-151 yum[14359]: Installed: libicu-50.2-4.el7_7.x86_64 Feb 11 17:09:40 ip-10-31-9-151 yum[14359]: Installed: libthai-0.1.14-9.el7.x86_64 Feb 11 17:09:40 ip-10-31-9-151 yum[14359]: Installed: perl-Mozilla-LDAP-1.5.3-12.el7.x86_64 Feb 11 17:09:40 ip-10-31-9-151 yum[14359]: Installed: python-qrcode-core-5.0.1-1.el7.noarch Feb 11 17:09:40 ip-10-31-9-151 yum[14359]: Installed: python2-ipalib-4.6.8-5.el7.centos.17.noarch Feb 11 17:09:40 ip-10-31-9-151 yum[14359]: Installed: python2-ipaclient-4.6.8-5.el7.centos.17.noarch Feb 11 17:09:41 ip-10-31-9-151 yum[14359]: Installed: python2-ipaserver-4.6.8-5.el7.centos.17.noarch Feb 11 17:09:41 ip-10-31-9-151 yum[14359]: Installed: autogen-libopts-5.18-5.el7.x86_64 Feb 11 17:09:41 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:41 ip-10-31-9-151 yum[14359]: Installed: trousers-0.3.14-2.el7.x86_64 Feb 11 17:09:41 ip-10-31-9-151 yum[14359]: Installed: gnutls-3.3.29-9.el7_6.x86_64 Feb 11 17:09:41 ip-10-31-9-151 yum[14359]: Installed: samba-common-libs-4.10.16-25.el7_9.x86_64 Feb 11 17:09:41 ip-10-31-9-151 yum[14359]: Installed: libwbclient-4.10.16-25.el7_9.x86_64 Feb 11 17:09:42 ip-10-31-9-151 yum[14359]: Installed: samba-client-libs-4.10.16-25.el7_9.x86_64 Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:42 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-common-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-krb5-common-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-common-pac-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-ipa-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-ldap-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-krb5-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-proxy-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:43 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:43 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:43 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:09:43 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-dbus-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: libsmbclient-4.10.16-25.el7_9.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-ad-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: sssd-1.16.5-10.el7_9.16.x86_64 Feb 11 17:09:43 ip-10-31-9-151 yum[14359]: Installed: cyrus-sasl-md5-2.1.26-24.el7_9.x86_64 Feb 11 17:09:44 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: 389-ds-base-1.3.11.1-5.el7_9.x86_64 Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: slapi-nis-0.60.0-4.el7_9.x86_64 Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: libXau-1.0.8-2.1.el7.x86_64 Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: libxcb-1.13-1.el7.x86_64 Feb 11 17:09:44 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: ntpdate-4.2.6p5-29.el7.centos.2.x86_64 Feb 11 17:09:44 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: ntp-4.2.6p5-29.el7.centos.2.x86_64 Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: pcsc-lite-libs-1.8.8-8.el7.x86_64 Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: pixman-0.34.0-1.el7.x86_64 Feb 11 17:09:44 ip-10-31-9-151 yum[14359]: Installed: libX11-common-1.6.7-5.el7_9.noarch Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libX11-1.6.7-5.el7_9.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXext-1.3.3-3.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXrender-0.9.10-1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXfixes-5.0.3-1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXi-1.7.9-1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXdamage-1.1.4-4.1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: gdk-pixbuf2-2.36.12-3.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXcomposite-0.4.4-4.1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: gtk-update-icon-cache-3.22.30-8.el7_9.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXtst-1.2.3-1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXcursor-1.1.15-1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXrandr-1.5.1-2.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXft-2.3.2-2.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXinerama-1.1.3-2.1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: libXxf86vm-1.1.4-1.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: mesa-libGL-18.3.4-12.el7_9.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: mesa-libEGL-18.3.4-12.el7_9.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: cairo-1.15.12-4.el7.x86_64 Feb 11 17:09:45 ip-10-31-9-151 yum[14359]: Installed: pango-1.42.4-4.el7_7.x86_64 Feb 11 17:09:46 ip-10-31-9-151 yum[14359]: Installed: gtk2-2.24.31-1.el7.x86_64 Feb 11 17:09:46 ip-10-31-9-151 yum[14359]: Installed: giflib-4.1.6-9.el7.x86_64 Feb 11 17:09:46 ip-10-31-9-151 yum[14359]: Installed: lksctp-tools-1.0.17-2.el7.x86_64 Feb 11 17:09:46 ip-10-31-9-151 yum[14359]: Installed: python-javapackages-3.4.1-11.el7.noarch Feb 11 17:09:46 ip-10-31-9-151 yum[14359]: Installed: javapackages-tools-3.4.1-11.el7.noarch Feb 11 17:09:50 ip-10-31-9-151 yum[14359]: Installed: 1:java-1.8.0-openjdk-headless-1.8.0.412.b08-1.el7_9.x86_64 Feb 11 17:09:50 ip-10-31-9-151 yum[14359]: Installed: 1:java-1.8.0-openjdk-1.8.0.412.b08-1.el7_9.x86_64 Feb 11 17:09:50 ip-10-31-9-151 yum[14359]: Installed: relaxngDatatype-1.0-11.el7.noarch Feb 11 17:09:50 ip-10-31-9-151 yum[14359]: Installed: apache-commons-codec-1.8-7.el7.noarch Feb 11 17:09:50 ip-10-31-9-151 yum[14359]: Installed: apache-commons-lang-2.6-15.el7.noarch Feb 11 17:09:50 ip-10-31-9-151 yum[14359]: Installed: xml-commons-apis-1.4.01-16.el7.noarch Feb 11 17:09:50 ip-10-31-9-151 yum[14359]: Installed: xml-commons-resolver-1.2-15.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: xalan-j2-2.7.1-23.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: xerces-j2-2.11.0-17.el7_0.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: tomcat-servlet-3.0-api-7.0.76-16.el7_9.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: 1:isorelax-0-0.15.release20050331.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: bea-stax-api-1.2.0-9.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: 1:msv-xsdlib-2013.5.1-7.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: jss-4.4.9-3.el7.x86_64 Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: xsom-0-10.20110809svn.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: apache-commons-pool-1.6-9.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: apache-commons-collections-3.2.1-22.el7_2.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: javassist-3.16.1-10.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: stax2-api-3.1.1-10.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 yum[14359]: Installed: rngom-201103-0.8.20120119svn.el7.noarch Feb 11 17:09:51 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: 1:hsqldb-1.8.1.3-15.el7_9.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: 1:apache-commons-io-2.4-12.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: geronimo-jms-1.1.1-19.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: resteasy-base-jaxrs-api-3.0.6-4.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: jvnet-parent-4-2.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: codemodel-2.6-9.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: bea-stax-1.2.0-9.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: stax-ex-1.7.1-6.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: istack-commons-2.17-4.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: scannotation-1.0.3-0.7.r12.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: glassfish-fastinfoset-1.2.12-9.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: ldapjdk-4.19-5.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: 1:msv-msv-2013.5.1-7.el7.noarch Feb 11 17:09:52 ip-10-31-9-151 yum[14359]: Installed: tomcat-jsp-2.2-api-7.0.76-16.el7_9.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: jing-20091111-14.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: objectweb-asm-3.3.1-9.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: httpcomponents-core-4.2.4-6.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: glassfish-dtd-parser-1.2-0.8.20120120svn.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: cal10n-0.7.7-4.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: joda-convert-1.3-5.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: joda-time-2.2-3.tzdata2013c.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: 1:ecj-4.5.2-3.el7.x86_64 Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: geronimo-jta-1.1.1-17.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: apache-commons-dbcp-1.4-17.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: args4j-2.0.16-13.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: txw2-20110809-8.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: easymock2-2.5.2-12.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: qdox-1.12.1-10.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: hamcrest-1.3-6.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: junit-4.11-8.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: xpp3-1.1.3.8-11.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: javamail-1.4.6-8.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: log4j-1.2.17-18.el7_4.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: avalon-logkit-2.1-14.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: apache-commons-logging-1.1.2-7.el7.noarch Feb 11 17:09:53 ip-10-31-9-151 yum[14359]: Installed: avalon-framework-4.3-10.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: slf4j-1.7.4-4.el7_4.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: httpcomponents-client-4.2.5-5.el7_0.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: 1:jakarta-commons-httpclient-3.1-16.el7_0.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: glassfish-jaxb-api-2.2.7-4.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: glassfish-jaxb-2.2.5-6.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: resteasy-base-jaxb-provider-3.0.6-4.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: jboss-annotations-1.1-api-1.0.1-0.6.20120212git76e1a2.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: resteasy-base-jaxrs-3.0.6-4.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: resteasy-base-atom-provider-3.0.6-4.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: resteasy-base-client-3.0.6-4.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: apache-commons-cli-1.2-13.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: antlr-tool-2.7.7-30.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: ws-jaxme-0.5.2-10.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: jdom-1.1.3-6.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: jaxen-1.1.3-11.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: dom4j-1.6.1-20.el7.noarch Feb 11 17:09:54 ip-10-31-9-151 yum[14359]: Installed: jsr-311-1.1.1-6.el7.noarch Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: jackson-1.9.4-7.el7.noarch Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: resteasy-base-jackson-provider-3.0.6-4.el7.noarch Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: pki-base-java-10.5.18-27.el7_9.noarch Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: pki-tools-10.5.18-27.el7_9.x86_64 Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: apache-commons-daemon-1.0.13-7.el7.x86_64 Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: regexp-1.5-13.el7.noarch Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: bcel-5.2-19.el7_9.noarch Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: nuxwdog-client-java-1.0.5-1.el7.x86_64 Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: jakarta-oro-2.0.8-16.el7.noarch Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: velocity-1.7-10.el7.noarch Feb 11 17:09:55 ip-10-31-9-151 yum[14359]: Installed: tomcat-el-2.2-api-7.0.76-16.el7_9.noarch Feb 11 17:09:58 ip-10-31-9-151 yum[14359]: Installed: tomcat-lib-7.0.76-16.el7_9.noarch Feb 11 17:09:58 ip-10-31-9-151 systemd: Reloading. Feb 11 17:09:58 ip-10-31-9-151 yum[14359]: Installed: tomcat-7.0.76-16.el7_9.noarch Feb 11 17:09:58 ip-10-31-9-151 yum[14359]: Installed: tomcatjss-7.2.5-1.el7.noarch Feb 11 17:09:59 ip-10-31-9-151 yum[14359]: Installed: pki-server-10.5.18-27.el7_9.noarch Feb 11 17:09:59 ip-10-31-9-151 yum[14359]: Installed: pki-ca-10.5.18-27.el7_9.noarch Feb 11 17:09:59 ip-10-31-9-151 yum[14359]: Installed: pki-kra-10.5.18-27.el7_9.noarch Feb 11 17:10:00 ip-10-31-9-151 yum[14359]: Installed: words-3.0-22.el7.noarch Feb 11 17:10:00 ip-10-31-9-151 systemd: Reloading. Feb 11 17:10:00 ip-10-31-9-151 yum[14359]: Installed: krb5-server-1.15.1-55.el7_9.x86_64 Feb 11 17:10:00 ip-10-31-9-151 yum[14359]: Installed: krb5-pkinit-1.15.1-55.el7_9.x86_64 Feb 11 17:10:00 ip-10-31-9-151 yum[14359]: Installed: hesiod-3.2.1-3.el7.x86_64 Feb 11 17:10:00 ip-10-31-9-151 systemd: Reloading. Feb 11 17:10:00 ip-10-31-9-151 yum[14359]: Installed: 1:autofs-5.0.7-116.el7_9.1.x86_64 Feb 11 17:10:00 ip-10-31-9-151 yum[14359]: Installed: ipa-client-4.6.8-5.el7.centos.17.x86_64 Feb 11 17:10:00 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:10:00 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:10:00 ip-10-31-9-151 systemd: Reloading. Feb 11 17:10:00 ip-10-31-9-151 systemd: Reloading D-Bus System Message Bus. Feb 11 17:10:00 ip-10-31-9-151 dbus[505]: [system] Reloaded configuration Feb 11 17:10:00 ip-10-31-9-151 dbus-send: method return time=1739311800.968531 sender=org.freedesktop.DBus -> destination=:1.69 serial=3 reply_serial=2 Feb 11 17:10:00 ip-10-31-9-151 systemd: Reloaded D-Bus System Message Bus. Feb 11 17:10:00 ip-10-31-9-151 yum[14359]: Installed: ipa-server-4.6.8-5.el7.centos.17.x86_64 Feb 11 17:10:05 ip-10-31-9-151 python: ansible-yum Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['firewalld'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Feb 11 17:10:06 ip-10-31-9-151 python: ansible-ansible.builtin.systemd Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Feb 11 17:10:06 ip-10-31-9-151 systemd: Reloading. Feb 11 17:10:06 ip-10-31-9-151 systemd: Starting firewalld - dynamic firewall daemon... Feb 11 17:10:06 ip-10-31-9-151 systemd: Started firewalld - dynamic firewall daemon. Feb 11 17:10:06 ip-10-31-9-151 kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team Feb 11 17:10:06 ip-10-31-9-151 kernel: Ebtables v2.0 registered Feb 11 17:10:06 ip-10-31-9-151 firewalld[15492]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Feb 11 17:10:06 ip-10-31-9-151 kernel: ip_set: protocol 7 Feb 11 17:10:06 ip-10-31-9-151 kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Feb 11 17:10:06 ip-10-31-9-151 kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Feb 11 17:10:07 ip-10-31-9-151 python: ansible-ipaserver_test Invoked with domain=test.local force=False setup_kra=False password=NOT_LOGGING_PARAMETER secondary_rid_base=100000000 netbios_name=None ca_subject=None http_cert_files=None dirsrv_pin=None no_ntp=False reverse_zones=[] no_forwarders=False external_ca_profile=None random_serial_numbers=False external_ca=False realm=TEST.LOCAL external_ca_type=None no_pkinit=False hostname=ipaserver.test.local http_pin=None setup_dns=False idmax=None setup_adtrust=False http_cert_name=None dirsrv_cert_files=None no_reverse=False enable_compat=False ca_cert_files=[] dm_password=NOT_LOGGING_PARAMETER master_password=NOT_LOGGING_PARAMETER ntp_pool=None subject_base=None auto_reverse=False ntp_servers=None auto_forwarders=False no_host_dns=True dirsrv_cert_name=None dirsrv_config_file=None forwarders=[] skip_mem_check=False idstart=None pki_config_override=None pkinit_cert_name=None external_cert_files=None pkinit_cert_files=None forward_policy=None zonemgr=None rid_base=1000 no_dnssec_validation=False allow_zone_overlap=False pkinit_pin=None Feb 11 17:10:07 ip-10-31-9-151 python: ansible-ipaserver_test WARNING: conflicting time&date synchronization service 'chronyd' will be disabled in favor of chronyd Feb 11 17:10:09 ip-10-31-9-151 python: ansible-ipaserver_prepare Invoked with domain=test.local force=False setup_kra=False ip_addresses=[] secondary_rid_base=None netbios_name=None ca_subject=None setup_ca=True _hostname_overridden=True reverse_zones=[] no_forwarders=False external_ca_profile=None random_serial_numbers=False external_ca=False realm=TEST.LOCAL external_ca_type=None hostname=ipaserver.test.local setup_dns=False setup_adtrust=False no_reverse=False enable_compat=False ca_cert_files=[] subject_base=None auto_reverse=False auto_forwarders=False no_host_dns=True forwarders=[] password=NOT_LOGGING_PARAMETER dm_password=NOT_LOGGING_PARAMETER sid_generation_always=False external_cert_files=[] forward_policy=None rid_base=None no_dnssec_validation=False allow_zone_overlap=False Feb 11 17:10:11 ip-10-31-9-151 python: ansible-ansible.builtin.file Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/root/.ipa_cache owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:10:11 ip-10-31-9-151 python: ansible-ansible.builtin.file Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/ipa/.tmp_pkcs12_dirsrv owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:10:11 ip-10-31-9-151 python: ansible-ansible.builtin.file Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/ipa/.tmp_pkcs12_http owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:10:12 ip-10-31-9-151 python: ansible-ansible.builtin.file Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/ipa/.tmp_pkcs12_pkinit owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Feb 11 17:10:12 ip-10-31-9-151 python: ansible-command Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=cat /proc/sys/kernel/random/entropy_avail removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Feb 11 17:10:12 ip-10-31-9-151 python: ansible-command Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euo pipefail#012cd /var/log#012tar -czf /tmp/ipalogs.tgz $( [[ -e messages ]] && echo messages ) $( [[ -e ipaserver-install.log ]] && echo ipaserver-install.log ) $( [[ -e ipaclient-install.log ]] && echo ipaclient-install.log ) $( [[ -e pki ]] && echo pki )#012chmod '0644' /tmp/ipalogs.tgz#012echo "==========================="#012echo " ipaserver-install.log"#012echo "==========================="#012cat ipaserver-install.log#012echo "==========================="#012echo " /var/log/messages"#012echo "==========================="#012cat /var/log/messages removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None TASK [FAILURE - grab archive] ************************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:133 Tuesday 11 February 2025 17:10:12 -0500 (0:00:00.380) 0:01:29.618 ****** changed: [managed-node2] => { "changed": true, "checksum": "4b4f426254121767caae92a8fc5fd18d889211af", "dest": "/tmp/ipalogs.tgz", "md5sum": "494f7d9bae44e5ad39ffa1de0e8f91ca", "remote_checksum": "4b4f426254121767caae92a8fc5fd18d889211af", "remote_md5sum": null } TASK [FAILURE - unpack archive] ************************************************ task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:138 Tuesday 11 February 2025 17:10:13 -0500 (0:00:00.484) 0:01:30.103 ****** ok: [managed-node2 -> 127.0.0.1] => { "changed": false, "cmd": "set -euo pipefail\ncd \"/tmp\"\ntar -xvzf ipalogs.tgz\nchmod 0644 *", "delta": "0:00:00.009581", "end": "2025-02-11 17:10:13.427107", "rc": 0, "start": "2025-02-11 17:10:13.417526" } STDOUT: messages ipaserver-install.log pki/ pki/server/ pki/server/upgrade/ pki/server/upgrade/10.5.18/ pki/server/upgrade/10.5.18/1/ pki/server/upgrade/10.5.18/2/ pki/pki-server-upgrade-10.5.18.log TASK [Failed] ****************************************************************** task path: /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:146 Tuesday 11 February 2025 17:10:13 -0500 (0:00:00.163) 0:01:30.266 ****** fatal: [managed-node2]: FAILED! => { "changed": false } MSG: failed PLAY RECAP ********************************************************************* managed-node2 : ok=27 changed=8 unreachable=0 failed=2 skipped=7 rescued=0 ignored=0 Tuesday 11 February 2025 17:10:13 -0500 (0:00:00.014) 0:01:30.280 ****** =============================================================================== ipaserver : Install - Ensure that IPA server packages are installed ---- 70.30s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 ------------------------- Ensure nss package is up-to-date ---------------------------------------- 4.78s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65 ipaserver : Install - Server preparation -------------------------------- 2.09s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 ----------------------- Clone ansible-freeipa repo ---------------------------------------------- 1.49s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32 ipaserver : Install - Server installation test -------------------------- 1.15s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------ ipaserver : Firewalld service - Ensure that firewalld is running -------- 1.04s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------ Gathering Facts --------------------------------------------------------- 0.99s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 ipaserver : Cleanup temporary files ------------------------------------- 0.93s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:477 ----------------------- ipaserver : Install - Master password creation -------------------------- 0.88s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 ----------------------- Ensure hostname package is installed ------------------------------------ 0.83s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 Set hostname ------------------------------------------------------------ 0.80s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59 ipaserver : Install - Ensure that firewall packages installed ----------- 0.61s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------ Check if system is ostree ----------------------------------------------- 0.55s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 FAILURE - grab archive -------------------------------------------------- 0.48s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:133 ipaserver : Install - Cleanup root IPA cache ---------------------------- 0.44s /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472 ----------------------- Create role symlinks ---------------------------------------------------- 0.42s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41 Ensure freeipa-repo is absent ------------------------------------------- 0.40s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24 FAILURE - get logs for debugging ---------------------------------------- 0.38s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:114 Check if system is ostree ----------------------------------------------- 0.32s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9 FAILURE - check entropy ------------------------------------------------- 0.32s /tmp/collections-xC9/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:111