ansible-playbook [core 2.17.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-IiF executable location = /usr/local/bin/ansible-playbook python version = 3.12.11 (main, Aug 14 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-11)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic.yml ****************************************************** 2 plays in /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Saturday 11 October 2025 12:28:10 -0400 (0:00:00.030) 0:00:00.030 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_test_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n35383939616163653333633431363463313831383037386236646138333162396161356130303461\n3932623930643263313563336163316337643562333936360a363538636631313039343233383732\n38666530383538656639363465313230343533386130303833336434303438333161656262346562\n3362626538613031640a663330613638366132356534363534353239616666653466353961323533\n6565\n" }, "mysql_container_root_password": { "__ansible_vault": "$ANSIBLE_VAULT;1.1;AES256\n61333932373230333539663035366431326163363166363036323963623131363530326231303634\n6635326161643165363366323062333334363730376631660a393566366139353861656364656661\n38653463363837336639363032646433666361646535366137303464623261313663643336306465\n6264663730656337310a343962353137386238383064646533366433333437303566656433386233\n34343235326665646661623131643335313236313131353661386338343366316261643634653633\n3832313034366536616531323963333234326461353130303532\n" } }, "ansible_included_var_files": [ "/tmp/podman-Zbw/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Saturday 11 October 2025 12:28:10 -0400 (0:00:00.021) 0:00:00.052 ****** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node2] TASK [Create tmpdir for testing] *********************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Saturday 11 October 2025 12:28:12 -0400 (0:00:02.282) 0:00:02.334 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_aq_n2k13_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Saturday 11 October 2025 12:28:13 -0400 (0:00:00.414) 0:00:02.749 ****** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_aq_n2k13_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161 Saturday 11 October 2025 12:28:13 -0400 (0:00:00.495) 0:00:03.244 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Install podman from updates-testing] ************************************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166 Saturday 11 October 2025 12:28:13 -0400 (0:00:00.034) 0:00:03.279 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Podman version] ********************************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171 Saturday 11 October 2025 12:28:13 -0400 (0:00:00.032) 0:00:03.311 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [Create user] ************************************************************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Saturday 11 October 2025 12:28:13 -0400 (0:00:00.032) 0:00:03.344 ****** changed: [managed-node2] => { "changed": true, "comment": "", "create_home": true, "group": 3001, "home": "/home/podman_basic_user", "name": "podman_basic_user", "shell": "/bin/bash", "state": "present", "system": false, "uid": 3001 } TASK [Create tempfile for kube_src] ******************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Saturday 11 October 2025 12:28:14 -0400 (0:00:00.576) 0:00:03.920 ****** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_unp_72cb.yml", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 0, "state": "file", "uid": 0 } TASK [Write kube_file_src] ***************************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Saturday 11 October 2025 12:28:14 -0400 (0:00:00.210) 0:00:04.131 ****** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "80e522c1375228bfe31e9e8c8e56313af3995dfe", "dest": "/tmp/lsr_podman_unp_72cb.yml", "gid": 0, "group": "root", "md5sum": "8e7417d60f2b8f95d2ff91def754349a", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 710, "src": "/root/.ansible/tmp/ansible-tmp-1760200094.6984868-8456-227063502675690/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 Saturday 11 October 2025 12:28:15 -0400 (0:00:00.695) 0:00:04.827 ****** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd1", "podman_basic_user", 3001 ], "mode": "0755", "owner": "podman_basic_user", "path": "/tmp/lsr_aq_n2k13_podman/httpd1", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_aq_n2k13_podman/httpd2", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "mode": "0755", "owner": "root", "path": "/tmp/lsr_aq_n2k13_podman/httpd3", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Create data files] ******************************************************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Saturday 11 October 2025 12:28:16 -0400 (0:00:00.993) 0:00:05.820 ****** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_aq_n2k13_podman/httpd1/index.txt", "gid": 0, "group": "root", "item": [ "httpd1", "podman_basic_user", 3001 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "podman_basic_user", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1760200096.4114554-8515-133855132486903/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_aq_n2k13_podman/httpd2/index.txt", "gid": 0, "group": "root", "item": [ "httpd2", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1760200097.0142264-8515-231032948173807/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_aq_n2k13_podman/httpd3/index.txt", "gid": 0, "group": "root", "item": [ "httpd3", "root", 0 ], "md5sum": "202cb962ac59075b964b07152d234b70", "mode": "0644", "owner": "root", "secontext": "unconfined_u:object_r:admin_home_t:s0", "size": 3, "src": "/root/.ansible/tmp/ansible-tmp-1760200097.615217-8515-85097311136360/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214 Saturday 11 October 2025 12:28:18 -0400 (0:00:01.821) 0:00:07.641 ****** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 11 October 2025 12:28:18 -0400 (0:00:00.062) 0:00:07.704 ****** included: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 11 October 2025 12:28:18 -0400 (0:00:00.026) 0:00:07.730 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 11 October 2025 12:28:18 -0400 (0:00:00.034) 0:00:07.765 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 11 October 2025 12:28:18 -0400 (0:00:00.329) 0:00:08.094 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 11 October 2025 12:28:18 -0400 (0:00:00.022) 0:00:08.117 ****** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 11 October 2025 12:28:18 -0400 (0:00:00.330) 0:00:08.448 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 11 October 2025 12:28:19 -0400 (0:00:00.023) 0:00:08.471 ****** [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: The loop variable '__vars_file' is already in use. You should set the `loop_var` value in the `loop_control` option for the task to something else to avoid variable collisions and unexpected behavior. skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 11 October 2025 12:28:19 -0400 (0:00:00.031) 0:00:08.503 ****** ok: [managed-node2] => { "changed": false, "cmd": [ "systemctl", "is-system-running" ], "delta": "0:00:00.008511", "end": "2025-10-11 12:28:19.429892", "failed_when_result": false, "rc": 0, "start": "2025-10-11 12:28:19.421381" } STDOUT: running TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 11 October 2025 12:28:19 -0400 (0:00:00.428) 0:00:08.931 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "\"No such file or directory\" in __is_system_running.msg | d(\"\")", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 11 October 2025 12:28:19 -0400 (0:00:00.039) 0:00:08.971 ****** ok: [managed-node2] => { "ansible_facts": { "__podman_is_booted": true }, "changed": false } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 11 October 2025 12:28:19 -0400 (0:00:00.022) 0:00:08.994 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 11 October 2025 12:28:20 -0400 (0:00:00.949) 0:00:09.943 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 11 October 2025 12:28:20 -0400 (0:00:00.048) 0:00:09.991 ****** fatal: [managed-node2]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262 Saturday 11 October 2025 12:28:34 -0400 (0:00:13.565) 0:00:23.557 ****** fatal: [managed-node2]: FAILED! => {} MSG: The conditional check 'not __podman_image_updated.results[0] is changed' failed. The error was: The 'changed' test expects a dictionary TASK [Cleanup] ***************************************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.035) 0:00:23.592 ****** included: fedora.linux_system_roles.podman for managed-node2 => (item=nopull) included: fedora.linux_system_roles.podman for managed-node2 => (item=bogus) TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.135) 0:00:23.728 ****** included: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml for managed-node2 TASK [fedora.linux_system_roles.podman : Ensure ansible_facts used by role] **** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.052) 0:00:23.780 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if system is ostree] ************ task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.053) 0:00:23.834 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate system is ostree] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.031) 0:00:23.866 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.059) 0:00:23.925 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.040) 0:00:23.966 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "not __podman_is_transactional is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.033) 0:00:23.999 ****** skipping: [managed-node2] => (item=RedHat.yml) => { "__vars_file": "RedHat.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS.yml) => { "__vars_file": "CentOS.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item=CentOS_9.yml) => { "__vars_file": "CentOS_9.yml", "ansible_loop_var": "__vars_file", "changed": false, "false_condition": "__vars_file is file", "skip_reason": "Conditional result was False" } skipping: [managed-node2] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.podman : Run systemctl] ************************ task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.056) 0:00:24.056 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Require installed systemd] ************ task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:60 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.034) 0:00:24.091 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Set flag to indicate that systemd runtime operations are available] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:65 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.033) 0:00:24.124 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "__podman_is_booted is not defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Saturday 11 October 2025 12:28:34 -0400 (0:00:00.035) 0:00:24.159 ****** ok: [managed-node2] => { "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false } TASK [fedora.linux_system_roles.podman : Enable copr if requested] ************* task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Saturday 11 October 2025 12:28:35 -0400 (0:00:00.754) 0:00:24.914 ****** skipping: [managed-node2] => { "changed": false, "false_condition": "podman_use_copr | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.podman : Ensure required packages are installed] *** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Saturday 11 October 2025 12:28:35 -0400 (0:00:00.056) 0:00:24.971 ****** fatal: [managed-node2]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried TASK [Dump journal] ************************************************************ task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:457 Saturday 11 October 2025 12:28:39 -0400 (0:00:04.369) 0:00:29.341 ****** fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.032952", "end": "2025-10-11 12:28:40.198728", "failed_when_result": true, "rc": 0, "start": "2025-10-11 12:28:40.165776" } STDOUT: Oct 11 12:25:07 localhost kernel: Freeing initrd memory: 37904K Oct 11 12:25:07 localhost kernel: NET: Registered PF_ALG protocol family Oct 11 12:25:07 localhost kernel: xor: automatically using best checksumming function avx Oct 11 12:25:07 localhost kernel: Key type asymmetric registered Oct 11 12:25:07 localhost kernel: Asymmetric key parser 'x509' registered Oct 11 12:25:07 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) Oct 11 12:25:07 localhost kernel: io scheduler mq-deadline registered Oct 11 12:25:07 localhost kernel: io scheduler kyber registered Oct 11 12:25:07 localhost kernel: io scheduler bfq registered Oct 11 12:25:07 localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE Oct 11 12:25:07 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Oct 11 12:25:07 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Oct 11 12:25:07 localhost kernel: ACPI: button: Power Button [PWRF] Oct 11 12:25:07 localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Oct 11 12:25:07 localhost kernel: ACPI: button: Sleep Button [SLPF] Oct 11 12:25:07 localhost kernel: xen: --> pirq=22 -> irq=47 (gsi=47) Oct 11 12:25:07 localhost kernel: xen:grant_table: Grant tables using version 1 layout Oct 11 12:25:07 localhost kernel: Grant table initialized Oct 11 12:25:07 localhost kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Oct 11 12:25:07 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Oct 11 12:25:07 localhost kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A Oct 11 12:25:07 localhost kernel: Non-volatile memory driver v1.3 Oct 11 12:25:07 localhost kernel: rdac: device handler registered Oct 11 12:25:07 localhost kernel: hp_sw: device handler registered Oct 11 12:25:07 localhost kernel: emc: device handler registered Oct 11 12:25:07 localhost kernel: alua: device handler registered Oct 11 12:25:07 localhost kernel: usbcore: registered new interface driver usbserial_generic Oct 11 12:25:07 localhost kernel: usbserial: USB Serial support registered for generic Oct 11 12:25:07 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Oct 11 12:25:07 localhost kernel: i8042: Warning: Keylock active Oct 11 12:25:07 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Oct 11 12:25:07 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Oct 11 12:25:07 localhost kernel: mousedev: PS/2 mouse device common for all mice Oct 11 12:25:07 localhost kernel: rtc_cmos 00:02: registered as rtc0 Oct 11 12:25:07 localhost kernel: rtc_cmos 00:02: setting system clock to 2025-10-11T16:25:07 UTC (1760199907) Oct 11 12:25:07 localhost kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Oct 11 12:25:07 localhost kernel: intel_pstate: CPU model not supported Oct 11 12:25:07 localhost kernel: hid: raw HID events driver (C) Jiri Kosina Oct 11 12:25:07 localhost kernel: usbcore: registered new interface driver usbhid Oct 11 12:25:07 localhost kernel: usbhid: USB HID core driver Oct 11 12:25:07 localhost kernel: drop_monitor: Initializing network drop monitor service Oct 11 12:25:07 localhost kernel: Initializing XFRM netlink socket Oct 11 12:25:07 localhost kernel: NET: Registered PF_INET6 protocol family Oct 11 12:25:07 localhost kernel: Segment Routing with IPv6 Oct 11 12:25:07 localhost kernel: NET: Registered PF_PACKET protocol family Oct 11 12:25:07 localhost kernel: mpls_gso: MPLS GSO support Oct 11 12:25:07 localhost kernel: IPI shorthand broadcast: enabled Oct 11 12:25:07 localhost kernel: AVX2 version of gcm_enc/dec engaged. Oct 11 12:25:07 localhost kernel: AES CTR mode by8 optimization enabled Oct 11 12:25:07 localhost kernel: sched_clock: Marking stable (914740637, 267119220)->(1273955534, -92095677) Oct 11 12:25:07 localhost kernel: registered taskstats version 1 Oct 11 12:25:07 localhost kernel: Loading compiled-in X.509 certificates Oct 11 12:25:07 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 4ff821c4997fbb659836adb05f5bc400c914e148' Oct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' Oct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' Oct 11 12:25:07 localhost kernel: Loaded X.509 cert 'RH-IMA-CA: Red Hat IMA CA: fb31825dd0e073685b264e3038963673f753959a' Oct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Nvidia GPU OOT signing 001: 55e1cef88193e60419f0b0ec379c49f77545acf0' Oct 11 12:25:07 localhost kernel: Demotion targets for Node 0: null Oct 11 12:25:07 localhost kernel: page_owner is disabled Oct 11 12:25:07 localhost kernel: Key type .fscrypt registered Oct 11 12:25:07 localhost kernel: Key type fscrypt-provisioning registered Oct 11 12:25:07 localhost kernel: Key type big_key registered Oct 11 12:25:07 localhost kernel: Key type encrypted registered Oct 11 12:25:07 localhost kernel: ima: No TPM chip found, activating TPM-bypass! Oct 11 12:25:07 localhost kernel: Loading compiled-in module X.509 certificates Oct 11 12:25:07 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 4ff821c4997fbb659836adb05f5bc400c914e148' Oct 11 12:25:07 localhost kernel: ima: Allocated hash algorithm: sha256 Oct 11 12:25:07 localhost kernel: ima: No architecture policies found Oct 11 12:25:07 localhost kernel: evm: Initialising EVM extended attributes: Oct 11 12:25:07 localhost kernel: evm: security.selinux Oct 11 12:25:07 localhost kernel: evm: security.SMACK64 (disabled) Oct 11 12:25:07 localhost kernel: evm: security.SMACK64EXEC (disabled) Oct 11 12:25:07 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled) Oct 11 12:25:07 localhost kernel: evm: security.SMACK64MMAP (disabled) Oct 11 12:25:07 localhost kernel: evm: security.apparmor (disabled) Oct 11 12:25:07 localhost kernel: evm: security.ima Oct 11 12:25:07 localhost kernel: evm: security.capability Oct 11 12:25:07 localhost kernel: evm: HMAC attrs: 0x1 Oct 11 12:25:07 localhost kernel: Running certificate verification RSA selftest Oct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' Oct 11 12:25:07 localhost kernel: Running certificate verification ECDSA selftest Oct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Certificate verification ECDSA self-testing key: 2900bcea1deb7bc8479a84a23d758efdfdd2b2d3' Oct 11 12:25:07 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Oct 11 12:25:07 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Oct 11 12:25:07 localhost kernel: clk: Disabling unused clocks Oct 11 12:25:07 localhost kernel: Freeing unused decrypted memory: 2028K Oct 11 12:25:07 localhost kernel: Freeing unused kernel image (initmem) memory: 4068K Oct 11 12:25:07 localhost kernel: Write protecting the kernel read-only data: 30720k Oct 11 12:25:07 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 340K Oct 11 12:25:07 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Oct 11 12:25:07 localhost kernel: x86/mm: Checking user space page tables Oct 11 12:25:07 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Oct 11 12:25:07 localhost kernel: Run /init as init process Oct 11 12:25:07 localhost kernel: with arguments: Oct 11 12:25:07 localhost kernel: /init Oct 11 12:25:07 localhost kernel: rhgb Oct 11 12:25:07 localhost kernel: with environment: Oct 11 12:25:07 localhost kernel: HOME=/ Oct 11 12:25:07 localhost kernel: TERM=linux Oct 11 12:25:07 localhost kernel: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-620.el9.x86_64 Oct 11 12:25:07 localhost systemd[1]: systemd 252-55.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) Oct 11 12:25:07 localhost systemd[1]: Detected virtualization xen. Oct 11 12:25:07 localhost systemd[1]: Detected architecture x86-64. Oct 11 12:25:07 localhost systemd[1]: Running in initrd. Oct 11 12:25:07 localhost systemd[1]: No hostname configured, using default hostname. Oct 11 12:25:07 localhost systemd[1]: Hostname set to . Oct 11 12:25:07 localhost systemd[1]: Queued start job for default target Initrd Default Target. Oct 11 12:25:07 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. Oct 11 12:25:07 localhost systemd[1]: Reached target Initrd /usr File System. Oct 11 12:25:07 localhost systemd[1]: Reached target Local File Systems. Oct 11 12:25:07 localhost systemd[1]: Reached target Path Units. Oct 11 12:25:07 localhost systemd[1]: Reached target Slice Units. Oct 11 12:25:07 localhost systemd[1]: Reached target Swaps. Oct 11 12:25:07 localhost systemd[1]: Reached target Timer Units. Oct 11 12:25:07 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. Oct 11 12:25:07 localhost systemd[1]: Listening on Journal Socket (/dev/log). Oct 11 12:25:07 localhost systemd[1]: Listening on Journal Socket. Oct 11 12:25:07 localhost systemd[1]: Listening on udev Control Socket. Oct 11 12:25:07 localhost systemd[1]: Listening on udev Kernel Socket. Oct 11 12:25:07 localhost systemd[1]: Reached target Socket Units. Oct 11 12:25:07 localhost systemd[1]: Starting Create List of Static Device Nodes... Oct 11 12:25:07 localhost systemd[1]: Starting Journal Service... Oct 11 12:25:07 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. Oct 11 12:25:07 localhost systemd[1]: Starting Apply Kernel Variables... Oct 11 12:25:07 localhost systemd[1]: Starting Create System Users... Oct 11 12:25:07 localhost systemd-journald[235]: Journal started ░░ Subject: The journal has been started ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system journal process has started up, opened the journal ░░ files for writing and is now ready to process requests. Oct 11 12:25:07 localhost systemd-journald[235]: Runtime Journal (/run/log/journal/069af715d1e74b84b104f17b466f7f36) is 8.0M, max 69.3M, 61.3M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/069af715d1e74b84b104f17b466f7f36) is currently using 8.0M. ░░ Maximum allowed usage is set to 69.3M. ░░ Leaving at least 34.6M free (of currently available 684.9M of disk space). ░░ Enforced usage limit is thus 69.3M, of which 61.3M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Oct 11 12:25:08 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Oct 11 12:25:08 localhost systemd-sysusers[237]: Creating group 'nobody' with GID 65534. Oct 11 12:25:08 localhost systemd[1]: Starting Setup Virtual Console... Oct 11 12:25:08 localhost systemd[1]: Started Journal Service. Oct 11 12:25:08 localhost systemd[1]: Finished Create List of Static Device Nodes. ░░ Subject: A start job for unit kmod-static-nodes.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kmod-static-nodes.service has finished successfully. ░░ ░░ The job identifier is 4. Oct 11 12:25:08 localhost systemd[1]: Finished Apply Kernel Variables. ░░ Subject: A start job for unit systemd-sysctl.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysctl.service has finished successfully. ░░ ░░ The job identifier is 10. Oct 11 12:25:08 localhost systemd-sysusers[237]: Creating group 'users' with GID 100. Oct 11 12:25:08 localhost systemd-sysusers[237]: Creating group 'dbus' with GID 81. Oct 11 12:25:08 localhost systemd-sysusers[237]: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81. Oct 11 12:25:08 localhost systemd[1]: Finished Create System Users. ░░ Subject: A start job for unit systemd-sysusers.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysusers.service has finished successfully. ░░ ░░ The job identifier is 7. Oct 11 12:25:08 localhost systemd[1]: Starting Create Static Device Nodes in /dev... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has begun execution. ░░ ░░ The job identifier is 25. Oct 11 12:25:08 localhost systemd[1]: Starting Create Volatile Files and Directories... ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has begun execution. ░░ ░░ The job identifier is 16. Oct 11 12:25:08 localhost systemd[1]: Finished Create Static Device Nodes in /dev. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. ░░ ░░ The job identifier is 25. Oct 11 12:25:08 localhost systemd[1]: Finished Create Volatile Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 16. Oct 11 12:25:08 localhost systemd[1]: Finished Setup Virtual Console. ░░ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has finished successfully. ░░ ░░ The job identifier is 44. Oct 11 12:25:08 localhost systemd[1]: dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit dracut-cmdline-ask.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-cmdline-ask.service has finished successfully. ░░ ░░ The job identifier is 43. Oct 11 12:25:08 localhost systemd[1]: Starting dracut cmdline hook... ░░ Subject: A start job for unit dracut-cmdline.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-cmdline.service has begun execution. ░░ ░░ The job identifier is 46. Oct 11 12:25:08 localhost dracut-cmdline[251]: dracut-9 dracut-057-102.git20250818.el9 Oct 11 12:25:08 localhost dracut-cmdline[251]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-620.el9.x86_64 root=UUID=f9df145f-01c1-4ebf-9b51-45e41fe77b2d ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 Oct 11 12:25:08 localhost systemd[1]: Finished dracut cmdline hook. ░░ Subject: A start job for unit dracut-cmdline.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-cmdline.service has finished successfully. ░░ ░░ The job identifier is 46. Oct 11 12:25:08 localhost systemd[1]: Starting dracut pre-udev hook... ░░ Subject: A start job for unit dracut-pre-udev.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-udev.service has begun execution. ░░ ░░ The job identifier is 45. Oct 11 12:25:08 localhost systemd[1]: Finished dracut pre-udev hook. ░░ Subject: A start job for unit dracut-pre-udev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-udev.service has finished successfully. ░░ ░░ The job identifier is 45. Oct 11 12:25:08 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files... ░░ Subject: A start job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 11. Oct 11 12:25:08 localhost systemd-udevd[332]: Using default interface naming scheme 'rhel-9.0'. Oct 11 12:25:08 localhost systemd[1]: Started Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 11. Oct 11 12:25:08 localhost systemd[1]: dracut pre-trigger hook was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit dracut-pre-trigger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-trigger.service has finished successfully. ░░ ░░ The job identifier is 51. Oct 11 12:25:08 localhost systemd[1]: Starting Coldplug All udev Devices... ░░ Subject: A start job for unit systemd-udev-trigger.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-trigger.service has begun execution. ░░ ░░ The job identifier is 26. Oct 11 12:25:08 localhost systemd[1]: Created slice Slice /system/modprobe. ░░ Subject: A start job for unit system-modprobe.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit system-modprobe.slice has finished successfully. ░░ ░░ The job identifier is 57. Oct 11 12:25:08 localhost systemd[1]: Starting Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 56. Oct 11 12:25:08 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Oct 11 12:25:08 localhost systemd[1]: Finished Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 56. Oct 11 12:25:08 localhost systemd[1]: Mounting Kernel Configuration File System... ░░ Subject: A start job for unit sys-kernel-config.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-kernel-config.mount has begun execution. ░░ ░░ The job identifier is 55. Oct 11 12:25:08 localhost systemd[1]: Finished Coldplug All udev Devices. ░░ Subject: A start job for unit systemd-udev-trigger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-trigger.service has finished successfully. ░░ ░░ The job identifier is 26. Oct 11 12:25:08 localhost systemd[1]: nm-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet). ░░ Subject: A start job for unit nm-initrd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nm-initrd.service has finished successfully. ░░ ░░ The job identifier is 38. Oct 11 12:25:08 localhost systemd[1]: Reached target Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 40. Oct 11 12:25:08 localhost systemd[1]: nm-wait-online-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet). ░░ Subject: A start job for unit nm-wait-online-initrd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nm-wait-online-initrd.service has finished successfully. ░░ ░░ The job identifier is 37. Oct 11 12:25:08 localhost systemd[1]: Starting dracut initqueue hook... ░░ Subject: A start job for unit dracut-initqueue.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-initqueue.service has begun execution. ░░ ░░ The job identifier is 53. Oct 11 12:25:08 localhost systemd[1]: Mounted Kernel Configuration File System. ░░ Subject: A start job for unit sys-kernel-config.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-kernel-config.mount has finished successfully. ░░ ░░ The job identifier is 55. Oct 11 12:25:08 localhost systemd[1]: Reached target System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 3. Oct 11 12:25:08 localhost systemd[1]: Reached target Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 2. Oct 11 12:25:08 localhost kernel: Invalid max_queues (4), will use default max: 2. Oct 11 12:25:08 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Oct 11 12:25:08 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver Oct 11 12:25:08 localhost kernel: xvda: xvda1 Oct 11 12:25:08 localhost systemd-udevd[345]: Network interface NamePolicy= disabled on kernel command line. Oct 11 12:25:08 localhost kernel: libata version 3.00 loaded. Oct 11 12:25:08 localhost kernel: ata_piix 0000:00:01.1: version 2.13 Oct 11 12:25:08 localhost kernel: scsi host0: ata_piix Oct 11 12:25:08 localhost kernel: scsi host1: ata_piix Oct 11 12:25:08 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0 Oct 11 12:25:08 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0 Oct 11 12:25:08 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 Oct 11 12:25:08 localhost systemd[1]: Found device /dev/disk/by-uuid/f9df145f-01c1-4ebf-9b51-45e41fe77b2d. ░░ Subject: A start job for unit dev-disk-by\x2duuid-f9df145f\x2d01c1\x2d4ebf\x2d9b51\x2d45e41fe77b2d.device has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dev-disk-by\x2duuid-f9df145f\x2d01c1\x2d4ebf\x2d9b51\x2d45e41fe77b2d.device has finished successfully. ░░ ░░ The job identifier is 34. Oct 11 12:25:08 localhost systemd[1]: Reached target Initrd Root Device. ░░ Subject: A start job for unit initrd-root-device.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-root-device.target has finished successfully. ░░ ░░ The job identifier is 36. Oct 11 12:25:08 localhost systemd[1]: Finished dracut initqueue hook. ░░ Subject: A start job for unit dracut-initqueue.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-initqueue.service has finished successfully. ░░ ░░ The job identifier is 53. Oct 11 12:25:08 localhost systemd[1]: Reached target Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 54. Oct 11 12:25:08 localhost systemd[1]: Reached target Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 50. Oct 11 12:25:08 localhost systemd[1]: Starting dracut pre-mount hook... ░░ Subject: A start job for unit dracut-pre-mount.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-mount.service has begun execution. ░░ ░░ The job identifier is 48. Oct 11 12:25:08 localhost systemd[1]: Finished dracut pre-mount hook. ░░ Subject: A start job for unit dracut-pre-mount.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-mount.service has finished successfully. ░░ ░░ The job identifier is 48. Oct 11 12:25:08 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/f9df145f-01c1-4ebf-9b51-45e41fe77b2d... ░░ Subject: A start job for unit systemd-fsck-root.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-fsck-root.service has begun execution. ░░ ░░ The job identifier is 33. Oct 11 12:25:08 localhost systemd-fsck[399]: /usr/sbin/fsck.xfs: XFS file system. Oct 11 12:25:08 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/f9df145f-01c1-4ebf-9b51-45e41fe77b2d. ░░ Subject: A start job for unit systemd-fsck-root.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-fsck-root.service has finished successfully. ░░ ░░ The job identifier is 33. Oct 11 12:25:08 localhost systemd[1]: Mounting /sysroot... ░░ Subject: A start job for unit sysroot.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysroot.mount has begun execution. ░░ ░░ The job identifier is 32. Oct 11 12:25:09 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled Oct 11 12:25:09 localhost kernel: XFS (xvda1): Mounting V5 Filesystem f9df145f-01c1-4ebf-9b51-45e41fe77b2d Oct 11 12:25:10 localhost kernel: XFS (xvda1): Ending clean mount Oct 11 12:25:10 localhost systemd[1]: Mounted /sysroot. ░░ Subject: A start job for unit sysroot.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysroot.mount has finished successfully. ░░ ░░ The job identifier is 32. Oct 11 12:25:10 localhost systemd[1]: Reached target Initrd Root File System. ░░ Subject: A start job for unit initrd-root-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-root-fs.target has finished successfully. ░░ ░░ The job identifier is 41. Oct 11 12:25:10 localhost systemd[1]: Starting Mountpoints Configured in the Real Root... ░░ Subject: A start job for unit initrd-parse-etc.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-parse-etc.service has begun execution. ░░ ░░ The job identifier is 47. Oct 11 12:25:10 localhost systemd[1]: initrd-parse-etc.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit initrd-parse-etc.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Finished Mountpoints Configured in the Real Root. ░░ Subject: A start job for unit initrd-parse-etc.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-parse-etc.service has finished successfully. ░░ ░░ The job identifier is 47. Oct 11 12:25:10 localhost systemd[1]: Reached target Initrd File Systems. ░░ Subject: A start job for unit initrd-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-fs.target has finished successfully. ░░ ░░ The job identifier is 52. Oct 11 12:25:10 localhost systemd[1]: Reached target Initrd Default Target. ░░ Subject: A start job for unit initrd.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd.target has finished successfully. ░░ ░░ The job identifier is 1. Oct 11 12:25:10 localhost systemd[1]: dracut mount hook was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit dracut-mount.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-mount.service has finished successfully. ░░ ░░ The job identifier is 42. Oct 11 12:25:10 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook... ░░ Subject: A start job for unit dracut-pre-pivot.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-pivot.service has begun execution. ░░ ░░ The job identifier is 49. Oct 11 12:25:10 localhost systemd[1]: Finished dracut pre-pivot and cleanup hook. ░░ Subject: A start job for unit dracut-pre-pivot.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-pivot.service has finished successfully. ░░ ░░ The job identifier is 49. Oct 11 12:25:10 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons... ░░ Subject: A start job for unit initrd-cleanup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-cleanup.service has begun execution. ░░ ░░ The job identifier is 61. Oct 11 12:25:10 localhost systemd[1]: Stopped target Network. ░░ Subject: A stop job for unit network.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit network.target has finished. ░░ ░░ The job identifier is 95 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Timer Units. ░░ Subject: A stop job for unit timers.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit timers.target has finished. ░░ ░░ The job identifier is 104 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: dbus.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dbus.socket has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Closed D-Bus System Message Bus Socket. ░░ Subject: A stop job for unit dbus.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dbus.socket has finished. ░░ ░░ The job identifier is 100 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: dracut-pre-pivot.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-pre-pivot.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook. ░░ Subject: A stop job for unit dracut-pre-pivot.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-pre-pivot.service has finished. ░░ ░░ The job identifier is 107 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Initrd Default Target. ░░ Subject: A stop job for unit initrd.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit initrd.target has finished. ░░ ░░ The job identifier is 93 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Basic System. ░░ Subject: A stop job for unit basic.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit basic.target has finished. ░░ ░░ The job identifier is 92 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Initrd Root Device. ░░ Subject: A stop job for unit initrd-root-device.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit initrd-root-device.target has finished. ░░ ░░ The job identifier is 118 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Initrd /usr File System. ░░ Subject: A stop job for unit initrd-usr-fs.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit initrd-usr-fs.target has finished. ░░ ░░ The job identifier is 96 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Path Units. ░░ Subject: A stop job for unit paths.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit paths.target has finished. ░░ ░░ The job identifier is 94 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-ask-password-console.path has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch. ░░ Subject: A stop job for unit systemd-ask-password-console.path has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-ask-password-console.path has finished. ░░ ░░ The job identifier is 116 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Remote File Systems. ░░ Subject: A stop job for unit remote-fs.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit remote-fs.target has finished. ░░ ░░ The job identifier is 105 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Preparation for Remote File Systems. ░░ Subject: A stop job for unit remote-fs-pre.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit remote-fs-pre.target has finished. ░░ ░░ The job identifier is 98 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Slice Units. ░░ Subject: A stop job for unit slices.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit slices.target has finished. ░░ ░░ The job identifier is 99 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Socket Units. ░░ Subject: A stop job for unit sockets.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sockets.target has finished. ░░ ░░ The job identifier is 109 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target System Initialization. ░░ Subject: A stop job for unit sysinit.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sysinit.target has finished. ░░ ░░ The job identifier is 114 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Local File Systems. ░░ Subject: A stop job for unit local-fs.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit local-fs.target has finished. ░░ ░░ The job identifier is 117 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopped target Swaps. ░░ Subject: A stop job for unit swap.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit swap.target has finished. ░░ ░░ The job identifier is 108 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-pre-mount.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped dracut pre-mount hook. ░░ Subject: A stop job for unit dracut-pre-mount.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-pre-mount.service has finished. ░░ ░░ The job identifier is 119 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: dracut-initqueue.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-initqueue.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped dracut initqueue hook. ░░ Subject: A stop job for unit dracut-initqueue.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-initqueue.service has finished. ░░ ░░ The job identifier is 97 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-sysctl.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Apply Kernel Variables. ░░ Subject: A stop job for unit systemd-sysctl.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-sysctl.service has finished. ░░ ░░ The job identifier is 112 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Create Volatile Files and Directories. ░░ Subject: A stop job for unit systemd-tmpfiles-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-tmpfiles-setup.service has finished. ░░ ░░ The job identifier is 90 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udev-trigger.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Coldplug All udev Devices. ░░ Subject: A stop job for unit systemd-udev-trigger.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udev-trigger.service has finished. ░░ ░░ The job identifier is 79 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Stopping Rule-based Manager for Device Events and Files... ░░ Subject: A stop job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 80. Oct 11 12:25:10 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Setup Virtual Console. ░░ Subject: A stop job for unit systemd-vconsole-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-vconsole-setup.service has finished. ░░ ░░ The job identifier is 110 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: run-credentials-systemd\x2dsysctl.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dsysctl.service.mount has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: initrd-cleanup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit initrd-cleanup.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Finished Cleaning Up and Shutting Down Daemons. ░░ Subject: A start job for unit initrd-cleanup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-cleanup.service has finished successfully. ░░ ░░ The job identifier is 61. Oct 11 12:25:10 localhost systemd[1]: systemd-udevd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Rule-based Manager for Device Events and Files. ░░ Subject: A stop job for unit systemd-udevd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd.service has finished. ░░ ░░ The job identifier is 80 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd-control.socket has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Closed udev Control Socket. ░░ Subject: A stop job for unit systemd-udevd-control.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd-control.socket has finished. ░░ ░░ The job identifier is 83 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Closed udev Kernel Socket. ░░ Subject: A stop job for unit systemd-udevd-kernel.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd-kernel.socket has finished. ░░ ░░ The job identifier is 81 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-pre-udev.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped dracut pre-udev hook. ░░ Subject: A stop job for unit dracut-pre-udev.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-pre-udev.service has finished. ░░ ░░ The job identifier is 111 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-cmdline.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped dracut cmdline hook. ░░ Subject: A stop job for unit dracut-cmdline.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-cmdline.service has finished. ░░ ░░ The job identifier is 113 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: Starting Cleanup udev Database... ░░ Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-udevadm-cleanup-db.service has begun execution. ░░ ░░ The job identifier is 78. Oct 11 12:25:10 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Create Static Device Nodes in /dev. ░░ Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-tmpfiles-setup-dev.service has finished. ░░ ░░ The job identifier is 88 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit kmod-static-nodes.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Create List of Static Device Nodes. ░░ Subject: A stop job for unit kmod-static-nodes.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit kmod-static-nodes.service has finished. ░░ ░░ The job identifier is 106 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: systemd-sysusers.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-sysusers.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Stopped Create System Users. ░░ Subject: A stop job for unit systemd-sysusers.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-sysusers.service has finished. ░░ ░░ The job identifier is 89 and the job result is done. Oct 11 12:25:10 localhost systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: run-credentials-systemd\x2dsysusers.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dsysusers.service.mount has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state. Oct 11 12:25:10 localhost systemd[1]: Finished Cleanup udev Database. ░░ Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-udevadm-cleanup-db.service has finished successfully. ░░ ░░ The job identifier is 78. Oct 11 12:25:10 localhost systemd[1]: Reached target Switch Root. ░░ Subject: A start job for unit initrd-switch-root.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-switch-root.target has finished successfully. ░░ ░░ The job identifier is 64. Oct 11 12:25:10 localhost systemd[1]: Starting Switch Root... ░░ Subject: A start job for unit initrd-switch-root.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-switch-root.service has begun execution. ░░ ░░ The job identifier is 77. Oct 11 12:25:10 localhost systemd[1]: Switching root. Oct 11 12:25:10 localhost systemd-journald[235]: Journal stopped ░░ Subject: The journal has been stopped ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system journal process has shut down and closed all currently ░░ active journal files. Oct 11 12:25:15 localhost systemd-journald[235]: Received SIGTERM from PID 1 (systemd). Oct 11 12:25:15 localhost kernel: audit: type=1404 audit(1760199911.855:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Oct 11 12:25:15 localhost kernel: SELinux: policy capability network_peer_controls=1 Oct 11 12:25:15 localhost kernel: SELinux: policy capability open_perms=1 Oct 11 12:25:15 localhost kernel: SELinux: policy capability extended_socket_class=1 Oct 11 12:25:15 localhost kernel: SELinux: policy capability always_check_network=0 Oct 11 12:25:15 localhost kernel: SELinux: policy capability cgroup_seclabel=1 Oct 11 12:25:15 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1 Oct 11 12:25:15 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Oct 11 12:25:15 localhost kernel: audit: type=1403 audit(1760199912.513:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Oct 11 12:25:15 localhost systemd[1]: Successfully loaded SELinux policy in 663.175ms. Oct 11 12:25:15 localhost systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 18.163ms. Oct 11 12:25:15 localhost systemd[1]: systemd 252-55.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) Oct 11 12:25:15 localhost systemd[1]: Detected virtualization xen. Oct 11 12:25:15 localhost systemd[1]: Detected architecture x86-64. Oct 11 12:25:15 localhost systemd[1]: Initializing machine ID from random generator. Oct 11 12:25:15 localhost systemd[1]: Installed transient /etc/machine-id file. Oct 11 12:25:15 localhost systemd-rc-local-generator[464]: /etc/rc.d/rc.local is not marked executable, skipping. Oct 11 12:25:15 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully. Oct 11 12:25:15 localhost systemd[1]: Stopped Switch Root. Oct 11 12:25:15 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Oct 11 12:25:15 localhost systemd[1]: Created slice Slice /system/getty. Oct 11 12:25:15 localhost systemd[1]: Created slice Slice /system/serial-getty. Oct 11 12:25:15 localhost systemd[1]: Created slice Slice /system/sshd-keygen. Oct 11 12:25:15 localhost systemd[1]: Created slice User and Session Slice. Oct 11 12:25:15 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. Oct 11 12:25:15 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch. Oct 11 12:25:15 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. Oct 11 12:25:15 localhost systemd[1]: Reached target Local Encrypted Volumes. Oct 11 12:25:15 localhost systemd[1]: Stopped target Switch Root. Oct 11 12:25:15 localhost systemd[1]: Stopped target Initrd File Systems. Oct 11 12:25:15 localhost systemd[1]: Stopped target Initrd Root File System. Oct 11 12:25:15 localhost systemd[1]: Reached target Local Integrity Protected Volumes. Oct 11 12:25:15 localhost systemd[1]: Reached target Path Units. Oct 11 12:25:15 localhost systemd[1]: Reached target Slice Units. Oct 11 12:25:15 localhost systemd[1]: Reached target Swaps. Oct 11 12:25:15 localhost systemd[1]: Reached target Local Verity Protected Volumes. Oct 11 12:25:15 localhost systemd[1]: Listening on RPCbind Server Activation Socket. Oct 11 12:25:15 localhost systemd[1]: Reached target RPC Port Mapper. Oct 11 12:25:15 localhost systemd[1]: Listening on Process Core Dump Socket. Oct 11 12:25:15 localhost systemd[1]: Listening on initctl Compatibility Named Pipe. Oct 11 12:25:15 localhost systemd[1]: Listening on udev Control Socket. Oct 11 12:25:15 localhost systemd[1]: Listening on udev Kernel Socket. Oct 11 12:25:15 localhost systemd[1]: Mounting Huge Pages File System... Oct 11 12:25:15 localhost systemd[1]: Mounting POSIX Message Queue File System... Oct 11 12:25:15 localhost systemd[1]: Mounting Kernel Debug File System... Oct 11 12:25:15 localhost systemd[1]: Mounting Kernel Trace File System... Oct 11 12:25:15 localhost systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). Oct 11 12:25:15 localhost systemd[1]: Starting Create List of Static Device Nodes... Oct 11 12:25:15 localhost systemd[1]: Starting Load Kernel Module configfs... Oct 11 12:25:15 localhost systemd[1]: Starting Load Kernel Module drm... Oct 11 12:25:15 localhost systemd[1]: Starting Load Kernel Module efi_pstore... Oct 11 12:25:15 localhost systemd[1]: Starting Load Kernel Module fuse... Oct 11 12:25:15 localhost systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network... Oct 11 12:25:15 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. Oct 11 12:25:15 localhost systemd[1]: Stopped File System Check on Root Device. Oct 11 12:25:15 localhost systemd[1]: Stopped Journal Service. Oct 11 12:25:15 localhost systemd[1]: Starting Journal Service... Oct 11 12:25:15 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. Oct 11 12:25:15 localhost systemd[1]: Starting Generate network units from Kernel command line... Oct 11 12:25:15 localhost systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). Oct 11 12:25:15 localhost systemd[1]: Starting Remount Root and Kernel File Systems... Oct 11 12:25:15 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met. Oct 11 12:25:15 localhost systemd[1]: Starting Apply Kernel Variables... Oct 11 12:25:15 localhost systemd[1]: Starting Coldplug All udev Devices... Oct 11 12:25:15 localhost systemd[1]: Mounted Huge Pages File System. Oct 11 12:25:15 localhost systemd[1]: Mounted POSIX Message Queue File System. Oct 11 12:25:15 localhost systemd[1]: Mounted Kernel Debug File System. Oct 11 12:25:15 localhost systemd[1]: Mounted Kernel Trace File System. Oct 11 12:25:15 localhost systemd[1]: Finished Create List of Static Device Nodes. Oct 11 12:25:15 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. Oct 11 12:25:15 localhost systemd[1]: Finished Load Kernel Module configfs. Oct 11 12:25:15 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. Oct 11 12:25:15 localhost systemd[1]: Finished Load Kernel Module efi_pstore. Oct 11 12:25:15 localhost systemd[1]: Finished Generate network units from Kernel command line. Oct 11 12:25:15 localhost kernel: fuse: init (API version 7.37) Oct 11 12:25:15 localhost systemd-journald[503]: Journal started ░░ Subject: The journal has been started ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system journal process has started up, opened the journal ░░ files for writing and is now ready to process requests. Oct 11 12:25:15 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/b674060f3c374afd9815cb4617840456) is 8.0M, max 69.3M, 61.3M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/b674060f3c374afd9815cb4617840456) is currently using 8.0M. ░░ Maximum allowed usage is set to 69.3M. ░░ Leaving at least 34.6M free (of currently available 676.9M of disk space). ░░ Enforced usage limit is thus 69.3M, of which 61.3M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Oct 11 12:25:15 localhost systemd[1]: Queued start job for default target Multi-User System. Oct 11 12:25:15 localhost systemd[1]: systemd-journald.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-journald.service has successfully entered the 'dead' state. Oct 11 12:25:15 localhost systemd[1]: Started Journal Service. Oct 11 12:25:15 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@fuse.service has successfully entered the 'dead' state. Oct 11 12:25:15 localhost systemd[1]: Finished Load Kernel Module fuse. ░░ Subject: A start job for unit modprobe@fuse.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@fuse.service has finished successfully. ░░ ░░ The job identifier is 156. Oct 11 12:25:15 localhost systemd[1]: Mounting FUSE Control File System... ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has begun execution. ░░ ░░ The job identifier is 155. Oct 11 12:25:15 localhost systemd[1]: Mounted FUSE Control File System. ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has finished successfully. ░░ ░░ The job identifier is 155. Oct 11 12:25:15 localhost systemd[1]: Finished Remount Root and Kernel File Systems. ░░ Subject: A start job for unit systemd-remount-fs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-remount-fs.service has finished successfully. ░░ ░░ The job identifier is 133. Oct 11 12:25:15 localhost systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). ░░ Subject: A start job for unit systemd-firstboot.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-firstboot.service has finished successfully. ░░ ░░ The job identifier is 181. Oct 11 12:25:15 localhost systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). ░░ Subject: A start job for unit systemd-hwdb-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hwdb-update.service has finished successfully. ░░ ░░ The job identifier is 185. Oct 11 12:25:15 localhost systemd[1]: Starting Flush Journal to Persistent Storage... ░░ Subject: A start job for unit systemd-journal-flush.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has begun execution. ░░ ░░ The job identifier is 139. Oct 11 12:25:15 localhost systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). ░░ Subject: A start job for unit systemd-pstore.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pstore.service has finished successfully. ░░ ░░ The job identifier is 136. Oct 11 12:25:15 localhost systemd[1]: Starting Load/Save OS Random Seed... ░░ Subject: A start job for unit systemd-random-seed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-random-seed.service has begun execution. ░░ ░░ The job identifier is 170. Oct 11 12:25:15 localhost systemd[1]: Create System Users was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-sysusers.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysusers.service has finished successfully. ░░ ░░ The job identifier is 174. Oct 11 12:25:15 localhost systemd[1]: Starting Create Static Device Nodes in /dev... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has begun execution. ░░ ░░ The job identifier is 172. Oct 11 12:25:15 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/b674060f3c374afd9815cb4617840456) is 8.0M, max 69.3M, 61.3M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/b674060f3c374afd9815cb4617840456) is currently using 8.0M. ░░ Maximum allowed usage is set to 69.3M. ░░ Leaving at least 34.6M free (of currently available 676.8M of disk space). ░░ Enforced usage limit is thus 69.3M, of which 61.3M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Oct 11 12:25:15 localhost systemd-journald[503]: Received client request to flush runtime journal. Oct 11 12:25:15 localhost systemd[1]: Finished Flush Journal to Persistent Storage. ░░ Subject: A start job for unit systemd-journal-flush.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has finished successfully. ░░ ░░ The job identifier is 139. Oct 11 12:25:15 localhost kernel: ACPI: bus type drm_connector registered Oct 11 12:25:15 localhost systemd[1]: Finished Read and set NIS domainname from /etc/sysconfig/network. ░░ Subject: A start job for unit nis-domainname.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nis-domainname.service has finished successfully. ░░ ░░ The job identifier is 169. Oct 11 12:25:15 localhost systemd[1]: Finished Coldplug All udev Devices. ░░ Subject: A start job for unit systemd-udev-trigger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-trigger.service has finished successfully. ░░ ░░ The job identifier is 149. Oct 11 12:25:15 localhost systemd[1]: modprobe@drm.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@drm.service has successfully entered the 'dead' state. Oct 11 12:25:15 localhost systemd[1]: Finished Load Kernel Module drm. ░░ Subject: A start job for unit modprobe@drm.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@drm.service has finished successfully. ░░ ░░ The job identifier is 233. Oct 11 12:25:15 localhost systemd[1]: Finished Load/Save OS Random Seed. ░░ Subject: A start job for unit systemd-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-random-seed.service has finished successfully. ░░ ░░ The job identifier is 170. Oct 11 12:25:15 localhost systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). ░░ Subject: A start job for unit first-boot-complete.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit first-boot-complete.target has finished successfully. ░░ ░░ The job identifier is 171. Oct 11 12:25:15 localhost systemd[1]: Finished Apply Kernel Variables. ░░ Subject: A start job for unit systemd-sysctl.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysctl.service has finished successfully. ░░ ░░ The job identifier is 160. Oct 11 12:25:16 localhost systemd[1]: Finished Create Static Device Nodes in /dev. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. ░░ ░░ The job identifier is 172. Oct 11 12:25:16 localhost systemd[1]: Reached target Preparation for Local File Systems. ░░ Subject: A start job for unit local-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 134. Oct 11 12:25:16 localhost systemd[1]: Reached target Local File Systems. ░░ Subject: A start job for unit local-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs.target has finished successfully. ░░ ░░ The job identifier is 132. Oct 11 12:25:16 localhost systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit ldconfig.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ldconfig.service has finished successfully. ░░ ░░ The job identifier is 179. Oct 11 12:25:16 localhost systemd[1]: Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux). ░░ Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit selinux-autorelabel-mark.service has finished successfully. ░░ ░░ The job identifier is 148. Oct 11 12:25:16 localhost systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-binfmt.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-binfmt.service has finished successfully. ░░ ░░ The job identifier is 183. Oct 11 12:25:16 localhost systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-boot-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-random-seed.service has finished successfully. ░░ ░░ The job identifier is 176. Oct 11 12:25:16 localhost systemd[1]: Starting Automatic Boot Loader Update... ░░ Subject: A start job for unit systemd-boot-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-update.service has begun execution. ░░ ░░ The job identifier is 177. Oct 11 12:25:16 localhost systemd[1]: Starting Commit a transient machine-id on disk... ░░ Subject: A start job for unit systemd-machine-id-commit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has begun execution. ░░ ░░ The job identifier is 158. Oct 11 12:25:16 localhost systemd[1]: Starting Create Volatile Files and Directories... ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has begun execution. ░░ ░░ The job identifier is 161. Oct 11 12:25:16 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files... ░░ Subject: A start job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 150. Oct 11 12:25:16 localhost bootctl[515]: Couldn't find EFI system partition, skipping. Oct 11 12:25:16 localhost systemd[1]: Finished Automatic Boot Loader Update. ░░ Subject: A start job for unit systemd-boot-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-update.service has finished successfully. ░░ ░░ The job identifier is 177. Oct 11 12:25:16 localhost systemd[1]: etc-machine\x2did.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Oct 11 12:25:16 localhost systemd[1]: Finished Commit a transient machine-id on disk. ░░ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has finished successfully. ░░ ░░ The job identifier is 158. Oct 11 12:25:16 localhost systemd-udevd[518]: Using default interface naming scheme 'rhel-9.0'. Oct 11 12:25:16 localhost systemd[1]: Finished Create Volatile Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 161. Oct 11 12:25:16 localhost systemd[1]: Mounting RPC Pipe File System... ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution. ░░ ░░ The job identifier is 209. Oct 11 12:25:16 localhost systemd[1]: Starting Security Auditing Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 248. Oct 11 12:25:16 localhost systemd[1]: Starting RPC Bind... ░░ Subject: A start job for unit rpcbind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has begun execution. ░░ ░░ The job identifier is 215. Oct 11 12:25:16 localhost systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var). ░░ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-catalog-update.service has finished successfully. ░░ ░░ The job identifier is 182. Oct 11 12:25:16 localhost systemd[1]: Update is Completed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-update-done.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-done.service has finished successfully. ░░ ░░ The job identifier is 157. Oct 11 12:25:16 localhost auditd[524]: No plugins found, not dispatching events Oct 11 12:25:16 localhost auditd[524]: Init complete, auditd 3.1.5 listening for events (startup state enable) Oct 11 12:25:16 localhost systemd[1]: Started RPC Bind. ░░ Subject: A start job for unit rpcbind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has finished successfully. ░░ ░░ The job identifier is 215. Oct 11 12:25:16 localhost augenrules[527]: /sbin/augenrules: No change Oct 11 12:25:16 localhost augenrules[542]: No rules Oct 11 12:25:16 localhost augenrules[542]: enabled 1 Oct 11 12:25:16 localhost augenrules[542]: failure 1 Oct 11 12:25:16 localhost augenrules[542]: pid 524 Oct 11 12:25:16 localhost augenrules[542]: rate_limit 0 Oct 11 12:25:16 localhost augenrules[542]: backlog_limit 8192 Oct 11 12:25:16 localhost augenrules[542]: lost 0 Oct 11 12:25:16 localhost augenrules[542]: backlog 4 Oct 11 12:25:16 localhost augenrules[542]: backlog_wait_time 60000 Oct 11 12:25:16 localhost augenrules[542]: backlog_wait_time_actual 0 Oct 11 12:25:16 localhost augenrules[542]: enabled 1 Oct 11 12:25:16 localhost augenrules[542]: failure 1 Oct 11 12:25:16 localhost augenrules[542]: pid 524 Oct 11 12:25:16 localhost augenrules[542]: rate_limit 0 Oct 11 12:25:16 localhost augenrules[542]: backlog_limit 8192 Oct 11 12:25:16 localhost augenrules[542]: lost 0 Oct 11 12:25:16 localhost augenrules[542]: backlog 4 Oct 11 12:25:16 localhost augenrules[542]: backlog_wait_time 60000 Oct 11 12:25:16 localhost augenrules[542]: backlog_wait_time_actual 0 Oct 11 12:25:16 localhost augenrules[542]: enabled 1 Oct 11 12:25:16 localhost augenrules[542]: failure 1 Oct 11 12:25:16 localhost augenrules[542]: pid 524 Oct 11 12:25:16 localhost augenrules[542]: rate_limit 0 Oct 11 12:25:16 localhost augenrules[542]: backlog_limit 8192 Oct 11 12:25:16 localhost augenrules[542]: lost 0 Oct 11 12:25:16 localhost augenrules[542]: backlog 4 Oct 11 12:25:16 localhost augenrules[542]: backlog_wait_time 60000 Oct 11 12:25:16 localhost augenrules[542]: backlog_wait_time_actual 0 Oct 11 12:25:16 localhost systemd[1]: Started Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 248. Oct 11 12:25:16 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP... ░░ Subject: A start job for unit systemd-update-utmp.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has begun execution. ░░ ░░ The job identifier is 254. Oct 11 12:25:16 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP. ░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has finished successfully. ░░ ░░ The job identifier is 254. Oct 11 12:25:16 localhost systemd[1]: Started Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 150. Oct 11 12:25:16 localhost systemd[1]: Reached target System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 124. Oct 11 12:25:16 localhost systemd[1]: Started dnf makecache --timer. ░░ Subject: A start job for unit dnf-makecache.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dnf-makecache.timer has finished successfully. ░░ ░░ The job identifier is 196. Oct 11 12:25:16 localhost systemd[1]: Started Daily rotation of log files. ░░ Subject: A start job for unit logrotate.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.timer has finished successfully. ░░ ░░ The job identifier is 195. Oct 11 12:25:16 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. ░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. ░░ ░░ The job identifier is 194. Oct 11 12:25:16 localhost systemd[1]: Reached target Timer Units. ░░ Subject: A start job for unit timers.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit timers.target has finished successfully. ░░ ░░ The job identifier is 193. Oct 11 12:25:16 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. ░░ Subject: A start job for unit dbus.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus.socket has finished successfully. ░░ ░░ The job identifier is 192. Oct 11 12:25:16 localhost systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. ░░ Subject: A start job for unit sssd-kcm.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.socket has finished successfully. ░░ ░░ The job identifier is 188. Oct 11 12:25:16 localhost systemd[1]: Reached target Socket Units. ░░ Subject: A start job for unit sockets.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sockets.target has finished successfully. ░░ ░░ The job identifier is 186. Oct 11 12:25:16 localhost kernel: RPC: Registered named UNIX socket transport module. Oct 11 12:25:16 localhost kernel: RPC: Registered udp transport module. Oct 11 12:25:16 localhost kernel: RPC: Registered tcp transport module. Oct 11 12:25:16 localhost kernel: RPC: Registered tcp-with-tls transport module. Oct 11 12:25:16 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Oct 11 12:25:17 localhost systemd[1]: Starting D-Bus System Message Bus... ░░ Subject: A start job for unit dbus-broker.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has begun execution. ░░ ░░ The job identifier is 200. Oct 11 12:25:17 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. ░░ ░░ The job identifier is 159. Oct 11 12:25:17 localhost systemd[1]: Mounted RPC Pipe File System. ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully. ░░ ░░ The job identifier is 209. Oct 11 12:25:17 localhost systemd[1]: Condition check resulted in /dev/ttyS0 being skipped. ░░ Subject: A start job for unit dev-ttyS0.device has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dev-ttyS0.device has finished successfully. ░░ ░░ The job identifier is 242. Oct 11 12:25:17 localhost systemd[1]: Reached target rpc_pipefs.target. ░░ Subject: A start job for unit rpc_pipefs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc_pipefs.target has finished successfully. ░░ ░░ The job identifier is 208. Oct 11 12:25:17 localhost systemd[1]: Starting Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 332. Oct 11 12:25:17 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Oct 11 12:25:17 localhost systemd[1]: Finished Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 332. Oct 11 12:25:17 localhost systemd-udevd[553]: Network interface NamePolicy= disabled on kernel command line. Oct 11 12:25:17 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Oct 11 12:25:17 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Oct 11 12:25:17 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Oct 11 12:25:17 localhost kernel: cirrus-qemu 0000:00:02.0: vgaarb: deactivate vga console Oct 11 12:25:17 localhost dbus-broker-lau[577]: Ready Oct 11 12:25:17 localhost systemd[1]: Started D-Bus System Message Bus. ░░ Subject: A start job for unit dbus-broker.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has finished successfully. ░░ ░░ The job identifier is 200. Oct 11 12:25:17 localhost kernel: Console: switching to colour dummy device 80x25 Oct 11 12:25:17 localhost kernel: [drm] Initialized cirrus-qemu 2.0.0 for 0000:00:02.0 on minor 0 Oct 11 12:25:17 localhost systemd[1]: Reached target Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 121. Oct 11 12:25:17 localhost kernel: fbcon: cirrus-qemudrmf (fb0) is primary device Oct 11 12:25:17 localhost kernel: Console: switching to colour frame buffer device 128x48 Oct 11 12:25:17 localhost kernel: cirrus-qemu 0000:00:02.0: [drm] fb0: cirrus-qemudrmf frame buffer device Oct 11 12:25:17 localhost systemd[1]: Starting NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 245. Oct 11 12:25:17 localhost systemd[1]: Starting Cloud-init: Local Stage (pre-network)... ░░ Subject: A start job for unit cloud-init-local.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has begun execution. ░░ ░░ The job identifier is 219. Oct 11 12:25:17 localhost systemd[1]: Starting Restore /run/initramfs on shutdown... ░░ Subject: A start job for unit dracut-shutdown.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has begun execution. ░░ ░░ The job identifier is 131. Oct 11 12:25:17 localhost systemd[1]: Started irqbalance daemon. ░░ Subject: A start job for unit irqbalance.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit irqbalance.service has finished successfully. ░░ ░░ The job identifier is 214. Oct 11 12:25:17 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload). ░░ Subject: A start job for unit microcode.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit microcode.service has finished successfully. ░░ ░░ The job identifier is 203. Oct 11 12:25:17 localhost chronyd[609]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Oct 11 12:25:17 localhost chronyd[609]: Loaded 0 symmetric keys Oct 11 12:25:17 localhost chronyd[609]: Using right/UTC timezone to obtain leap second data Oct 11 12:25:17 localhost chronyd[609]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Oct 11 12:25:17 localhost chronyd[609]: Loaded seccomp filter (level 2) Oct 11 12:25:17 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. ░░ Subject: A start job for unit rngd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rngd.service has finished successfully. ░░ ░░ The job identifier is 244. Oct 11 12:25:17 localhost systemd[1]: OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 227. Oct 11 12:25:17 localhost systemd[1]: OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 228. Oct 11 12:25:17 localhost systemd[1]: OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 225. Oct 11 12:25:17 localhost systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 224. Oct 11 12:25:17 localhost systemd[1]: System Security Services Daemon was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit sssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd.service has finished successfully. ░░ ░░ The job identifier is 250. Oct 11 12:25:17 localhost systemd[1]: Reached target User and Group Name Lookups. ░░ Subject: A start job for unit nss-user-lookup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nss-user-lookup.target has finished successfully. ░░ ░░ The job identifier is 251. Oct 11 12:25:17 localhost systemd[1]: Starting User Login Management... ░░ Subject: A start job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 231. Oct 11 12:25:17 localhost systemd[1]: Starting Rotate log files... ░░ Subject: A start job for unit logrotate.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has begun execution. ░░ ░░ The job identifier is 266. Oct 11 12:25:17 localhost systemd[1]: Started NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 245. Oct 11 12:25:17 localhost systemd[1]: Finished Restore /run/initramfs on shutdown. ░░ Subject: A start job for unit dracut-shutdown.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has finished successfully. ░░ ░░ The job identifier is 131. Oct 11 12:25:17 localhost rngd[611]: Disabling 7: PKCS11 Entropy generator (pkcs11) Oct 11 12:25:17 localhost rngd[611]: Disabling 5: NIST Network Entropy Beacon (nist) Oct 11 12:25:17 localhost rngd[611]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Oct 11 12:25:17 localhost rngd[611]: Disabling 10: Named pipe entropy input (namedpipe) Oct 11 12:25:17 localhost rngd[611]: Disabling 6: JITTER Entropy generator (jitter) Oct 11 12:25:17 localhost rngd[611]: Initializing available sources Oct 11 12:25:17 localhost rngd[611]: [hwrng ]: Initialization Failed Oct 11 12:25:17 localhost rngd[611]: [rdrand]: Enabling RDRAND rng support Oct 11 12:25:17 localhost rngd[611]: [rdrand]: Initialized Oct 11 12:25:17 localhost rngd[611]: Process privileges have been dropped to 2:2 Oct 11 12:25:17 localhost systemd[1]: logrotate.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit logrotate.service has successfully entered the 'dead' state. Oct 11 12:25:17 localhost systemd[1]: Finished Rotate log files. ░░ Subject: A start job for unit logrotate.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has finished successfully. ░░ ░░ The job identifier is 266. Oct 11 12:25:17 localhost systemd-logind[612]: New seat seat0. ░░ Subject: A new seat seat0 is now available ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new seat seat0 has been configured and is now available. Oct 11 12:25:17 localhost systemd-logind[612]: Watching system buttons on /dev/input/event0 (Power Button) Oct 11 12:25:17 localhost systemd-logind[612]: Watching system buttons on /dev/input/event1 (Sleep Button) Oct 11 12:25:17 localhost systemd-logind[612]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Oct 11 12:25:17 localhost systemd[1]: Started User Login Management. ░░ Subject: A start job for unit systemd-logind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has finished successfully. ░░ ░░ The job identifier is 231. Oct 11 12:25:20 localhost cloud-init[618]: Cloud-init v. 24.4-7.el9 running 'init-local' at Sat, 11 Oct 2025 16:25:20 +0000. Up 13.77 seconds. Oct 11 12:25:20 localhost dhclient[622]: Internet Systems Consortium DHCP Client 4.4.2b1 Oct 11 12:25:20 localhost dhclient[622]: Copyright 2004-2019 Internet Systems Consortium. Oct 11 12:25:20 localhost dhclient[622]: All rights reserved. Oct 11 12:25:20 localhost dhclient[622]: For info, please visit https://www.isc.org/software/dhcp/ Oct 11 12:25:20 localhost dhclient[622]: Oct 11 12:25:20 localhost dhclient[622]: Listening on LPF/eth0/02:19:c3:ca:eb:6b Oct 11 12:25:20 localhost dhclient[622]: Sending on LPF/eth0/02:19:c3:ca:eb:6b Oct 11 12:25:20 localhost dhclient[622]: Sending on Socket/fallback Oct 11 12:25:20 localhost dhclient[622]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x1464326e) Oct 11 12:25:20 localhost dhclient[622]: DHCPOFFER of 10.31.47.48 from 10.31.44.1 Oct 11 12:25:20 localhost dhclient[622]: DHCPREQUEST for 10.31.47.48 on eth0 to 255.255.255.255 port 67 (xid=0x1464326e) Oct 11 12:25:20 localhost dhclient[622]: DHCPACK of 10.31.47.48 from 10.31.44.1 (xid=0x1464326e) Oct 11 12:25:20 localhost dhclient[622]: bound to 10.31.47.48 -- renewal in 1642 seconds. Oct 11 12:25:20 localhost systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 338. Oct 11 12:25:20 localhost systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 338. Oct 11 12:25:20 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[637]: Hostname set to (static) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Local Stage (pre-network). ░░ Subject: A start job for unit cloud-init-local.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has finished successfully. ░░ ░░ The job identifier is 219. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Network. ░░ Subject: A start job for unit network-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-pre.target has finished successfully. ░░ ░░ The job identifier is 144. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... ░░ Subject: A start job for unit NetworkManager.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has begun execution. ░░ ░░ The job identifier is 199. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3048] NetworkManager (version 1.54.1-1.el9) is starting... (boot:321958a5-343d-4ad5-a3fe-0c01aac565e6) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3050] Read config: /etc/NetworkManager/NetworkManager.conf, /run/NetworkManager/conf.d/15-carrier-timeout.conf Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3166] manager[0x55df69bec080]: monitoring kernel firmware directory '/lib/firmware'. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3200] hostname: hostname: using hostnamed Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3201] hostname: static hostname changed from (none) to "ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com" Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3205] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5178] manager[0x55df69bec080]: rfkill: Wi-Fi hardware radio set enabled Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5178] manager[0x55df69bec080]: rfkill: WWAN hardware radio set enabled Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. ░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-rfkill.socket has finished successfully. ░░ ░░ The job identifier is 405. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5614] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.54.1-1.el9/libnm-device-plugin-team.so) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5615] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5615] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5616] manager: Networking is enabled by state file Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5623] settings: Loaded settings plugin: keyfile (internal) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5651] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.54.1-1.el9/libnm-settings-plugin-ifcfg-rh.so") Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5675] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using "nmcli connection migrate" Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5698] dhcp: init: Using DHCP client 'internal' Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5700] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 412. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5722] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5736] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5743] device (lo): Activation: starting connection 'lo' (04ac713b-7d51-42a5-b9ba-8626100faee8) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5751] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5755] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. ░░ Subject: A start job for unit NetworkManager.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has finished successfully. ░░ ░░ The job identifier is 199. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5783] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5788] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5793] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5797] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5800] device (eth0): carrier: link connected Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5804] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5811] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5818] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5829] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5834] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5837] manager: NetworkManager state is now CONNECTING Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5843] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5853] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5858] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 201. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5891] dhcp4 (eth0): state changed new lease, address=10.31.47.48 Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5903] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... ░░ Subject: A start job for unit NetworkManager-wait-online.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has begun execution. ░░ ░░ The job identifier is 198. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... ░░ Subject: A start job for unit gssproxy.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has begun execution. ░░ ░░ The job identifier is 211. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 412. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6044] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6067] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6071] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6081] device (lo): Activation: successful, device activated. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6157] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6162] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full') Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6177] manager: NetworkManager state is now CONNECTED_SITE Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6192] device (eth0): Activation: successful, device activated. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6203] manager: NetworkManager state is now CONNECTED_GLOBAL Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. ░░ Subject: A start job for unit gssproxy.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has finished successfully. ░░ ░░ The job identifier is 211. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). ░░ Subject: A start job for unit rpc-gssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-gssd.service has finished successfully. ░░ ░░ The job identifier is 207. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. ░░ Subject: A start job for unit nfs-client.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nfs-client.target has finished successfully. ░░ ░░ The job identifier is 205. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 213. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 217. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase.service has finished successfully. ░░ ░░ The job identifier is 135. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6387] manager: startup complete Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Network Manager Wait Online. ░░ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has finished successfully. ░░ ░░ The job identifier is 198. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Network Stage... ░░ Subject: A start job for unit cloud-init.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has begun execution. ░░ ░░ The job identifier is 222. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Added source 10.11.160.238 Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Added source 10.18.100.10 Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Added source 10.2.32.37 Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Added source 10.2.32.38 Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Cloud-init v. 24.4-7.el9 running 'init' at Sat, 11 Oct 2025 16:25:21 +0000. Up 15.30 seconds. Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | eth0 | True | 10.31.47.48 | 255.255.252.0 | global | 02:19:c3:ca:eb:6b | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | eth0 | True | fe80::19:c3ff:feca:eb6b/64 | . | link | 02:19:c3:ca:eb:6b | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | lo | True | ::1/128 | . | host | . | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+---------+-----------+-------+ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | Route | Destination | Gateway | Interface | Flags | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+---------+-----------+-------+ Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | 3 | multicast | :: | eth0 | U | Oct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+---------+-----------+-------+ Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Generating public/private rsa key pair. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key fingerprint is: Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: SHA256:nkLvl+Y9bDPNlAjAqS/KN388UKsI1iU23xv8EDGJ7WQ root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key's randomart image is: Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +---[RSA 3072]----+ Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . + . | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | = E | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . = o | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | = . = | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o.*S+ + . . | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o.oo+.* . o | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o o.o++ B + | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o +o. O.B o | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . oo=.o.+ | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +----[SHA256]-----+ Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Generating public/private ecdsa key pair. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key fingerprint is: Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: SHA256:DH43mXujOYmPR1ar4cC+fronTYgM4wsFmh2foGhNp38 root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key's randomart image is: Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +---[ECDSA 256]---+ Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | +. . | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: |.=o=o.. | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: |=..o*. o o. | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: |. o.+.oS.=. . | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . ..oE+.=o. | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . ... O.+o | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . +.X+ . | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | .*X+. | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +----[SHA256]-----+ Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Generating public/private ed25519 key pair. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key fingerprint is: Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: SHA256:dFgvH/fMqKp/vvkzaUmIZyWfUsg4XS00/Oi3CJc4EYo root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key's randomart image is: Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +--[ED25519 256]--+ Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . oo. | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o o +..| Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | + +++o.+ | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | E oo+=o+=.| Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | S o+Bo.+| Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | .+=+= .| Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o=o.+.| Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | ..o*. | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | .ooo++.o | Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +----[SHA256]-----+ Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Network Stage. ░░ Subject: A start job for unit cloud-init.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has finished successfully. ░░ ░░ The job identifier is 222. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. ░░ Subject: A start job for unit cloud-config.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.target has finished successfully. ░░ ░░ The job identifier is 221. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. ░░ Subject: A start job for unit network-online.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-online.target has finished successfully. ░░ ░░ The job identifier is 197. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Config Stage... ░░ Subject: A start job for unit cloud-config.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has begun execution. ░░ ░░ The job identifier is 220. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 230. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... ░░ Subject: A start job for unit restraintd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has begun execution. ░░ ░░ The job identifier is 252. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... ░░ Subject: A start job for unit rpc-statd-notify.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has begun execution. ░░ ░░ The job identifier is 212. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 216. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 223. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... ░░ Subject: A start job for unit systemd-user-sessions.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has begun execution. ░░ ░░ The job identifier is 234. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[810]: Server listening on 0.0.0.0 port 22. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[810]: Server listening on :: port 22. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sm-notify[807]: Version 2.5.4 starting Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 223. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com rsyslogd[809]: [origin software="rsyslogd" swVersion="8.2506.0-2.el9" x-pid="809" x-info="https://www.rsyslog.com"] start Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. ░░ Subject: A start job for unit restraintd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has finished successfully. ░░ ░░ The job identifier is 252. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 216. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. ░░ Subject: A start job for unit rpc-statd-notify.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has finished successfully. ░░ ░░ The job identifier is 212. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Permit User Sessions. ░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has finished successfully. ░░ ░░ The job identifier is 234. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com restraintd[816]: Listening on http://localhost:8081 Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. ░░ Subject: A start job for unit crond.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit crond.service has finished successfully. ░░ ░░ The job identifier is 249. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. ░░ Subject: A start job for unit getty@tty1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty@tty1.service has finished successfully. ░░ ░░ The job identifier is 236. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com crond[818]: (CRON) STARTUP (1.5.7) Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com crond[818]: (CRON) INFO (Syslog will be used instead of sendmail.) Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com crond[818]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 91% if used.) Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com crond[818]: (CRON) INFO (running with inotify support) Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Serial Getty on ttyS0. ░░ Subject: A start job for unit serial-getty@ttyS0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit serial-getty@ttyS0.service has finished successfully. ░░ ░░ The job identifier is 240. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. ░░ Subject: A start job for unit getty.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty.target has finished successfully. ░░ ░░ The job identifier is 235. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. ░░ Subject: A start job for unit multi-user.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit multi-user.target has finished successfully. ░░ ░░ The job identifier is 120. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Record Runlevel Change in UTMP... ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has begun execution. ░░ ░░ The job identifier is 253. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Record Runlevel Change in UTMP. ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. ░░ ░░ The job identifier is 253. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com rsyslogd[809]: imjournal: journal files changed, reloading... [v8.2506.0-2.el9 try https://www.rsyslog.com/e/0 ] Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Cloud-init v. 24.4-7.el9 running 'modules:config' at Sat, 11 Oct 2025 16:25:23 +0000. Up 16.90 seconds. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[810]: Received signal 15; terminating. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 492. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 492 and the job result is done. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Detected change(s) in the following file(s): /etc/fstab Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 492. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[942]: Server listening on 0.0.0.0 port 22. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[942]: Server listening on :: port 22. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 492. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Config Stage. ░░ Subject: A start job for unit cloud-config.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has finished successfully. ░░ ░░ The job identifier is 220. Oct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Final Stage... ░░ Subject: A start job for unit cloud-final.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has begun execution. ░░ ░░ The job identifier is 229. Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1104]: Cloud-init v. 24.4-7.el9 running 'modules:final' at Sat, 11 Oct 2025 16:25:24 +0000. Up 17.39 seconds. Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1106]: ############################################################# Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1107]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1109]: 256 SHA256:DH43mXujOYmPR1ar4cC+fronTYgM4wsFmh2foGhNp38 root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com (ECDSA) Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1111]: 256 SHA256:dFgvH/fMqKp/vvkzaUmIZyWfUsg4XS00/Oi3CJc4EYo root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com (ED25519) Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1113]: 3072 SHA256:nkLvl+Y9bDPNlAjAqS/KN388UKsI1iU23xv8EDGJ7WQ root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com (RSA) Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1114]: -----END SSH HOST KEY FINGERPRINTS----- Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1115]: ############################################################# Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1104]: Cloud-init v. 24.4-7.el9 finished at Sat, 11 Oct 2025 16:25:24 +0000. Datasource DataSourceEc2Local. Up 17.51 seconds Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Final Stage. ░░ Subject: A start job for unit cloud-final.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has finished successfully. ░░ ░░ The job identifier is 229. Oct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. ░░ Subject: A start job for unit cloud-init.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.target has finished successfully. ░░ ░░ The job identifier is 218. Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 0 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 0 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 48 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 48 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 49 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 49 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 50 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 50 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 51 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 51 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 52 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 52 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 53 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 53 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 54 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 54 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 55 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 55 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 56 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 56 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 57 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 57 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 58 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 58 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 59 affinity: Operation not permitted Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 59 affinity is now unmanaged Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Selected source 99.28.14.242 (2.centos.pool.ntp.org) Oct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: System clock TAI offset set to 37 seconds Oct 11 12:25:28 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Oct 11 12:25:28 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Rebuilding /boot/initramfs-5.14.0-620.el9.x86_64kdump.img Oct 11 12:25:28 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1451]: dracut-057-102.git20250818.el9 Oct 11 12:25:28 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --mount "/dev/disk/by-uuid/f9df145f-01c1-4ebf-9b51-45e41fe77b2d /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --squash-compressor zstd --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-5.14.0-620.el9.x86_64kdump.img 5.14.0-620.el9.x86_64 Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Module 'ifcfg' will not be installed, because it's in the list to be omitted! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Module 'plymouth' will not be installed, because it's in the list to be omitted! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Module 'resume' will not be installed, because it's in the list to be omitted! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: memstrack is not available Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Oct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: memstrack is not available Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: systemd *** Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: fips *** Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: systemd-initrd *** Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: rngd *** Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: i18n *** Oct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: drm *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: prefixdevname *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: kernel-modules *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: kernel-modules-extra *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: fstab-sys *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: rootfs-block *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: terminfo *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: udev-rules *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Skipping udev rule: 91-permissions.rules Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Skipping udev rule: 80-drivers-modprobe.rules Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: dracut-systemd *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: usrmount *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: base *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: fs-lib *** Oct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: kdumpbase *** Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: microcode_ctl-fw_dir_override *** Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl module: mangling fw_dir Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: intel: caveats check for kernel version "5.14.0-620.el9.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-2d-07" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-4e-03" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-4f-01" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-55-04" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-5e-03" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-8c-01" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8f-08"... Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration "intel-06-8f-08" is ignored Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: openssl *** Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: shutdown *** Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: squash *** Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including modules done *** Oct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Installing kernel module dependencies *** Oct 11 12:25:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Installing kernel module dependencies done *** Oct 11 12:25:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Resolving executable dependencies *** Oct 11 12:25:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Resolving executable dependencies done *** Oct 11 12:25:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Generating early-microcode cpio image *** Oct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Constructing GenuineIntel.bin *** Oct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Constructing GenuineIntel.bin *** Oct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Store current command line parameters *** Oct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Stored kernel commandline: Oct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: No dracut internal kernel commandline stored in the initramfs Oct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Install squash loader *** Oct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Squashing the files inside the initramfs *** Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Squashing the files inside the initramfs done *** Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Creating image file '/boot/initramfs-5.14.0-620.el9.x86_64kdump.img' *** Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Hardlinking files *** Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Mode: real Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Files: 51 Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Linked: 0 files Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Compared: 0 xattrs Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Compared: 0 files Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Saved: 0 B Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Duration: 0.000283 seconds Oct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Hardlinking files done *** Oct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Creating initramfs image file '/boot/initramfs-5.14.0-620.el9.x86_64kdump.img' done *** Oct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: kexec: loaded kdump kernel Oct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Starting kdump: [OK] Oct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 230. Oct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.204s (kernel) + 3.750s (initrd) + 30.342s (userspace) = 35.297s. ░░ Subject: System start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ All system services necessary queued for starting at boot have been ░░ started. Note that this does not mean that the machine is now idle as services ░░ might still be busy with completing start-up. ░░ ░░ Kernel start-up required 1204910 microseconds. ░░ ░░ Initrd start-up required 3750246 microseconds. ░░ ░░ Userspace start-up required 30342439 microseconds. Oct 11 12:25:51 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Oct 11 12:26:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Selected source 10.2.32.38 Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4274]: Accepted publickey for root from 10.30.34.132 port 38846 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 495. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 494. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: New session 1 of user root. ░░ Subject: A new session 1 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 1 has been created for the user root. ░░ ░░ The leading process of the session is 4274. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 494. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 493. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Queued start job for default target Main User Target. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Created slice User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 6. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Started Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 7. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Starting D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 9. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Starting Create User's Volatile Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 12. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Finished Create User's Volatile Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Listening on D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Startup finished in 81ms. ░░ Subject: User manager start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The user manager instance for user 0 has been started. All services queued ░░ for starting have been started. Note that other services might still be starting ░░ up or be started at any later time. ░░ ░░ Startup of the manager took 81900 microseconds. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 493. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of User root. ░░ Subject: A start job for unit session-1.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-1.scope has finished successfully. ░░ ░░ The job identifier is 561. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4274]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4287]: Received disconnect from 10.30.34.132 port 38846:11: disconnected by user Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4287]: Disconnected from user root 10.30.34.132 port 38846 Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4274]: pam_unix(sshd:session): session closed for user root Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: Session 1 logged out. Waiting for processes to exit. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-1.scope has successfully entered the 'dead' state. Oct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: Removed session 1. ░░ Subject: Session 1 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 1 has been terminated. Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4323]: Accepted publickey for root from 10.31.9.234 port 55250 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4324]: Accepted publickey for root from 10.31.9.234 port 55254 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: New session 3 of user root. ░░ Subject: A new session 3 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 3 has been created for the user root. ░░ ░░ The leading process of the session is 4323. Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of User root. ░░ Subject: A start job for unit session-3.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-3.scope has finished successfully. ░░ ░░ The job identifier is 630. Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: New session 4 of user root. ░░ Subject: A new session 4 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 4 has been created for the user root. ░░ ░░ The leading process of the session is 4324. Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of User root. ░░ Subject: A start job for unit session-4.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-4.scope has finished successfully. ░░ ░░ The job identifier is 699. Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4323]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4324]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4330]: Received disconnect from 10.31.9.234 port 55254:11: disconnected by user Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4330]: Disconnected from user root 10.31.9.234 port 55254 Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4324]: pam_unix(sshd:session): session closed for user root Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-4.scope has successfully entered the 'dead' state. Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: Session 4 logged out. Waiting for processes to exit. Oct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: Removed session 4. ░░ Subject: Session 4 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 4 has been terminated. Oct 11 12:27:18 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com unknown: Running test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1) with reboot count 0 and test restart count 0. (Be aware the test name is sanitized!) Oct 11 12:27:19 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 768. Oct 11 12:27:19 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 768. Oct 11 12:27:19 managed-node2 systemd-hostnamed[6820]: Hostname set to (static) Oct 11 12:27:19 managed-node2 NetworkManager[641]: [1760200039.1748] hostname: static hostname changed from "ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com" to "managed-node2" Oct 11 12:27:19 managed-node2 systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 834. Oct 11 12:27:19 managed-node2 systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 834. Oct 11 12:27:20 managed-node2 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!) Oct 11 12:27:29 managed-node2 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Oct 11 12:27:49 managed-node2 systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Oct 11 12:28:07 managed-node2 sshd-session[7556]: Accepted publickey for root from 10.31.45.202 port 52922 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 12:28:07 managed-node2 systemd-logind[612]: New session 5 of user root. ░░ Subject: A new session 5 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 5 has been created for the user root. ░░ ░░ The leading process of the session is 7556. Oct 11 12:28:07 managed-node2 systemd[1]: Started Session 5 of User root. ░░ Subject: A start job for unit session-5.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-5.scope has finished successfully. ░░ ░░ The job identifier is 900. Oct 11 12:28:07 managed-node2 sshd-session[7556]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:07 managed-node2 sshd-session[7559]: Received disconnect from 10.31.45.202 port 52922:11: disconnected by user Oct 11 12:28:07 managed-node2 sshd-session[7559]: Disconnected from user root 10.31.45.202 port 52922 Oct 11 12:28:07 managed-node2 sshd-session[7556]: pam_unix(sshd:session): session closed for user root Oct 11 12:28:07 managed-node2 systemd[1]: session-5.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-5.scope has successfully entered the 'dead' state. Oct 11 12:28:07 managed-node2 systemd-logind[612]: Session 5 logged out. Waiting for processes to exit. Oct 11 12:28:07 managed-node2 systemd-logind[612]: Removed session 5. ░░ Subject: Session 5 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 5 has been terminated. Oct 11 12:28:07 managed-node2 sshd-session[7583]: Accepted publickey for root from 10.31.45.202 port 52924 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 12:28:07 managed-node2 systemd-logind[612]: New session 6 of user root. ░░ Subject: A new session 6 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 6 has been created for the user root. ░░ ░░ The leading process of the session is 7583. Oct 11 12:28:07 managed-node2 systemd[1]: Started Session 6 of User root. ░░ Subject: A start job for unit session-6.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-6.scope has finished successfully. ░░ ░░ The job identifier is 969. Oct 11 12:28:07 managed-node2 sshd-session[7583]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:07 managed-node2 sshd-session[7586]: Received disconnect from 10.31.45.202 port 52924:11: disconnected by user Oct 11 12:28:07 managed-node2 sshd-session[7586]: Disconnected from user root 10.31.45.202 port 52924 Oct 11 12:28:07 managed-node2 sshd-session[7583]: pam_unix(sshd:session): session closed for user root Oct 11 12:28:07 managed-node2 systemd[1]: session-6.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-6.scope has successfully entered the 'dead' state. Oct 11 12:28:07 managed-node2 systemd-logind[612]: Session 6 logged out. Waiting for processes to exit. Oct 11 12:28:07 managed-node2 systemd-logind[612]: Removed session 6. ░░ Subject: Session 6 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 6 has been terminated. Oct 11 12:28:10 managed-node2 sshd-session[7612]: Accepted publickey for root from 10.31.45.202 port 37638 ssh2: ECDSA SHA256:8nIuVr+lpwQVKeOQSYg/PXJv9GC8xvoYKgpw75g9Cig Oct 11 12:28:10 managed-node2 systemd-logind[612]: New session 7 of user root. ░░ Subject: A new session 7 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 7 has been created for the user root. ░░ ░░ The leading process of the session is 7612. Oct 11 12:28:10 managed-node2 systemd[1]: Started Session 7 of User root. ░░ Subject: A start job for unit session-7.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-7.scope has finished successfully. ░░ ░░ The job identifier is 1038. Oct 11 12:28:10 managed-node2 sshd-session[7612]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:12 managed-node2 python3.9[7789]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 12:28:13 managed-node2 python3.9[7964]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Oct 11 12:28:13 managed-node2 python3.9[8113]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman mode=0777 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 state=None _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:14 managed-node2 python3.9[8262]: ansible-user Invoked with name=podman_basic_user uid=3001 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Oct 11 12:28:14 managed-node2 useradd[8264]: new group: name=podman_basic_user, GID=3001 Oct 11 12:28:14 managed-node2 useradd[8264]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=/dev/pts/0 Oct 11 12:28:15 managed-node2 python3.9[8419]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd1 state=directory mode=0755 owner=podman_basic_user 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 group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:15 managed-node2 python3.9[8568]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd2 state=directory mode=0755 owner=root 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 group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:16 managed-node2 python3.9[8717]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd3 state=directory mode=0755 owner=root 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 group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:16 managed-node2 python3.9[8866]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 12:28:16 managed-node2 python3.9[8986]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1760200096.4114554-8515-133855132486903/.source.txt _original_basename=.8nwk596a follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:17 managed-node2 python3.9[9135]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 12:28:17 managed-node2 python3.9[9255]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1760200097.0142264-8515-231032948173807/.source.txt _original_basename=.kegi7026 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:17 managed-node2 python3.9[9404]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 12:28:18 managed-node2 python3.9[9524]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1760200097.615217-8515-85097311136360/.source.txt _original_basename=.gy70mof_ follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:18 managed-node2 python3.9[9673]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 12:28:18 managed-node2 python3.9[9822]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 12:28:19 managed-node2 python3.9[9971]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _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 Oct 11 12:28:20 managed-node2 sudo[10270]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lnhxfubeyjfwurhifvduyvqbecdvgdni ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760200100.607577-8627-86757531218302/AnsiballZ_dnf.py' Oct 11 12:28:20 managed-node2 sudo[10270]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:21 managed-node2 python3.9[10272]: ansible-ansible.legacy.dnf Invoked with name=['podman'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Oct 11 12:28:34 managed-node2 sudo[10270]: pam_unix(sudo:session): session closed for user root Oct 11 12:28:35 managed-node2 sudo[10625]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-odapwxrgpwqwemsgvaqphtpvdrqvxzmm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760200115.5905783-9005-261795299125399/AnsiballZ_dnf.py' Oct 11 12:28:35 managed-node2 sudo[10625]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:35 managed-node2 python3.9[10627]: ansible-ansible.legacy.dnf Invoked with name=['podman'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Oct 11 12:28:39 managed-node2 sudo[10625]: pam_unix(sudo:session): session closed for user root Oct 11 12:28:40 managed-node2 python3.9[10809]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _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 TASK [Clean up storage.conf] *************************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:466 Saturday 11 October 2025 12:28:40 -0400 (0:00:00.408) 0:00:29.749 ****** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:473 Saturday 11 October 2025 12:28:40 -0400 (0:00:00.363) 0:00:30.112 ****** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_aq_n2k13_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:480 Saturday 11 October 2025 12:28:41 -0400 (0:00:00.370) 0:00:30.483 ****** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_unp_72cb.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=25 changed=9 unreachable=0 failed=1 skipped=17 rescued=3 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.14", "end_time": "2025-10-11T16:28:34.089048+00:00Z", "host": "managed-node2", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-10-11T16:28:20.540930+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T16:28:34.124062+00:00Z", "host": "managed-node2", "message": "The conditional check 'not __podman_image_updated.results[0] is changed' failed. The error was: The 'changed' test expects a dictionary", "start_time": "2025-10-11T16:28:34.106841+00:00Z", "task_name": "Verify image not pulled", "task_path": "/tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262" }, { "ansible_version": "2.17.14", "end_time": "2025-10-11T16:28:39.871240+00:00Z", "host": "managed-node2", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-10-11T16:28:35.520777+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14" }, { "ansible_version": "2.17.14", "delta": "0:00:00.032952", "end_time": "2025-10-11 12:28:40.198728", "host": "managed-node2", "message": "", "rc": 0, "start_time": "2025-10-11 12:28:40.165776", "stdout": "Oct 11 12:25:07 localhost kernel: Freeing initrd memory: 37904K\nOct 11 12:25:07 localhost kernel: NET: Registered PF_ALG protocol family\nOct 11 12:25:07 localhost kernel: xor: automatically using best checksumming function avx \nOct 11 12:25:07 localhost kernel: Key type asymmetric registered\nOct 11 12:25:07 localhost kernel: Asymmetric key parser 'x509' registered\nOct 11 12:25:07 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)\nOct 11 12:25:07 localhost kernel: io scheduler mq-deadline registered\nOct 11 12:25:07 localhost kernel: io scheduler kyber registered\nOct 11 12:25:07 localhost kernel: io scheduler bfq registered\nOct 11 12:25:07 localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE\nOct 11 12:25:07 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4\nOct 11 12:25:07 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\nOct 11 12:25:07 localhost kernel: ACPI: button: Power Button [PWRF]\nOct 11 12:25:07 localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1\nOct 11 12:25:07 localhost kernel: ACPI: button: Sleep Button [SLPF]\nOct 11 12:25:07 localhost kernel: xen: --> pirq=22 -> irq=47 (gsi=47)\nOct 11 12:25:07 localhost kernel: xen:grant_table: Grant tables using version 1 layout\nOct 11 12:25:07 localhost kernel: Grant table initialized\nOct 11 12:25:07 localhost kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!\nOct 11 12:25:07 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\nOct 11 12:25:07 localhost kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\nOct 11 12:25:07 localhost kernel: Non-volatile memory driver v1.3\nOct 11 12:25:07 localhost kernel: rdac: device handler registered\nOct 11 12:25:07 localhost kernel: hp_sw: device handler registered\nOct 11 12:25:07 localhost kernel: emc: device handler registered\nOct 11 12:25:07 localhost kernel: alua: device handler registered\nOct 11 12:25:07 localhost kernel: usbcore: registered new interface driver usbserial_generic\nOct 11 12:25:07 localhost kernel: usbserial: USB Serial support registered for generic\nOct 11 12:25:07 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12\nOct 11 12:25:07 localhost kernel: i8042: Warning: Keylock active\nOct 11 12:25:07 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1\nOct 11 12:25:07 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12\nOct 11 12:25:07 localhost kernel: mousedev: PS/2 mouse device common for all mice\nOct 11 12:25:07 localhost kernel: rtc_cmos 00:02: registered as rtc0\nOct 11 12:25:07 localhost kernel: rtc_cmos 00:02: setting system clock to 2025-10-11T16:25:07 UTC (1760199907)\nOct 11 12:25:07 localhost kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs\nOct 11 12:25:07 localhost kernel: intel_pstate: CPU model not supported\nOct 11 12:25:07 localhost kernel: hid: raw HID events driver (C) Jiri Kosina\nOct 11 12:25:07 localhost kernel: usbcore: registered new interface driver usbhid\nOct 11 12:25:07 localhost kernel: usbhid: USB HID core driver\nOct 11 12:25:07 localhost kernel: drop_monitor: Initializing network drop monitor service\nOct 11 12:25:07 localhost kernel: Initializing XFRM netlink socket\nOct 11 12:25:07 localhost kernel: NET: Registered PF_INET6 protocol family\nOct 11 12:25:07 localhost kernel: Segment Routing with IPv6\nOct 11 12:25:07 localhost kernel: NET: Registered PF_PACKET protocol family\nOct 11 12:25:07 localhost kernel: mpls_gso: MPLS GSO support\nOct 11 12:25:07 localhost kernel: IPI shorthand broadcast: enabled\nOct 11 12:25:07 localhost kernel: AVX2 version of gcm_enc/dec engaged.\nOct 11 12:25:07 localhost kernel: AES CTR mode by8 optimization enabled\nOct 11 12:25:07 localhost kernel: sched_clock: Marking stable (914740637, 267119220)->(1273955534, -92095677)\nOct 11 12:25:07 localhost kernel: registered taskstats version 1\nOct 11 12:25:07 localhost kernel: Loading compiled-in X.509 certificates\nOct 11 12:25:07 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 4ff821c4997fbb659836adb05f5bc400c914e148'\nOct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'\nOct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'\nOct 11 12:25:07 localhost kernel: Loaded X.509 cert 'RH-IMA-CA: Red Hat IMA CA: fb31825dd0e073685b264e3038963673f753959a'\nOct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Nvidia GPU OOT signing 001: 55e1cef88193e60419f0b0ec379c49f77545acf0'\nOct 11 12:25:07 localhost kernel: Demotion targets for Node 0: null\nOct 11 12:25:07 localhost kernel: page_owner is disabled\nOct 11 12:25:07 localhost kernel: Key type .fscrypt registered\nOct 11 12:25:07 localhost kernel: Key type fscrypt-provisioning registered\nOct 11 12:25:07 localhost kernel: Key type big_key registered\nOct 11 12:25:07 localhost kernel: Key type encrypted registered\nOct 11 12:25:07 localhost kernel: ima: No TPM chip found, activating TPM-bypass!\nOct 11 12:25:07 localhost kernel: Loading compiled-in module X.509 certificates\nOct 11 12:25:07 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 4ff821c4997fbb659836adb05f5bc400c914e148'\nOct 11 12:25:07 localhost kernel: ima: Allocated hash algorithm: sha256\nOct 11 12:25:07 localhost kernel: ima: No architecture policies found\nOct 11 12:25:07 localhost kernel: evm: Initialising EVM extended attributes:\nOct 11 12:25:07 localhost kernel: evm: security.selinux\nOct 11 12:25:07 localhost kernel: evm: security.SMACK64 (disabled)\nOct 11 12:25:07 localhost kernel: evm: security.SMACK64EXEC (disabled)\nOct 11 12:25:07 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled)\nOct 11 12:25:07 localhost kernel: evm: security.SMACK64MMAP (disabled)\nOct 11 12:25:07 localhost kernel: evm: security.apparmor (disabled)\nOct 11 12:25:07 localhost kernel: evm: security.ima\nOct 11 12:25:07 localhost kernel: evm: security.capability\nOct 11 12:25:07 localhost kernel: evm: HMAC attrs: 0x1\nOct 11 12:25:07 localhost kernel: Running certificate verification RSA selftest\nOct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'\nOct 11 12:25:07 localhost kernel: Running certificate verification ECDSA selftest\nOct 11 12:25:07 localhost kernel: Loaded X.509 cert 'Certificate verification ECDSA self-testing key: 2900bcea1deb7bc8479a84a23d758efdfdd2b2d3'\nOct 11 12:25:07 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768\nOct 11 12:25:07 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vif/0\nOct 11 12:25:07 localhost kernel: clk: Disabling unused clocks\nOct 11 12:25:07 localhost kernel: Freeing unused decrypted memory: 2028K\nOct 11 12:25:07 localhost kernel: Freeing unused kernel image (initmem) memory: 4068K\nOct 11 12:25:07 localhost kernel: Write protecting the kernel read-only data: 30720k\nOct 11 12:25:07 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 340K\nOct 11 12:25:07 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nOct 11 12:25:07 localhost kernel: x86/mm: Checking user space page tables\nOct 11 12:25:07 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nOct 11 12:25:07 localhost kernel: Run /init as init process\nOct 11 12:25:07 localhost kernel: with arguments:\nOct 11 12:25:07 localhost kernel: /init\nOct 11 12:25:07 localhost kernel: rhgb\nOct 11 12:25:07 localhost kernel: with environment:\nOct 11 12:25:07 localhost kernel: HOME=/\nOct 11 12:25:07 localhost kernel: TERM=linux\nOct 11 12:25:07 localhost kernel: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-620.el9.x86_64\nOct 11 12:25:07 localhost systemd[1]: systemd 252-55.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)\nOct 11 12:25:07 localhost systemd[1]: Detected virtualization xen.\nOct 11 12:25:07 localhost systemd[1]: Detected architecture x86-64.\nOct 11 12:25:07 localhost systemd[1]: Running in initrd.\nOct 11 12:25:07 localhost systemd[1]: No hostname configured, using default hostname.\nOct 11 12:25:07 localhost systemd[1]: Hostname set to .\nOct 11 12:25:07 localhost systemd[1]: Queued start job for default target Initrd Default Target.\nOct 11 12:25:07 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\nOct 11 12:25:07 localhost systemd[1]: Reached target Initrd /usr File System.\nOct 11 12:25:07 localhost systemd[1]: Reached target Local File Systems.\nOct 11 12:25:07 localhost systemd[1]: Reached target Path Units.\nOct 11 12:25:07 localhost systemd[1]: Reached target Slice Units.\nOct 11 12:25:07 localhost systemd[1]: Reached target Swaps.\nOct 11 12:25:07 localhost systemd[1]: Reached target Timer Units.\nOct 11 12:25:07 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.\nOct 11 12:25:07 localhost systemd[1]: Listening on Journal Socket (/dev/log).\nOct 11 12:25:07 localhost systemd[1]: Listening on Journal Socket.\nOct 11 12:25:07 localhost systemd[1]: Listening on udev Control Socket.\nOct 11 12:25:07 localhost systemd[1]: Listening on udev Kernel Socket.\nOct 11 12:25:07 localhost systemd[1]: Reached target Socket Units.\nOct 11 12:25:07 localhost systemd[1]: Starting Create List of Static Device Nodes...\nOct 11 12:25:07 localhost systemd[1]: Starting Journal Service...\nOct 11 12:25:07 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.\nOct 11 12:25:07 localhost systemd[1]: Starting Apply Kernel Variables...\nOct 11 12:25:07 localhost systemd[1]: Starting Create System Users...\nOct 11 12:25:07 localhost systemd-journald[235]: Journal started\n\u2591\u2591 Subject: The journal has been started\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has started up, opened the journal\n\u2591\u2591 files for writing and is now ready to process requests.\nOct 11 12:25:07 localhost systemd-journald[235]: Runtime Journal (/run/log/journal/069af715d1e74b84b104f17b466f7f36) is 8.0M, max 69.3M, 61.3M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/069af715d1e74b84b104f17b466f7f36) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 684.9M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nOct 11 12:25:08 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2\nOct 11 12:25:08 localhost systemd-sysusers[237]: Creating group 'nobody' with GID 65534.\nOct 11 12:25:08 localhost systemd[1]: Starting Setup Virtual Console...\nOct 11 12:25:08 localhost systemd[1]: Started Journal Service.\nOct 11 12:25:08 localhost systemd[1]: Finished Create List of Static Device Nodes.\n\u2591\u2591 Subject: A start job for unit kmod-static-nodes.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kmod-static-nodes.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nOct 11 12:25:08 localhost systemd[1]: Finished Apply Kernel Variables.\n\u2591\u2591 Subject: A start job for unit systemd-sysctl.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysctl.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 10.\nOct 11 12:25:08 localhost systemd-sysusers[237]: Creating group 'users' with GID 100.\nOct 11 12:25:08 localhost systemd-sysusers[237]: Creating group 'dbus' with GID 81.\nOct 11 12:25:08 localhost systemd-sysusers[237]: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.\nOct 11 12:25:08 localhost systemd[1]: Finished Create System Users.\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 7.\nOct 11 12:25:08 localhost systemd[1]: Starting Create Static Device Nodes in /dev...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 25.\nOct 11 12:25:08 localhost systemd[1]: Starting Create Volatile Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 16.\nOct 11 12:25:08 localhost systemd[1]: Finished Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 25.\nOct 11 12:25:08 localhost systemd[1]: Finished Create Volatile Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 16.\nOct 11 12:25:08 localhost systemd[1]: Finished Setup Virtual Console.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 44.\nOct 11 12:25:08 localhost systemd[1]: dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-cmdline-ask.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline-ask.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 43.\nOct 11 12:25:08 localhost systemd[1]: Starting dracut cmdline hook...\n\u2591\u2591 Subject: A start job for unit dracut-cmdline.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 46.\nOct 11 12:25:08 localhost dracut-cmdline[251]: dracut-9 dracut-057-102.git20250818.el9\nOct 11 12:25:08 localhost dracut-cmdline[251]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-620.el9.x86_64 root=UUID=f9df145f-01c1-4ebf-9b51-45e41fe77b2d ro rhgb crashkernel=1G-2G:192M,2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8\nOct 11 12:25:08 localhost systemd[1]: Finished dracut cmdline hook.\n\u2591\u2591 Subject: A start job for unit dracut-cmdline.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 46.\nOct 11 12:25:08 localhost systemd[1]: Starting dracut pre-udev hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-udev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-udev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 45.\nOct 11 12:25:08 localhost systemd[1]: Finished dracut pre-udev hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-udev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-udev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 45.\nOct 11 12:25:08 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 11.\nOct 11 12:25:08 localhost systemd-udevd[332]: Using default interface naming scheme 'rhel-9.0'.\nOct 11 12:25:08 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 11.\nOct 11 12:25:08 localhost systemd[1]: dracut pre-trigger hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-pre-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 51.\nOct 11 12:25:08 localhost systemd[1]: Starting Coldplug All udev Devices...\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 26.\nOct 11 12:25:08 localhost systemd[1]: Created slice Slice /system/modprobe.\n\u2591\u2591 Subject: A start job for unit system-modprobe.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit system-modprobe.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 57.\nOct 11 12:25:08 localhost systemd[1]: Starting Load Kernel Module configfs...\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 56.\nOct 11 12:25:08 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nOct 11 12:25:08 localhost systemd[1]: Finished Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 56.\nOct 11 12:25:08 localhost systemd[1]: Mounting Kernel Configuration File System...\n\u2591\u2591 Subject: A start job for unit sys-kernel-config.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-config.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 55.\nOct 11 12:25:08 localhost systemd[1]: Finished Coldplug All udev Devices.\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 26.\nOct 11 12:25:08 localhost systemd[1]: nm-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).\n\u2591\u2591 Subject: A start job for unit nm-initrd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nm-initrd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 38.\nOct 11 12:25:08 localhost systemd[1]: Reached target Network.\n\u2591\u2591 Subject: A start job for unit network.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 40.\nOct 11 12:25:08 localhost systemd[1]: nm-wait-online-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).\n\u2591\u2591 Subject: A start job for unit nm-wait-online-initrd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nm-wait-online-initrd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 37.\nOct 11 12:25:08 localhost systemd[1]: Starting dracut initqueue hook...\n\u2591\u2591 Subject: A start job for unit dracut-initqueue.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-initqueue.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 53.\nOct 11 12:25:08 localhost systemd[1]: Mounted Kernel Configuration File System.\n\u2591\u2591 Subject: A start job for unit sys-kernel-config.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-config.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 55.\nOct 11 12:25:08 localhost systemd[1]: Reached target System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nOct 11 12:25:08 localhost systemd[1]: Reached target Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nOct 11 12:25:08 localhost kernel: Invalid max_queues (4), will use default max: 2.\nOct 11 12:25:08 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;\nOct 11 12:25:08 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver\nOct 11 12:25:08 localhost kernel: xvda: xvda1\nOct 11 12:25:08 localhost systemd-udevd[345]: Network interface NamePolicy= disabled on kernel command line.\nOct 11 12:25:08 localhost kernel: libata version 3.00 loaded.\nOct 11 12:25:08 localhost kernel: ata_piix 0000:00:01.1: version 2.13\nOct 11 12:25:08 localhost kernel: scsi host0: ata_piix\nOct 11 12:25:08 localhost kernel: scsi host1: ata_piix\nOct 11 12:25:08 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0\nOct 11 12:25:08 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0\nOct 11 12:25:08 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4\nOct 11 12:25:08 localhost systemd[1]: Found device /dev/disk/by-uuid/f9df145f-01c1-4ebf-9b51-45e41fe77b2d.\n\u2591\u2591 Subject: A start job for unit dev-disk-by\\x2duuid-f9df145f\\x2d01c1\\x2d4ebf\\x2d9b51\\x2d45e41fe77b2d.device has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-disk-by\\x2duuid-f9df145f\\x2d01c1\\x2d4ebf\\x2d9b51\\x2d45e41fe77b2d.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 34.\nOct 11 12:25:08 localhost systemd[1]: Reached target Initrd Root Device.\n\u2591\u2591 Subject: A start job for unit initrd-root-device.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-root-device.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 36.\nOct 11 12:25:08 localhost systemd[1]: Finished dracut initqueue hook.\n\u2591\u2591 Subject: A start job for unit dracut-initqueue.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-initqueue.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 53.\nOct 11 12:25:08 localhost systemd[1]: Reached target Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 54.\nOct 11 12:25:08 localhost systemd[1]: Reached target Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 50.\nOct 11 12:25:08 localhost systemd[1]: Starting dracut pre-mount hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-mount.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-mount.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 48.\nOct 11 12:25:08 localhost systemd[1]: Finished dracut pre-mount hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-mount.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-mount.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 48.\nOct 11 12:25:08 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/f9df145f-01c1-4ebf-9b51-45e41fe77b2d...\n\u2591\u2591 Subject: A start job for unit systemd-fsck-root.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-fsck-root.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 33.\nOct 11 12:25:08 localhost systemd-fsck[399]: /usr/sbin/fsck.xfs: XFS file system.\nOct 11 12:25:08 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/f9df145f-01c1-4ebf-9b51-45e41fe77b2d.\n\u2591\u2591 Subject: A start job for unit systemd-fsck-root.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-fsck-root.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 33.\nOct 11 12:25:08 localhost systemd[1]: Mounting /sysroot...\n\u2591\u2591 Subject: A start job for unit sysroot.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysroot.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 32.\nOct 11 12:25:09 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled\nOct 11 12:25:09 localhost kernel: XFS (xvda1): Mounting V5 Filesystem f9df145f-01c1-4ebf-9b51-45e41fe77b2d\nOct 11 12:25:10 localhost kernel: XFS (xvda1): Ending clean mount\nOct 11 12:25:10 localhost systemd[1]: Mounted /sysroot.\n\u2591\u2591 Subject: A start job for unit sysroot.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysroot.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 32.\nOct 11 12:25:10 localhost systemd[1]: Reached target Initrd Root File System.\n\u2591\u2591 Subject: A start job for unit initrd-root-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-root-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 41.\nOct 11 12:25:10 localhost systemd[1]: Starting Mountpoints Configured in the Real Root...\n\u2591\u2591 Subject: A start job for unit initrd-parse-etc.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-parse-etc.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 47.\nOct 11 12:25:10 localhost systemd[1]: initrd-parse-etc.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-parse-etc.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Finished Mountpoints Configured in the Real Root.\n\u2591\u2591 Subject: A start job for unit initrd-parse-etc.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-parse-etc.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 47.\nOct 11 12:25:10 localhost systemd[1]: Reached target Initrd File Systems.\n\u2591\u2591 Subject: A start job for unit initrd-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 52.\nOct 11 12:25:10 localhost systemd[1]: Reached target Initrd Default Target.\n\u2591\u2591 Subject: A start job for unit initrd.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nOct 11 12:25:10 localhost systemd[1]: dracut mount hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-mount.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-mount.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 42.\nOct 11 12:25:10 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-pivot.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-pivot.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 49.\nOct 11 12:25:10 localhost systemd[1]: Finished dracut pre-pivot and cleanup hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-pivot.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-pivot.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 49.\nOct 11 12:25:10 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons...\n\u2591\u2591 Subject: A start job for unit initrd-cleanup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-cleanup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Network.\n\u2591\u2591 Subject: A stop job for unit network.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit network.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 95 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Timer Units.\n\u2591\u2591 Subject: A stop job for unit timers.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit timers.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 104 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: dbus.socket: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dbus.socket has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Closed D-Bus System Message Bus Socket.\n\u2591\u2591 Subject: A stop job for unit dbus.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dbus.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 100 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: dracut-pre-pivot.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-pivot.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-pivot.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-pivot.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 107 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Initrd Default Target.\n\u2591\u2591 Subject: A stop job for unit initrd.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 93 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Basic System.\n\u2591\u2591 Subject: A stop job for unit basic.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit basic.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 92 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Initrd Root Device.\n\u2591\u2591 Subject: A stop job for unit initrd-root-device.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd-root-device.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 118 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Initrd /usr File System.\n\u2591\u2591 Subject: A stop job for unit initrd-usr-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd-usr-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 96 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Path Units.\n\u2591\u2591 Subject: A stop job for unit paths.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit paths.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 94 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-ask-password-console.path has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.\n\u2591\u2591 Subject: A stop job for unit systemd-ask-password-console.path has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-ask-password-console.path has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 116 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Remote File Systems.\n\u2591\u2591 Subject: A stop job for unit remote-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit remote-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 105 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Preparation for Remote File Systems.\n\u2591\u2591 Subject: A stop job for unit remote-fs-pre.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit remote-fs-pre.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 98 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Slice Units.\n\u2591\u2591 Subject: A stop job for unit slices.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit slices.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 99 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Socket Units.\n\u2591\u2591 Subject: A stop job for unit sockets.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sockets.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 109 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target System Initialization.\n\u2591\u2591 Subject: A stop job for unit sysinit.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sysinit.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 114 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Local File Systems.\n\u2591\u2591 Subject: A stop job for unit local-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit local-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 117 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopped target Swaps.\n\u2591\u2591 Subject: A stop job for unit swap.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit swap.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 108 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-mount.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped dracut pre-mount hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-mount.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-mount.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 119 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: dracut-initqueue.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-initqueue.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped dracut initqueue hook.\n\u2591\u2591 Subject: A stop job for unit dracut-initqueue.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-initqueue.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 97 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-sysctl.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Apply Kernel Variables.\n\u2591\u2591 Subject: A stop job for unit systemd-sysctl.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-sysctl.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 112 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Create Volatile Files and Directories.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 90 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udev-trigger.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Coldplug All udev Devices.\n\u2591\u2591 Subject: A stop job for unit systemd-udev-trigger.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udev-trigger.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 79 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Stopping Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A stop job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 80.\nOct 11 12:25:10 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Setup Virtual Console.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 110 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: run-credentials-systemd\\x2dtmpfiles\\x2dsetup.service.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-credentials-systemd\\x2dtmpfiles\\x2dsetup.service.mount has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: run-credentials-systemd\\x2dsysctl.service.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-credentials-systemd\\x2dsysctl.service.mount has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: initrd-cleanup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-cleanup.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Finished Cleaning Up and Shutting Down Daemons.\n\u2591\u2591 Subject: A start job for unit initrd-cleanup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-cleanup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nOct 11 12:25:10 localhost systemd[1]: systemd-udevd.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 80 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd-control.socket has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Closed udev Control Socket.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd-control.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd-control.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 83 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Closed udev Kernel Socket.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd-kernel.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd-kernel.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 81 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-udev.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped dracut pre-udev hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-udev.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-udev.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 111 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-cmdline.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped dracut cmdline hook.\n\u2591\u2591 Subject: A stop job for unit dracut-cmdline.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-cmdline.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 113 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: Starting Cleanup udev Database...\n\u2591\u2591 Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-udevadm-cleanup-db.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 78.\nOct 11 12:25:10 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup-dev.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 88 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit kmod-static-nodes.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Create List of Static Device Nodes.\n\u2591\u2591 Subject: A stop job for unit kmod-static-nodes.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit kmod-static-nodes.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 106 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: systemd-sysusers.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-sysusers.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Stopped Create System Users.\n\u2591\u2591 Subject: A stop job for unit systemd-sysusers.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-sysusers.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 89 and the job result is done.\nOct 11 12:25:10 localhost systemd[1]: run-credentials-systemd\\x2dtmpfiles\\x2dsetup\\x2ddev.service.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-credentials-systemd\\x2dtmpfiles\\x2dsetup\\x2ddev.service.mount has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: run-credentials-systemd\\x2dsysusers.service.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-credentials-systemd\\x2dsysusers.service.mount has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state.\nOct 11 12:25:10 localhost systemd[1]: Finished Cleanup udev Database.\n\u2591\u2591 Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-udevadm-cleanup-db.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 78.\nOct 11 12:25:10 localhost systemd[1]: Reached target Switch Root.\n\u2591\u2591 Subject: A start job for unit initrd-switch-root.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-switch-root.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 64.\nOct 11 12:25:10 localhost systemd[1]: Starting Switch Root...\n\u2591\u2591 Subject: A start job for unit initrd-switch-root.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-switch-root.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 77.\nOct 11 12:25:10 localhost systemd[1]: Switching root.\nOct 11 12:25:10 localhost systemd-journald[235]: Journal stopped\n\u2591\u2591 Subject: The journal has been stopped\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has shut down and closed all currently\n\u2591\u2591 active journal files.\nOct 11 12:25:15 localhost systemd-journald[235]: Received SIGTERM from PID 1 (systemd).\nOct 11 12:25:15 localhost kernel: audit: type=1404 audit(1760199911.855:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1\nOct 11 12:25:15 localhost kernel: SELinux: policy capability network_peer_controls=1\nOct 11 12:25:15 localhost kernel: SELinux: policy capability open_perms=1\nOct 11 12:25:15 localhost kernel: SELinux: policy capability extended_socket_class=1\nOct 11 12:25:15 localhost kernel: SELinux: policy capability always_check_network=0\nOct 11 12:25:15 localhost kernel: SELinux: policy capability cgroup_seclabel=1\nOct 11 12:25:15 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1\nOct 11 12:25:15 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nOct 11 12:25:15 localhost kernel: audit: type=1403 audit(1760199912.513:3): auid=4294967295 ses=4294967295 lsm=selinux res=1\nOct 11 12:25:15 localhost systemd[1]: Successfully loaded SELinux policy in 663.175ms.\nOct 11 12:25:15 localhost systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 18.163ms.\nOct 11 12:25:15 localhost systemd[1]: systemd 252-55.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)\nOct 11 12:25:15 localhost systemd[1]: Detected virtualization xen.\nOct 11 12:25:15 localhost systemd[1]: Detected architecture x86-64.\nOct 11 12:25:15 localhost systemd[1]: Initializing machine ID from random generator.\nOct 11 12:25:15 localhost systemd[1]: Installed transient /etc/machine-id file.\nOct 11 12:25:15 localhost systemd-rc-local-generator[464]: /etc/rc.d/rc.local is not marked executable, skipping.\nOct 11 12:25:15 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully.\nOct 11 12:25:15 localhost systemd[1]: Stopped Switch Root.\nOct 11 12:25:15 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.\nOct 11 12:25:15 localhost systemd[1]: Created slice Slice /system/getty.\nOct 11 12:25:15 localhost systemd[1]: Created slice Slice /system/serial-getty.\nOct 11 12:25:15 localhost systemd[1]: Created slice Slice /system/sshd-keygen.\nOct 11 12:25:15 localhost systemd[1]: Created slice User and Session Slice.\nOct 11 12:25:15 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\nOct 11 12:25:15 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch.\nOct 11 12:25:15 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\nOct 11 12:25:15 localhost systemd[1]: Reached target Local Encrypted Volumes.\nOct 11 12:25:15 localhost systemd[1]: Stopped target Switch Root.\nOct 11 12:25:15 localhost systemd[1]: Stopped target Initrd File Systems.\nOct 11 12:25:15 localhost systemd[1]: Stopped target Initrd Root File System.\nOct 11 12:25:15 localhost systemd[1]: Reached target Local Integrity Protected Volumes.\nOct 11 12:25:15 localhost systemd[1]: Reached target Path Units.\nOct 11 12:25:15 localhost systemd[1]: Reached target Slice Units.\nOct 11 12:25:15 localhost systemd[1]: Reached target Swaps.\nOct 11 12:25:15 localhost systemd[1]: Reached target Local Verity Protected Volumes.\nOct 11 12:25:15 localhost systemd[1]: Listening on RPCbind Server Activation Socket.\nOct 11 12:25:15 localhost systemd[1]: Reached target RPC Port Mapper.\nOct 11 12:25:15 localhost systemd[1]: Listening on Process Core Dump Socket.\nOct 11 12:25:15 localhost systemd[1]: Listening on initctl Compatibility Named Pipe.\nOct 11 12:25:15 localhost systemd[1]: Listening on udev Control Socket.\nOct 11 12:25:15 localhost systemd[1]: Listening on udev Kernel Socket.\nOct 11 12:25:15 localhost systemd[1]: Mounting Huge Pages File System...\nOct 11 12:25:15 localhost systemd[1]: Mounting POSIX Message Queue File System...\nOct 11 12:25:15 localhost systemd[1]: Mounting Kernel Debug File System...\nOct 11 12:25:15 localhost systemd[1]: Mounting Kernel Trace File System...\nOct 11 12:25:15 localhost systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\nOct 11 12:25:15 localhost systemd[1]: Starting Create List of Static Device Nodes...\nOct 11 12:25:15 localhost systemd[1]: Starting Load Kernel Module configfs...\nOct 11 12:25:15 localhost systemd[1]: Starting Load Kernel Module drm...\nOct 11 12:25:15 localhost systemd[1]: Starting Load Kernel Module efi_pstore...\nOct 11 12:25:15 localhost systemd[1]: Starting Load Kernel Module fuse...\nOct 11 12:25:15 localhost systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...\nOct 11 12:25:15 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully.\nOct 11 12:25:15 localhost systemd[1]: Stopped File System Check on Root Device.\nOct 11 12:25:15 localhost systemd[1]: Stopped Journal Service.\nOct 11 12:25:15 localhost systemd[1]: Starting Journal Service...\nOct 11 12:25:15 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.\nOct 11 12:25:15 localhost systemd[1]: Starting Generate network units from Kernel command line...\nOct 11 12:25:15 localhost systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\nOct 11 12:25:15 localhost systemd[1]: Starting Remount Root and Kernel File Systems...\nOct 11 12:25:15 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.\nOct 11 12:25:15 localhost systemd[1]: Starting Apply Kernel Variables...\nOct 11 12:25:15 localhost systemd[1]: Starting Coldplug All udev Devices...\nOct 11 12:25:15 localhost systemd[1]: Mounted Huge Pages File System.\nOct 11 12:25:15 localhost systemd[1]: Mounted POSIX Message Queue File System.\nOct 11 12:25:15 localhost systemd[1]: Mounted Kernel Debug File System.\nOct 11 12:25:15 localhost systemd[1]: Mounted Kernel Trace File System.\nOct 11 12:25:15 localhost systemd[1]: Finished Create List of Static Device Nodes.\nOct 11 12:25:15 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\nOct 11 12:25:15 localhost systemd[1]: Finished Load Kernel Module configfs.\nOct 11 12:25:15 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.\nOct 11 12:25:15 localhost systemd[1]: Finished Load Kernel Module efi_pstore.\nOct 11 12:25:15 localhost systemd[1]: Finished Generate network units from Kernel command line.\nOct 11 12:25:15 localhost kernel: fuse: init (API version 7.37)\nOct 11 12:25:15 localhost systemd-journald[503]: Journal started\n\u2591\u2591 Subject: The journal has been started\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has started up, opened the journal\n\u2591\u2591 files for writing and is now ready to process requests.\nOct 11 12:25:15 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/b674060f3c374afd9815cb4617840456) is 8.0M, max 69.3M, 61.3M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/b674060f3c374afd9815cb4617840456) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.9M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nOct 11 12:25:15 localhost systemd[1]: Queued start job for default target Multi-User System.\nOct 11 12:25:15 localhost systemd[1]: systemd-journald.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-journald.service has successfully entered the 'dead' state.\nOct 11 12:25:15 localhost systemd[1]: Started Journal Service.\nOct 11 12:25:15 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@fuse.service has successfully entered the 'dead' state.\nOct 11 12:25:15 localhost systemd[1]: Finished Load Kernel Module fuse.\n\u2591\u2591 Subject: A start job for unit modprobe@fuse.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@fuse.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 156.\nOct 11 12:25:15 localhost systemd[1]: Mounting FUSE Control File System...\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 155.\nOct 11 12:25:15 localhost systemd[1]: Mounted FUSE Control File System.\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 155.\nOct 11 12:25:15 localhost systemd[1]: Finished Remount Root and Kernel File Systems.\n\u2591\u2591 Subject: A start job for unit systemd-remount-fs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-remount-fs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 133.\nOct 11 12:25:15 localhost systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).\n\u2591\u2591 Subject: A start job for unit systemd-firstboot.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-firstboot.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 181.\nOct 11 12:25:15 localhost systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).\n\u2591\u2591 Subject: A start job for unit systemd-hwdb-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hwdb-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 185.\nOct 11 12:25:15 localhost systemd[1]: Starting Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 139.\nOct 11 12:25:15 localhost systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).\n\u2591\u2591 Subject: A start job for unit systemd-pstore.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pstore.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 136.\nOct 11 12:25:15 localhost systemd[1]: Starting Load/Save OS Random Seed...\n\u2591\u2591 Subject: A start job for unit systemd-random-seed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-random-seed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 170.\nOct 11 12:25:15 localhost systemd[1]: Create System Users was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 174.\nOct 11 12:25:15 localhost systemd[1]: Starting Create Static Device Nodes in /dev...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 172.\nOct 11 12:25:15 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/b674060f3c374afd9815cb4617840456) is 8.0M, max 69.3M, 61.3M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/b674060f3c374afd9815cb4617840456) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.8M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nOct 11 12:25:15 localhost systemd-journald[503]: Received client request to flush runtime journal.\nOct 11 12:25:15 localhost systemd[1]: Finished Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 139.\nOct 11 12:25:15 localhost kernel: ACPI: bus type drm_connector registered\nOct 11 12:25:15 localhost systemd[1]: Finished Read and set NIS domainname from /etc/sysconfig/network.\n\u2591\u2591 Subject: A start job for unit nis-domainname.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nis-domainname.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 169.\nOct 11 12:25:15 localhost systemd[1]: Finished Coldplug All udev Devices.\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 149.\nOct 11 12:25:15 localhost systemd[1]: modprobe@drm.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@drm.service has successfully entered the 'dead' state.\nOct 11 12:25:15 localhost systemd[1]: Finished Load Kernel Module drm.\n\u2591\u2591 Subject: A start job for unit modprobe@drm.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@drm.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 233.\nOct 11 12:25:15 localhost systemd[1]: Finished Load/Save OS Random Seed.\n\u2591\u2591 Subject: A start job for unit systemd-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 170.\nOct 11 12:25:15 localhost systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).\n\u2591\u2591 Subject: A start job for unit first-boot-complete.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit first-boot-complete.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 171.\nOct 11 12:25:15 localhost systemd[1]: Finished Apply Kernel Variables.\n\u2591\u2591 Subject: A start job for unit systemd-sysctl.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysctl.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 160.\nOct 11 12:25:16 localhost systemd[1]: Finished Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 172.\nOct 11 12:25:16 localhost systemd[1]: Reached target Preparation for Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 134.\nOct 11 12:25:16 localhost systemd[1]: Reached target Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 132.\nOct 11 12:25:16 localhost systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit ldconfig.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ldconfig.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 179.\nOct 11 12:25:16 localhost systemd[1]: Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux).\n\u2591\u2591 Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit selinux-autorelabel-mark.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 148.\nOct 11 12:25:16 localhost systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-binfmt.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-binfmt.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 183.\nOct 11 12:25:16 localhost systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-boot-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 176.\nOct 11 12:25:16 localhost systemd[1]: Starting Automatic Boot Loader Update...\n\u2591\u2591 Subject: A start job for unit systemd-boot-update.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-update.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 177.\nOct 11 12:25:16 localhost systemd[1]: Starting Commit a transient machine-id on disk...\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 158.\nOct 11 12:25:16 localhost systemd[1]: Starting Create Volatile Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 161.\nOct 11 12:25:16 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 150.\nOct 11 12:25:16 localhost bootctl[515]: Couldn't find EFI system partition, skipping.\nOct 11 12:25:16 localhost systemd[1]: Finished Automatic Boot Loader Update.\n\u2591\u2591 Subject: A start job for unit systemd-boot-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 177.\nOct 11 12:25:16 localhost systemd[1]: etc-machine\\x2did.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit etc-machine\\x2did.mount has successfully entered the 'dead' state.\nOct 11 12:25:16 localhost systemd[1]: Finished Commit a transient machine-id on disk.\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 158.\nOct 11 12:25:16 localhost systemd-udevd[518]: Using default interface naming scheme 'rhel-9.0'.\nOct 11 12:25:16 localhost systemd[1]: Finished Create Volatile Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 161.\nOct 11 12:25:16 localhost systemd[1]: Mounting RPC Pipe File System...\n\u2591\u2591 Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 209.\nOct 11 12:25:16 localhost systemd[1]: Starting Security Auditing Service...\n\u2591\u2591 Subject: A start job for unit auditd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 248.\nOct 11 12:25:16 localhost systemd[1]: Starting RPC Bind...\n\u2591\u2591 Subject: A start job for unit rpcbind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpcbind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 215.\nOct 11 12:25:16 localhost systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).\n\u2591\u2591 Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-catalog-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 182.\nOct 11 12:25:16 localhost systemd[1]: Update is Completed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-update-done.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-done.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 157.\nOct 11 12:25:16 localhost auditd[524]: No plugins found, not dispatching events\nOct 11 12:25:16 localhost auditd[524]: Init complete, auditd 3.1.5 listening for events (startup state enable)\nOct 11 12:25:16 localhost systemd[1]: Started RPC Bind.\n\u2591\u2591 Subject: A start job for unit rpcbind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpcbind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 215.\nOct 11 12:25:16 localhost augenrules[527]: /sbin/augenrules: No change\nOct 11 12:25:16 localhost augenrules[542]: No rules\nOct 11 12:25:16 localhost augenrules[542]: enabled 1\nOct 11 12:25:16 localhost augenrules[542]: failure 1\nOct 11 12:25:16 localhost augenrules[542]: pid 524\nOct 11 12:25:16 localhost augenrules[542]: rate_limit 0\nOct 11 12:25:16 localhost augenrules[542]: backlog_limit 8192\nOct 11 12:25:16 localhost augenrules[542]: lost 0\nOct 11 12:25:16 localhost augenrules[542]: backlog 4\nOct 11 12:25:16 localhost augenrules[542]: backlog_wait_time 60000\nOct 11 12:25:16 localhost augenrules[542]: backlog_wait_time_actual 0\nOct 11 12:25:16 localhost augenrules[542]: enabled 1\nOct 11 12:25:16 localhost augenrules[542]: failure 1\nOct 11 12:25:16 localhost augenrules[542]: pid 524\nOct 11 12:25:16 localhost augenrules[542]: rate_limit 0\nOct 11 12:25:16 localhost augenrules[542]: backlog_limit 8192\nOct 11 12:25:16 localhost augenrules[542]: lost 0\nOct 11 12:25:16 localhost augenrules[542]: backlog 4\nOct 11 12:25:16 localhost augenrules[542]: backlog_wait_time 60000\nOct 11 12:25:16 localhost augenrules[542]: backlog_wait_time_actual 0\nOct 11 12:25:16 localhost augenrules[542]: enabled 1\nOct 11 12:25:16 localhost augenrules[542]: failure 1\nOct 11 12:25:16 localhost augenrules[542]: pid 524\nOct 11 12:25:16 localhost augenrules[542]: rate_limit 0\nOct 11 12:25:16 localhost augenrules[542]: backlog_limit 8192\nOct 11 12:25:16 localhost augenrules[542]: lost 0\nOct 11 12:25:16 localhost augenrules[542]: backlog 4\nOct 11 12:25:16 localhost augenrules[542]: backlog_wait_time 60000\nOct 11 12:25:16 localhost augenrules[542]: backlog_wait_time_actual 0\nOct 11 12:25:16 localhost systemd[1]: Started Security Auditing Service.\n\u2591\u2591 Subject: A start job for unit auditd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 248.\nOct 11 12:25:16 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 254.\nOct 11 12:25:16 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 254.\nOct 11 12:25:16 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 150.\nOct 11 12:25:16 localhost systemd[1]: Reached target System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 124.\nOct 11 12:25:16 localhost systemd[1]: Started dnf makecache --timer.\n\u2591\u2591 Subject: A start job for unit dnf-makecache.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dnf-makecache.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 196.\nOct 11 12:25:16 localhost systemd[1]: Started Daily rotation of log files.\n\u2591\u2591 Subject: A start job for unit logrotate.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 195.\nOct 11 12:25:16 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-clean.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 194.\nOct 11 12:25:16 localhost systemd[1]: Reached target Timer Units.\n\u2591\u2591 Subject: A start job for unit timers.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit timers.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 193.\nOct 11 12:25:16 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit dbus.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 192.\nOct 11 12:25:16 localhost systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket.\n\u2591\u2591 Subject: A start job for unit sssd-kcm.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd-kcm.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 188.\nOct 11 12:25:16 localhost systemd[1]: Reached target Socket Units.\n\u2591\u2591 Subject: A start job for unit sockets.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sockets.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 186.\nOct 11 12:25:16 localhost kernel: RPC: Registered named UNIX socket transport module.\nOct 11 12:25:16 localhost kernel: RPC: Registered udp transport module.\nOct 11 12:25:16 localhost kernel: RPC: Registered tcp transport module.\nOct 11 12:25:16 localhost kernel: RPC: Registered tcp-with-tls transport module.\nOct 11 12:25:16 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.\nOct 11 12:25:17 localhost systemd[1]: Starting D-Bus System Message Bus...\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 200.\nOct 11 12:25:17 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase-sysinit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 159.\nOct 11 12:25:17 localhost systemd[1]: Mounted RPC Pipe File System.\n\u2591\u2591 Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 209.\nOct 11 12:25:17 localhost systemd[1]: Condition check resulted in /dev/ttyS0 being skipped.\n\u2591\u2591 Subject: A start job for unit dev-ttyS0.device has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-ttyS0.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 242.\nOct 11 12:25:17 localhost systemd[1]: Reached target rpc_pipefs.target.\n\u2591\u2591 Subject: A start job for unit rpc_pipefs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc_pipefs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 208.\nOct 11 12:25:17 localhost systemd[1]: Starting Load Kernel Module configfs...\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 332.\nOct 11 12:25:17 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nOct 11 12:25:17 localhost systemd[1]: Finished Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 332.\nOct 11 12:25:17 localhost systemd-udevd[553]: Network interface NamePolicy= disabled on kernel command line.\nOct 11 12:25:17 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5\nOct 11 12:25:17 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer\nOct 11 12:25:17 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr\nOct 11 12:25:17 localhost kernel: cirrus-qemu 0000:00:02.0: vgaarb: deactivate vga console\nOct 11 12:25:17 localhost dbus-broker-lau[577]: Ready\nOct 11 12:25:17 localhost systemd[1]: Started D-Bus System Message Bus.\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 200.\nOct 11 12:25:17 localhost kernel: Console: switching to colour dummy device 80x25\nOct 11 12:25:17 localhost kernel: [drm] Initialized cirrus-qemu 2.0.0 for 0000:00:02.0 on minor 0\nOct 11 12:25:17 localhost systemd[1]: Reached target Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 121.\nOct 11 12:25:17 localhost kernel: fbcon: cirrus-qemudrmf (fb0) is primary device\nOct 11 12:25:17 localhost kernel: Console: switching to colour frame buffer device 128x48\nOct 11 12:25:17 localhost kernel: cirrus-qemu 0000:00:02.0: [drm] fb0: cirrus-qemudrmf frame buffer device\nOct 11 12:25:17 localhost systemd[1]: Starting NTP client/server...\n\u2591\u2591 Subject: A start job for unit chronyd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 245.\nOct 11 12:25:17 localhost systemd[1]: Starting Cloud-init: Local Stage (pre-network)...\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 219.\nOct 11 12:25:17 localhost systemd[1]: Starting Restore /run/initramfs on shutdown...\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 131.\nOct 11 12:25:17 localhost systemd[1]: Started irqbalance daemon.\n\u2591\u2591 Subject: A start job for unit irqbalance.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit irqbalance.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 214.\nOct 11 12:25:17 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload).\n\u2591\u2591 Subject: A start job for unit microcode.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit microcode.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 203.\nOct 11 12:25:17 localhost chronyd[609]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)\nOct 11 12:25:17 localhost chronyd[609]: Loaded 0 symmetric keys\nOct 11 12:25:17 localhost chronyd[609]: Using right/UTC timezone to obtain leap second data\nOct 11 12:25:17 localhost chronyd[609]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift\nOct 11 12:25:17 localhost chronyd[609]: Loaded seccomp filter (level 2)\nOct 11 12:25:17 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.\n\u2591\u2591 Subject: A start job for unit rngd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rngd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 244.\nOct 11 12:25:17 localhost systemd[1]: OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ecdsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 227.\nOct 11 12:25:17 localhost systemd[1]: OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ed25519.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 228.\nOct 11 12:25:17 localhost systemd[1]: OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@rsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@rsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 225.\nOct 11 12:25:17 localhost systemd[1]: Reached target sshd-keygen.target.\n\u2591\u2591 Subject: A start job for unit sshd-keygen.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 224.\nOct 11 12:25:17 localhost systemd[1]: System Security Services Daemon was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit sssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 250.\nOct 11 12:25:17 localhost systemd[1]: Reached target User and Group Name Lookups.\n\u2591\u2591 Subject: A start job for unit nss-user-lookup.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nss-user-lookup.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 251.\nOct 11 12:25:17 localhost systemd[1]: Starting User Login Management...\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 231.\nOct 11 12:25:17 localhost systemd[1]: Starting Rotate log files...\n\u2591\u2591 Subject: A start job for unit logrotate.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 266.\nOct 11 12:25:17 localhost systemd[1]: Started NTP client/server.\n\u2591\u2591 Subject: A start job for unit chronyd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 245.\nOct 11 12:25:17 localhost systemd[1]: Finished Restore /run/initramfs on shutdown.\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 131.\nOct 11 12:25:17 localhost rngd[611]: Disabling 7: PKCS11 Entropy generator (pkcs11)\nOct 11 12:25:17 localhost rngd[611]: Disabling 5: NIST Network Entropy Beacon (nist)\nOct 11 12:25:17 localhost rngd[611]: Disabling 9: Qrypt quantum entropy beacon (qrypt)\nOct 11 12:25:17 localhost rngd[611]: Disabling 10: Named pipe entropy input (namedpipe)\nOct 11 12:25:17 localhost rngd[611]: Disabling 6: JITTER Entropy generator (jitter)\nOct 11 12:25:17 localhost rngd[611]: Initializing available sources\nOct 11 12:25:17 localhost rngd[611]: [hwrng ]: Initialization Failed\nOct 11 12:25:17 localhost rngd[611]: [rdrand]: Enabling RDRAND rng support\nOct 11 12:25:17 localhost rngd[611]: [rdrand]: Initialized\nOct 11 12:25:17 localhost rngd[611]: Process privileges have been dropped to 2:2\nOct 11 12:25:17 localhost systemd[1]: logrotate.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit logrotate.service has successfully entered the 'dead' state.\nOct 11 12:25:17 localhost systemd[1]: Finished Rotate log files.\n\u2591\u2591 Subject: A start job for unit logrotate.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 266.\nOct 11 12:25:17 localhost systemd-logind[612]: New seat seat0.\n\u2591\u2591 Subject: A new seat seat0 is now available\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new seat seat0 has been configured and is now available.\nOct 11 12:25:17 localhost systemd-logind[612]: Watching system buttons on /dev/input/event0 (Power Button)\nOct 11 12:25:17 localhost systemd-logind[612]: Watching system buttons on /dev/input/event1 (Sleep Button)\nOct 11 12:25:17 localhost systemd-logind[612]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)\nOct 11 12:25:17 localhost systemd[1]: Started User Login Management.\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 231.\nOct 11 12:25:20 localhost cloud-init[618]: Cloud-init v. 24.4-7.el9 running 'init-local' at Sat, 11 Oct 2025 16:25:20 +0000. Up 13.77 seconds.\nOct 11 12:25:20 localhost dhclient[622]: Internet Systems Consortium DHCP Client 4.4.2b1\nOct 11 12:25:20 localhost dhclient[622]: Copyright 2004-2019 Internet Systems Consortium.\nOct 11 12:25:20 localhost dhclient[622]: All rights reserved.\nOct 11 12:25:20 localhost dhclient[622]: For info, please visit https://www.isc.org/software/dhcp/\nOct 11 12:25:20 localhost dhclient[622]: \nOct 11 12:25:20 localhost dhclient[622]: Listening on LPF/eth0/02:19:c3:ca:eb:6b\nOct 11 12:25:20 localhost dhclient[622]: Sending on LPF/eth0/02:19:c3:ca:eb:6b\nOct 11 12:25:20 localhost dhclient[622]: Sending on Socket/fallback\nOct 11 12:25:20 localhost dhclient[622]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8 (xid=0x1464326e)\nOct 11 12:25:20 localhost dhclient[622]: DHCPOFFER of 10.31.47.48 from 10.31.44.1\nOct 11 12:25:20 localhost dhclient[622]: DHCPREQUEST for 10.31.47.48 on eth0 to 255.255.255.255 port 67 (xid=0x1464326e)\nOct 11 12:25:20 localhost dhclient[622]: DHCPACK of 10.31.47.48 from 10.31.44.1 (xid=0x1464326e)\nOct 11 12:25:20 localhost dhclient[622]: bound to 10.31.47.48 -- renewal in 1642 seconds.\nOct 11 12:25:20 localhost systemd[1]: Starting Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 338.\nOct 11 12:25:20 localhost systemd[1]: Started Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 338.\nOct 11 12:25:20 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[637]: Hostname set to (static)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Local Stage (pre-network).\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 219.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Network.\n\u2591\u2591 Subject: A start job for unit network-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 144.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager...\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 199.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3048] NetworkManager (version 1.54.1-1.el9) is starting... (boot:321958a5-343d-4ad5-a3fe-0c01aac565e6)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3050] Read config: /etc/NetworkManager/NetworkManager.conf, /run/NetworkManager/conf.d/15-carrier-timeout.conf\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3166] manager[0x55df69bec080]: monitoring kernel firmware directory '/lib/firmware'.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3200] hostname: hostname: using hostnamed\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3201] hostname: static hostname changed from (none) to \"ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com\"\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.3205] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5178] manager[0x55df69bec080]: rfkill: Wi-Fi hardware radio set enabled\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5178] manager[0x55df69bec080]: rfkill: WWAN hardware radio set enabled\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n\u2591\u2591 Subject: A start job for unit systemd-rfkill.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-rfkill.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 405.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5614] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.54.1-1.el9/libnm-device-plugin-team.so)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5615] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5615] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5616] manager: Networking is enabled by state file\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5623] settings: Loaded settings plugin: keyfile (internal)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5651] settings: Loaded settings plugin: ifcfg-rh (\"/usr/lib64/NetworkManager/1.54.1-1.el9/libnm-settings-plugin-ifcfg-rh.so\")\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5675] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using \"nmcli connection migrate\"\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5698] dhcp: init: Using DHCP client 'internal'\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5700] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 412.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5722] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5736] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5743] device (lo): Activation: starting connection 'lo' (04ac713b-7d51-42a5-b9ba-8626100faee8)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5751] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5755] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager.\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 199.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5783] bus-manager: acquired D-Bus service \"org.freedesktop.NetworkManager\"\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5788] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5793] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5797] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5800] device (eth0): carrier: link connected\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5804] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5811] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5818] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5829] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5834] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5837] manager: NetworkManager state is now CONNECTING\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5843] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5853] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5858] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network.\n\u2591\u2591 Subject: A start job for unit network.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 201.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5891] dhcp4 (eth0): state changed new lease, address=10.31.47.48\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.5903] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online...\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 198.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon...\n\u2591\u2591 Subject: A start job for unit gssproxy.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 211.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 412.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6044] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6067] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6071] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6081] device (lo): Activation: successful, device activated.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6157] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6162] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full')\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6177] manager: NetworkManager state is now CONNECTED_SITE\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6192] device (eth0): Activation: successful, device activated.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6203] manager: NetworkManager state is now CONNECTED_GLOBAL\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon.\n\u2591\u2591 Subject: A start job for unit gssproxy.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 211.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\n\u2591\u2591 Subject: A start job for unit rpc-gssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-gssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 207.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services.\n\u2591\u2591 Subject: A start job for unit nfs-client.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nfs-client.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 205.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 213.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 217.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 135.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com NetworkManager[641]: [1760199921.6387] manager: startup complete\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Network Manager Wait Online.\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 198.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Network Stage...\n\u2591\u2591 Subject: A start job for unit cloud-init.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Added source 10.11.160.238\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Added source 10.18.100.10\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Added source 10.2.32.37\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Added source 10.2.32.38\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Cloud-init v. 24.4-7.el9 running 'init' at Sat, 11 Oct 2025 16:25:21 +0000. Up 15.30 seconds.\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | eth0 | True | 10.31.47.48 | 255.255.252.0 | global | 02:19:c3:ca:eb:6b |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | eth0 | True | fe80::19:c3ff:feca:eb6b/64 | . | link | 02:19:c3:ca:eb:6b |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | lo | True | ::1/128 | . | host | . |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+---------+-----------+-------+\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | Route | Destination | Gateway | Interface | Flags |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+---------+-----------+-------+\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | 1 | fe80::/64 | :: | eth0 | U |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: | 3 | multicast | :: | eth0 | U |\nOct 11 12:25:21 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: ci-info: +-------+-------------+---------+-----------+-------+\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Generating public/private rsa key pair.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key fingerprint is:\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: SHA256:nkLvl+Y9bDPNlAjAqS/KN388UKsI1iU23xv8EDGJ7WQ root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key's randomart image is:\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +---[RSA 3072]----+\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . + . |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | = E |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . = o |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | = . = |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o.*S+ + . . |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o.oo+.* . o |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o o.o++ B + |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o +o. O.B o |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . oo=.o.+ |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +----[SHA256]-----+\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Generating public/private ecdsa key pair.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key fingerprint is:\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: SHA256:DH43mXujOYmPR1ar4cC+fronTYgM4wsFmh2foGhNp38 root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key's randomart image is:\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +---[ECDSA 256]---+\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | +. . |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: |.=o=o.. |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: |=..o*. o o. |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: |. o.+.oS.=. . |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . ..oE+.=o. |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . ... O.+o |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . +.X+ . |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | .*X+. |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +----[SHA256]-----+\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Generating public/private ed25519 key pair.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key fingerprint is:\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: SHA256:dFgvH/fMqKp/vvkzaUmIZyWfUsg4XS00/Oi3CJc4EYo root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: The key's randomart image is:\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +--[ED25519 256]--+\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | . oo. |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o o +..|\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | + +++o.+ |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | E oo+=o+=.|\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | S o+Bo.+|\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | .+=+= .|\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | o=o.+.|\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | ..o*. |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: | .ooo++.o |\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[732]: +----[SHA256]-----+\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Network Stage.\n\u2591\u2591 Subject: A start job for unit cloud-init.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability.\n\u2591\u2591 Subject: A start job for unit cloud-config.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 221.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online.\n\u2591\u2591 Subject: A start job for unit network-online.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-online.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 197.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Config Stage...\n\u2591\u2591 Subject: A start job for unit cloud-config.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 220.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming...\n\u2591\u2591 Subject: A start job for unit kdump.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 230.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness....\n\u2591\u2591 Subject: A start job for unit restraintd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 252.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart...\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 212.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service...\n\u2591\u2591 Subject: A start job for unit rsyslog.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 216.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions...\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 234.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[810]: Server listening on 0.0.0.0 port 22.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[810]: Server listening on :: port 22.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sm-notify[807]: Version 2.5.4 starting\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com rsyslogd[809]: [origin software=\"rsyslogd\" swVersion=\"8.2506.0-2.el9\" x-pid=\"809\" x-info=\"https://www.rsyslog.com\"] start\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness..\n\u2591\u2591 Subject: A start job for unit restraintd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 252.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service.\n\u2591\u2591 Subject: A start job for unit rsyslog.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 216.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart.\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 212.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Permit User Sessions.\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 234.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com restraintd[816]: Listening on http://localhost:8081\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler.\n\u2591\u2591 Subject: A start job for unit crond.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit crond.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 249.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1.\n\u2591\u2591 Subject: A start job for unit getty@tty1.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty@tty1.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 236.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com crond[818]: (CRON) STARTUP (1.5.7)\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com crond[818]: (CRON) INFO (Syslog will be used instead of sendmail.)\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com crond[818]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 91% if used.)\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com crond[818]: (CRON) INFO (running with inotify support)\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Serial Getty on ttyS0.\n\u2591\u2591 Subject: A start job for unit serial-getty@ttyS0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit serial-getty@ttyS0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 240.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts.\n\u2591\u2591 Subject: A start job for unit getty.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 235.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System.\n\u2591\u2591 Subject: A start job for unit multi-user.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit multi-user.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 120.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Record Runlevel Change in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 253.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Record Runlevel Change in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 253.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com rsyslogd[809]: imjournal: journal files changed, reloading... [v8.2506.0-2.el9 try https://www.rsyslog.com/e/0 ]\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[886]: Cloud-init v. 24.4-7.el9 running 'modules:config' at Sat, 11 Oct 2025 16:25:23 +0000. Up 16.90 seconds.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[810]: Received signal 15; terminating.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon...\n\u2591\u2591 Subject: A stop job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 492.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit sshd.service has successfully entered the 'dead' state.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon.\n\u2591\u2591 Subject: A stop job for unit sshd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 492 and the job result is done.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Detected change(s) in the following file(s): /etc/fstab\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 492.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[942]: Server listening on 0.0.0.0 port 22.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd[942]: Server listening on :: port 22.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 492.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Config Stage.\n\u2591\u2591 Subject: A start job for unit cloud-config.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 220.\nOct 11 12:25:23 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Final Stage...\n\u2591\u2591 Subject: A start job for unit cloud-final.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 229.\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1104]: Cloud-init v. 24.4-7.el9 running 'modules:final' at Sat, 11 Oct 2025 16:25:24 +0000. Up 17.39 seconds.\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1106]: #############################################################\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1107]: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1109]: 256 SHA256:DH43mXujOYmPR1ar4cC+fronTYgM4wsFmh2foGhNp38 root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com (ECDSA)\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1111]: 256 SHA256:dFgvH/fMqKp/vvkzaUmIZyWfUsg4XS00/Oi3CJc4EYo root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com (ED25519)\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1113]: 3072 SHA256:nkLvl+Y9bDPNlAjAqS/KN388UKsI1iU23xv8EDGJ7WQ root@ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com (RSA)\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1114]: -----END SSH HOST KEY FINGERPRINTS-----\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1115]: #############################################################\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com cloud-init[1104]: Cloud-init v. 24.4-7.el9 finished at Sat, 11 Oct 2025 16:25:24 +0000. Datasource DataSourceEc2Local. Up 17.51 seconds\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Final Stage.\n\u2591\u2591 Subject: A start job for unit cloud-final.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 229.\nOct 11 12:25:24 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target.\n\u2591\u2591 Subject: A start job for unit cloud-init.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 218.\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 0 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 0 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 48 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 48 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 49 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 49 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 50 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 50 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 51 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 51 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 52 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 52 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 53 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 53 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 54 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 54 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 55 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 55 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 56 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 56 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 57 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 57 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 58 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 58 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: Cannot change IRQ 59 affinity: Operation not permitted\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com irqbalance[600]: IRQ 59 affinity is now unmanaged\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Selected source 99.28.14.242 (2.centos.pool.ntp.org)\nOct 11 12:25:27 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: System clock TAI offset set to 37 seconds\nOct 11 12:25:28 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated.\nOct 11 12:25:28 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Rebuilding /boot/initramfs-5.14.0-620.el9.x86_64kdump.img\nOct 11 12:25:28 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1451]: dracut-057-102.git20250818.el9\nOct 11 12:25:28 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --mount \"/dev/disk/by-uuid/f9df145f-01c1-4ebf-9b51-45e41fe77b2d /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota\" --squash-compressor zstd --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-5.14.0-620.el9.x86_64kdump.img 5.14.0-620.el9.x86_64\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmand' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Module 'ifcfg' will not be installed, because it's in the list to be omitted!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Module 'plymouth' will not be installed, because it's in the list to be omitted!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Module 'resume' will not be installed, because it's in the list to be omitted!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Module 'earlykdump' will not be installed, because it's in the list to be omitted!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: memstrack is not available\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmand' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nOct 11 12:25:29 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: memstrack is not available\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: systemd ***\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: fips ***\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: systemd-initrd ***\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: rngd ***\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: i18n ***\nOct 11 12:25:30 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: drm ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: prefixdevname ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: kernel-modules ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: kernel-modules-extra ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: kernel-modules-extra: configuration source \"/run/depmod.d\" does not exist\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: kernel-modules-extra: configuration source \"/lib/depmod.d\" does not exist\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: kernel-modules-extra: parsing configuration file \"/etc/depmod.d/dist.conf\"\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: kernel-modules-extra: /etc/depmod.d/dist.conf: added \"updates extra built-in weak-updates\" to the list of search directories\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: fstab-sys ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: rootfs-block ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: terminfo ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: udev-rules ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Skipping udev rule: 91-permissions.rules\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Skipping udev rule: 80-drivers-modprobe.rules\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: dracut-systemd ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: usrmount ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: base ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: fs-lib ***\nOct 11 12:25:31 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: kdumpbase ***\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: microcode_ctl-fw_dir_override ***\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl module: mangling fw_dir\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: reset fw_dir to \"/lib/firmware/updates /lib/firmware\"\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: intel: caveats check for kernel version \"5.14.0-620.el9.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel\" to fw_dir variable\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-2d-07\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-4e-03\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-4f-01\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-55-04\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-5e-03\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-8c-01\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-8e-9e-0x-0xca\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-8e-9e-0x-dell\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8f-08\"...\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: configuration \"intel-06-8f-08\" is ignored\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: microcode_ctl: final fw_dir: \"/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware\"\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: openssl ***\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: shutdown ***\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including module: squash ***\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Including modules done ***\nOct 11 12:25:32 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Installing kernel module dependencies ***\nOct 11 12:25:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Installing kernel module dependencies done ***\nOct 11 12:25:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Resolving executable dependencies ***\nOct 11 12:25:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Resolving executable dependencies done ***\nOct 11 12:25:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Generating early-microcode cpio image ***\nOct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Constructing GenuineIntel.bin ***\nOct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Constructing GenuineIntel.bin ***\nOct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Store current command line parameters ***\nOct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Stored kernel commandline:\nOct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: No dracut internal kernel commandline stored in the initramfs\nOct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Install squash loader ***\nOct 11 12:25:34 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Squashing the files inside the initramfs ***\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Squashing the files inside the initramfs done ***\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Creating image file '/boot/initramfs-5.14.0-620.el9.x86_64kdump.img' ***\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Hardlinking files ***\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Mode: real\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Files: 51\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Linked: 0 files\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Compared: 0 xattrs\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Compared: 0 files\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Saved: 0 B\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: Duration: 0.000283 seconds\nOct 11 12:25:40 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Hardlinking files done ***\nOct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com dracut[1453]: *** Creating initramfs image file '/boot/initramfs-5.14.0-620.el9.x86_64kdump.img' done ***\nOct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: kexec: loaded kdump kernel\nOct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Starting kdump: [OK]\nOct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Crash recovery kernel arming.\n\u2591\u2591 Subject: A start job for unit kdump.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 230.\nOct 11 12:25:41 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.204s (kernel) + 3.750s (initrd) + 30.342s (userspace) = 35.297s.\n\u2591\u2591 Subject: System start-up is now complete\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 All system services necessary queued for starting at boot have been\n\u2591\u2591 started. Note that this does not mean that the machine is now idle as services\n\u2591\u2591 might still be busy with completing start-up.\n\u2591\u2591 \n\u2591\u2591 Kernel start-up required 1204910 microseconds.\n\u2591\u2591 \n\u2591\u2591 Initrd start-up required 3750246 microseconds.\n\u2591\u2591 \n\u2591\u2591 Userspace start-up required 30342439 microseconds.\nOct 11 12:25:51 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nOct 11 12:26:33 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com chronyd[609]: Selected source 10.2.32.38\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4274]: Accepted publickey for root from 10.30.34.132 port 38846 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0.\n\u2591\u2591 Subject: A start job for unit user-0.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-0.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 495.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Runtime Directory /run/user/0...\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 494.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: New session 1 of user root.\n\u2591\u2591 Subject: A new session 1 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 1 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4274.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished User Runtime Directory /run/user/0.\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 494.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0...\n\u2591\u2591 Subject: A start job for unit user@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 493.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Queued start job for default target Main User Target.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Created slice User Application Slice.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 10.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system).\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 6.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Started Daily Cleanup of User's Temporary Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Paths.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 7.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Timers.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Starting D-Bus User Message Bus Socket...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Starting Create User's Volatile Files and Directories...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Finished Create User's Volatile Files and Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Listening on D-Bus User Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Sockets.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 8.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Basic System.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Reached target Main User Target.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[4278]: Startup finished in 81ms.\n\u2591\u2591 Subject: User manager start-up is now complete\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The user manager instance for user 0 has been started. All services queued\n\u2591\u2591 for starting have been started. Note that other services might still be starting\n\u2591\u2591 up or be started at any later time.\n\u2591\u2591 \n\u2591\u2591 Startup of the manager took 81900 microseconds.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0.\n\u2591\u2591 Subject: A start job for unit user@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 493.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of User root.\n\u2591\u2591 Subject: A start job for unit session-1.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-1.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 561.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4274]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4287]: Received disconnect from 10.30.34.132 port 38846:11: disconnected by user\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4287]: Disconnected from user root 10.30.34.132 port 38846\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4274]: pam_unix(sshd:session): session closed for user root\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: Session 1 logged out. Waiting for processes to exit.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-1.scope has successfully entered the 'dead' state.\nOct 11 12:27:10 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: Removed session 1.\n\u2591\u2591 Subject: Session 1 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 1 has been terminated.\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4323]: Accepted publickey for root from 10.31.9.234 port 55250 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4324]: Accepted publickey for root from 10.31.9.234 port 55254 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: New session 3 of user root.\n\u2591\u2591 Subject: A new session 3 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 3 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4323.\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of User root.\n\u2591\u2591 Subject: A start job for unit session-3.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-3.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 630.\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: New session 4 of user root.\n\u2591\u2591 Subject: A new session 4 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 4 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4324.\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of User root.\n\u2591\u2591 Subject: A start job for unit session-4.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-4.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 699.\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4323]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4324]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4330]: Received disconnect from 10.31.9.234 port 55254:11: disconnected by user\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4330]: Disconnected from user root 10.31.9.234 port 55254\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com sshd-session[4324]: pam_unix(sshd:session): session closed for user root\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-4.scope has successfully entered the 'dead' state.\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: Session 4 logged out. Waiting for processes to exit.\nOct 11 12:27:14 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd-logind[612]: Removed session 4.\n\u2591\u2591 Subject: Session 4 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 4 has been terminated.\nOct 11 12:27:18 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com unknown: Running test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1) with reboot count 0 and test restart count 0. (Be aware the test name is sanitized!)\nOct 11 12:27:19 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 768.\nOct 11 12:27:19 ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 768.\nOct 11 12:27:19 managed-node2 systemd-hostnamed[6820]: Hostname set to (static)\nOct 11 12:27:19 managed-node2 NetworkManager[641]: [1760200039.1748] hostname: static hostname changed from \"ip-10-31-47-48.testing-farm.us-east-1.aws.redhat.com\" to \"managed-node2\"\nOct 11 12:27:19 managed-node2 systemd[1]: Starting Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 834.\nOct 11 12:27:19 managed-node2 systemd[1]: Started Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 834.\nOct 11 12:27:20 managed-node2 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!)\nOct 11 12:27:29 managed-node2 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nOct 11 12:27:49 managed-node2 systemd[1]: systemd-hostnamed.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nOct 11 12:28:07 managed-node2 sshd-session[7556]: Accepted publickey for root from 10.31.45.202 port 52922 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nOct 11 12:28:07 managed-node2 systemd-logind[612]: New session 5 of user root.\n\u2591\u2591 Subject: A new session 5 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 5 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 7556.\nOct 11 12:28:07 managed-node2 systemd[1]: Started Session 5 of User root.\n\u2591\u2591 Subject: A start job for unit session-5.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-5.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 900.\nOct 11 12:28:07 managed-node2 sshd-session[7556]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:28:07 managed-node2 sshd-session[7559]: Received disconnect from 10.31.45.202 port 52922:11: disconnected by user\nOct 11 12:28:07 managed-node2 sshd-session[7559]: Disconnected from user root 10.31.45.202 port 52922\nOct 11 12:28:07 managed-node2 sshd-session[7556]: pam_unix(sshd:session): session closed for user root\nOct 11 12:28:07 managed-node2 systemd[1]: session-5.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-5.scope has successfully entered the 'dead' state.\nOct 11 12:28:07 managed-node2 systemd-logind[612]: Session 5 logged out. Waiting for processes to exit.\nOct 11 12:28:07 managed-node2 systemd-logind[612]: Removed session 5.\n\u2591\u2591 Subject: Session 5 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 5 has been terminated.\nOct 11 12:28:07 managed-node2 sshd-session[7583]: Accepted publickey for root from 10.31.45.202 port 52924 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nOct 11 12:28:07 managed-node2 systemd-logind[612]: New session 6 of user root.\n\u2591\u2591 Subject: A new session 6 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 6 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 7583.\nOct 11 12:28:07 managed-node2 systemd[1]: Started Session 6 of User root.\n\u2591\u2591 Subject: A start job for unit session-6.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-6.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 969.\nOct 11 12:28:07 managed-node2 sshd-session[7583]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:28:07 managed-node2 sshd-session[7586]: Received disconnect from 10.31.45.202 port 52924:11: disconnected by user\nOct 11 12:28:07 managed-node2 sshd-session[7586]: Disconnected from user root 10.31.45.202 port 52924\nOct 11 12:28:07 managed-node2 sshd-session[7583]: pam_unix(sshd:session): session closed for user root\nOct 11 12:28:07 managed-node2 systemd[1]: session-6.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-6.scope has successfully entered the 'dead' state.\nOct 11 12:28:07 managed-node2 systemd-logind[612]: Session 6 logged out. Waiting for processes to exit.\nOct 11 12:28:07 managed-node2 systemd-logind[612]: Removed session 6.\n\u2591\u2591 Subject: Session 6 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 6 has been terminated.\nOct 11 12:28:10 managed-node2 sshd-session[7612]: Accepted publickey for root from 10.31.45.202 port 37638 ssh2: ECDSA SHA256:8nIuVr+lpwQVKeOQSYg/PXJv9GC8xvoYKgpw75g9Cig\nOct 11 12:28:10 managed-node2 systemd-logind[612]: New session 7 of user root.\n\u2591\u2591 Subject: A new session 7 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 7 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 7612.\nOct 11 12:28:10 managed-node2 systemd[1]: Started Session 7 of User root.\n\u2591\u2591 Subject: A start job for unit session-7.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-7.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1038.\nOct 11 12:28:10 managed-node2 sshd-session[7612]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:28:12 managed-node2 python3.9[7789]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nOct 11 12:28:13 managed-node2 python3.9[7964]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None\nOct 11 12:28:13 managed-node2 python3.9[8113]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman mode=0777 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 state=None _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nOct 11 12:28:14 managed-node2 python3.9[8262]: ansible-user Invoked with name=podman_basic_user uid=3001 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None\nOct 11 12:28:14 managed-node2 useradd[8264]: new group: name=podman_basic_user, GID=3001\nOct 11 12:28:14 managed-node2 useradd[8264]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=/dev/pts/0\nOct 11 12:28:15 managed-node2 python3.9[8419]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd1 state=directory mode=0755 owner=podman_basic_user 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 group=None seuser=None serole=None selevel=None setype=None attributes=None\nOct 11 12:28:15 managed-node2 python3.9[8568]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd2 state=directory mode=0755 owner=root 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 group=None seuser=None serole=None selevel=None setype=None attributes=None\nOct 11 12:28:16 managed-node2 python3.9[8717]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd3 state=directory mode=0755 owner=root 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 group=None seuser=None serole=None selevel=None setype=None attributes=None\nOct 11 12:28:16 managed-node2 python3.9[8866]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nOct 11 12:28:16 managed-node2 python3.9[8986]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1760200096.4114554-8515-133855132486903/.source.txt _original_basename=.8nwk596a follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nOct 11 12:28:17 managed-node2 python3.9[9135]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nOct 11 12:28:17 managed-node2 python3.9[9255]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1760200097.0142264-8515-231032948173807/.source.txt _original_basename=.kegi7026 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nOct 11 12:28:17 managed-node2 python3.9[9404]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nOct 11 12:28:18 managed-node2 python3.9[9524]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1760200097.615217-8515-85097311136360/.source.txt _original_basename=.gy70mof_ follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nOct 11 12:28:18 managed-node2 python3.9[9673]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nOct 11 12:28:18 managed-node2 python3.9[9822]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nOct 11 12:28:19 managed-node2 python3.9[9971]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _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\nOct 11 12:28:20 managed-node2 sudo[10270]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lnhxfubeyjfwurhifvduyvqbecdvgdni ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760200100.607577-8627-86757531218302/AnsiballZ_dnf.py'\nOct 11 12:28:20 managed-node2 sudo[10270]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:28:21 managed-node2 python3.9[10272]: ansible-ansible.legacy.dnf Invoked with name=['podman'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nOct 11 12:28:34 managed-node2 sudo[10270]: pam_unix(sudo:session): session closed for user root\nOct 11 12:28:35 managed-node2 sudo[10625]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-odapwxrgpwqwemsgvaqphtpvdrqvxzmm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760200115.5905783-9005-261795299125399/AnsiballZ_dnf.py'\nOct 11 12:28:35 managed-node2 sudo[10625]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)\nOct 11 12:28:35 managed-node2 python3.9[10627]: ansible-ansible.legacy.dnf Invoked with name=['podman'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nOct 11 12:28:39 managed-node2 sudo[10625]: pam_unix(sudo:session): session closed for user root\nOct 11 12:28:40 managed-node2 python3.9[10809]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _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", "task_name": "Dump journal", "task_path": "/tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:457" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 11 October 2025 12:28:41 -0400 (0:00:00.252) 0:00:30.735 ****** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed -- 13.57s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 fedora.linux_system_roles.podman : Ensure required packages are installed --- 4.37s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Gathering Facts --------------------------------------------------------- 2.28s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Create data files ------------------------------------------------------- 1.82s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Create host directories for data ---------------------------------------- 0.99s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.95s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.75s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Write kube_file_src ----------------------------------------------------- 0.70s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Create user ------------------------------------------------------------- 0.58s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Change tmpdir permissions ----------------------------------------------- 0.50s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 fedora.linux_system_roles.podman : Run systemctl ------------------------ 0.43s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:52 Create tmpdir for testing ----------------------------------------------- 0.41s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Dump journal ------------------------------------------------------------ 0.41s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:457 Clean up host directories ----------------------------------------------- 0.37s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:473 Clean up storage.conf --------------------------------------------------- 0.36s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:466 fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin --- 0.33s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 fedora.linux_system_roles.podman : Check if system is ostree ------------ 0.33s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Remove kube file src ---------------------------------------------------- 0.25s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:480 Create tempfile for kube_src -------------------------------------------- 0.21s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Cleanup ----------------------------------------------------------------- 0.14s /tmp/collections-IiF/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Oct 11 12:28:10 managed-node2 sshd-session[7612]: Accepted publickey for root from 10.31.45.202 port 37638 ssh2: ECDSA SHA256:8nIuVr+lpwQVKeOQSYg/PXJv9GC8xvoYKgpw75g9Cig Oct 11 12:28:10 managed-node2 systemd-logind[612]: New session 7 of user root. ░░ Subject: A new session 7 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 7 has been created for the user root. ░░ ░░ The leading process of the session is 7612. Oct 11 12:28:10 managed-node2 systemd[1]: Started Session 7 of User root. ░░ Subject: A start job for unit session-7.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-7.scope has finished successfully. ░░ ░░ The job identifier is 1038. Oct 11 12:28:10 managed-node2 sshd-session[7612]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:12 managed-node2 python3.9[7789]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Oct 11 12:28:13 managed-node2 python3.9[7964]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Oct 11 12:28:13 managed-node2 python3.9[8113]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman mode=0777 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 state=None _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:14 managed-node2 python3.9[8262]: ansible-user Invoked with name=podman_basic_user uid=3001 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None password_expire_max=None password_expire_min=None password_expire_warn=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None umask=None Oct 11 12:28:14 managed-node2 useradd[8264]: new group: name=podman_basic_user, GID=3001 Oct 11 12:28:14 managed-node2 useradd[8264]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=/dev/pts/0 Oct 11 12:28:15 managed-node2 python3.9[8419]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd1 state=directory mode=0755 owner=podman_basic_user 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 group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:15 managed-node2 python3.9[8568]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd2 state=directory mode=0755 owner=root 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 group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:16 managed-node2 python3.9[8717]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd3 state=directory mode=0755 owner=root 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 group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:16 managed-node2 python3.9[8866]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 12:28:16 managed-node2 python3.9[8986]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1760200096.4114554-8515-133855132486903/.source.txt _original_basename=.8nwk596a follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:17 managed-node2 python3.9[9135]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 12:28:17 managed-node2 python3.9[9255]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1760200097.0142264-8515-231032948173807/.source.txt _original_basename=.kegi7026 follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:17 managed-node2 python3.9[9404]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_aq_n2k13_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Oct 11 12:28:18 managed-node2 python3.9[9524]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_aq_n2k13_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1760200097.615217-8515-85097311136360/.source.txt _original_basename=.gy70mof_ follow=False checksum=40bd001563085fc35165329ea1ff5c5ecbdbbeef backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None group=None seuser=None serole=None selevel=None setype=None attributes=None Oct 11 12:28:18 managed-node2 python3.9[9673]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 12:28:18 managed-node2 python3.9[9822]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Oct 11 12:28:19 managed-node2 python3.9[9971]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl is-system-running _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 Oct 11 12:28:20 managed-node2 sudo[10270]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lnhxfubeyjfwurhifvduyvqbecdvgdni ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760200100.607577-8627-86757531218302/AnsiballZ_dnf.py' Oct 11 12:28:20 managed-node2 sudo[10270]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:21 managed-node2 python3.9[10272]: ansible-ansible.legacy.dnf Invoked with name=['podman'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Oct 11 12:28:34 managed-node2 sudo[10270]: pam_unix(sudo:session): session closed for user root Oct 11 12:28:35 managed-node2 sudo[10625]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-odapwxrgpwqwemsgvaqphtpvdrqvxzmm ; /usr/bin/python3.9 /root/.ansible/tmp/ansible-tmp-1760200115.5905783-9005-261795299125399/AnsiballZ_dnf.py' Oct 11 12:28:35 managed-node2 sudo[10625]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:35 managed-node2 python3.9[10627]: ansible-ansible.legacy.dnf Invoked with name=['podman'] state=present allow_downgrade=False allowerasing=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 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Oct 11 12:28:39 managed-node2 sudo[10625]: pam_unix(sudo:session): session closed for user root Oct 11 12:28:40 managed-node2 python3.9[10809]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _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 Oct 11 12:28:40 managed-node2 python3.9[10959]: ansible-file Invoked with path=/etc/containers/storage.conf 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 Oct 11 12:28:40 managed-node2 python3.9[11108]: ansible-file Invoked with path=/tmp/lsr_aq_n2k13_podman 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 Oct 11 12:28:41 managed-node2 sshd-session[11133]: Accepted publickey for root from 10.31.45.202 port 58108 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 12:28:41 managed-node2 systemd-logind[612]: New session 8 of user root. ░░ Subject: A new session 8 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 8 has been created for the user root. ░░ ░░ The leading process of the session is 11133. Oct 11 12:28:41 managed-node2 systemd[1]: Started Session 8 of User root. ░░ Subject: A start job for unit session-8.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-8.scope has finished successfully. ░░ ░░ The job identifier is 1108. Oct 11 12:28:41 managed-node2 sshd-session[11133]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Oct 11 12:28:41 managed-node2 sshd-session[11136]: Received disconnect from 10.31.45.202 port 58108:11: disconnected by user Oct 11 12:28:41 managed-node2 sshd-session[11136]: Disconnected from user root 10.31.45.202 port 58108 Oct 11 12:28:41 managed-node2 sshd-session[11133]: pam_unix(sshd:session): session closed for user root Oct 11 12:28:41 managed-node2 systemd[1]: session-8.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-8.scope has successfully entered the 'dead' state. Oct 11 12:28:41 managed-node2 systemd-logind[612]: Session 8 logged out. Waiting for processes to exit. Oct 11 12:28:41 managed-node2 systemd-logind[612]: Removed session 8. ░░ Subject: Session 8 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 8 has been terminated. Oct 11 12:28:41 managed-node2 sshd-session[11161]: Accepted publickey for root from 10.31.45.202 port 58112 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 11 12:28:41 managed-node2 systemd-logind[612]: New session 9 of user root. ░░ Subject: A new session 9 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 9 has been created for the user root. ░░ ░░ The leading process of the session is 11161. Oct 11 12:28:41 managed-node2 systemd[1]: Started Session 9 of User root. ░░ Subject: A start job for unit session-9.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-9.scope has finished successfully. ░░ ░░ The job identifier is 1177. Oct 11 12:28:41 managed-node2 sshd-session[11161]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)