ansible-playbook [core 2.16.14]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.12/site-packages/ansible
  ansible collection location = /tmp/collections-cDM
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12)
  jinja version = 3.1.5
  libyaml = True
No config file found; using defaults
running playbook inside collection fedora.linux_system_roles
statically imported: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug
redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks
Skipping callback 'default', as we already have a stdout callback.
Skipping callback 'minimal', as we already have a stdout callback.
Skipping callback 'oneline', as we already have a stdout callback.

PLAYBOOK: tests_basic_ipa.yml **************************************************
1 plays in /tmp/collections-cDM/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-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2
Friday 07 February 2025  10:36:51 -0500 (0:00:00.008)       0:00:00.008 ******* 
ok: [managed-node1]

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13
Friday 07 February 2025  10:36:53 -0500 (0:00:01.390)       0:00:01.399 ******* 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Skip if not supported] ***************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:18
Friday 07 February 2025  10:36:53 -0500 (0:00:00.483)       0:00:01.883 ******* 
META: end_host conditional evaluated to False, continuing execution for managed-node1
skipping: [managed-node1] => {
    "skip_reason": "end_host conditional evaluated to False, continuing execution for managed-node1"
}

MSG:

end_host conditional evaluated to false, continuing execution for managed-node1

TASK [Set __is_beaker_env] *****************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:2
Friday 07 February 2025  10:36:53 -0500 (0:00:00.036)       0:00:01.920 ******* 
ok: [managed-node1] => {
    "ansible_facts": {
        "__is_beaker_env": false
    },
    "changed": false
}

TASK [Check if system is ostree] ***********************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:9
Friday 07 February 2025  10:36:53 -0500 (0:00:00.055)       0:00:01.975 ******* 
ok: [managed-node1] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set flag to indicate system is ostree] ***********************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:14
Friday 07 February 2025  10:36:54 -0500 (0:00:00.369)       0:00:02.345 ******* 
ok: [managed-node1] => {
    "ansible_facts": {
        "__certificate_is_ostree": false
    },
    "changed": false
}

TASK [Install ansible-freeipa] *************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:18
Friday 07 February 2025  10:36:54 -0500 (0:00:00.032)       0:00:02.377 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "__is_beaker_env",
    "skip_reason": "Conditional result was False"
}

TASK [Ensure freeipa-repo is absent] *******************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24
Friday 07 February 2025  10:36:54 -0500 (0:00:00.021)       0:00:02.399 ******* 
ok: [managed-node1 -> 127.0.0.1] => {
    "changed": false,
    "path": "/tmp/freeipa-repo/",
    "state": "absent"
}

TASK [Clone ansible-freeipa repo] **********************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32
Friday 07 February 2025  10:36:54 -0500 (0:00:00.437)       0:00:02.836 ******* 
changed: [managed-node1 -> 127.0.0.1] => {
    "after": "e8688d4cf5818c760102b49b897326b2a8654857",
    "before": null,
    "changed": true
}

TASK [Create role symlinks] ****************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41
Friday 07 February 2025  10:36:55 -0500 (0:00:01.153)       0:00:03.989 ******* 
changed: [managed-node1 -> 127.0.0.1] => (item=ipaserver) => {
    "ansible_loop_var": "item",
    "changed": true,
    "dest": "/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/roles/ipaserver",
    "gid": 0,
    "group": "root",
    "item": "ipaserver",
    "mode": "0777",
    "owner": "root",
    "secontext": "unconfined_u:object_r:user_tmp_t:s0",
    "size": 34,
    "src": "/tmp/freeipa-repo/roles/ipaserver/",
    "state": "link",
    "uid": 0
}
changed: [managed-node1 -> 127.0.0.1] => (item=ipaclient) => {
    "ansible_loop_var": "item",
    "changed": true,
    "dest": "/tmp/collections-cDM/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-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53
Friday 07 February 2025  10:36:56 -0500 (0:00:00.821)       0:00:04.811 ******* 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Set hostname] ************************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59
Friday 07 February 2025  10:37:11 -0500 (0:00:14.948)       0:00:19.759 ******* 
changed: [managed-node1] => {
    "ansible_facts": {
        "ansible_domain": "test.local",
        "ansible_fqdn": "ipaserver.test.local",
        "ansible_hostname": "ipaserver",
        "ansible_nodename": "ipaserver.test.local"
    },
    "changed": true,
    "name": "ipaserver.test.local"
}

TASK [Ensure nss package is up-to-date] ****************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65
Friday 07 February 2025  10:37:12 -0500 (0:00:00.907)       0:00:20.667 ******* 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [Debug] *******************************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:87
Friday 07 February 2025  10:37:15 -0500 (0:00:02.870)       0:00:23.538 ******* 
changed: [managed-node1 -> localhost] => {
    "changed": true,
    "cmd": "/usr/bin/env | grep -v LINUXSYSTEMROLES_SSH_KEY",
    "delta": "0:00:00.033213",
    "end": "2025-02-07 10:37:15.967709",
    "rc": 0,
    "start": "2025-02-07 10:37:15.934496"
}

STDOUT:

__INTERNAL_PHASE_OPEN=1
LS_COLORS=
RSTRNT_REBOOTCOUNT=0
__INTERNAL_TEST_STATE=0
SSH_CONNECTION=10.31.9.220 49716 10.31.15.205 22
__INTERNAL_CLEANUP_FINAL=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/cleanup.sh
TMT_REBOOT_COUNT=0
_=/usr/bin/env
TESTING_FARM_TEST_TYPE=fmf
LANG=en_US.UTF-8
TMT_TREE=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/tree
OLDPWD=/tmp/certificate-d0t
TESTING_FARM_GIT_URL=https://github.com/linux-system-roles/tft-tests
__INTERNAL_PHASE_STATUSES=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/PHASE_STATUSES
__INTERNAL_CLEANUP_BUFF=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/clbuff
TMT_TEST_METADATA=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/metadata.yaml
__INTERNAL_JOURNAL_OPEN=1
ARTIFACTS_URL=https://dl.fedoraproject.org/pub/alt/linuxsystemroles/logs/tf_certificate-256_CentOS-Stream-8-2.16_20250207-152846/artifacts
__INTERNAL_PHASES_FAILED=0
REBOOTCOUNT=0
ANSIBLE_VER=2.16
ARTIFACTS_DIR=/srv/pub/alt/linuxsystemroles/logs/tf_certificate-256_CentOS-Stream-8-2.16_20250207-152846/artifacts
BEAKERLIB_DIR=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2
which_declare=declare -f
__INTERNAL_PHASES_SKIPPED=0
__INTERNAL_BEAKERLIB_JOURNAL=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/journal.xml
XDG_SESSION_ID=3
USER=root
__INTERNAL_ENDTIME=
__INTERNAL_PHASES_WORST_RESULT=PASS
TEST_LOCAL_CHANGES=false
SELINUX_ROLE_REQUESTED=
BEAKERLIB_COMMAND_SUBMIT_LOG=/usr/local/bin/tmt-file-submit
TMT_TEST_RESTART_COUNT=0
__INTERNAL_PHASES_PASSED=1
TESTING_FARM_GIT_REF=main
ANSIBLE_CALLBACKS_ENABLED=profile_tasks
PWD=/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate
HOME=/root
TMT_TEST_DATA=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/data
__INTERNAL_STARTTIME=1738942581
TMT_VERSION=1.42.1
TMT_TEST_PIDFILE_LOCK=/var/tmp/tmt-test.pid.lock
SSH_CLIENT=10.31.9.220 49716 22
BEAKERLIB=/usr/share/beakerlib
TMT_REBOOT_REQUEST=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/data/reboot-request
SELINUX_LEVEL_REQUESTED=
__INTERNAL_PERSISTENT_DATA=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/PersistentData
__INTERNAL_TEST_RESULTS=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/TestResults
__INTERNAL_METAFILE_INDENT_LEVEL=2
ANSIBLE_GATHERING=implicit
BEAKERLIB_COMMAND_REPORT_RESULT=/usr/local/bin/rhts-report-result
ANSIBLE_STDOUT_CALLBACK=debug
ANSIBLE_COLLECTIONS_PATH=/tmp/collections-cDM
SSH_TTY=/dev/pts/0
__INTERNAL_BEAKERLIB_METAFILE=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/journal.meta
TMT_TOPOLOGY_YAML=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/tmt-test-topology.yaml
SHELL=/bin/bash
SYSTEM_ROLES_ONLY_TESTS=
__INTERNAL_BEAKERLIB_JOURNAL_COLORED=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/journal_colored.txt
TMT_PLAN_DATA=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/data
TMT_PLAN_ENVIRONMENT_FILE=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/data/variables.env
SELINUX_USE_CURRENT_RANGE=
PYTHON_VERSION=3.12
TMT_TEST_NAME=/Run test playbooks from control_node/tests/general
PR_NUM=256
LSR_TFT_DEBUG=False
TMT_TEST_PIDFILE=/var/tmp/tmt-test.pid
SHLVL=6
__INTERNAL_DEFAULT_SUBMIT_LOG=__INTERNAL_FileSubmit
POSIXFIXED=NO
__INTERNAL_PERSISTENT_TMP=/var/tmp
__INTERNAL_DEFAULT_REPORT_RESULT=/bin/true
TMT_TEST_SERIAL_NUMBER=2
LINUXSYSTEMROLES_DOMAIN=secondary01.fedoraproject.org
LINUXSYSTEMROLES_USER=linuxsystemroles
LOGNAME=root
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/0/bus
XDG_RUNTIME_DIR=/run/user/0
GITHUB_ORG=linux-system-roles
__INTERNAL_BEAKERLIB_JOURNAL_TXT=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/journal.txt
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin
TMT_TEST_ITERATION_ID=1738942147-2
TMT_TOPOLOGY_BASH=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/tmt-test-topology.sh
DEBUGINFOD_URLS=https://debuginfod.centos.org/ 
TESTID=2
TESTING_FARM_REQUEST_ID=d1532bbf-d883-4c61-a7b3-0e1d30b87192
__INTERNAL_ASSERT_STATUSES=/var/ARTIFACTS/work-generalz3kxkz7j/plans/general/execute/data/guest/control-node1/Run-test-playbooks-from-control_node/tests/general-2/ASSERT_STATUSES
REPO_NAME=certificate
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn
NhAAAAAwEAAQAAAYEAu8ftPrhO0aNBSAhxJMQjb0huhia3t/8NIRD5bHO2lJA+0t6XxV1n
RV25InwkAQCZ/ZLltkReNbkSlDmOpDk2685Xfr9dFCwhurStYTTCV4oj5xAn8uf2tvscSI
wTDDm8IxPveXOkhtf+74ysnIc7r9i5K6PoyaHaagi9KjtHS8s7Q1ICNrQI5VP4Lb8zOR/N
dab/6x9JZmwkzQDx7jEkZ+jc3dUrGNG3iclf4U14FKfZBPdFoKigGjndPPGajyqL1p8/e9
B1H7+m4xLCbRicDM54YSaTTjkXSSZDyFGXUbREXaomLb2Do9zwrcbMWcEewkXWVLfPOGA8
kojETo7wDq+tYx2XUwL9gpWLn/QQYJl/6L6hgTDWu/e92KCt2laAZOEwXCWpJVoASSSsc2
4eRKYEGRkWLscDY+3zRrBRFRTwVZ/1iirilNTK4IlvBtOuVn8gMcBhtpp0d6HO8bwKu8Kq
euSMrzETx8ueL1/AI46KpmCFhOblhenBC3yIjVipAAAFmG9iwHBvYsBwAAAAB3NzaC1yc2
EAAAGBALvH7T64TtGjQUgIcSTEI29IboYmt7f/DSEQ+WxztpSQPtLel8VdZ0VduSJ8JAEA
mf2S5bZEXjW5EpQ5jqQ5NuvOV36/XRQsIbq0rWE0wleKI+cQJ/Ln9rb7HEiMEww5vCMT73
lzpIbX/u+MrJyHO6/YuSuj6Mmh2moIvSo7R0vLO0NSAja0COVT+C2/MzkfzXWm/+sfSWZs
JM0A8e4xJGfo3N3VKxjRt4nJX+FNeBSn2QT3RaCooBo53Tzxmo8qi9afP3vQdR+/puMSwm
0YnAzOeGEmk045F0kmQ8hRl1G0RF2qJi29g6Pc8K3GzFnBHsJF1lS3zzhgPJKIxE6O8A6v
rWMdl1MC/YKVi5/0EGCZf+i+oYEw1rv3vdigrdpWgGThMFwlqSVaAEkkrHNuHkSmBBkZFi
7HA2Pt80awURUU8FWf9Yoq4pTUyuCJbwbTrlZ/IDHAYbaadHehzvG8CrvCqnrkjK8xE8fL
ni9fwCOOiqZghYTm5YXpwQt8iI1YqQAAAAMBAAEAAAGAActj27oKlx5ckY3yw9oj0wyh3B
fAYMp341whyrzShA9aqayizhS/N7ExDjCaGPrayIrdSwgSpOgz/TU4Gl8UGeiJcEQEpWcp
utqpagDascK3kV3s3c7EQ4R5Ophrwa2xu92VHSe4YlQBLbmeItWi1xfm0XE8wyQwHcbf2j
3sXQpwB8E1FXVUEkSinhBM0rkjCeKVdpd10ya0gCjdRwG9TPNox0Nss3fkmBUz3Ke0foZf
Re4q14xTpwXXdLLD36X1dt/2Om0Q67We7Z8f0cRNAfW8Tfgv+LpFCnc06ronfeJ3WQvP61
0nfdppNyebIfR1Kppoq8xKlNa6+d0NGCACGTyXDu8XZIYnwXFNPocgA5SWnI4buAemvEm6
ztsUUpjrALHT7raWTqT8NWPTrOJPf7qw5mf29eSjpk6bSjH9IkwLpvYu3Rf9BhW6RwCdHM
GE/fcSLFHVgdItOxlkImjrY+RKDAe9eTXapVdHgSU3vLh36X6UAIwjPfmmHtRS4kixAAAA
wCeHcUiAZyvsfe4K84ASYAKa9iqNeOFrH141OZGIpBRcK0LGNOPQjsokrNBfYOjfdb6pMj
E5ipLgvP8+EqxpwxpXcHulkNkAby9zkpR+V6/IoXGqEs0h5dONJvMnawM+0++Luf7k4iBX
J9fnyJJvNonxPwPiO2dDcM/hpV9FNhxcXu/7wYDwF6fOGkzGhXLfuyzJ3uBpbAqmEulhUw
XKiAKgF7mECc3/+QFQIgeCKLnZj5Gf6h88P7ksm/WVMDxcFwAAAMEA3ZdFHU7jcpZ+d7Jt
ViqskoWsyVwV2nairpn+xjoq59PT4UfkqiRRx82N8Ly0eULTSSiO//D2HUP/a7owI+ukrl
heIAwsbZl9X5NKoVM49GN2XcTVAP5OPKIwS3dEoNmi5MTDbu930Gi2UAZVzCuLgJsHh8Jd
gZny/akY7lqTj5uupBG2f7olTJuJ2L+m6KIeBuoOD4OmbIp2oCqqOwIiWUhBy1ZiFlKRAl
uqWjKx16Oe9FIKnSqaDxkm2rxEEdZRAAAAwQDY8KMGywDUklbMmsHlpG9HBbyJ2HIk2zqM
prdibSwwZUrBkX+OTFKbq3wwzqNfstJE80TlcLwzjyy++NWHiWZ+FgbRPJP63oL5nazBGI
49WYmcqrHkaZtO02SszRh9xU9t0gOfC9gYLIiL8wjrssGewGMTElftf0ZGYizxic6j8A4I
wYgCeqNDHRbVqHSQUZVtNVTfqIbE3o/kmQ9NKQAnETJPWK+iFeejFNRFJvj23RaHH81wgl
rHxqJFsEGCTtkAAAAhbGludXhzeXN0ZW1yb2xlc0BmZWRvcmFwZW9wbGUub3JnAQI=
-----END OPENSSH PRIVATE KEY-----
LESSOPEN=||/usr/bin/lesspipe.sh %s
BASH_FUNC_which%%=() {  ( alias;
 eval ${which_declare} ) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@
}

TASK [See if collection exists] ************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:91
Friday 07 February 2025  10:37:16 -0500 (0:00:00.527)       0:00:24.066 ******* 
ok: [managed-node1 -> localhost] => {
    "changed": false,
    "stat": {
        "exists": false
    }
}

TASK [Set name of ipa server role] *********************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:97
Friday 07 February 2025  10:37:16 -0500 (0:00:00.311)       0:00:24.377 ******* 
ok: [managed-node1] => {
    "ansible_facts": {
        "__ipa_server_role": "ipaserver"
    },
    "changed": false
}

TASK [Include ipaserver role] **************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:101
Friday 07 February 2025  10:37:16 -0500 (0:00:00.019)       0:00:24.396 ******* 

TASK [ipaserver : Import variables specific to distribution] *******************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:4
Friday 07 February 2025  10:37:16 -0500 (0:00:00.036)       0:00:24.432 ******* 
ok: [managed-node1] => (item=/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml) => {
    "ansible_facts": {
        "ipaserver_packages": [
            "@idm:DL1/server"
        ],
        "ipaserver_packages_adtrust": [
            "@idm:DL1/adtrust"
        ],
        "ipaserver_packages_dns": [
            "@idm:DL1/dns"
        ],
        "ipaserver_packages_firewalld": [
            "firewalld"
        ]
    },
    "ansible_included_var_files": [
        "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml"
    ],
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/tmp/freeipa-repo/roles/ipaserver/vars/RedHat-8.yml"
}

TASK [ipaserver : Install IPA server] ******************************************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/main.yml:19
Friday 07 February 2025  10:37:16 -0500 (0:00:00.032)       0:00:24.465 ******* 
included: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml for managed-node1

TASK [ipaserver : Install - Ensure that IPA server packages are installed] *****
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7
Friday 07 February 2025  10:37:16 -0500 (0:00:00.096)       0:00:24.562 ******* 
changed: [managed-node1] => {
    "changed": true,
    "rc": 0,
    "results": [
        "Module idm:DL1/server installed.",
        "Installed: policycoreutils-python-utils-2.9-26.el8.noarch",
        "Installed: python3-mod_wsgi-4.6.4-5.el8.x86_64",
        "Installed: python3-netaddr-0.7.19-8.el8.noarch",
        "Installed: lua-5.3.4-12.el8.x86_64",
        "Installed: python3-nss-1.0.1-10.module_el8.4.0+595+e59c9af2.x86_64",
        "Installed: java-1.8.0-openjdk-headless-1:1.8.0.362.b08-3.el8.x86_64",
        "Installed: augeas-libs-1.12.0-8.el8.x86_64",
        "Installed: 389-ds-base-1.4.3.39-2.module_el8+909+03085a27.x86_64",
        "Installed: autofs-1:5.1.4-113.el8.x86_64",
        "Installed: python3-pki-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch",
        "Installed: samba-client-libs-4.19.4-4.el8.x86_64",
        "Installed: tomcat-1:9.0.62-30.el8.noarch",
        "Installed: samba-common-4.19.4-4.el8.noarch",
        "Installed: slapi-nis-0.60.0-4.module_el8+751+11acb09f.x86_64",
        "Installed: slf4j-1.7.25-4.module_el8+988+30834131.noarch",
        "Installed: publicsuffix-list-20180723-1.el8.noarch",
        "Installed: tomcat-el-3.0-api-1:9.0.62-30.el8.noarch",
        "Installed: libicu-60.3-2.el8_1.x86_64",
        "Installed: samba-common-libs-4.19.4-4.el8.x86_64",
        "Installed: slf4j-jdk14-1.7.25-4.module_el8+988+30834131.noarch",
        "Installed: tomcat-jsp-2.3-api-1:9.0.62-30.el8.noarch",
        "Installed: python3-asn1crypto-0.24.0-3.el8.noarch",
        "Installed: 389-ds-base-libs-1.4.3.39-2.module_el8+909+03085a27.x86_64",
        "Installed: python3-psutil-5.4.3-11.el8.x86_64",
        "Installed: tomcat-lib-1:9.0.62-30.el8.noarch",
        "Installed: tomcat-servlet-4.0-api-1:9.0.62-30.el8.noarch",
        "Installed: python3-pyasn1-0.3.7-6.el8.noarch",
        "Installed: python3-pyasn1-modules-0.3.7-6.el8.noarch",
        "Installed: libipa_hbac-2.9.4-3.el8.x86_64",
        "Installed: tomcatjss-7.7.1-1.module_el8.6.0+1038+e795ee4b.noarch",
        "Installed: tomcat-native-1.2.35-1.el8.x86_64",
        "Installed: bash-completion-1:2.7-5.el8.noarch",
        "Installed: softhsm-2.6.0-5.module_el8+417+e8dc3e3c.x86_64",
        "Installed: python3-pyusb-1.0.0-9.1.module_el8+417+e8dc3e3c.noarch",
        "Installed: krb5-pkinit-1.18.2-27.el8.x86_64",
        "Installed: nss-tools-3.90.0-7.el8.x86_64",
        "Installed: python3-argcomplete-1.9.3-6.el8.noarch",
        "Installed: python3-augeas-0.5.0-12.el8.noarch",
        "Installed: python3-dns-1.15.0-12.el8.noarch",
        "Installed: krb5-server-1.18.2-27.el8.x86_64",
        "Installed: python3-qrcode-core-5.1-12.module_el8+417+e8dc3e3c.noarch",
        "Installed: python3-bind-32:9.11.36-13.el8.noarch",
        "Installed: xalan-j2-2.7.1-38.module_el8+988+30834131.noarch",
        "Installed: krb5-workstation-1.18.2-27.el8.x86_64",
        "Installed: ipa-client-4.9.13-8.module_el8+981+726db82c.x86_64",
        "Installed: javapackages-filesystem-5.3.0-1.module_el8.0.0+11+5b8c10bd.noarch",
        "Installed: javapackages-tools-5.3.0-1.module_el8.0.0+11+5b8c10bd.noarch",
        "Installed: openldap-clients-2.4.46-18.el8.x86_64",
        "Installed: libjose-10-2.el8.x86_64",
        "Installed: xerces-j2-2.11.0-34.module_el8+988+30834131.noarch",
        "Installed: jboss-annotations-1.2-api-1.0.0-4.el8.noarch",
        "Installed: jboss-jaxrs-2.0-api-1.0.0-6.el8.noarch",
        "Installed: jboss-logging-3.3.0-5.el8.noarch",
        "Installed: jboss-logging-tools-2.0.1-6.el8.noarch",
        "Installed: ipa-client-common-4.9.13-8.module_el8+981+726db82c.noarch",
        "Installed: xml-commons-apis-1.4.01-31.module+el8.2.1+7436+4afdca1f.noarch",
        "Installed: xml-commons-resolver-1.2-26.module_el8+988+30834131.noarch",
        "Installed: python3-libipa_hbac-2.9.4-3.el8.x86_64",
        "Installed: words-3.0-28.el8.noarch",
        "Installed: jdeparser-2.0.0-5.el8.noarch",
        "Installed: open-sans-fonts-1.10-6.el8.noarch",
        "Installed: sscg-3.0.0-7.el8.x86_64",
        "Installed: xmlstreambuffer-1.5.4-8.module_el8+988+30834131.noarch",
        "Installed: sssd-idp-2.9.4-3.el8.x86_64",
        "Installed: tzdata-java-2024a-1.el8.noarch",
        "Installed: centos-logos-httpd-85.8-2.el8.noarch",
        "Installed: stax-ex-1.7.7-8.module_el8+988+30834131.noarch",
        "Installed: centos-logos-ipa-85.8-2.el8.noarch",
        "Installed: certmonger-0.79.17-2.el8.x86_64",
        "Installed: copy-jdk-configs-4.0-2.el8.noarch",
        "Installed: perl-DB_File-1.842-1.el8.x86_64",
        "Installed: xmlrpc-c-1.51.0-9.el8.x86_64",
        "Installed: python3-custodia-0.6.0-3.module_el8+417+e8dc3e3c.noarch",
        "Installed: protobuf-c-1.3.0-8.el8.x86_64",
        "Installed: xmlrpc-c-client-1.51.0-9.el8.x86_64",
        "Installed: python3-distro-1.4.0-2.module_el8+762+77bd8591.noarch",
        "Installed: openssl-perl-1:1.1.1k-12.el8.x86_64",
        "Installed: relaxngDatatype-2011.1-7.module_el8+988+30834131.noarch",
        "Installed: jss-4.9.4-1.module_el8.7.0+1172+b9bb9c8d.x86_64",
        "Installed: resteasy-3.0.26-7.module_el8+1002+021a2ab4.noarch",
        "Installed: bea-stax-api-1.2.0-16.module_el8+988+30834131.noarch",
        "Installed: python3-yubico-1.3.2-9.1.module_el8+417+e8dc3e3c.noarch",
        "Installed: python3-gssapi-1.5.1-5.el8.x86_64",
        "Installed: libwbclient-4.19.4-4.el8.x86_64",
        "Installed: ipa-common-4.9.13-8.module_el8+981+726db82c.noarch",
        "Installed: httpcomponents-client-4.5.5-5.module_el8.6.0+1030+8d97e896.noarch",
        "Installed: httpcomponents-core-4.4.10-3.module_el8.0.0+39+6a9b6e22.noarch",
        "Installed: fontpackages-filesystem-1.44-22.el8.noarch",
        "Installed: bind-libs-32:9.11.36-13.el8.x86_64",
        "Installed: ecj-1:4.20-11.el8.noarch",
        "Installed: xsom-0-19.20110809svn.module_el8+988+30834131.noarch",
        "Installed: httpd-2.4.37-64.module_el8+965+1ad5c49d.x86_64",
        "Installed: bind-libs-lite-32:9.11.36-13.el8.x86_64",
        "Installed: ipa-healthcheck-0.12-3.module_el8+635+30a5dc75.noarch",
        "Installed: bind-license-32:9.11.36-13.el8.noarch",
        "Installed: python3-ipaclient-4.9.13-8.module_el8+981+726db82c.noarch",
        "Installed: ipa-healthcheck-core-0.12-3.module_el8+635+30a5dc75.noarch",
        "Installed: lksctp-tools-1.0.18-3.el8.x86_64",
        "Installed: httpd-filesystem-2.4.37-64.module_el8+965+1ad5c49d.noarch",
        "Installed: mod_auth_gssapi-1.6.1-9.el8.x86_64",
        "Installed: pki-acme-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch",
        "Installed: httpd-tools-2.4.37-64.module_el8+965+1ad5c49d.x86_64",
        "Installed: pki-base-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch",
        "Installed: mod_http2-1.15.7-10.module_el8+1009+c203647a.x86_64",
        "Installed: python3-ipalib-4.9.13-8.module_el8+981+726db82c.noarch",
        "Installed: fontawesome-fonts-4.7.0-5.el8.noarch",
        "Installed: pki-base-java-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch",
        "Installed: python3-sss-2.9.4-3.el8.x86_64",
        "Installed: python3-sss-murmur-2.9.4-3.el8.x86_64",
        "Installed: pki-ca-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch",
        "Installed: mod_lookup_identity-1.0.0-4.el8.x86_64",
        "Installed: python3-sssdconfig-2.9.4-3.el8.noarch",
        "Installed: glassfish-fastinfoset-1.2.13-9.module_el8+988+30834131.noarch",
        "Installed: glassfish-jaxb-api-2.2.12-8.module_el8+1002+021a2ab4.noarch",
        "Installed: cups-libs-1:2.2.6-57.el8.x86_64",
        "Installed: pki-kra-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch",
        "Installed: bind-utils-32:9.11.36-13.el8.x86_64",
        "Installed: glassfish-jaxb-core-2.2.11-12.module_el8+1002+021a2ab4.noarch",
        "Installed: glassfish-jaxb-runtime-2.2.11-12.module_el8+1002+021a2ab4.noarch",
        "Installed: python3-ipaserver-4.9.13-8.module_el8+981+726db82c.noarch",
        "Installed: glassfish-jaxb-txw2-2.2.11-12.module_el8+1002+021a2ab4.noarch",
        "Installed: sssd-common-pac-2.9.4-3.el8.x86_64",
        "Installed: pki-server-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.noarch",
        "Installed: ipa-selinux-4.9.13-8.module_el8+981+726db82c.noarch",
        "Installed: sssd-dbus-2.9.4-3.el8.x86_64",
        "Installed: pki-servlet-engine-1:9.0.62-1.module_el8+1002+021a2ab4.noarch",
        "Installed: sssd-ipa-2.9.4-3.el8.x86_64",
        "Installed: cyrus-sasl-gssapi-2.1.27-6.el8_5.x86_64",
        "Installed: pki-symkey-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.x86_64",
        "Installed: mod_session-2.4.37-64.module_el8+965+1ad5c49d.x86_64",
        "Installed: perl-Algorithm-Diff-1.1903-9.el8.noarch",
        "Installed: perl-Archive-Tar-2.30-1.el8.noarch",
        "Installed: perl-Compress-Raw-Bzip2-2.081-1.el8.x86_64",
        "Installed: perl-Compress-Raw-Zlib-2.081-1.el8.x86_64",
        "Installed: sssd-krb5-2.9.4-3.el8.x86_64",
        "Installed: mod_ssl-1:2.4.37-64.module_el8+965+1ad5c49d.x86_64",
        "Installed: pki-tools-10.12.0-3.module_el8.7.0+1172+b9bb9c8d.x86_64",
        "Installed: cyrus-sasl-md5-2.1.27-6.el8_5.x86_64",
        "Installed: ipa-server-4.9.13-8.module_el8+981+726db82c.x86_64",
        "Installed: sssd-krb5-common-2.9.4-3.el8.x86_64",
        "Installed: python3-jwcrypto-0.5.0-1.1.module_el8+417+e8dc3e3c.noarch",
        "Installed: cyrus-sasl-plain-2.1.27-6.el8_5.x86_64",
        "Installed: apache-commons-cli-1.4-4.module_el8.0.0+39+6a9b6e22.noarch",
        "Installed: mailcap-2.1.48-3.el8.noarch",
        "Installed: apache-commons-codec-1.11-3.module_el8.0.0+39+6a9b6e22.noarch",
        "Installed: python3-kdcproxy-0.4-5.module_el8+417+e8dc3e3c.noarch",
        "Installed: ldapjdk-4.23.0-1.module_el8.6.0+1038+e795ee4b.noarch",
        "Installed: ipa-server-common-4.9.13-8.module_el8+981+726db82c.noarch",
        "Installed: perl-IO-Compress-2.081-1.el8.noarch",
        "Installed: apache-commons-io-1:2.6-3.module_el8.6.0+1030+8d97e896.noarch",
        "Installed: perl-IO-Zlib-1:1.10-422.el8.noarch",
        "Installed: sssd-tools-2.9.4-3.el8.x86_64",
        "Installed: python3-ldap-3.3.1-2.el8.x86_64",
        "Installed: apache-commons-lang3-3.7-3.module_el8.0.0+39+6a9b6e22.noarch",
        "Installed: apache-commons-logging-1.2-13.module_el8.6.0+1030+8d97e896.noarch",
        "Installed: apache-commons-net-3.6-3.module_el8+988+30834131.noarch",
        "Installed: python3-lib389-1.4.3.39-2.module_el8+909+03085a27.noarch",
        "Installed: perl-Text-Diff-1.45-2.el8.noarch",
        "Installed: apr-1.6.3-12.el8.x86_64",
        "Installed: apr-util-1.6.1-9.el8.x86_64",
        "Installed: apr-util-bdb-1.6.1-9.el8.x86_64",
        "Installed: fstrm-0.6.1-3.el8.x86_64",
        "Installed: custodia-0.6.0-3.module_el8+417+e8dc3e3c.noarch",
        "Installed: apr-util-openssl-1.6.1-9.el8.x86_64",
        "Installed: istack-commons-runtime-2.21-9.el8.noarch",
        "Installed: jackson-annotations-2.10.0-1.module_el8+1002+021a2ab4.noarch",
        "Installed: jackson-core-2.10.0-1.module_el8+1002+021a2ab4.noarch",
        "Installed: jackson-databind-2.10.0-1.module_el8+1002+021a2ab4.noarch",
        "Installed: jackson-jaxrs-json-provider-2.9.9-1.module_el8+1002+021a2ab4.noarch",
        "Installed: jackson-jaxrs-providers-2.9.9-1.module_el8+1002+021a2ab4.noarch",
        "Installed: jackson-module-jaxb-annotations-2.7.6-4.module_el8+1002+021a2ab4.noarch"
    ]
}

TASK [ipaserver : Install - Ensure that IPA server packages for dns are installed] ***
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:12
Friday 07 February 2025  10:38:07 -0500 (0:00:50.792)       0:01:15.355 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_setup_dns | bool",
    "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
Friday 07 February 2025  10:38:07 -0500 (0:00:00.035)       0:01:15.390 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_setup_adtrust | bool",
    "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
Friday 07 February 2025  10:38:07 -0500 (0:00:00.039)       0:01:15.430 ******* 
ok: [managed-node1] => {
    "changed": false,
    "rc": 0,
    "results": []
}

MSG:

Nothing to do

TASK [ipaserver : Firewalld service - Ensure that firewalld is running] ********
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34
Friday 07 February 2025  10:38:10 -0500 (0:00:03.327)       0:01:18.757 ******* 
changed: [managed-node1] => {
    "changed": true,
    "enabled": true,
    "name": "firewalld",
    "state": "started",
    "status": {
        "ActiveEnterTimestampMonotonic": "0",
        "ActiveExitTimestampMonotonic": "0",
        "ActiveState": "inactive",
        "After": "sysinit.target dbus.socket basic.target system.slice polkit.service dbus.service",
        "AllowIsolate": "no",
        "AllowedCPUs": "",
        "AllowedMemoryNodes": "",
        "AmbientCapabilities": "",
        "AssertResult": "no",
        "AssertTimestampMonotonic": "0",
        "Before": "network-pre.target shutdown.target",
        "BlockIOAccounting": "no",
        "BlockIOWeight": "[not set]",
        "BusName": "org.fedoraproject.FirewallD1",
        "CPUAccounting": "no",
        "CPUAffinity": "",
        "CPUAffinityFromNUMA": "no",
        "CPUQuotaPerSecUSec": "infinity",
        "CPUQuotaPeriodUSec": "infinity",
        "CPUSchedulingPolicy": "0",
        "CPUSchedulingPriority": "0",
        "CPUSchedulingResetOnFork": "no",
        "CPUShares": "[not set]",
        "CPUUsageNSec": "[not set]",
        "CPUWeight": "[not set]",
        "CacheDirectoryMode": "0755",
        "CanFreeze": "yes",
        "CanIsolate": "no",
        "CanReload": "yes",
        "CanStart": "yes",
        "CanStop": "yes",
        "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf",
        "CollectMode": "inactive",
        "ConditionResult": "no",
        "ConditionTimestampMonotonic": "0",
        "ConfigurationDirectoryMode": "0755",
        "Conflicts": "nftables.service iptables.service ipset.service ip6tables.service shutdown.target ebtables.service",
        "ControlPID": "0",
        "DefaultDependencies": "yes",
        "DefaultMemoryLow": "0",
        "DefaultMemoryMin": "0",
        "Delegate": "no",
        "Description": "firewalld - dynamic firewall daemon",
        "DevicePolicy": "auto",
        "Documentation": "man:firewalld(1)",
        "DynamicUser": "no",
        "EffectiveCPUs": "",
        "EffectiveMemoryNodes": "",
        "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)",
        "ExecMainCode": "0",
        "ExecMainExitTimestampMonotonic": "0",
        "ExecMainPID": "0",
        "ExecMainStartTimestampMonotonic": "0",
        "ExecMainStatus": "0",
        "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }",
        "FailureAction": "none",
        "FileDescriptorStoreMax": "0",
        "FragmentPath": "/usr/lib/systemd/system/firewalld.service",
        "FreezerState": "running",
        "GID": "[not set]",
        "GuessMainPID": "yes",
        "IOAccounting": "no",
        "IOSchedulingClass": "0",
        "IOSchedulingPriority": "0",
        "IOWeight": "[not set]",
        "IPAccounting": "no",
        "IPEgressBytes": "18446744073709551615",
        "IPEgressPackets": "18446744073709551615",
        "IPIngressBytes": "18446744073709551615",
        "IPIngressPackets": "18446744073709551615",
        "Id": "firewalld.service",
        "IgnoreOnIsolate": "no",
        "IgnoreSIGPIPE": "yes",
        "InactiveEnterTimestampMonotonic": "0",
        "InactiveExitTimestampMonotonic": "0",
        "JobRunningTimeoutUSec": "infinity",
        "JobTimeoutAction": "none",
        "JobTimeoutUSec": "infinity",
        "KeyringMode": "private",
        "KillMode": "mixed",
        "KillSignal": "15",
        "LimitAS": "infinity",
        "LimitASSoft": "infinity",
        "LimitCORE": "infinity",
        "LimitCORESoft": "0",
        "LimitCPU": "infinity",
        "LimitCPUSoft": "infinity",
        "LimitDATA": "infinity",
        "LimitDATASoft": "infinity",
        "LimitFSIZE": "infinity",
        "LimitFSIZESoft": "infinity",
        "LimitLOCKS": "infinity",
        "LimitLOCKSSoft": "infinity",
        "LimitMEMLOCK": "65536",
        "LimitMEMLOCKSoft": "65536",
        "LimitMSGQUEUE": "819200",
        "LimitMSGQUEUESoft": "819200",
        "LimitNICE": "0",
        "LimitNICESoft": "0",
        "LimitNOFILE": "262144",
        "LimitNOFILESoft": "1024",
        "LimitNPROC": "14003",
        "LimitNPROCSoft": "14003",
        "LimitRSS": "infinity",
        "LimitRSSSoft": "infinity",
        "LimitRTPRIO": "0",
        "LimitRTPRIOSoft": "0",
        "LimitRTTIME": "infinity",
        "LimitRTTIMESoft": "infinity",
        "LimitSIGPENDING": "14003",
        "LimitSIGPENDINGSoft": "14003",
        "LimitSTACK": "infinity",
        "LimitSTACKSoft": "8388608",
        "LoadState": "loaded",
        "LockPersonality": "no",
        "LogLevelMax": "-1",
        "LogRateLimitBurst": "0",
        "LogRateLimitIntervalUSec": "0",
        "LogsDirectoryMode": "0755",
        "MainPID": "0",
        "MemoryAccounting": "yes",
        "MemoryCurrent": "[not set]",
        "MemoryDenyWriteExecute": "no",
        "MemoryHigh": "infinity",
        "MemoryLimit": "infinity",
        "MemoryLow": "0",
        "MemoryMax": "infinity",
        "MemoryMin": "0",
        "MemorySwapMax": "infinity",
        "MountAPIVFS": "no",
        "MountFlags": "",
        "NFileDescriptorStore": "0",
        "NRestarts": "0",
        "NUMAMask": "",
        "NUMAPolicy": "n/a",
        "Names": "firewalld.service",
        "NeedDaemonReload": "no",
        "Nice": "0",
        "NoNewPrivileges": "no",
        "NonBlocking": "no",
        "NotifyAccess": "none",
        "OOMScoreAdjust": "0",
        "OnFailureJobMode": "replace",
        "PermissionsStartOnly": "no",
        "Perpetual": "no",
        "PrivateDevices": "no",
        "PrivateMounts": "no",
        "PrivateNetwork": "no",
        "PrivateTmp": "no",
        "PrivateUsers": "no",
        "ProtectControlGroups": "no",
        "ProtectHome": "no",
        "ProtectKernelModules": "no",
        "ProtectKernelTunables": "no",
        "ProtectSystem": "no",
        "RefuseManualStart": "no",
        "RefuseManualStop": "no",
        "RemainAfterExit": "no",
        "RemoveIPC": "no",
        "Requires": "sysinit.target dbus.socket system.slice",
        "Restart": "no",
        "RestartUSec": "100ms",
        "RestrictNamespaces": "no",
        "RestrictRealtime": "no",
        "RestrictSUIDSGID": "no",
        "Result": "success",
        "RootDirectoryStartOnly": "no",
        "RuntimeDirectoryMode": "0755",
        "RuntimeDirectoryPreserve": "no",
        "RuntimeMaxUSec": "infinity",
        "SameProcessGroup": "no",
        "SecureBits": "0",
        "SendSIGHUP": "no",
        "SendSIGKILL": "yes",
        "Slice": "system.slice",
        "StandardError": "null",
        "StandardInput": "null",
        "StandardInputData": "",
        "StandardOutput": "null",
        "StartLimitAction": "none",
        "StartLimitBurst": "5",
        "StartLimitIntervalUSec": "10s",
        "StartupBlockIOWeight": "[not set]",
        "StartupCPUShares": "[not set]",
        "StartupCPUWeight": "[not set]",
        "StartupIOWeight": "[not set]",
        "StateChangeTimestampMonotonic": "0",
        "StateDirectoryMode": "0755",
        "StatusErrno": "0",
        "StopWhenUnneeded": "no",
        "SubState": "dead",
        "SuccessAction": "none",
        "SyslogFacility": "3",
        "SyslogLevel": "6",
        "SyslogLevelPrefix": "yes",
        "SyslogPriority": "30",
        "SystemCallErrorNumber": "0",
        "TTYReset": "no",
        "TTYVHangup": "no",
        "TTYVTDisallocate": "no",
        "TasksAccounting": "yes",
        "TasksCurrent": "[not set]",
        "TasksMax": "22405",
        "TimeoutStartUSec": "1min 30s",
        "TimeoutStopUSec": "1min 30s",
        "TimerSlackNSec": "50000",
        "Transient": "no",
        "Type": "dbus",
        "UID": "[not set]",
        "UMask": "0022",
        "UnitFilePreset": "enabled",
        "UnitFileState": "disabled",
        "UtmpMode": "init",
        "Wants": "network-pre.target",
        "WatchdogTimestampMonotonic": "0",
        "WatchdogUSec": "0"
    }
}

TASK [ipaserver : Firewalld - Verify runtime zone "{{ ipaserver_firewalld_zone }}"] ***
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:40
Friday 07 February 2025  10:38:12 -0500 (0:00:01.384)       0:01:20.142 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_firewalld_zone is defined",
    "skip_reason": "Conditional result was False"
}

TASK [ipaserver : Firewalld - Verify permanent zone "{{ ipaserver_firewalld_zone }}"] ***
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:47
Friday 07 February 2025  10:38:12 -0500 (0:00:00.037)       0:01:20.179 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_firewalld_zone is defined",
    "skip_reason": "Conditional result was False"
}

TASK [ipaserver : Copy external certs] *****************************************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:55
Friday 07 February 2025  10:38:12 -0500 (0:00:00.035)       0:01:20.215 ******* 
skipping: [managed-node1] => {
    "changed": false,
    "false_condition": "ipaserver_external_cert_files_from_controller is defined and ipaserver_external_cert_files_from_controller|length > 0 and not ipaserver_external_cert_files is defined",
    "skip_reason": "Conditional result was False"
}

TASK [ipaserver : Install - Server installation test] **************************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62
Friday 07 February 2025  10:38:12 -0500 (0:00:00.037)       0:01:20.253 ******* 
ok: [managed-node1] => {
    "_dirsrv_ca_cert": null,
    "_dirsrv_pkcs12_info": null,
    "_hostname_overridden": true,
    "_http_ca_cert": null,
    "_http_pkcs12_info": null,
    "_installation_cleanup": true,
    "_pkinit_ca_cert": null,
    "_pkinit_pkcs12_info": null,
    "changed": false,
    "domain": "test.local",
    "domainlevel": 1,
    "external_ca": false,
    "external_ca_profile": null,
    "external_ca_type": null,
    "hostname": "ipaserver.test.local",
    "idmax": 1514199999,
    "idstart": 1514000000,
    "ipa_python_version": 40913,
    "no_host_dns": true,
    "no_pkinit": false,
    "ntp_pool": null,
    "ntp_servers": null,
    "random_serial_numbers": false,
    "realm": "TEST.LOCAL",
    "rid_base": 1000,
    "secondary_rid_base": 100000000,
    "setup_adtrust": false,
    "setup_ca": true,
    "setup_kra": false,
    "sid_generation_always": true
}

TASK [ipaserver : Install - Master password creation] **************************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142
Friday 07 February 2025  10:38:13 -0500 (0:00:01.409)       0:01:21.662 ******* 
changed: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": true
}

TASK [ipaserver : Install - Use new master password] ***************************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:149
Friday 07 February 2025  10:38:14 -0500 (0:00:01.184)       0:01:22.847 ******* 
ok: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [ipaserver : Use user defined master password, if provided] ***************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:155
Friday 07 February 2025  10:38:14 -0500 (0:00:00.025)       0:01:22.873 ******* 
skipping: [managed-node1] => {
    "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result",
    "changed": false
}

TASK [ipaserver : Install - Server preparation] ********************************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161
Friday 07 February 2025  10:38:14 -0500 (0:00:00.020)       0:01:22.893 ******* 
fatal: [managed-node1]: FAILED! => {
    "changed": false
}

TASK [ipaserver : Install - Cleanup root IPA cache] ****************************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:472
Friday 07 February 2025  10:38:17 -0500 (0:00:02.206)       0:01:25.100 ******* 
ok: [managed-node1] => {
    "changed": false,
    "path": "/root/.ipa_cache",
    "state": "absent"
}

TASK [ipaserver : Cleanup temporary files] *************************************
task path: /tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:477
Friday 07 February 2025  10:38:17 -0500 (0:00:00.373)       0:01:25.473 ******* 
ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_dirsrv) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/ipa/.tmp_pkcs12_dirsrv",
    "path": "/etc/ipa/.tmp_pkcs12_dirsrv",
    "state": "absent"
}
ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_http) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/ipa/.tmp_pkcs12_http",
    "path": "/etc/ipa/.tmp_pkcs12_http",
    "state": "absent"
}
ok: [managed-node1] => (item=/etc/ipa/.tmp_pkcs12_pkinit) => {
    "ansible_loop_var": "item",
    "changed": false,
    "item": "/etc/ipa/.tmp_pkcs12_pkinit",
    "path": "/etc/ipa/.tmp_pkcs12_pkinit",
    "state": "absent"
}

TASK [FAILURE - check entropy] *************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:105
Friday 07 February 2025  10:38:18 -0500 (0:00:01.342)       0:01:26.816 ******* 
ok: [managed-node1] => {
    "changed": false,
    "cmd": [
        "cat",
        "/proc/sys/kernel/random/entropy_avail"
    ],
    "delta": "0:00:01.003846",
    "end": "2025-02-07 10:38:20.067400",
    "rc": 0,
    "start": "2025-02-07 10:38:19.063554"
}

STDOUT:

4035

TASK [FAILURE - get logs for debugging] ****************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:108
Friday 07 February 2025  10:38:20 -0500 (0:00:01.359)       0:01:28.175 ******* 
ok: [managed-node1] => {
    "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.015107",
    "end": "2025-02-07 10:38:20.439817",
    "rc": 0,
    "start": "2025-02-07 10:38:20.424710"
}

STDOUT:

===========================
    ipaserver-install.log
===========================
2025-02-07T15:38:13Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
2025-02-07T15:38:13Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index'
2025-02-07T15:38:13Z DEBUG httpd is not configured
2025-02-07T15:38:13Z DEBUG kadmin is not configured
2025-02-07T15:38:13Z DEBUG dirsrv is not configured
2025-02-07T15:38:13Z DEBUG pki-tomcatd is not configured
2025-02-07T15:38:13Z DEBUG install is not configured
2025-02-07T15:38:13Z DEBUG krb5kdc is not configured
2025-02-07T15:38:13Z DEBUG named is not configured
2025-02-07T15:38:13Z DEBUG filestore is tracking no files
2025-02-07T15:38:13Z DEBUG Loading Index file from '/var/lib/ipa-client/sysrestore/sysrestore.index'
2025-02-07T15:38:13Z DEBUG svmem(total=3711201280, available=3219402752, percent=13.3, used=290627584, free=2322190336, active=408621056, inactive=763662336, buffers=2732032, cached=1095651328, shared=18845696)
2025-02-07T15:38:13Z DEBUG Available memory is 3219402752B
2025-02-07T15:38:13Z DEBUG Searching for an interface of IP address: ::1
2025-02-07T15:38:13Z DEBUG Testing local IP address: ::1/128 (interface: lo)
2025-02-07T15:38:13Z DEBUG Starting external process
2025-02-07T15:38:13Z DEBUG args=['/usr/sbin/selinuxenabled']
2025-02-07T15:38:13Z DEBUG Process finished, return code=0
2025-02-07T15:38:13Z DEBUG stdout=
2025-02-07T15:38:13Z DEBUG stderr=
2025-02-07T15:38:13Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
2025-02-07T15:38:13Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index'
2025-02-07T15:38:13Z DEBUG httpd is not configured
2025-02-07T15:38:13Z DEBUG kadmin is not configured
2025-02-07T15:38:13Z DEBUG dirsrv is not configured
2025-02-07T15:38:13Z DEBUG pki-tomcatd is not configured
2025-02-07T15:38:13Z DEBUG install is not configured
2025-02-07T15:38:13Z DEBUG krb5kdc is not configured
2025-02-07T15:38:13Z DEBUG named is not configured
2025-02-07T15:38:13Z DEBUG filestore is tracking no files
2025-02-07T15:38:13Z DEBUG Starting external process
2025-02-07T15:38:13Z DEBUG args=['/bin/systemctl', 'is-enabled', 'ntpd.service']
2025-02-07T15:38:13Z DEBUG Process finished, return code=1
2025-02-07T15:38:13Z DEBUG stdout=
2025-02-07T15:38:13Z DEBUG stderr=Failed to get unit file state for ntpd.service: No such file or directory

2025-02-07T15:38:13Z DEBUG Starting external process
2025-02-07T15:38:13Z DEBUG args=['/bin/systemctl', 'is-active', 'ntpd.service']
2025-02-07T15:38:13Z DEBUG Process finished, return code=3
2025-02-07T15:38:13Z DEBUG stdout=inactive

2025-02-07T15:38:13Z DEBUG stderr=
2025-02-07T15:38:13Z DEBUG Starting external process
2025-02-07T15:38:13Z DEBUG args=['/bin/systemctl', 'is-enabled', 'systemd-timesyncd.service']
2025-02-07T15:38:13Z DEBUG Process finished, return code=1
2025-02-07T15:38:13Z DEBUG stdout=
2025-02-07T15:38:13Z DEBUG stderr=Failed to get unit file state for systemd-timesyncd.service: No such file or directory

2025-02-07T15:38:13Z DEBUG Starting external process
2025-02-07T15:38:13Z DEBUG args=['/bin/systemctl', 'is-active', 'systemd-timesyncd.service']
2025-02-07T15:38:13Z DEBUG Process finished, return code=3
2025-02-07T15:38:13Z DEBUG stdout=inactive

2025-02-07T15:38:13Z DEBUG stderr=
2025-02-07T15:38:13Z DEBUG Check if ipaserver.test.local is a primary hostname for localhost
2025-02-07T15:38:13Z DEBUG Primary hostname for localhost: ipaserver.test.local
2025-02-07T15:38:15Z DEBUG Loading Index file from '/var/lib/ipa/sysrestore/sysrestore.index'
2025-02-07T15:38:15Z DEBUG Loading StateFile from '/var/lib/ipa/sysrestore/sysrestore.state'
2025-02-07T15:38:15Z DEBUG Writing configuration file /etc/ipa/default.conf
2025-02-07T15:38:15Z DEBUG [global]
host = ipaserver.test.local
basedn = dc=test,dc=local
realm = TEST.LOCAL
domain = test.local
xmlrpc_uri = https://ipaserver.test.local/ipa/xml
ldap_uri = ldapi://%2Frun%2Fslapd-TEST-LOCAL.socket
mode = production
enable_ra = True
ra_plugin = dogtag
dogtag_version = 10



2025-02-07T15:38:15Z DEBUG importing all plugin modules in ipaserver.plugins...
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.aci
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.automember
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.automount
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.baseldap
2025-02-07T15:38:15Z DEBUG ipaserver.plugins.baseldap is not a valid plugin module
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.baseuser
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.batch
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.ca
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.caacl
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.cert
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.certmap
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.certprofile
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.config
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.delegation
2025-02-07T15:38:15Z DEBUG importing plugin module ipaserver.plugins.dns
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.dnsserver
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.dogtag
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.domainlevel
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.group
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.hbac
2025-02-07T15:38:16Z DEBUG ipaserver.plugins.hbac is not a valid plugin module
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.hbacrule
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.hbacsvc
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.hbacsvcgroup
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.hbactest
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.host
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.hostgroup
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.idp
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.idrange
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.idviews
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.internal
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.join
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.krbtpolicy
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.ldap2
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.location
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.migration
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.misc
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.netgroup
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.otp
2025-02-07T15:38:16Z DEBUG ipaserver.plugins.otp is not a valid plugin module
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.otpconfig
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.otptoken
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.passwd
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.permission
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.ping
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.pkinit
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.privilege
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.pwpolicy
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.rabase
2025-02-07T15:38:16Z DEBUG ipaserver.plugins.rabase is not a valid plugin module
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.radiusproxy
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.realmdomains
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.role
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.schema
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.selfservice
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.selinuxusermap
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.server
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.serverrole
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.serverroles
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.service
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.servicedelegation
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.session
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.stageuser
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.subid
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.sudo
2025-02-07T15:38:16Z DEBUG ipaserver.plugins.sudo is not a valid plugin module
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.sudocmd
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.sudocmdgroup
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.sudorule
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.topology
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.trust
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.user
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.vault
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.virtual
2025-02-07T15:38:16Z DEBUG ipaserver.plugins.virtual is not a valid plugin module
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.whoami
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.plugins.xmlserver
2025-02-07T15:38:16Z DEBUG importing all plugin modules in ipaserver.install.plugins...
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.adtrust
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.ca_renewal_master
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.dns
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.fix_kra_people_entry
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.fix_replica_agreements
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.rename_managed
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_ca_topology
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_changelog_maxage
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_dna_shared_config
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_fix_duplicate_cacrt_in_ldap
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_idranges
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_ldap_server_list
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_managed_permissions
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_nis
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_pacs
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_passsync
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_pwpolicy
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_ra_cert_store
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_referint
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_services
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_unhashed_password
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.update_uniqueness
2025-02-07T15:38:16Z DEBUG importing plugin module ipaserver.install.plugins.upload_cacrt
2025-02-07T15:38:16Z DEBUG check_port_bindable: Checking IPv4/IPv6 dual stack and TCP
2025-02-07T15:38:16Z DEBUG check_port_bindable: bind success: 8443/TCP
2025-02-07T15:38:16Z DEBUG check_port_bindable: Checking IPv4/IPv6 dual stack and TCP
2025-02-07T15:38:16Z DEBUG check_port_bindable: bind success: 8080/TCP
2025-02-07T15:38:16Z DEBUG Name ipaserver.test.local resolved to {UnsafeIPAddress('10.31.47.7'), UnsafeIPAddress('fe80::92:ceff:fec4:caf1')}
2025-02-07T15:38:16Z WARNING Invalid IP address fe80::92:ceff:fec4:caf1 for ipaserver.test.local: cannot use link-local IP address fe80::92:ceff:fec4:caf1
===========================
    /var/log/messages
===========================
May 29 03:57:09 vm-10-0-187-221 platform-python[51635]: ansible-ansible.legacy.command Invoked with chdir=/usr/tmp/1mt-img_gen _raw_params=. ./func.sh; truncate_logs _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None executable=None creates=None removes=None stdin=None
May 29 03:57:10 vm-10-0-187-221 platform-python[51661]: ansible-ansible.legacy.command Invoked with chdir=/usr/tmp/1mt-img_gen _raw_params=. ./func.sh; clean_temps _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None executable=None creates=None removes=None stdin=None
May 29 03:57:11 vm-10-0-187-221 platform-python[51687]: ansible-file Invoked with path=/root/.bash_history state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
May 29 03:57:12 vm-10-0-187-221 platform-python[51749]: ansible-ansible.legacy.stat Invoked with path=/etc/machine-id follow=False get_checksum=True checksum_algorithm=sha1 get_mime=True get_attributes=True
May 29 03:57:14 vm-10-0-187-221 platform-python[51808]: ansible-ansible.legacy.copy Invoked with force=True dest=/etc/machine-id src=/root/.ansible/tmp/ansible-tmp-1716969432.4078891-3599-84349333708950/source _original_basename=tmpytg6qzdo follow=False checksum=da39a3ee5e6b4b0d3255bfef95601890afd80709 backup=False unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
May 29 03:57:15 vm-10-0-187-221 platform-python[51849]: ansible-ansible.legacy.command Invoked with chdir=/usr/tmp/1mt-img_gen _raw_params=. ./func.sh; restore_selinux_context _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None executable=None creates=None removes=None stdin=None
May 29 03:57:33 vm-10-0-187-221 platform-python[51871]: ansible-file Invoked with path=/usr/tmp/1mt-img_gen state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
May 29 03:57:34 vm-10-0-187-221 platform-python[51891]: ansible-file Invoked with path=/root/.compose state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
May 29 03:57:35 vm-10-0-187-221 platform-python[51911]: ansible-file Invoked with path=/root/.buildroot state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
May 29 03:57:35 vm-10-0-187-221 platform-python[51931]: ansible-file Invoked with path=/root/.tree_type state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
May 29 03:57:36 vm-10-0-187-221 platform-python[51951]: ansible-file Invoked with path=/root/.support state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
May 29 03:57:37 vm-10-0-187-221 platform-python[51971]: ansible-file Invoked with path=/root/.postfix state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
May 29 03:57:37 vm-10-0-187-221 platform-python[51991]: ansible-ansible.legacy.command Invoked with _raw_params=/sbin/shutdown -h +1 _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
May 29 03:57:37 vm-10-0-187-221 systemd-logind[567]: Creating /run/nologin, blocking further logins...
May 29 03:58:37 vm-10-0-187-221 systemd[1]: session-1.scope: Succeeded.
May 29 03:58:37 vm-10-0-187-221 systemd-logind[567]: Session 1 logged out. Waiting for processes to exit.
May 29 03:58:37 vm-10-0-187-221 systemd-logind[567]: Removed session 1.
May 29 03:58:38 vm-10-0-187-221 systemd-logind[567]: System is powering down.
Feb  7 10:32:47 ip-10-31-47-7 kernel: Command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64 root=UUID=fe591198-9082-4b15-9b62-e83518524cd2 ro crashkernel=auto net.ifnames=0 rhgb quiet
Feb  7 10:32:47 ip-10-31-47-7 kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb  7 10:32:47 ip-10-31-47-7 kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb  7 10:32:47 ip-10-31-47-7 kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb  7 10:32:47 ip-10-31-47-7 kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Feb  7 10:32:47 ip-10-31-47-7 kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Feb  7 10:32:47 ip-10-31-47-7 kernel: signal: max sigframe size: 1776
Feb  7 10:32:47 ip-10-31-47-7 kernel: BIOS-provided physical RAM map:
Feb  7 10:32:47 ip-10-31-47-7 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Feb  7 10:32:47 ip-10-31-47-7 kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000efffffff] usable
Feb  7 10:32:47 ip-10-31-47-7 kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: NX (Execute Disable) protection: active
Feb  7 10:32:47 ip-10-31-47-7 kernel: SMBIOS 2.7 present.
Feb  7 10:32:47 ip-10-31-47-7 kernel: DMI: Xen HVM domU, BIOS 4.11.amazon 08/24/2006
Feb  7 10:32:47 ip-10-31-47-7 kernel: Hypervisor detected: Xen HVM
Feb  7 10:32:47 ip-10-31-47-7 kernel: Xen version 4.11.
Feb  7 10:32:47 ip-10-31-47-7 kernel: Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
Feb  7 10:32:47 ip-10-31-47-7 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  7 10:32:47 ip-10-31-47-7 kernel: tsc: Fast TSC calibration using PIT
Feb  7 10:32:47 ip-10-31-47-7 kernel: tsc: Detected 2899.987 MHz processor
Feb  7 10:32:47 ip-10-31-47-7 kernel: tsc: Detected 2899.998 MHz TSC
Feb  7 10:32:47 ip-10-31-47-7 kernel: last_pfn = 0xf0000 max_arch_pfn = 0x400000000
Feb  7 10:32:47 ip-10-31-47-7 kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Feb  7 10:32:47 ip-10-31-47-7 kernel: found SMP MP-table at [mem 0x000fbb70-0x000fbb7f]
Feb  7 10:32:47 ip-10-31-47-7 kernel: Using GB pages for direct mapping
Feb  7 10:32:47 ip-10-31-47-7 kernel: RAMDISK: [mem 0x3441e000-0x36206fff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Early table checksum verification disabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: RSDP 0x00000000000EA020 000024 (v02 Xen   )
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: XSDT 0x00000000FC00D4F0 00005C (v01 Xen    HVM      00000000 HVML 00000000)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: FACP 0x00000000FC00D3F0 0000F4 (v04 Xen    HVM      00000000 HVML 00000000)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: DSDT 0x00000000FC001000 00BD14 (v02 Xen    HVM      00000000 INTL 20090123)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: FACS 0x00000000FC00D2F0 000040
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: FACS 0x00000000FC00D2F0 000040
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: SSDT 0x00000000FC00CD20 000033 (v02 Xen    HVM      00000000 INTL 20090123)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: SSDT 0x00000000FC00CD60 000031 (v02 Xen    HVM      00000000 INTL 20090123)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: APIC 0x00000000FC00CDA0 0000D8 (v02 Xen    HVM      00000000 HVML 00000000)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: HPET 0x00000000FC00D280 000038 (v01 Xen    HVM      00000000 HVML 00000000)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: WAET 0x00000000FC00D2C0 000028 (v01 Xen    HVM      00000000 HVML 00000000)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving FACP table memory at [mem 0xfc00d3f0-0xfc00d4e3]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving DSDT table memory at [mem 0xfc001000-0xfc00cd13]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving FACS table memory at [mem 0xfc00d2f0-0xfc00d32f]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving FACS table memory at [mem 0xfc00d2f0-0xfc00d32f]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving SSDT table memory at [mem 0xfc00cd20-0xfc00cd52]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving SSDT table memory at [mem 0xfc00cd60-0xfc00cd90]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving APIC table memory at [mem 0xfc00cda0-0xfc00ce77]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving HPET table memory at [mem 0xfc00d280-0xfc00d2b7]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Reserving WAET table memory at [mem 0xfc00d2c0-0xfc00d2e7]
Feb  7 10:32:47 ip-10-31-47-7 kernel: No NUMA configuration found
Feb  7 10:32:47 ip-10-31-47-7 kernel: Faking a node at [mem 0x0000000000000000-0x00000000efffffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: NODE_DATA(0) allocated [mem 0xeffd5000-0xefffffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: Using crashkernel=auto, the size chosen is a best effort estimation.
Feb  7 10:32:47 ip-10-31-47-7 kernel: Reserving 192MB of memory at 3632MB for crashkernel (System RAM: 3839MB)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Zone ranges:
Feb  7 10:32:47 ip-10-31-47-7 kernel:  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel:  DMA32    [mem 0x0000000001000000-0x00000000efffffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel:  Normal   empty
Feb  7 10:32:47 ip-10-31-47-7 kernel:  Device   empty
Feb  7 10:32:47 ip-10-31-47-7 kernel: Movable zone start for each node
Feb  7 10:32:47 ip-10-31-47-7 kernel: Early memory node ranges
Feb  7 10:32:47 ip-10-31-47-7 kernel:  node   0: [mem 0x0000000000001000-0x000000000009dfff]
Feb  7 10:32:47 ip-10-31-47-7 kernel:  node   0: [mem 0x0000000000100000-0x00000000efffffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: Zeroed struct page in unavailable ranges: 99 pages
Feb  7 10:32:47 ip-10-31-47-7 kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000000efffffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: PM-Timer IO Port: 0xb008
Feb  7 10:32:47 ip-10-31-47-7 kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Using ACPI (MADT) for SMP configuration information
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb  7 10:32:47 ip-10-31-47-7 kernel: TSC deadline timer available
Feb  7 10:32:47 ip-10-31-47-7 kernel: smpboot: Allowing 15 CPUs, 13 hotplug CPUs
Feb  7 10:32:47 ip-10-31-47-7 kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: [mem 0xf0000000-0xfbffffff] available for PCI devices
Feb  7 10:32:47 ip-10-31-47-7 kernel: Booting paravirtualized kernel on Xen HVM
Feb  7 10:32:47 ip-10-31-47-7 kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Feb  7 10:32:47 ip-10-31-47-7 kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1
Feb  7 10:32:47 ip-10-31-47-7 kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Feb  7 10:32:47 ip-10-31-47-7 kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Built 1 zonelists, mobility grouping on.  Total pages: 967424
Feb  7 10:32:47 ip-10-31-47-7 kernel: Policy zone: DMA32
Feb  7 10:32:47 ip-10-31-47-7 kernel: Kernel command line: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64 root=UUID=fe591198-9082-4b15-9b62-e83518524cd2 ro crashkernel=auto net.ifnames=0 rhgb quiet
Feb  7 10:32:47 ip-10-31-47-7 kernel: Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://catalog.redhat.com.
Feb  7 10:32:47 ip-10-31-47-7 kernel: Memory: 261120K/3931764K available (14339K kernel code, 5957K rwdata, 8568K rodata, 2820K init, 13792K bss, 346744K reserved, 0K cma-reserved)
Feb  7 10:32:47 ip-10-31-47-7 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1
Feb  7 10:32:47 ip-10-31-47-7 kernel: Kernel/User page tables isolation: enabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: ftrace: allocating 41062 entries in 161 pages
Feb  7 10:32:47 ip-10-31-47-7 kernel: ftrace: allocated 161 pages with 3 groups
Feb  7 10:32:47 ip-10-31-47-7 kernel: rcu: Hierarchical RCU implementation.
Feb  7 10:32:47 ip-10-31-47-7 kernel: rcu: #011RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=15.
Feb  7 10:32:47 ip-10-31-47-7 kernel: #011Rude variant of Tasks RCU enabled.
Feb  7 10:32:47 ip-10-31-47-7 kernel: #011Tracing variant of Tasks RCU enabled.
Feb  7 10:32:47 ip-10-31-47-7 kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Feb  7 10:32:47 ip-10-31-47-7 kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=15
Feb  7 10:32:47 ip-10-31-47-7 kernel: NR_IRQS: 524544, nr_irqs: 952, preallocated irqs: 16
Feb  7 10:32:47 ip-10-31-47-7 kernel: xen:events: Using 2-level ABI
Feb  7 10:32:47 ip-10-31-47-7 kernel: xen:events: Xen HVM callback vector for event delivery is enabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: random: crng done (trusting CPU's manufacturer)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Console: colour VGA+ 80x25
Feb  7 10:32:47 ip-10-31-47-7 kernel: printk: console [tty0] enabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Core revision 20220331
Feb  7 10:32:47 ip-10-31-47-7 kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 30580167144 ns
Feb  7 10:32:47 ip-10-31-47-7 kernel: APIC: Switch to symmetric I/O mode setup
Feb  7 10:32:47 ip-10-31-47-7 kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Feb  7 10:32:47 ip-10-31-47-7 kernel: Switched APIC routing to physical flat.
Feb  7 10:32:47 ip-10-31-47-7 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Feb  7 10:32:47 ip-10-31-47-7 kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29cd4133323, max_idle_ns: 440795296220 ns
Feb  7 10:32:47 ip-10-31-47-7 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5799.99 BogoMIPS (lpj=2899998)
Feb  7 10:32:47 ip-10-31-47-7 kernel: pid_max: default: 32768 minimum: 301
Feb  7 10:32:47 ip-10-31-47-7 kernel: LSM: Security Framework initializing
Feb  7 10:32:47 ip-10-31-47-7 kernel: Yama: becoming mindful.
Feb  7 10:32:47 ip-10-31-47-7 kernel: SELinux:  Initializing.
Feb  7 10:32:47 ip-10-31-47-7 kernel: LSM support for eBPF active
Feb  7 10:32:47 ip-10-31-47-7 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Feb  7 10:32:47 ip-10-31-47-7 kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Feb  7 10:32:47 ip-10-31-47-7 kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb  7 10:32:47 ip-10-31-47-7 kernel: Spectre V2 : Mitigation: Retpolines
Feb  7 10:32:47 ip-10-31-47-7 kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb  7 10:32:47 ip-10-31-47-7 kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Feb  7 10:32:47 ip-10-31-47-7 kernel: Speculative Store Bypass: Vulnerable
Feb  7 10:32:47 ip-10-31-47-7 kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Feb  7 10:32:47 ip-10-31-47-7 kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
Feb  7 10:32:47 ip-10-31-47-7 kernel: Freeing SMP alternatives memory: 36K
Feb  7 10:32:47 ip-10-31-47-7 kernel: clocksource: xen: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
Feb  7 10:32:47 ip-10-31-47-7 kernel: installing Xen timer for CPU 0
Feb  7 10:32:47 ip-10-31-47-7 kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz (family: 0x6, model: 0x3f, stepping: 0x2)
Feb  7 10:32:47 ip-10-31-47-7 kernel: cpu 0 spinlock event irq 53
Feb  7 10:32:47 ip-10-31-47-7 kernel: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only.
Feb  7 10:32:47 ip-10-31-47-7 kernel: rcu: Hierarchical SRCU implementation.
Feb  7 10:32:47 ip-10-31-47-7 kernel: NMI watchdog: Perf NMI watchdog permanently disabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: smp: Bringing up secondary CPUs ...
Feb  7 10:32:47 ip-10-31-47-7 kernel: installing Xen timer for CPU 1
Feb  7 10:32:47 ip-10-31-47-7 kernel: x86: Booting SMP configuration:
Feb  7 10:32:47 ip-10-31-47-7 kernel: .... node  #0, CPUs:        #1
Feb  7 10:32:47 ip-10-31-47-7 kernel: cpu 1 spinlock event irq 59
Feb  7 10:32:47 ip-10-31-47-7 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  7 10:32:47 ip-10-31-47-7 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  7 10:32:47 ip-10-31-47-7 kernel: smp: Brought up 1 node, 2 CPUs
Feb  7 10:32:47 ip-10-31-47-7 kernel: smpboot: Max logical packages: 8
Feb  7 10:32:47 ip-10-31-47-7 kernel: smpboot: Total of 2 processors activated (11599.99 BogoMIPS)
Feb  7 10:32:47 ip-10-31-47-7 kernel: node 0 deferred pages initialised in 12ms
Feb  7 10:32:47 ip-10-31-47-7 kernel: devtmpfs: initialized
Feb  7 10:32:47 ip-10-31-47-7 kernel: x86/mm: Memory block size: 128MB
Feb  7 10:32:47 ip-10-31-47-7 kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Feb  7 10:32:47 ip-10-31-47-7 kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: pinctrl core: initialized pinctrl subsystem
Feb  7 10:32:47 ip-10-31-47-7 kernel: NET: Registered protocol family 16
Feb  7 10:32:47 ip-10-31-47-7 kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Feb  7 10:32:47 ip-10-31-47-7 kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb  7 10:32:47 ip-10-31-47-7 kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb  7 10:32:47 ip-10-31-47-7 kernel: audit: initializing netlink subsys (disabled)
Feb  7 10:32:47 ip-10-31-47-7 kernel: audit: type=2000 audit(1738942367.510:1): state=initialized audit_enabled=0 res=1
Feb  7 10:32:47 ip-10-31-47-7 kernel: cpuidle: using governor menu
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb  7 10:32:47 ip-10-31-47-7 kernel: PCI: Using configuration type 1 for base access
Feb  7 10:32:47 ip-10-31-47-7 kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Feb  7 10:32:47 ip-10-31-47-7 kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Feb  7 10:32:47 ip-10-31-47-7 kernel: cryptd: max_cpu_qlen set to 1000
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Added _OSI(Module Device)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Added _OSI(Processor Device)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Interpreter enabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: PM: (supports S0 S3 S4 S5)
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Using IOAPIC for interrupt routing
Feb  7 10:32:47 ip-10-31-47-7 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [0] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [3] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [4] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [5] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [6] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [7] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [8] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [9] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [10] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [11] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [12] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [13] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [14] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [15] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [16] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [17] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [18] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [19] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [20] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [21] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [22] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [23] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [24] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [25] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [26] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [27] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [28] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [29] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [30] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: acpiphp: Slot [31] registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: PCI host bridge to bus 0000:00
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.1: reg 0x20: [io  0xc000-0xc00f]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Feb  7 10:32:47 ip-10-31-47-7 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  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf9ffffff pref]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:02.0: reg 0x14: [mem 0xfbfff000-0xfbffffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:1f.0: [5853:0001] type 00 class 0xff8000
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:1f.0: reg 0x10: [io  0xc100-0xc1ff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:1f.0: reg 0x14: [mem 0xfa000000-0xfaffffff pref]
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 5
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 5
Feb  7 10:32:47 ip-10-31-47-7 kernel: xen:balloon: Initialising balloon driver
Feb  7 10:32:47 ip-10-31-47-7 kernel: iommu: Default domain type: Passthrough 
Feb  7 10:32:47 ip-10-31-47-7 kernel: SCSI subsystem initialized
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: bus type USB registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: usbcore: registered new interface driver usbfs
Feb  7 10:32:47 ip-10-31-47-7 kernel: usbcore: registered new interface driver hub
Feb  7 10:32:47 ip-10-31-47-7 kernel: usbcore: registered new device driver usb
Feb  7 10:32:47 ip-10-31-47-7 kernel: pps_core: LinuxPPS API ver. 1 registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb  7 10:32:47 ip-10-31-47-7 kernel: PTP clock support registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: EDAC MC: Ver: 3.0.0
Feb  7 10:32:47 ip-10-31-47-7 kernel: PCI: Using ACPI for IRQ routing
Feb  7 10:32:47 ip-10-31-47-7 kernel: NetLabel: Initializing
Feb  7 10:32:47 ip-10-31-47-7 kernel: NetLabel:  domain hash size = 128
Feb  7 10:32:47 ip-10-31-47-7 kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb  7 10:32:47 ip-10-31-47-7 kernel: NetLabel:  unlabeled traffic allowed by default
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Feb  7 10:32:47 ip-10-31-47-7 kernel: vgaarb: loaded
Feb  7 10:32:47 ip-10-31-47-7 kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Feb  7 10:32:47 ip-10-31-47-7 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Feb  7 10:32:47 ip-10-31-47-7 kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter
Feb  7 10:32:47 ip-10-31-47-7 kernel: clocksource: Switched to clocksource xen
Feb  7 10:32:47 ip-10-31-47-7 kernel: VFS: Disk quotas dquot_6.6.0
Feb  7 10:32:47 ip-10-31-47-7 kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb  7 10:32:47 ip-10-31-47-7 kernel: pnp: PnP ACPI init
Feb  7 10:32:47 ip-10-31-47-7 kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: system 00:01: [io  0x08a0-0x08a3] has been reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: system 00:01: [io  0x0cc0-0x0ccf] has been reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: system 00:01: [io  0x04d0-0x04d1] has been reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: system 00:07: [io  0x10c0-0x1141] has been reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: system 00:07: [io  0xb044-0xb047] has been reserved
Feb  7 10:32:47 ip-10-31-47-7 kernel: pnp: PnP ACPI: found 8 devices
Feb  7 10:32:47 ip-10-31-47-7 kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window]
Feb  7 10:32:47 ip-10-31-47-7 kernel: NET: Registered protocol family 2
Feb  7 10:32:47 ip-10-31-47-7 kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: TCP: Hash tables configured (established 32768 bind 32768)
Feb  7 10:32:47 ip-10-31-47-7 kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc)
Feb  7 10:32:47 ip-10-31-47-7 kernel: NET: Registered protocol family 1
Feb  7 10:32:47 ip-10-31-47-7 kernel: NET: Registered protocol family 44
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds
Feb  7 10:32:47 ip-10-31-47-7 kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb  7 10:32:47 ip-10-31-47-7 kernel: PCI: CLS 0 bytes, default 64
Feb  7 10:32:47 ip-10-31-47-7 kernel: Unpacking initramfs...
Feb  7 10:32:47 ip-10-31-47-7 kernel: Freeing initrd memory: 30628K
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: bus type thunderbolt registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: Initialise system trusted keyrings
Feb  7 10:32:47 ip-10-31-47-7 kernel: Key type blacklist registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0
Feb  7 10:32:47 ip-10-31-47-7 kernel: zbud: loaded
Feb  7 10:32:47 ip-10-31-47-7 kernel: pstore: using deflate compression
Feb  7 10:32:47 ip-10-31-47-7 kernel: Platform Keyring initialized
Feb  7 10:32:47 ip-10-31-47-7 kernel: NET: Registered protocol family 38
Feb  7 10:32:47 ip-10-31-47-7 kernel: Key type asymmetric registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: Asymmetric key parser 'x509' registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: Running certificate verification selftests
Feb  7 10:32:47 ip-10-31-47-7 kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'
Feb  7 10:32:47 ip-10-31-47-7 kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Feb  7 10:32:47 ip-10-31-47-7 kernel: io scheduler mq-deadline registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: io scheduler kyber registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: io scheduler bfq registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Feb  7 10:32:47 ip-10-31-47-7 kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb  7 10:32:47 ip-10-31-47-7 kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Power Button [PWRF]
Feb  7 10:32:47 ip-10-31-47-7 kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
Feb  7 10:32:47 ip-10-31-47-7 kernel: ACPI: Sleep Button [SLPF]
Feb  7 10:32:47 ip-10-31-47-7 kernel: xen:grant_table: Grant tables using version 1 layout
Feb  7 10:32:47 ip-10-31-47-7 kernel: Grant table initialized
Feb  7 10:32:47 ip-10-31-47-7 kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
Feb  7 10:32:47 ip-10-31-47-7 kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Feb  7 10:32:47 ip-10-31-47-7 kernel: Non-volatile memory driver v1.3
Feb  7 10:32:47 ip-10-31-47-7 kernel: rdac: device handler registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: hp_sw: device handler registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: emc: device handler registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: alua: device handler registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: libphy: Fixed MDIO Bus: probed
Feb  7 10:32:47 ip-10-31-47-7 kernel: usbcore: registered new interface driver usbserial_generic
Feb  7 10:32:47 ip-10-31-47-7 kernel: usbserial: USB Serial support registered for generic
Feb  7 10:32:47 ip-10-31-47-7 kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb  7 10:32:47 ip-10-31-47-7 kernel: i8042: Warning: Keylock active
Feb  7 10:32:47 ip-10-31-47-7 kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb  7 10:32:47 ip-10-31-47-7 kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Feb  7 10:32:47 ip-10-31-47-7 kernel: mousedev: PS/2 mouse device common for all mice
Feb  7 10:32:47 ip-10-31-47-7 kernel: rtc_cmos 00:02: registered as rtc0
Feb  7 10:32:47 ip-10-31-47-7 kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
Feb  7 10:32:47 ip-10-31-47-7 kernel: intel_pstate: CPU model not supported
Feb  7 10:32:47 ip-10-31-47-7 kernel: hid: raw HID events driver (C) Jiri Kosina
Feb  7 10:32:47 ip-10-31-47-7 kernel: usbcore: registered new interface driver usbhid
Feb  7 10:32:47 ip-10-31-47-7 kernel: usbhid: USB HID core driver
Feb  7 10:32:47 ip-10-31-47-7 kernel: drop_monitor: Initializing network drop monitor service
Feb  7 10:32:47 ip-10-31-47-7 kernel: Initializing XFRM netlink socket
Feb  7 10:32:47 ip-10-31-47-7 kernel: NET: Registered protocol family 10
Feb  7 10:32:47 ip-10-31-47-7 kernel: Segment Routing with IPv6
Feb  7 10:32:47 ip-10-31-47-7 kernel: NET: Registered protocol family 17
Feb  7 10:32:47 ip-10-31-47-7 kernel: mpls_gso: MPLS GSO support
Feb  7 10:32:47 ip-10-31-47-7 kernel: AVX2 version of gcm_enc/dec engaged.
Feb  7 10:32:47 ip-10-31-47-7 kernel: AES CTR mode by8 optimization enabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: sched_clock: Marking stable (505588856, 0)->(40489981775, -39984392919)
Feb  7 10:32:47 ip-10-31-47-7 kernel: registered taskstats version 1
Feb  7 10:32:47 ip-10-31-47-7 kernel: Loading compiled-in X.509 certificates
Feb  7 10:32:47 ip-10-31-47-7 kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 9036118f247aaa99970a25e487b5a3a55df7255f'
Feb  7 10:32:47 ip-10-31-47-7 kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
Feb  7 10:32:47 ip-10-31-47-7 kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
Feb  7 10:32:47 ip-10-31-47-7 kernel: zswap: loaded using pool lzo/zbud
Feb  7 10:32:47 ip-10-31-47-7 kernel: page_owner is disabled
Feb  7 10:32:47 ip-10-31-47-7 kernel: Key type big_key registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: Key type encrypted registered
Feb  7 10:32:47 ip-10-31-47-7 kernel: ima: No TPM chip found, activating TPM-bypass!
Feb  7 10:32:47 ip-10-31-47-7 kernel: ima: Allocated hash algorithm: sha256
Feb  7 10:32:47 ip-10-31-47-7 kernel: ima: No architecture policies found
Feb  7 10:32:47 ip-10-31-47-7 kernel: evm: Initialising EVM extended attributes:
Feb  7 10:32:47 ip-10-31-47-7 kernel: evm: security.selinux
Feb  7 10:32:47 ip-10-31-47-7 kernel: evm: security.ima
Feb  7 10:32:47 ip-10-31-47-7 kernel: evm: security.capability
Feb  7 10:32:47 ip-10-31-47-7 kernel: evm: HMAC attrs: 0x1
Feb  7 10:32:47 ip-10-31-47-7 kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768
Feb  7 10:32:47 ip-10-31-47-7 kernel: xenbus_probe_frontend: Device with no driver: device/vif/0
Feb  7 10:32:47 ip-10-31-47-7 kernel: rtc_cmos 00:02: setting system clock to 2025-02-07 15:32:47 UTC (1738942367)
Feb  7 10:32:47 ip-10-31-47-7 kernel: Freeing unused decrypted memory: 2028K
Feb  7 10:32:47 ip-10-31-47-7 kernel: Freeing unused kernel image (initmem) memory: 2820K
Feb  7 10:32:47 ip-10-31-47-7 kernel: Write protecting the kernel read-only data: 26624k
Feb  7 10:32:47 ip-10-31-47-7 kernel: Freeing unused kernel image (text/rodata gap) memory: 2016K
Feb  7 10:32:47 ip-10-31-47-7 kernel: Freeing unused kernel image (rodata/data gap) memory: 1672K
Feb  7 10:32:47 ip-10-31-47-7 systemd: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
Feb  7 10:32:47 ip-10-31-47-7 systemd: Detected virtualization xen.
Feb  7 10:32:47 ip-10-31-47-7 systemd: Detected architecture x86-64.
Feb  7 10:32:47 ip-10-31-47-7 systemd: Running in initial RAM disk.
Feb  7 10:32:47 ip-10-31-47-7 systemd: Set hostname to <localhost.localdomain>.
Feb  7 10:32:47 ip-10-31-47-7 systemd: Reached target Local File Systems.
Feb  7 10:32:47 ip-10-31-47-7 systemd: Listening on udev Control Socket.
Feb  7 10:32:47 ip-10-31-47-7 systemd: Listening on Journal Socket.
Feb  7 10:32:47 ip-10-31-47-7 systemd: Starting Setup Virtual Console...
Feb  7 10:32:47 ip-10-31-47-7 systemd: Reached target Swap.
Feb  7 10:32:47 ip-10-31-47-7 systemd-journald[221]: Journal started
Feb  7 10:32:47 ip-10-31-47-7 systemd-journald[221]: Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is 8.0M, max 176.9M, 168.9M free.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: memstrack.service: Succeeded.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: systemd-vconsole-setup.service: Succeeded.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Started Setup Virtual Console.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Starting dracut cmdline hook...
Feb  7 10:32:47 ip-10-31-47-7 dracut-cmdline[247]: dracut-8 dracut-049-233.git20240115.el8
Feb  7 10:32:47 ip-10-31-47-7 dracut-cmdline[247]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64 root=UUID=fe591198-9082-4b15-9b62-e83518524cd2 ro crashkernel=auto net.ifnames=0 rhgb quiet
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Started dracut cmdline hook.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Starting dracut pre-udev hook...
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Started dracut pre-udev hook.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Starting udev Kernel Device Manager...
Feb  7 10:32:47 ip-10-31-47-7 systemd-udevd[308]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Started udev Kernel Device Manager.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Starting udev Coldplug all Devices...
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Mounting Kernel Configuration File System...
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Mounted Kernel Configuration File System.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Started udev Coldplug all Devices.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Reached target System Initialization.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Starting Show Plymouth Boot Screen...
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Starting dracut initqueue hook...
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Received SIGRTMIN+20 from PID 332 (plymouthd).
Feb  7 10:32:47 ip-10-31-47-7 kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Started Show Plymouth Boot Screen.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Reached target Paths.
Feb  7 10:32:47 ip-10-31-47-7 systemd[1]: Reached target Basic System.
Feb  7 10:32:48 ip-10-31-47-7 kernel: Invalid max_queues (4), will use default max: 2.
Feb  7 10:32:48 ip-10-31-47-7 kernel: xen_netfront: Initialising Xen virtual ethernet driver
Feb  7 10:32:48 ip-10-31-47-7 systemd-udevd[362]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb  7 10:32:48 ip-10-31-47-7 kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;
Feb  7 10:32:48 ip-10-31-47-7 kernel: xvda: xvda1
Feb  7 10:32:48 ip-10-31-47-7 kernel: scsi host0: ata_piix
Feb  7 10:32:48 ip-10-31-47-7 kernel: ACPI: bus type drm_connector registered
Feb  7 10:32:48 ip-10-31-47-7 kernel: scsi host1: ata_piix
Feb  7 10:32:48 ip-10-31-47-7 kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
Feb  7 10:32:48 ip-10-31-47-7 kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
Feb  7 10:32:48 ip-10-31-47-7 kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console
Feb  7 10:32:48 ip-10-31-47-7 systemd-udevd[364]: Using default interface naming scheme 'rhel-8.0'.
Feb  7 10:32:48 ip-10-31-47-7 systemd-udevd[364]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb  7 10:32:48 ip-10-31-47-7 kernel: Console: switching to colour dummy device 80x25
Feb  7 10:32:48 ip-10-31-47-7 kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0
Feb  7 10:32:48 ip-10-31-47-7 kernel: fbcon: cirrusdrmfb (fb0) is primary device
Feb  7 10:32:48 ip-10-31-47-7 kernel: cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called
Feb  7 10:32:48 ip-10-31-47-7 kernel: Console: switching to colour frame buffer device 128x48
Feb  7 10:32:48 ip-10-31-47-7 kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device
Feb  7 10:32:48 ip-10-31-47-7 systemd[1]: Found device /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2.
Feb  7 10:32:48 ip-10-31-47-7 systemd[1]: Reached target Initrd Root Device.
Feb  7 10:32:48 ip-10-31-47-7 systemd[1]: Started dracut initqueue hook.
Feb  7 10:32:48 ip-10-31-47-7 systemd[1]: Starting File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2...
Feb  7 10:32:48 ip-10-31-47-7 systemd[1]: Reached target Remote File Systems (Pre).
Feb  7 10:32:48 ip-10-31-47-7 systemd[1]: Reached target Remote File Systems.
Feb  7 10:32:48 ip-10-31-47-7 kernel: tsc: Refined TSC clocksource calibration: 2899.983 MHz
Feb  7 10:32:48 ip-10-31-47-7 kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd331f39d, max_idle_ns: 440795342495 ns
Feb  7 10:32:48 ip-10-31-47-7 systemd-fsck[388]: /usr/sbin/fsck.xfs: XFS file system.
Feb  7 10:32:48 ip-10-31-47-7 systemd[1]: Started File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2.
Feb  7 10:32:48 ip-10-31-47-7 systemd[1]: Mounting /sysroot...
Feb  7 10:32:48 ip-10-31-47-7 kernel: SGI XFS with ACLs, security attributes, quota, no debug enabled
Feb  7 10:32:48 ip-10-31-47-7 kernel: XFS (xvda1): Mounting V5 Filesystem
Feb  7 10:32:48 ip-10-31-47-7 kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
Feb  7 10:32:57 ip-10-31-47-7 kernel: XFS (xvda1): Ending clean mount
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Mounted /sysroot.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Reached target Initrd Root File System.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Starting Reload Configuration from the Real Root...
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Reloading.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: initrd-parse-etc.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Started Reload Configuration from the Real Root.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Reached target Initrd File Systems.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Reached target Initrd Default Target.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Starting dracut pre-pivot and cleanup hook...
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Started dracut pre-pivot and cleanup hook.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Starting Plymouth switch root service...
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Starting Setup Virtual Console...
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: dracut-pre-pivot.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped dracut pre-pivot and cleanup hook.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Initrd Default Target.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Initrd Root Device.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Remote File Systems.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Remote File Systems (Pre).
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: dracut-initqueue.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped dracut initqueue hook.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Basic System.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Paths.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Sockets.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Slices.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target System Initialization.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopping udev Kernel Device Manager...
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: systemd-udev-trigger.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped udev Coldplug all Devices.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped Create Volatile Files and Directories.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Local File Systems.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Swap.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: systemd-sysctl.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped Apply Kernel Variables.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped target Timers.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: initrd-cleanup.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Started Cleaning Up and Shutting Down Daemons.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: systemd-udevd.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped udev Kernel Device Manager.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped Create Static Device Nodes in /dev.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: kmod-static-nodes.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped Create list of required static device nodes for the current kernel.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: dracut-pre-udev.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped dracut pre-udev hook.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: dracut-cmdline.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Stopped dracut cmdline hook.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: systemd-udevd-kernel.socket: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Closed udev Kernel Socket.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: systemd-udevd-control.socket: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Closed udev Control Socket.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Starting Cleanup udevd DB...
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Started Cleanup udevd DB.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: systemd-vconsole-setup.service: Succeeded.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Started Setup Virtual Console.
Feb  7 10:32:57 ip-10-31-47-7 systemd[1]: Reached target Switch Root.
Feb  7 10:32:58 ip-10-31-47-7 systemd[1]: Started Plymouth switch root service.
Feb  7 10:32:58 ip-10-31-47-7 systemd[1]: Starting Switch Root...
Feb  7 10:32:58 ip-10-31-47-7 systemd[1]: Switching root.
Feb  7 10:32:58 ip-10-31-47-7 systemd-journald[221]: Journal stopped
Feb  7 10:33:00 ip-10-31-47-7 kernel: printk: systemd: 16 output lines suppressed due to ratelimiting
Feb  7 10:33:00 ip-10-31-47-7 kernel: audit: type=1404 audit(1738942378.588:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1
Feb  7 10:33:00 ip-10-31-47-7 kernel: SELinux:  policy capability network_peer_controls=1
Feb  7 10:33:00 ip-10-31-47-7 kernel: SELinux:  policy capability open_perms=1
Feb  7 10:33:00 ip-10-31-47-7 kernel: SELinux:  policy capability extended_socket_class=1
Feb  7 10:33:00 ip-10-31-47-7 kernel: SELinux:  policy capability always_check_network=0
Feb  7 10:33:00 ip-10-31-47-7 kernel: SELinux:  policy capability cgroup_seclabel=1
Feb  7 10:33:00 ip-10-31-47-7 kernel: SELinux:  policy capability nnp_nosuid_transition=1
Feb  7 10:33:00 ip-10-31-47-7 kernel: audit: type=1403 audit(1738942378.760:3): auid=4294967295 ses=4294967295 lsm=selinux res=1
Feb  7 10:33:00 ip-10-31-47-7 systemd: Successfully loaded SELinux policy in 174.094ms.
Feb  7 10:33:00 ip-10-31-47-7 systemd: Relabelled /dev, /run and /sys/fs/cgroup in 14.985ms.
Feb  7 10:33:00 ip-10-31-47-7 systemd: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)
Feb  7 10:33:00 ip-10-31-47-7 systemd: Detected virtualization xen.
Feb  7 10:33:00 ip-10-31-47-7 systemd: Detected architecture x86-64.
Feb  7 10:33:00 ip-10-31-47-7 systemd: Set hostname to <localhost.localdomain>.
Feb  7 10:33:00 ip-10-31-47-7 systemd: Initializing machine ID from random generator.
Feb  7 10:33:00 ip-10-31-47-7 systemd: Installed transient /etc/machine-id file.
Feb  7 10:33:00 ip-10-31-47-7 systemd: initrd-switch-root.service: Succeeded.
Feb  7 10:33:00 ip-10-31-47-7 systemd: Stopped Switch Root.
Feb  7 10:33:00 ip-10-31-47-7 systemd: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
Feb  7 10:33:00 ip-10-31-47-7 systemd: systemd-journald.service: Scheduled restart job, restart counter is at 1.
Feb  7 10:33:00 ip-10-31-47-7 systemd-journald[508]: Journal started
Feb  7 10:33:00 ip-10-31-47-7 systemd-journald[508]: Runtime journal (/run/log/journal/5081deb4385a45b087fec8726ef74707) is 8.0M, max 176.9M, 168.9M free.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: systemd-journald.service: Succeeded.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Mounted Kernel Debug File System.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Mounted Huge Pages File System.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Mounted POSIX Message Queue File System.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Create list of required static device nodes for the current kernel.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Apply Kernel Variables.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started udev Coldplug all Devices.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Remount Root and Kernel File Systems.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Starting Load/Save Random Seed...
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Starting Flush Journal to Persistent Storage...
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Starting Create Static Device Nodes in /dev...
Feb  7 10:33:00 ip-10-31-47-7 systemd-journald[508]: Runtime journal (/run/log/journal/5081deb4385a45b087fec8726ef74707) is 8.0M, max 176.9M, 168.9M free.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Load/Save Random Seed.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: systemd-vconsole-setup.service: Succeeded.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Setup Virtual Console.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Flush Journal to Persistent Storage.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Create Static Device Nodes in /dev.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Reached target Local File Systems (Pre).
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Reached target Local File Systems.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Starting Import network configuration from initramfs...
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Starting Commit a transient machine-id on disk...
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Starting udev Kernel Device Manager...
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Received SIGRTMIN+20 from PID 332 (plymouthd).
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: etc-machine\x2did.mount: Succeeded.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Commit a transient machine-id on disk.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Import network configuration from initramfs.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Starting Create Volatile Files and Directories...
Feb  7 10:33:00 ip-10-31-47-7 systemd-udevd[543]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Feb  7 10:33:00 ip-10-31-47-7 systemd[1]: Started Create Volatile Files and Directories.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Mounting RPC Pipe File System...
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Starting RPC Bind...
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Starting Security Auditing Service...
Feb  7 10:33:01 ip-10-31-47-7 auditd[565]: No plugins found, not dispatching events
Feb  7 10:33:01 ip-10-31-47-7 auditd[565]: Init complete, auditd 3.1.2 listening for events (startup state enable)
Feb  7 10:33:01 ip-10-31-47-7 kernel: RPC: Registered named UNIX socket transport module.
Feb  7 10:33:01 ip-10-31-47-7 kernel: RPC: Registered udp transport module.
Feb  7 10:33:01 ip-10-31-47-7 kernel: RPC: Registered tcp transport module.
Feb  7 10:33:01 ip-10-31-47-7 kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Mounted RPC Pipe File System.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Reached target rpc_pipefs.target.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started RPC Bind.
Feb  7 10:33:01 ip-10-31-47-7 augenrules[568]: /sbin/augenrules: No change
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: No rules
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: enabled 1
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: failure 1
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: pid 565
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: rate_limit 0
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_limit 8192
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: lost 0
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog 2
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_wait_time 60000
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_wait_time_actual 0
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: enabled 1
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: failure 1
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: pid 565
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: rate_limit 0
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_limit 8192
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: lost 0
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog 6
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_wait_time 60000
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_wait_time_actual 0
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: enabled 1
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: failure 1
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: pid 565
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: rate_limit 0
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_limit 8192
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: lost 0
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog 4
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_wait_time 60000
Feb  7 10:33:01 ip-10-31-47-7 augenrules[581]: backlog_wait_time_actual 0
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started Security Auditing Service.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started Update UTMP about System Boot/Shutdown.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started udev Kernel Device Manager.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Reached target System Initialization.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started dnf makecache --timer.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started daily update of the root trust anchor for DNSSEC.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Reached target Timers.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Reached target Sockets.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Reached target Basic System.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Starting Restore /run/initramfs on shutdown...
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Starting NTP client/server...
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started D-Bus System Message Bus.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Starting Initial cloud-init job (pre-networking)...
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Reached target User and Group Name Lookups.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Starting Login Service...
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: Disabling 7: PKCS11 Entropy generator (pkcs11)
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: Disabling 5: NIST Network Entropy Beacon (nist)
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: Disabling 9: Qrypt quantum entropy beacon (qrypt)
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: Initializing available sources
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: [hwrng ]: Initialization Failed
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: [rdrand]: Enabling RDRAND rng support
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: [rdrand]: Initialized
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: [jitter]: JITTER timeout set to 5 sec
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started irqbalance daemon.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Reached target sshd-keygen.target.
Feb  7 10:33:01 ip-10-31-47-7 kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started Restore /run/initramfs on shutdown.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound...
Feb  7 10:33:01 ip-10-31-47-7 kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
Feb  7 10:33:01 ip-10-31-47-7 systemd-logind[608]: Watching system buttons on /dev/input/event0 (Power Button)
Feb  7 10:33:01 ip-10-31-47-7 systemd-logind[608]: Watching system buttons on /dev/input/event1 (Sleep Button)
Feb  7 10:33:01 ip-10-31-47-7 systemd-logind[608]: New seat seat0.
Feb  7 10:33:01 ip-10-31-47-7 chronyd[612]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)
Feb  7 10:33:01 ip-10-31-47-7 chronyd[612]: Loaded 0 symmetric keys
Feb  7 10:33:01 ip-10-31-47-7 rngd[605]: [jitter]: Initializing AES buffer
Feb  7 10:33:01 ip-10-31-47-7 chronyd[612]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift
Feb  7 10:33:01 ip-10-31-47-7 chronyd[612]: Using right/UTC timezone to obtain leap second data
Feb  7 10:33:01 ip-10-31-47-7 systemd-logind[608]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started Login Service.
Feb  7 10:33:01 ip-10-31-47-7 systemd-udevd[602]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb  7 10:33:01 ip-10-31-47-7 systemd-udevd[592]: Using default interface naming scheme 'rhel-8.0'.
Feb  7 10:33:01 ip-10-31-47-7 systemd-udevd[592]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb  7 10:33:01 ip-10-31-47-7 kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: unbound-anchor.service: Succeeded.
Feb  7 10:33:01 ip-10-31-47-7 systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound.
Feb  7 10:33:02 ip-10-31-47-7 systemd[1]: Started NTP client/server.
Feb  7 10:33:02 ip-10-31-47-7 kernel: EDAC sbridge:  Ver: 1.1.2 
Feb  7 10:33:06 ip-10-31-47-7 rngd[605]: [jitter]: Unable to obtain AES key, disabling JITTER source
Feb  7 10:33:06 ip-10-31-47-7 rngd[605]: [jitter]: Initialization Failed
Feb  7 10:33:06 ip-10-31-47-7 rngd[605]: Process privileges have been dropped to 2:2
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: Internet Systems Consortium DHCP Client 4.3.6
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: Copyright 2004-2017 Internet Systems Consortium.
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: All rights reserved.
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: For info, please visit https://www.isc.org/software/dhcp/
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: 
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: Listening on LPF/eth0/02:92:ce:c4:ca:f1
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: Sending on   LPF/eth0/02:92:ce:c4:ca:f1
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: Sending on   Socket/fallback
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: Created duid "\000\004P\201\336\2648ZE\260\207\376\310rn\367G\007".
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0xb6d01e6b)
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0xb6d01e6b)
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: DHCPOFFER from 10.31.44.1
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: DHCPACK from 10.31.44.1 (xid=0xb6d01e6b)
Feb  7 10:33:07 ip-10-31-47-7 dhclient[651]: bound to 10.31.47.7 -- renewal in 1624 seconds.
Feb  7 10:33:08 ip-10-31-47-7 dbus-daemon[606]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=666 comm="hostnamectl set-hostname ip-10-31-47-7.us-east-1.a" label="system_u:system_r:cloud_init_t:s0")
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Starting Hostname Service...
Feb  7 10:33:08 ip-10-31-47-7 dbus-daemon[606]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Started Hostname Service.
Feb  7 10:33:08 ip-10-31-47-7 systemd-hostnamed[667]: Changed static host name to 'ip-10-31-47-7.us-east-1.aws.redhat.com'
Feb  7 10:33:08 ip-10-31-47-7 systemd-hostnamed[667]: Changed host name to 'ip-10-31-47-7.us-east-1.aws.redhat.com'
Feb  7 10:33:08 ip-10-31-47-7 cloud-init[649]: Cloud-init v. 23.4-7.el8.2 running 'init-local' at Fri, 07 Feb 2025 15:33:07 +0000. Up 20.32 seconds.
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Started Initial cloud-init job (pre-networking).
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Reached target Network (Pre).
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Starting Network Manager...
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.3383] NetworkManager (version 1.40.16-15.el8) is starting... (boot:3e128b06-2809-4d4a-84bf-e7338dd6854d)
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.3413] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf)
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Started Network Manager.
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.3508] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Starting Network Manager Wait Online...
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Reached target Network.
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Starting Dynamic System Tuning Daemon...
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Starting GSSAPI Proxy Daemon...
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.3609] manager[0x55a72d338080]: monitoring kernel firmware directory '/lib/firmware'.
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.3636] hostname: hostname: using hostnamed
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.3636] hostname: static hostname changed from (none) to "ip-10-31-47-7.us-east-1.aws.redhat.com"
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.3640] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Started GSSAPI Proxy Daemon.
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Reached target NFS client services.
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Reached target Remote File Systems (Pre).
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Reached target Remote File Systems.
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.4253] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-device-plugin-team.so)
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.4254] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.4255] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.4255] manager: Networking is enabled by state file
Feb  7 10:33:08 ip-10-31-47-7 dbus-daemon[606]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=672 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb  7 10:33:08 ip-10-31-47-7 dbus-daemon[606]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.4819] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-settings-plugin-ifcfg-rh.so")
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.4820] settings: Loaded settings plugin: keyfile (internal)
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5031] dhcp: init: Using DHCP client 'internal'
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5031] device (lo): carrier: link connected
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5034] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5043] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5047] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb  7 10:33:08 ip-10-31-47-7 kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5067] device (eth0): carrier: link connected
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5068] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5072] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5078] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5078] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5080] manager: NetworkManager state is now CONNECTING
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5081] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5086] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5098] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5123] dhcp4 (eth0): state changed new lease, address=10.31.47.7
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5136] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS
Feb  7 10:33:08 ip-10-31-47-7 dbus-daemon[606]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=672 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
Feb  7 10:33:08 ip-10-31-47-7 dbus-daemon[606]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5230] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5252] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5254] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5257] manager: NetworkManager state is now CONNECTED_SITE
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5260] device (eth0): Activation: successful, device activated.
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5264] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb  7 10:33:08 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942388.5267] manager: startup complete
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Started Network Manager Wait Online.
Feb  7 10:33:08 ip-10-31-47-7 systemd[1]: Starting Initial cloud-init job (metadata service crawler)...
Feb  7 10:33:08 ip-10-31-47-7 chronyd[612]: Added source 10.2.32.37
Feb  7 10:33:08 ip-10-31-47-7 chronyd[612]: Added source 10.2.32.38
Feb  7 10:33:08 ip-10-31-47-7 chronyd[612]: Added source 10.11.160.238
Feb  7 10:33:08 ip-10-31-47-7 chronyd[612]: Added source 10.18.100.10
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: Cloud-init v. 23.4-7.el8.2 running 'init' at Fri, 07 Feb 2025 15:33:08 +0000. Up 21.92 seconds.
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: | Device |  Up  |          Address           |      Mask     | Scope  |     Hw-Address    |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: |  eth0  | True |         10.31.47.7         | 255.255.252.0 | global | 02:92:ce:c4:ca:f1 |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: |  eth0  | True | fe80::92:ceff:fec4:caf1/64 |       .       |  link  | 02:92:ce:c4:ca:f1 |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: |   lo   | True |         127.0.0.1          |   255.0.0.0   |  host  |         .         |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: |   lo   | True |          ::1/128           |       .       |  host  |         .         |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +-------+-------------+------------+---------------+-----------+-------+
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: | Route | Destination |  Gateway   |    Genmask    | Interface | Flags |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +-------+-------------+------------+---------------+-----------+-------+
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: |   0   |   0.0.0.0   | 10.31.44.1 |    0.0.0.0    |    eth0   |   UG  |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: |   1   |  10.31.44.0 |  0.0.0.0   | 255.255.252.0 |    eth0   |   U   |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +-------+-------------+------------+---------------+-----------+-------+
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +-------+-------------+---------+-----------+-------+
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: | Route | Destination | Gateway | Interface | Flags |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +-------+-------------+---------+-----------+-------+
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: |   1   |  fe80::/64  |    ::   |    eth0   |   U   |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: |   3   |  multicast  |    ::   |    eth0   |   U   |
Feb  7 10:33:09 ip-10-31-47-7 cloud-init[761]: ci-info: +-------+-------------+---------+-----------+-------+
Feb  7 10:33:09 ip-10-31-47-7 dbus-daemon[606]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=676 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0")
Feb  7 10:33:09 ip-10-31-47-7 systemd[1]: Starting Authorization Manager...
Feb  7 10:33:09 ip-10-31-47-7 polkitd[999]: Started polkitd version 0.115
Feb  7 10:33:09 ip-10-31-47-7 dbus-daemon[606]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Feb  7 10:33:09 ip-10-31-47-7 systemd[1]: Started Authorization Manager.
Feb  7 10:33:09 ip-10-31-47-7 systemd[1]: Started Dynamic System Tuning Daemon.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Generating public/private rsa key pair.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: The key fingerprint is:
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: SHA256:AWg3memXYVCKnfIoDOfbSDjPLqTWq8wQ/lb/1Xk3ULs root@ip-10-31-47-7.us-east-1.aws.redhat.com
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: The key's randomart image is:
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: +---[RSA 3072]----+
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |     .o*.        |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |    oo*+o        |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |. ..oo+o.o     . |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: | *   +. o.    . .|
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |+ = . ..S    . . |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |.B = .      . o .|
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |+.* o .    . o E.|
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |*o.o   .  .   . o|
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |.=+o.   ..       |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: +----[SHA256]-----+
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Generating public/private dsa key pair.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: The key fingerprint is:
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: SHA256:3D0EBKsAg5hrvniYL53ac1Yzwy1y+yzVljmP4InSGio root@ip-10-31-47-7.us-east-1.aws.redhat.com
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: The key's randomart image is:
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: +---[DSA 1024]----+
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |.oo     .oo      |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |+  o     . .     |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: | .  .   .   .    |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |..   . o . o     |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |o    ...S..oo    |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: | .  . O + *  .   |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |.+...= X + +     |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |Eo=.+.=.o . .    |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |.*++.o oo        |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: +----[SHA256]-----+
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Generating public/private ecdsa key pair.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: The key fingerprint is:
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: SHA256:8RqqSJZ4OcR2/sKLGVYeqdam76RPj4X3MgKoiK6kTYA root@ip-10-31-47-7.us-east-1.aws.redhat.com
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: The key's randomart image is:
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: +---[ECDSA 256]---+
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |                 |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |        .        |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |..   .   o       |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |E.+ =   S .      |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |.=.X o . o       |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |=.&oO + .        |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |*O %+Bo.         |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |=.B+B+oo.        |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: +----[SHA256]-----+
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Generating public/private ed25519 key pair.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: The key fingerprint is:
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: SHA256:dopawSEPj35MibgR3S9R3hXA1SkTm0LiR4hvIA3Y4HQ root@ip-10-31-47-7.us-east-1.aws.redhat.com
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: The key's randomart image is:
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: +--[ED25519 256]--+
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |  o+Eo .oo+o=+ . |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: | o.oo.++.=..ooo  |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |  o +.+oo + oo   |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |   o O =o. .     |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |  o o O.S .      |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |   + o = o       |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |  . . = .        |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |     +           |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: |    .            |
Feb  7 10:33:13 ip-10-31-47-7 cloud-init[761]: +----[SHA256]-----+
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Started Initial cloud-init job (metadata service crawler).
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Starting OpenSSH server daemon...
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Reached target Network is Online.
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Starting Notify NFS peers of a restart...
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Starting The restraint harness....
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Starting Crash recovery kernel arming...
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Starting System Logging Service...
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Reached target Cloud-config availability.
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Starting Apply the settings specified in cloud-config...
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Started OpenSSH server daemon.
Feb  7 10:33:13 ip-10-31-47-7 sm-notify[1030]: Version 2.3.3 starting
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Started Notify NFS peers of a restart.
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Started The restraint harness..
Feb  7 10:33:13 ip-10-31-47-7 restraintd[1038]: Listening on http://localhost:8081
Feb  7 10:33:13 ip-10-31-47-7 rsyslogd[1033]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1033" x-info="https://www.rsyslog.com"] start
Feb  7 10:33:13 ip-10-31-47-7 systemd[1]: Started System Logging Service.
Feb  7 10:33:13 ip-10-31-47-7 rsyslogd[1033]: imjournal: journal files changed, reloading...  [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ]
Feb  7 10:33:14 ip-10-31-47-7 kdumpctl[1040]: kdump: Detected change(s) in the following file(s):  /etc/fstab
Feb  7 10:33:14 ip-10-31-47-7 cloud-init[1120]: Cloud-init v. 23.4-7.el8.2 running 'modules:config' at Fri, 07 Feb 2025 15:33:14 +0000. Up 27.08 seconds.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Started Apply the settings specified in cloud-config.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Starting Execute cloud user/final scripts...
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Starting Permit User Sessions...
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Started Permit User Sessions.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Started Command Scheduler.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Starting Hold until boot process finishes up...
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Starting Terminate Plymouth Boot Screen...
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Received SIGRTMIN+21 from PID 332 (plymouthd).
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Started Terminate Plymouth Boot Screen.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Received SIGRTMIN+21 from PID 332 (n/a).
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Started Hold until boot process finishes up.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Started Getty on tty1.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Reached target Login Prompts.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Reached target Multi-User System.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Starting Update UTMP about System Runlevel Changes...
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Feb  7 10:33:14 ip-10-31-47-7 systemd[1]: Started Update UTMP about System Runlevel Changes.
Feb  7 10:33:14 ip-10-31-47-7 kdumpctl[1040]: kdump: Rebuilding /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img
Feb  7 10:33:14 ip-10-31-47-7 chronyd[612]: Selected source 10.2.32.37
Feb  7 10:33:14 ip-10-31-47-7 chronyd[612]: System clock TAI offset set to 37 seconds
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1560]: #############################################################
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1564]: -----BEGIN SSH HOST KEY FINGERPRINTS-----
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1568]: 1024 SHA256:3D0EBKsAg5hrvniYL53ac1Yzwy1y+yzVljmP4InSGio root@ip-10-31-47-7.us-east-1.aws.redhat.com (DSA)
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1570]: 256 SHA256:8RqqSJZ4OcR2/sKLGVYeqdam76RPj4X3MgKoiK6kTYA root@ip-10-31-47-7.us-east-1.aws.redhat.com (ECDSA)
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1575]: 256 SHA256:dopawSEPj35MibgR3S9R3hXA1SkTm0LiR4hvIA3Y4HQ root@ip-10-31-47-7.us-east-1.aws.redhat.com (ED25519)
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1577]: 3072 SHA256:AWg3memXYVCKnfIoDOfbSDjPLqTWq8wQ/lb/1Xk3ULs root@ip-10-31-47-7.us-east-1.aws.redhat.com (RSA)
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1578]: -----END SSH HOST KEY FINGERPRINTS-----
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1579]: #############################################################
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1360]: Cloud-init v. 23.4-7.el8.2 running 'modules:final' at Fri, 07 Feb 2025 15:33:14 +0000. Up 27.78 seconds.
Feb  7 10:33:15 ip-10-31-47-7 cloud-init[1360]: Cloud-init v. 23.4-7.el8.2 finished at Fri, 07 Feb 2025 15:33:15 +0000. Datasource DataSourceEc2Local.  Up 28.23 seconds
Feb  7 10:33:15 ip-10-31-47-7 systemd[1]: Started Execute cloud user/final scripts.
Feb  7 10:33:15 ip-10-31-47-7 systemd[1]: Reached target Cloud-init target.
Feb  7 10:33:15 ip-10-31-47-7 dracut[1590]: dracut-049-233.git20240115.el8
Feb  7 10:33:15 ip-10-31-47-7 dracut[1592]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics  -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device -f /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img 4.18.0-553.5.1.el8.x86_64
Feb  7 10:33:15 ip-10-31-47-7 dracut[1592]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 chronyd[612]: Selected source 208.113.130.146 (2.centos.pool.ntp.org)
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'resume' will not be installed, because it's in the list to be omitted!
Feb  7 10:33:16 ip-10-31-47-7 dracut[1592]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: memstrack is available
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: *** Including module: bash ***
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: *** Including module: systemd ***
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: *** Including module: systemd-initrd ***
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: *** Including module: watchdog-modules ***
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: *** Including module: nss-softokn ***
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: *** Including module: rngd ***
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: *** Including module: i18n ***
Feb  7 10:33:17 ip-10-31-47-7 dracut[1592]: *** Including module: drm ***
Feb  7 10:33:18 ip-10-31-47-7 dracut[1592]: *** Including module: prefixdevname ***
Feb  7 10:33:18 ip-10-31-47-7 dracut[1592]: *** Including module: kernel-modules ***
Feb  7 10:33:18 ip-10-31-47-7 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Feb  7 10:33:18 ip-10-31-47-7 dracut[1592]: *** Including module: kernel-modules-extra ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: fstab-sys ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: rootfs-block ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: terminfo ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: udev-rules ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: Skipping udev rule: 91-permissions.rules
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: Skipping udev rule: 80-drivers-modprobe.rules
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: biosdevname ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: dracut-systemd ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: usrmount ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: base ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: fs-lib ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: kdumpbase ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: memstrack ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]: *** Including module: microcode_ctl-fw_dir_override ***
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:  microcode_ctl module: mangling fw_dir
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware"
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel"...
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:      microcode_ctl: intel: caveats check for kernel version "4.18.0-553.5.1.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"...
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: configuration "intel-06-2d-07" is ignored
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"...
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: configuration "intel-06-4e-03" is ignored
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"...
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: configuration "intel-06-4f-01" is ignored
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"...
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: configuration "intel-06-55-04" is ignored
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"...
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: configuration "intel-06-5e-03" is ignored
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"...
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: configuration "intel-06-8c-01" is ignored
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"...
Feb  7 10:33:19 ip-10-31-47-7 dracut[1592]:    microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]:    microcode_ctl: processing data directory  "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"...
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]:    microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]:    microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware"
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]: *** Including module: shutdown ***
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]: *** Including module: squash ***
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]: *** Including modules done ***
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]: *** Installing kernel module dependencies ***
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]: *** Installing kernel module dependencies done ***
Feb  7 10:33:20 ip-10-31-47-7 dracut[1592]: *** Resolving executable dependencies ***
Feb  7 10:33:22 ip-10-31-47-7 dracut[1592]: *** Resolving executable dependencies done***
Feb  7 10:33:22 ip-10-31-47-7 dracut[1592]: *** Hardlinking files ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Hardlinking files done ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Generating early-microcode cpio image ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Constructing GenuineIntel.bin ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Constructing GenuineIntel.bin ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Store current command line parameters ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: Stored kernel commandline:
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: No dracut internal kernel commandline stored in the initramfs
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Install squash loader ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Stripping files ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Stripping files done ***
Feb  7 10:33:23 ip-10-31-47-7 dracut[1592]: *** Squashing the files inside the initramfs ***
Feb  7 10:33:32 ip-10-31-47-7 dracut[1592]: *** Squashing the files inside the initramfs done ***
Feb  7 10:33:32 ip-10-31-47-7 dracut[1592]: *** Creating image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' ***
Feb  7 10:33:33 ip-10-31-47-7 dracut[1592]: *** Creating initramfs image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' done ***
Feb  7 10:33:33 ip-10-31-47-7 kdumpctl[1040]: kdump: kexec: loaded kdump kernel
Feb  7 10:33:33 ip-10-31-47-7 kdumpctl[1040]: kdump: Starting kdump: [OK]
Feb  7 10:33:33 ip-10-31-47-7 systemd[1]: Started Crash recovery kernel arming.
Feb  7 10:33:33 ip-10-31-47-7 systemd[1]: Startup finished in 525ms (kernel) + 10.984s (initrd) + 34.943s (userspace) = 46.453s.
Feb  7 10:33:38 ip-10-31-47-7 systemd[1]: systemd-hostnamed.service: Succeeded.
Feb  7 10:35:15 ip-10-31-47-7 systemd[1]: Created slice User Slice of UID 0.
Feb  7 10:35:15 ip-10-31-47-7 systemd[1]: Starting User runtime directory /run/user/0...
Feb  7 10:35:15 ip-10-31-47-7 systemd-logind[608]: New session 1 of user root.
Feb  7 10:35:15 ip-10-31-47-7 systemd[1]: Started User runtime directory /run/user/0.
Feb  7 10:35:15 ip-10-31-47-7 systemd[1]: Starting User Manager for UID 0...
Feb  7 10:35:15 ip-10-31-47-7 systemd[5083]: Reached target Timers.
Feb  7 10:35:15 ip-10-31-47-7 systemd[5083]: Starting D-Bus User Message Bus Socket.
Feb  7 10:35:15 ip-10-31-47-7 systemd[5083]: Reached target Paths.
Feb  7 10:35:15 ip-10-31-47-7 systemd[5083]: Listening on D-Bus User Message Bus Socket.
Feb  7 10:35:15 ip-10-31-47-7 systemd[5083]: Reached target Sockets.
Feb  7 10:35:15 ip-10-31-47-7 systemd[5083]: Reached target Basic System.
Feb  7 10:35:15 ip-10-31-47-7 systemd[5083]: Reached target Default.
Feb  7 10:35:15 ip-10-31-47-7 systemd[5083]: Startup finished in 30ms.
Feb  7 10:35:15 ip-10-31-47-7 systemd[1]: Started User Manager for UID 0.
Feb  7 10:35:15 ip-10-31-47-7 systemd[1]: Started Session 1 of user root.
Feb  7 10:35:16 ip-10-31-47-7 systemd[1]: session-1.scope: Succeeded.
Feb  7 10:35:16 ip-10-31-47-7 systemd-logind[608]: Session 1 logged out. Waiting for processes to exit.
Feb  7 10:35:16 ip-10-31-47-7 systemd-logind[608]: Removed session 1.
Feb  7 10:35:25 ip-10-31-47-7 systemd[1]: Started Session 3 of user root.
Feb  7 10:35:25 ip-10-31-47-7 systemd-logind[608]: New session 3 of user root.
Feb  7 10:35:25 ip-10-31-47-7 systemd-logind[608]: New session 4 of user root.
Feb  7 10:35:25 ip-10-31-47-7 systemd[1]: Started Session 4 of user root.
Feb  7 10:35:25 ip-10-31-47-7 systemd[1]: session-4.scope: Succeeded.
Feb  7 10:35:25 ip-10-31-47-7 systemd-logind[608]: Session 4 logged out. Waiting for processes to exit.
Feb  7 10:35:25 ip-10-31-47-7 systemd-logind[608]: Removed session 4.
Feb  7 10:36:19 ip-10-31-47-7 dbus-daemon[606]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.24' (uid=0 pid=6601 comm="hostnamectl set-hostname managed-node1 " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
Feb  7 10:36:19 ip-10-31-47-7 systemd[1]: Starting Hostname Service...
Feb  7 10:36:19 ip-10-31-47-7 dbus-daemon[606]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb  7 10:36:19 ip-10-31-47-7 systemd[1]: Started Hostname Service.
Feb  7 10:36:19 ip-10-31-47-7 systemd-hostnamed[6602]: Changed static host name to 'managed-node1'
Feb  7 10:36:19 ip-10-31-47-7 systemd-hostnamed[6602]: Changed host name to 'managed-node1'
Feb  7 10:36:19 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942579.1881] hostname: static hostname changed from "ip-10-31-47-7.us-east-1.aws.redhat.com" to "managed-node1"
Feb  7 10:36:19 ip-10-31-47-7 dbus-daemon[606]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=672 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
Feb  7 10:36:19 ip-10-31-47-7 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb  7 10:36:19 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942579.1987] policy: set-hostname: set hostname to 'managed-node1' (from system configuration)
Feb  7 10:36:19 ip-10-31-47-7 dbus-daemon[606]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb  7 10:36:19 ip-10-31-47-7 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb  7 10:36:29 ip-10-31-47-7 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Feb  7 10:36:49 ip-10-31-47-7 systemd[1]: systemd-hostnamed.service: Succeeded.
Feb  7 10:36:52 ip-10-31-47-7 systemd-logind[608]: New session 5 of user root.
Feb  7 10:36:52 ip-10-31-47-7 systemd[1]: Started Session 5 of user root.
Feb  7 10:36:52 ip-10-31-47-7 platform-python[7322]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d
Feb  7 10:36:53 ip-10-31-47-7 platform-python[7477]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Feb  7 10:36:54 ip-10-31-47-7 platform-python[7603]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1
Feb  7 10:36:57 ip-10-31-47-7 platform-python[7729]: ansible-ansible.legacy.dnf Invoked with name=['hostname'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Feb  7 10:37:12 ip-10-31-47-7 platform-python[7892]: ansible-hostname Invoked with name=ipaserver.test.local use=systemd
Feb  7 10:37:12 ip-10-31-47-7 dbus-daemon[606]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.40' (uid=0 pid=7898 comm="/bin/hostnamectl --transient status " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023")
Feb  7 10:37:12 ip-10-31-47-7 systemd[1]: Starting Hostname Service...
Feb  7 10:37:12 ip-10-31-47-7 dbus-daemon[606]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb  7 10:37:12 ip-10-31-47-7 systemd[1]: Started Hostname Service.
Feb  7 10:37:12 ip-10-31-47-7 systemd-hostnamed[7899]: Changed static host name to 'ipaserver.test.local'
Feb  7 10:37:12 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942632.4888] hostname: static hostname changed from "managed-node1" to "ipaserver.test.local"
Feb  7 10:37:12 ip-10-31-47-7 dbus-daemon[606]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=672 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0")
Feb  7 10:37:12 ip-10-31-47-7 systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb  7 10:37:12 ip-10-31-47-7 NetworkManager[672]: <info>  [1738942632.5005] policy: set-hostname: set hostname to 'ipaserver.test.local' (from system configuration)
Feb  7 10:37:12 ip-10-31-47-7 systemd-hostnamed[7899]: Changed host name to 'ipaserver.test.local'
Feb  7 10:37:12 ip-10-31-47-7 dbus-daemon[606]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb  7 10:37:12 ip-10-31-47-7 systemd[1]: Started Network Manager Script Dispatcher Service.
Feb  7 10:37:13 ip-10-31-47-7 platform-python[8039]: ansible-ansible.legacy.dnf Invoked with name=['nss'] state=latest allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Feb  7 10:37:16 ip-10-31-47-7 platform-python[8166]: ansible-ansible.legacy.dnf Invoked with name=['@idm:DL1/server'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Feb  7 10:37:22 ip-10-31-47-7 systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Feb  7 10:37:28 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:28 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:29 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:29 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:29 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:29 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:31 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:31 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:31 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:31 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:31 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:31 ip-10-31-47-7 systemd[1]: Reloading.
Feb  7 10:37:42 ip-10-31-47-7 systemd[1]: systemd-hostnamed.service: Succeeded.
Feb  7 10:37:50 ip-10-31-47-7 kernel: SELinux:  Converting 404 SID table entries...
Feb  7 10:37:50 ip-10-31-47-7 kernel: SELinux:  policy capability network_peer_controls=1
Feb  7 10:37:50 ip-10-31-47-7 kernel: SELinux:  policy capability open_perms=1
Feb  7 10:37:50 ip-10-31-47-7 kernel: SELinux:  policy capability extended_socket_class=1
Feb  7 10:37:50 ip-10-31-47-7 kernel: SELinux:  policy capability always_check_network=0
Feb  7 10:37:50 ip-10-31-47-7 kernel: SELinux:  policy capability cgroup_seclabel=1
Feb  7 10:37:50 ip-10-31-47-7 kernel: SELinux:  policy capability nnp_nosuid_transition=1
Feb  7 10:37:50 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:37:50 ip-10-31-47-7 systemd[1]: Reloading.
Feb  7 10:38:04 ip-10-31-47-7 systemd[1]: Reloading.
Feb  7 10:38:04 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:38:04 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:38:04 ip-10-31-47-7 systemd[1]: Reloading.
Feb  7 10:38:04 ip-10-31-47-7 systemd[1]: Reloading D-Bus System Message Bus.
Feb  7 10:38:04 ip-10-31-47-7 dbus-daemon[606]: [system] Reloaded configuration
Feb  7 10:38:04 ip-10-31-47-7 dbus-send[8668]: method return time=1738942684.624445 sender=org.freedesktop.DBus -> destination=:1.97 serial=3 reply_serial=2
Feb  7 10:38:04 ip-10-31-47-7 systemd[1]: Reloaded D-Bus System Message Bus.
Feb  7 10:38:05 ip-10-31-47-7 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update.
Feb  7 10:38:05 ip-10-31-47-7 systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details.
Feb  7 10:38:05 ip-10-31-47-7 systemd[1]: Starting man-db-cache-update.service...
Feb  7 10:38:05 ip-10-31-47-7 systemd[1]: Reloading.
Feb  7 10:38:07 ip-10-31-47-7 platform-python[11637]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None
Feb  7 10:38:08 ip-10-31-47-7 systemd[1]: man-db-cache-update.service: Succeeded.
Feb  7 10:38:08 ip-10-31-47-7 systemd[1]: Started man-db-cache-update.service.
Feb  7 10:38:08 ip-10-31-47-7 systemd[1]: run-r6a7dc49ff8644bd19a84c58abd01fd44.service: Succeeded.
Feb  7 10:38:11 ip-10-31-47-7 platform-python[13088]: ansible-ansible.builtin.systemd Invoked with name=firewalld enabled=True state=started daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None
Feb  7 10:38:11 ip-10-31-47-7 systemd[1]: Reloading.
Feb  7 10:38:11 ip-10-31-47-7 systemd[1]: Starting firewalld - dynamic firewall daemon...
Feb  7 10:38:12 ip-10-31-47-7 systemd[1]: Started firewalld - dynamic firewall daemon.
Feb  7 10:38:12 ip-10-31-47-7 firewalld[13119]: 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  7 10:38:13 ip-10-31-47-7 platform-python[13311]: ansible-ipaserver_test Invoked with dm_password=NOT_LOGGING_PARAMETER password=NOT_LOGGING_PARAMETER domain=test.local realm=TEST.LOCAL hostname=ipaserver.test.local no_host_dns=True skip_mem_check=False setup_adtrust=False setup_kra=False setup_dns=False no_pkinit=False no_ntp=False external_ca=False random_serial_numbers=False allow_zone_overlap=False reverse_zones=[] no_reverse=False auto_reverse=False forwarders=[] no_forwarders=False auto_forwarders=False no_dnssec_validation=False enable_compat=False force=False ca_cert_files=[] rid_base=1000 secondary_rid_base=100000000 master_password=NOT_LOGGING_PARAMETER pki_config_override=None idstart=None idmax=None dirsrv_config_file=None dirsrv_cert_files=None http_cert_files=None pkinit_cert_files=None dirsrv_pin=None http_pin=None pkinit_pin=None dirsrv_cert_name=None http_cert_name=None pkinit_cert_name=None ntp_servers=None ntp_pool=None external_ca_type=None external_ca_profile=None external_cert_files=None subject_base=None ca_subject=None zonemgr=None forward_policy=None netbios_name=None
Feb  7 10:38:15 ip-10-31-47-7 platform-python[13572]: ansible-ipaserver_prepare Invoked with dm_password=NOT_LOGGING_PARAMETER password=NOT_LOGGING_PARAMETER ip_addresses=[] domain=test.local realm=TEST.LOCAL hostname=ipaserver.test.local no_host_dns=True setup_adtrust=False setup_kra=False setup_dns=False external_ca=False allow_zone_overlap=False reverse_zones=[] no_reverse=False auto_reverse=False forwarders=[] no_forwarders=False auto_forwarders=False no_dnssec_validation=False enable_compat=False setup_ca=True sid_generation_always=True random_serial_numbers=False _hostname_overridden=True force=False ca_cert_files=[] external_cert_files=[] external_ca_type=None external_ca_profile=None subject_base=None ca_subject=None forward_policy=None netbios_name=None rid_base=None secondary_rid_base=None
Feb  7 10:38:17 ip-10-31-47-7 platform-python[13700]: ansible-ansible.builtin.file Invoked with path=/root/.ipa_cache state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
Feb  7 10:38:17 ip-10-31-47-7 platform-python[13826]: ansible-ansible.builtin.file Invoked with path=/etc/ipa/.tmp_pkcs12_dirsrv state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
Feb  7 10:38:18 ip-10-31-47-7 platform-python[13952]: ansible-ansible.builtin.file Invoked with path=/etc/ipa/.tmp_pkcs12_http state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
Feb  7 10:38:18 ip-10-31-47-7 platform-python[14078]: ansible-ansible.builtin.file Invoked with path=/etc/ipa/.tmp_pkcs12_pkinit state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None
Feb  7 10:38:19 ip-10-31-47-7 platform-python[14204]: ansible-ansible.legacy.command Invoked with _raw_params=cat /proc/sys/kernel/random/entropy_avail _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None
Feb  7 10:38:20 ip-10-31-47-7 platform-python[14331]: ansible-ansible.legacy.command Invoked with _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 _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None

TASK [FAILURE - grab archive] **************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:127
Friday 07 February 2025  10:38:20 -0500 (0:00:00.385)       0:01:28.561 ******* 
changed: [managed-node1] => {
    "changed": true,
    "checksum": "f8967becaf18b84392b30f620cbc32473aee57d2",
    "dest": "/tmp/ipalogs.tgz",
    "md5sum": "9876e796512cbd455622e62b05073a56",
    "remote_checksum": "f8967becaf18b84392b30f620cbc32473aee57d2",
    "remote_md5sum": null
}

TASK [FAILURE - unpack archive] ************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:132
Friday 07 February 2025  10:38:20 -0500 (0:00:00.470)       0:01:29.032 ******* 
ok: [managed-node1 -> 127.0.0.1] => {
    "changed": false,
    "cmd": "set -euo pipefail\ncd \"/tmp\"\ntar -xvzf ipalogs.tgz\nchmod 0644 *",
    "delta": "0:00:01.012499",
    "end": "2025-02-07 10:38:22.232560",
    "rc": 0,
    "start": "2025-02-07 10:38:21.220061"
}

STDOUT:

messages
ipaserver-install.log
pki/

TASK [Failed] ******************************************************************
task path: /tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:140
Friday 07 February 2025  10:38:22 -0500 (0:00:01.280)       0:01:30.312 ******* 
fatal: [managed-node1]: FAILED! => {
    "changed": false
}

MSG:

failed

PLAY RECAP *********************************************************************
managed-node1              : ok=28   changed=8    unreachable=0    failed=1    skipped=7    rescued=1    ignored=0   


TASKS RECAP ********************************************************************
Friday 07 February 2025  10:38:22 -0500 (0:00:00.013)       0:01:30.325 ******* 
=============================================================================== 
ipaserver : Install - Ensure that IPA server packages are installed ---- 50.79s
/tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:7 -------------------------
Ensure hostname package is installed ----------------------------------- 14.95s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:53 
ipaserver : Install - Ensure that firewall packages installed ----------- 3.33s
/tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:24 ------------------------
Ensure nss package is up-to-date ---------------------------------------- 2.87s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:65 
ipaserver : Install - Server preparation -------------------------------- 2.21s
/tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:161 -----------------------
ipaserver : Install - Server installation test -------------------------- 1.41s
/tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:62 ------------------------
Gathering Facts --------------------------------------------------------- 1.39s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:2 
ipaserver : Firewalld service - Ensure that firewalld is running -------- 1.38s
/tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:34 ------------------------
FAILURE - check entropy ------------------------------------------------- 1.36s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:105 
ipaserver : Cleanup temporary files ------------------------------------- 1.34s
/tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:477 -----------------------
FAILURE - unpack archive ------------------------------------------------ 1.28s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:132 
ipaserver : Install - Master password creation -------------------------- 1.18s
/tmp/freeipa-repo/roles/ipaserver/tasks/install.yml:142 -----------------------
Clone ansible-freeipa repo ---------------------------------------------- 1.15s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:32 
Set hostname ------------------------------------------------------------ 0.91s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:59 
Create role symlinks ---------------------------------------------------- 0.82s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:41 
Debug ------------------------------------------------------------------- 0.53s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:87 
Check if system is ostree ----------------------------------------------- 0.48s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tests_basic_ipa.yml:13 
FAILURE - grab archive -------------------------------------------------- 0.47s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:127 
Ensure freeipa-repo is absent ------------------------------------------- 0.44s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:24 
FAILURE - get logs for debugging ---------------------------------------- 0.39s
/tmp/collections-cDM/ansible_collections/fedora/linux_system_roles/tests/certificate/tasks/setup_ipa.yml:108