ansible-playbook [core 2.17.10] 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-dny executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_basic.yml ****************************************************** 2 plays in /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml PLAY [all] ********************************************************************* TASK [Include vault variables] ************************************************* task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:5 Friday 04 April 2025 18:58:54 -0400 (0:00:00.020) 0:00:00.020 ********** 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-mGS/tests/vars/vault-variables.yml" ], "changed": false } PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Friday 04 April 2025 18:58:54 -0400 (0:00:00.020) 0:00:00.041 ********** [WARNING]: Platform linux on host managed-node2 is using the discovered Python interpreter at /usr/bin/python3.12, 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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Friday 04 April 2025 18:58:57 -0400 (0:00:02.375) 0:00:02.416 ********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0700", "owner": "root", "path": "/tmp/lsr_vk2y4awh_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Change tmpdir permissions] *********************************************** task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Friday 04 April 2025 18:58:57 -0400 (0:00:00.467) 0:00:02.883 ********** changed: [managed-node2] => { "changed": true, "gid": 0, "group": "root", "mode": "0777", "owner": "root", "path": "/tmp/lsr_vk2y4awh_podman", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [Enable podman copr] ****************************************************** task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:161 Friday 04 April 2025 18:58:57 -0400 (0:00:00.456) 0:00:03.340 ********** 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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:166 Friday 04 April 2025 18:58:58 -0400 (0:00:00.031) 0:00:03.372 ********** 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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:171 Friday 04 April 2025 18:58:58 -0400 (0:00:00.032) 0:00:03.404 ********** 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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Friday 04 April 2025 18:58:58 -0400 (0:00:00.030) 0:00:03.434 ********** 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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Friday 04 April 2025 18:58:58 -0400 (0:00:00.601) 0:00:04.036 ********** changed: [managed-node2 -> localhost] => { "changed": true, "gid": 0, "group": "root", "mode": "0600", "owner": "root", "path": "/tmp/lsr_podman_6e2a9sys.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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Friday 04 April 2025 18:58:58 -0400 (0:00:00.200) 0:00:04.236 ********** changed: [managed-node2 -> localhost] => { "changed": true, "checksum": "a7971ec1c9168979c96d42da53051bbfb2e27d16", "dest": "/tmp/lsr_podman_6e2a9sys.yml", "gid": 0, "group": "root", "md5sum": "e47b6dacc46e272881fff139a3ab14f2", "mode": "0600", "owner": "root", "secontext": "unconfined_u:object_r:user_tmp_t:s0", "size": 710, "src": "/root/.ansible/tmp/ansible-tmp-1743807538.8935602-7196-166685321600140/.source.yml", "state": "file", "uid": 0 } TASK [Create host directories for data] **************************************** task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 Friday 04 April 2025 18:58:59 -0400 (0:00:00.578) 0:00:04.815 ********** 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_vk2y4awh_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_vk2y4awh_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_vk2y4awh_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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 Friday 04 April 2025 18:59:00 -0400 (0:00:01.064) 0:00:05.879 ********** changed: [managed-node2] => (item=['httpd1', 'podman_basic_user', 3001]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_vk2y4awh_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-1743807540.5593684-7251-254431321297152/.source.txt", "state": "file", "uid": 3001 } changed: [managed-node2] => (item=['httpd2', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_vk2y4awh_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-1743807541.218875-7251-181042099497053/.source.txt", "state": "file", "uid": 0 } changed: [managed-node2] => (item=['httpd3', 'root', 0]) => { "ansible_loop_var": "item", "changed": true, "checksum": "40bd001563085fc35165329ea1ff5c5ecbdbbeef", "dest": "/tmp/lsr_vk2y4awh_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-1743807541.8741603-7251-17472629422444/.source.txt", "state": "file", "uid": 0 } TASK [Run role - do not pull images] ******************************************* task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214 Friday 04 April 2025 18:59:02 -0400 (0:00:01.992) 0:00:07.872 ********** included: fedora.linux_system_roles.podman for managed-node2 TASK [fedora.linux_system_roles.podman : Set platform/version specific variables] *** task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 04 April 2025 18:59:02 -0400 (0:00:00.077) 0:00:07.950 ********** included: /tmp/collections-dny/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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 04 April 2025 18:59:02 -0400 (0:00:00.023) 0:00:07.973 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 04 April 2025 18:59:02 -0400 (0:00:00.032) 0:00:08.006 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 04 April 2025 18:59:02 -0400 (0:00:00.354) 0:00:08.360 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 04 April 2025 18:59:03 -0400 (0:00:00.022) 0:00:08.383 ********** ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.podman : Set flag if transactional-update exists] *** task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 04 April 2025 18:59:03 -0400 (0:00:00.353) 0:00:08.736 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 04 April 2025 18:59:03 -0400 (0:00:00.037) 0:00:08.773 ********** ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 04 April 2025 18:59:03 -0400 (0:00:00.066) 0:00:08.840 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 04 April 2025 18:59:04 -0400 (0:00:01.234) 0:00:10.074 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 04 April 2025 18:59:04 -0400 (0:00:00.045) 0:00:10.120 ********** fatal: [managed-node2]: FAILED! => { "changed": false, "failures": [ "No package python3-toml available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages TASK [Verify image not pulled] ************************************************* task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:262 Friday 04 April 2025 18:59:09 -0400 (0:00:04.655) 0:00:14.776 ********** 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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Friday 04 April 2025 18:59:09 -0400 (0:00:00.043) 0:00:14.819 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:3 Friday 04 April 2025 18:59:09 -0400 (0:00:00.168) 0:00:14.988 ********** included: /tmp/collections-dny/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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:3 Friday 04 April 2025 18:59:09 -0400 (0:00:00.047) 0:00:15.036 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 Friday 04 April 2025 18:59:09 -0400 (0:00:00.051) 0:00:15.087 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:16 Friday 04 April 2025 18:59:09 -0400 (0:00:00.031) 0:00:15.119 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Friday 04 April 2025 18:59:09 -0400 (0:00:00.032) 0:00:15.152 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:28 Friday 04 April 2025 18:59:09 -0400 (0:00:00.057) 0:00:15.209 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:32 Friday 04 April 2025 18:59:09 -0400 (0:00:00.032) 0:00:15.241 ********** [WARNING]: TASK: fedora.linux_system_roles.podman : Set platform/version specific variables: The loop variable 'item' 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. ok: [managed-node2] => (item=RedHat.yml) => { "ansible_facts": { "__podman_packages": [ "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/vars/RedHat.yml" ], "ansible_loop_var": "item", "changed": false, "item": "RedHat.yml" } skipping: [managed-node2] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } ok: [managed-node2] => (item=CentOS_10.yml) => { "ansible_facts": { "__podman_packages": [ "iptables-nft", "podman", "python3-toml", "shadow-utils-subid" ] }, "ansible_included_var_files": [ "/tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/vars/CentOS_10.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_10.yml" } TASK [fedora.linux_system_roles.podman : Gather the package facts] ************* task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Friday 04 April 2025 18:59:09 -0400 (0:00:00.070) 0:00:15.311 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:10 Friday 04 April 2025 18:59:10 -0400 (0:00:00.935) 0:00:16.246 ********** 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-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Friday 04 April 2025 18:59:10 -0400 (0:00:00.077) 0:00:16.324 ********** fatal: [managed-node2]: FAILED! => { "changed": false, "failures": [ "No package python3-toml available." ], "rc": 1, "results": [] } MSG: Failed to install some of the specified packages TASK [Dump journal] ************************************************************ task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:447 Friday 04 April 2025 18:59:11 -0400 (0:00:00.888) 0:00:17.212 ********** fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.028419", "end": "2025-04-04 18:59:12.341530", "failed_when_result": true, "rc": 0, "start": "2025-04-04 18:59:12.313111" } STDOUT: Apr 04 18:54:55 localhost kernel: usbserial: USB Serial support registered for generic Apr 04 18:54:55 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Apr 04 18:54:55 localhost kernel: i8042: Warning: Keylock active Apr 04 18:54:55 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Apr 04 18:54:55 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Apr 04 18:54:55 localhost kernel: mousedev: PS/2 mouse device common for all mice Apr 04 18:54:55 localhost kernel: rtc_cmos 00:02: registered as rtc0 Apr 04 18:54:55 localhost kernel: rtc_cmos 00:02: setting system clock to 2025-04-04T22:54:54 UTC (1743807294) Apr 04 18:54:55 localhost kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Apr 04 18:54:55 localhost kernel: intel_pstate: CPU model not supported Apr 04 18:54:55 localhost kernel: hid: raw HID events driver (C) Jiri Kosina Apr 04 18:54:55 localhost kernel: usbcore: registered new interface driver usbhid Apr 04 18:54:55 localhost kernel: usbhid: USB HID core driver Apr 04 18:54:55 localhost kernel: drop_monitor: Initializing network drop monitor service Apr 04 18:54:55 localhost kernel: Initializing XFRM netlink socket Apr 04 18:54:55 localhost kernel: NET: Registered PF_INET6 protocol family Apr 04 18:54:55 localhost kernel: Segment Routing with IPv6 Apr 04 18:54:55 localhost kernel: In-situ OAM (IOAM) with IPv6 Apr 04 18:54:55 localhost kernel: NET: Registered PF_PACKET protocol family Apr 04 18:54:55 localhost kernel: mpls_gso: MPLS GSO support Apr 04 18:54:55 localhost kernel: IPI shorthand broadcast: enabled Apr 04 18:54:55 localhost kernel: AES CTR mode by8 optimization enabled Apr 04 18:54:55 localhost kernel: sched_clock: Marking stable (717004753, 217348161)->(997142021, -62789107) Apr 04 18:54:55 localhost kernel: registered taskstats version 1 Apr 04 18:54:55 localhost kernel: Loading compiled-in X.509 certificates Apr 04 18:54:55 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 2705dab62b1e3c38b51257bf4c681fc31ad91b11' Apr 04 18:54:55 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' Apr 04 18:54:55 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' Apr 04 18:54:55 localhost kernel: Loaded X.509 cert 'Nvidia GPU OOT signing 001: 55e1cef88193e60419f0b0ec379c49f77545acf0' Apr 04 18:54:55 localhost kernel: Loaded X.509 cert 'RH-IMA-CA: Red Hat IMA CA: fb31825dd0e073685b264e3038963673f753959a' Apr 04 18:54:55 localhost kernel: Demotion targets for Node 0: null Apr 04 18:54:55 localhost kernel: page_owner is disabled Apr 04 18:54:55 localhost kernel: Key type .fscrypt registered Apr 04 18:54:55 localhost kernel: Key type fscrypt-provisioning registered Apr 04 18:54:55 localhost kernel: Key type big_key registered Apr 04 18:54:55 localhost kernel: Key type encrypted registered Apr 04 18:54:55 localhost kernel: ima: No TPM chip found, activating TPM-bypass! Apr 04 18:54:55 localhost kernel: Loading compiled-in module X.509 certificates Apr 04 18:54:55 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 2705dab62b1e3c38b51257bf4c681fc31ad91b11' Apr 04 18:54:55 localhost kernel: ima: Allocated hash algorithm: sha256 Apr 04 18:54:55 localhost kernel: ima: No architecture policies found Apr 04 18:54:55 localhost kernel: evm: Initialising EVM extended attributes: Apr 04 18:54:55 localhost kernel: evm: security.selinux Apr 04 18:54:55 localhost kernel: evm: security.SMACK64 (disabled) Apr 04 18:54:55 localhost kernel: evm: security.SMACK64EXEC (disabled) Apr 04 18:54:55 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled) Apr 04 18:54:55 localhost kernel: evm: security.SMACK64MMAP (disabled) Apr 04 18:54:55 localhost kernel: evm: security.apparmor (disabled) Apr 04 18:54:55 localhost kernel: evm: security.ima Apr 04 18:54:55 localhost kernel: evm: security.capability Apr 04 18:54:55 localhost kernel: evm: HMAC attrs: 0x1 Apr 04 18:54:55 localhost kernel: Running certificate verification RSA selftest Apr 04 18:54:55 localhost kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' Apr 04 18:54:55 localhost kernel: Running certificate verification ECDSA selftest Apr 04 18:54:55 localhost kernel: Loaded X.509 cert 'Certificate verification ECDSA self-testing key: 2900bcea1deb7bc8479a84a23d758efdfdd2b2d3' Apr 04 18:54:55 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Apr 04 18:54:55 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Apr 04 18:54:55 localhost kernel: clk: Disabling unused clocks Apr 04 18:54:55 localhost kernel: PM: genpd: Disabling unused power domains Apr 04 18:54:55 localhost kernel: Freeing unused decrypted memory: 2028K Apr 04 18:54:55 localhost kernel: Freeing unused kernel image (initmem) memory: 4324K Apr 04 18:54:55 localhost kernel: Write protecting the kernel read-only data: 32768k Apr 04 18:54:55 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 228K Apr 04 18:54:55 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Apr 04 18:54:55 localhost kernel: x86/mm: Checking user space page tables Apr 04 18:54:55 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Apr 04 18:54:55 localhost kernel: Run /init as init process Apr 04 18:54:55 localhost kernel: with arguments: Apr 04 18:54:55 localhost kernel: /init Apr 04 18:54:55 localhost kernel: rhgb Apr 04 18:54:55 localhost kernel: with environment: Apr 04 18:54:55 localhost kernel: HOME=/ Apr 04 18:54:55 localhost kernel: TERM=linux Apr 04 18:54:55 localhost kernel: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-66.el10.x86_64 Apr 04 18:54:55 localhost systemd[1]: Successfully made /usr/ read-only. Apr 04 18:54:55 localhost systemd[1]: systemd 257-9.el10-g629f7fd running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE) Apr 04 18:54:55 localhost systemd[1]: Detected virtualization xen. Apr 04 18:54:55 localhost systemd[1]: Detected architecture x86-64. Apr 04 18:54:55 localhost systemd[1]: Running in initrd. Apr 04 18:54:55 localhost systemd[1]: No hostname configured, using default hostname. Apr 04 18:54:55 localhost systemd[1]: Hostname set to . Apr 04 18:54:55 localhost systemd[1]: Queued start job for default target initrd.target. Apr 04 18:54:55 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. Apr 04 18:54:55 localhost systemd[1]: Expecting device dev-disk-by\x2duuid-a2b13c18\x2dcc86\x2d4d0a\x2d9209\x2d304016fafc75.device - /dev/disk/by-uuid/a2b13c18-cc86-4d0a-9209-304016fafc75... Apr 04 18:54:55 localhost systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System. Apr 04 18:54:55 localhost systemd[1]: Reached target paths.target - Path Units. Apr 04 18:54:55 localhost systemd[1]: Reached target slices.target - Slice Units. Apr 04 18:54:55 localhost systemd[1]: Reached target swap.target - Swaps. Apr 04 18:54:55 localhost systemd[1]: Reached target timers.target - Timer Units. Apr 04 18:54:55 localhost systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). Apr 04 18:54:55 localhost systemd[1]: Listening on systemd-journald.socket - Journal Sockets. Apr 04 18:54:55 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. Apr 04 18:54:55 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. Apr 04 18:54:55 localhost systemd[1]: Reached target sockets.target - Socket Units. Apr 04 18:54:55 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Apr 04 18:54:55 localhost systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-journald.service - Journal Service... Apr 04 18:54:55 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Apr 04 18:54:55 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... Apr 04 18:54:55 localhost systemd-journald[259]: Collecting audit messages is disabled. Apr 04 18:54:55 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. Apr 04 18:54:55 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Apr 04 18:54:55 localhost systemd-journald[259]: 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. Apr 04 18:54:55 localhost systemd-journald[259]: Runtime Journal (/run/log/journal/5519f6aee9d74d00824e3922f37b7159) is 8M, max 69.2M, 61.2M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/5519f6aee9d74d00824e3922f37b7159) is currently using 8M. ░░ Maximum allowed usage is set to 69.2M. ░░ Leaving at least 34.6M free (of currently available 684.5M of disk space). ░░ Enforced usage limit is thus 69.2M, of which 61.2M 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. Apr 04 18:54:55 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. Apr 04 18:54:55 localhost systemd[1]: Started systemd-journald.service - Journal Service. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution. ░░ ░░ The job identifier is 25. Apr 04 18:54:55 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully. ░░ ░░ The job identifier is 25. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-sysusers.service - Create System Users... ░░ Subject: A start job for unit systemd-sysusers.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysusers.service has begun execution. ░░ ░░ The job identifier is 20. Apr 04 18:54:55 localhost systemd-sysusers[276]: Creating group 'nobody' with GID 65534. Apr 04 18:54:55 localhost systemd-sysusers[276]: Creating group 'users' with GID 100. Apr 04 18:54:55 localhost systemd-sysusers[276]: Creating group 'systemd-journal' with GID 190. Apr 04 18:54:55 localhost systemd[1]: Finished systemd-sysusers.service - 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 20. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - 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 29. Apr 04 18:54:55 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. ░░ 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 54. Apr 04 18:54:55 localhost systemd[1]: dracut-cmdline-ask.service - 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 53. Apr 04 18:54:55 localhost systemd[1]: Starting dracut-cmdline.service - 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 35. Apr 04 18:54:55 localhost dracut-cmdline[282]: dracut-105-4.el10 Apr 04 18:54:55 localhost dracut-cmdline[282]: Using kernel command line parameters: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-66.el10.x86_64 root=UUID=a2b13c18-cc86-4d0a-9209-304016fafc75 ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 Apr 04 18:54:55 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - 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 29. Apr 04 18:54:55 localhost systemd[1]: Reached target local-fs-pre.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 26. Apr 04 18:54:55 localhost systemd[1]: Reached target local-fs.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 22. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System 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 28. Apr 04 18:54:55 localhost systemd[1]: Finished dracut-cmdline.service - 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 35. Apr 04 18:54:55 localhost systemd[1]: Starting dracut-pre-udev.service - 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 34. Apr 04 18:54:55 localhost systemd-tmpfiles[308]: /usr/lib/tmpfiles.d/var.conf:14: Duplicate line for path "/var/log", ignoring. Apr 04 18:54:55 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System 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 28. Apr 04 18:54:55 localhost systemd[1]: Finished dracut-pre-udev.service - 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 34. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-udevd.service - 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 12. Apr 04 18:54:55 localhost systemd-udevd[354]: Using default interface naming scheme 'rhel-10.0-beta'. Apr 04 18:54:55 localhost systemd[1]: Started systemd-udevd.service - 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 12. Apr 04 18:54:55 localhost systemd[1]: dracut-pre-trigger.service - 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 47. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-udev-trigger.service - 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 11. Apr 04 18:54:55 localhost systemd[1]: Created slice system-modprobe.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 58. Apr 04 18:54:55 localhost systemd[1]: Starting modprobe@configfs.service - 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 57. Apr 04 18:54:55 localhost systemd[1]: Finished systemd-udev-trigger.service - 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 11. Apr 04 18:54:55 localhost systemd[1]: dracut-initqueue.service - dracut initqueue hook was skipped because no trigger condition checks were met. ░░ 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 45. Apr 04 18:54:55 localhost systemd[1]: Reached target remote-fs-pre.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 46. Apr 04 18:54:55 localhost systemd[1]: Reached target remote-fs.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. Apr 04 18:54:55 localhost systemd[1]: Starting dracut-pre-mount.service - 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 52. Apr 04 18:54:55 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. Apr 04 18:54:55 localhost systemd[1]: Finished modprobe@configfs.service - 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 57. Apr 04 18:54:55 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 Apr 04 18:54:55 localhost systemd[1]: Finished dracut-pre-mount.service - 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 52. Apr 04 18:54:55 localhost kernel: libata version 3.00 loaded. Apr 04 18:54:55 localhost kernel: ata_piix 0000:00:01.1: version 2.13 Apr 04 18:54:55 localhost kernel: scsi host0: ata_piix Apr 04 18:54:55 localhost kernel: scsi host1: ata_piix Apr 04 18:54:55 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0 Apr 04 18:54:55 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0 Apr 04 18:54:55 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver Apr 04 18:54:55 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. Apr 04 18:54:55 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. ░░ 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 61 and the job result is done. Apr 04 18:54:55 localhost systemd[1]: Stopping systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A stop job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 61. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 61. Apr 04 18:54:55 localhost kernel: Invalid max_queues (4), will use default max: 2. Apr 04 18:54:55 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; bounce buffer: disabled; Apr 04 18:54:55 localhost kernel: GPT:Primary header thinks Alt. header is not at the end of the disk. Apr 04 18:54:55 localhost kernel: GPT:12582911 != 524287999 Apr 04 18:54:55 localhost kernel: GPT:Alternate GPT header not at the end of the disk. Apr 04 18:54:55 localhost kernel: GPT:12582911 != 524287999 Apr 04 18:54:55 localhost kernel: GPT: Use GNU Parted to correct GPT errors. Apr 04 18:54:55 localhost kernel: xvda: xvda1 xvda2 Apr 04 18:54:55 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. ░░ 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 61. Apr 04 18:54:55 localhost systemd[1]: Found device dev-disk-by\x2duuid-a2b13c18\x2dcc86\x2d4d0a\x2d9209\x2d304016fafc75.device - /dev/disk/by-uuid/a2b13c18-cc86-4d0a-9209-304016fafc75. ░░ Subject: A start job for unit dev-disk-by\x2duuid-a2b13c18\x2dcc86\x2d4d0a\x2d9209\x2d304016fafc75.device has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dev-disk-by\x2duuid-a2b13c18\x2dcc86\x2d4d0a\x2d9209\x2d304016fafc75.device has finished successfully. ░░ ░░ The job identifier is 39. Apr 04 18:54:55 localhost systemd[1]: Reached target initrd-root-device.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 41. Apr 04 18:54:55 localhost systemd[1]: Starting systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/a2b13c18-cc86-4d0a-9209-304016fafc75... ░░ 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 38. Apr 04 18:54:55 localhost systemd-fsck[411]: /usr/sbin/fsck.xfs: XFS file system. Apr 04 18:54:55 localhost systemd[1]: Finished systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/a2b13c18-cc86-4d0a-9209-304016fafc75. ░░ 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 38. Apr 04 18:54:55 localhost systemd[1]: Mounting sys-kernel-config.mount - 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. Apr 04 18:54:56 localhost systemd[1]: Mounting sysroot.mount - /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 37. Apr 04 18:54:56 localhost systemd[1]: Mounted sys-kernel-config.mount - 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. Apr 04 18:54:56 localhost systemd[1]: Reached target sysinit.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. Apr 04 18:54:56 localhost systemd[1]: Reached target basic.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. Apr 04 18:54:56 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled Apr 04 18:54:56 localhost kernel: XFS (xvda2): Mounting V5 Filesystem a2b13c18-cc86-4d0a-9209-304016fafc75 Apr 04 18:54:56 localhost kernel: XFS (xvda2): Ending clean mount Apr 04 18:54:56 localhost systemd[1]: Mounted sysroot.mount - /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 37. Apr 04 18:54:56 localhost systemd[1]: Reached target initrd-root-fs.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 36. Apr 04 18:54:56 localhost systemd[1]: Starting initrd-parse-etc.service - 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 48. Apr 04 18:54:56 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. Apr 04 18:54:56 localhost systemd[1]: Finished initrd-parse-etc.service - 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 48. Apr 04 18:54:56 localhost systemd[1]: Reached target initrd-fs.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 44. Apr 04 18:54:56 localhost systemd[1]: Reached target initrd.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. Apr 04 18:54:56 localhost systemd[1]: dracut-mount.service - 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. Apr 04 18:54:56 localhost systemd[1]: Starting dracut-pre-pivot.service - 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. Apr 04 18:54:57 localhost systemd[1]: Finished dracut-pre-pivot.service - 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. Apr 04 18:54:57 localhost systemd[1]: Starting initrd-cleanup.service - 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 64. Apr 04 18:54:57 localhost systemd[1]: Stopped target timers.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 99 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped dracut-pre-pivot.service - 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 110 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target initrd.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 101 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target basic.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 100 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target initrd-root-device.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 114 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target initrd-usr-fs.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 118 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target paths.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 115 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-ask-password-console.path - 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. Apr 04 18:54:57 localhost systemd[1]: Stopped target remote-fs.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 107 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target remote-fs-pre.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 106 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target slices.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 104 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target sockets.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 117 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target sysinit.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 102 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target swap.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. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped dracut-pre-mount.service - 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 111 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-sysctl.service - 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 119 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System 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 95 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target local-fs.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 105 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems. ░░ Subject: A stop job for unit local-fs-pre.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit local-fs-pre.target has finished. ░░ ░░ The job identifier is 113 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-udev-trigger.service - 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 73 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Stopping systemd-udevd.service - 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 74. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. ░░ 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 98 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-udevd.service - 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 74 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Finished initrd-cleanup.service - 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 64. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Closed systemd-udevd-control.socket - 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 72 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Closed systemd-udevd-kernel.socket - 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 75 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped dracut-pre-udev.service - 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 120 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped dracut-cmdline.service - 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 109 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: Starting initrd-udevadm-cleanup-db.service - 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 71. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - 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 97 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-sysusers.service - 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 96 and the job result is done. Apr 04 18:54:57 localhost systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-tmpfiles-setup-dev-early.service has successfully entered the 'dead' state. Apr 04 18:54:57 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. ░░ Subject: A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished. ░░ ░░ The job identifier is 93 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Stopped kmod-static-nodes.service - 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 112 and the job result is done. Apr 04 18:54:57 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. Apr 04 18:54:57 localhost systemd[1]: Finished initrd-udevadm-cleanup-db.service - 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 71. Apr 04 18:54:57 localhost systemd[1]: Reached target initrd-switch-root.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 67. Apr 04 18:54:57 localhost systemd[1]: Starting initrd-switch-root.service - 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. Apr 04 18:54:57 localhost systemd[1]: Switching root. Apr 04 18:54:57 localhost systemd-journald[259]: 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. Apr 04 18:55:07 localhost systemd-journald[259]: Received SIGTERM from PID 1 (systemd). Apr 04 18:55:07 localhost kernel: audit: type=1404 audit(1743807300.693:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Apr 04 18:55:07 localhost kernel: SELinux: policy capability network_peer_controls=1 Apr 04 18:55:07 localhost kernel: SELinux: policy capability open_perms=1 Apr 04 18:55:07 localhost kernel: SELinux: policy capability extended_socket_class=1 Apr 04 18:55:07 localhost kernel: SELinux: policy capability always_check_network=0 Apr 04 18:55:07 localhost kernel: SELinux: policy capability cgroup_seclabel=1 Apr 04 18:55:07 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1 Apr 04 18:55:07 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Apr 04 18:55:07 localhost kernel: SELinux: policy capability ioctl_skip_cloexec=0 Apr 04 18:55:07 localhost kernel: SELinux: policy capability userspace_initial_context=0 Apr 04 18:55:07 localhost kernel: audit: type=1403 audit(1743807301.502:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Apr 04 18:55:07 localhost systemd[1]: Successfully loaded SELinux policy in 811.175ms. Apr 04 18:55:07 localhost systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 6.996ms. Apr 04 18:55:07 localhost systemd[1]: systemd 257-9.el10-g629f7fd running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE) Apr 04 18:55:07 localhost systemd[1]: Detected virtualization xen. Apr 04 18:55:07 localhost systemd[1]: Detected architecture x86-64. Apr 04 18:55:07 localhost systemd[1]: Initializing machine ID from SMBIOS/DMI UUID. Apr 04 18:55:07 localhost systemd[1]: Installed transient /etc/machine-id file. Apr 04 18:55:07 localhost systemd[1]: bpf-restrict-fs: LSM BPF program attached Apr 04 18:55:07 localhost kernel: Guest personality initialized and is inactive Apr 04 18:55:07 localhost kernel: VMCI host device registered (name=vmci, major=10, minor=122) Apr 04 18:55:07 localhost kernel: Initialized host personality Apr 04 18:55:07 localhost kernel: NET: Registered PF_VSOCK protocol family Apr 04 18:55:07 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully. Apr 04 18:55:07 localhost systemd[1]: Stopped initrd-switch-root.service - Switch Root. Apr 04 18:55:07 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Apr 04 18:55:07 localhost systemd[1]: Created slice system-getty.slice - Slice /system/getty. Apr 04 18:55:07 localhost systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. Apr 04 18:55:07 localhost systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen. Apr 04 18:55:07 localhost systemd[1]: Created slice user.slice - User and Session Slice. Apr 04 18:55:07 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. Apr 04 18:55:07 localhost systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. Apr 04 18:55:07 localhost systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. Apr 04 18:55:07 localhost systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... Apr 04 18:55:07 localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. Apr 04 18:55:07 localhost systemd[1]: Stopped target initrd-switch-root.target - Switch Root. Apr 04 18:55:07 localhost systemd[1]: Stopped target initrd-fs.target - Initrd File Systems. Apr 04 18:55:07 localhost systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System. Apr 04 18:55:07 localhost systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. Apr 04 18:55:07 localhost systemd[1]: Reached target paths.target - Path Units. Apr 04 18:55:07 localhost systemd[1]: Reached target slices.target - Slice Units. Apr 04 18:55:07 localhost systemd[1]: Reached target swap.target - Swaps. Apr 04 18:55:07 localhost systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. Apr 04 18:55:07 localhost systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. Apr 04 18:55:07 localhost systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. Apr 04 18:55:07 localhost systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. Apr 04 18:55:07 localhost systemd[1]: Reached target rpcbind.target - RPC Port Mapper. Apr 04 18:55:07 localhost systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket. Apr 04 18:55:07 localhost systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. Apr 04 18:55:07 localhost systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. Apr 04 18:55:07 localhost systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Apr 04 18:55:07 localhost systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Apr 04 18:55:07 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. Apr 04 18:55:07 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. Apr 04 18:55:07 localhost systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket. Apr 04 18:55:07 localhost systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Apr 04 18:55:07 localhost systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Apr 04 18:55:07 localhost systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Apr 04 18:55:07 localhost systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Apr 04 18:55:07 localhost systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). Apr 04 18:55:07 localhost systemd[1]: fips-crypto-policy-overlay.service - Bind-mount FIPS crypto-policy in FIPS mode was skipped because of an unmet condition check (ConditionKernelCommandLine=fips=1). Apr 04 18:55:07 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Apr 04 18:55:07 localhost systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Apr 04 18:55:07 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Apr 04 18:55:07 localhost systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Apr 04 18:55:07 localhost systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Apr 04 18:55:07 localhost systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Apr 04 18:55:07 localhost systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... Apr 04 18:55:07 localhost systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Apr 04 18:55:07 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. Apr 04 18:55:07 localhost systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device. Apr 04 18:55:07 localhost systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). Apr 04 18:55:07 localhost systemd[1]: Starting systemd-journald.service - Journal Service... Apr 04 18:55:07 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met. Apr 04 18:55:07 localhost systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Apr 04 18:55:07 localhost systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Apr 04 18:55:07 localhost systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Apr 04 18:55:07 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Apr 04 18:55:07 localhost kernel: loop: module loaded Apr 04 18:55:07 localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. Apr 04 18:55:07 localhost kernel: device-mapper: uevent: version 1.0.3 Apr 04 18:55:07 localhost kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev Apr 04 18:55:07 localhost systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Apr 04 18:55:07 localhost systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... Apr 04 18:55:07 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Apr 04 18:55:07 localhost systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. Apr 04 18:55:07 localhost systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. Apr 04 18:55:07 localhost systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. Apr 04 18:55:07 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. Apr 04 18:55:07 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. Apr 04 18:55:07 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. Apr 04 18:55:07 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. Apr 04 18:55:07 localhost systemd-journald[519]: Collecting audit messages is disabled. Apr 04 18:55:07 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully. Apr 04 18:55:07 localhost systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. Apr 04 18:55:07 localhost systemd[1]: modprobe@drm.service: Deactivated successfully. Apr 04 18:55:07 localhost systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. Apr 04 18:55:07 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. Apr 04 18:55:07 localhost systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. Apr 04 18:55:07 localhost systemd[1]: modprobe@loop.service: Deactivated successfully. Apr 04 18:55:07 localhost systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. Apr 04 18:55:07 localhost systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). Apr 04 18:55:07 localhost kernel: fuse: init (API version 7.41) Apr 04 18:55:07 localhost systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). Apr 04 18:55:07 localhost systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... Apr 04 18:55:07 localhost systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. Apr 04 18:55:07 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... Apr 04 18:55:07 localhost systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Apr 04 18:55:07 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully. Apr 04 18:55:07 localhost systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. Apr 04 18:55:07 localhost systemd-journald[519]: 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. Apr 04 18:55:07 localhost systemd-journald[519]: Runtime Journal (/run/log/journal/ec2376fc69fde9e6c850342101e07cc2) is 8M, max 69.2M, 61.2M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/ec2376fc69fde9e6c850342101e07cc2) is currently using 8M. ░░ Maximum allowed usage is set to 69.2M. ░░ Leaving at least 34.6M free (of currently available 676.5M of disk space). ░░ Enforced usage limit is thus 69.2M, of which 61.2M 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. Apr 04 18:55:03 localhost systemd-rc-local-generator[473]: /etc/rc.d/rc.local is not marked executable, skipping. Apr 04 18:55:07 localhost systemd[1]: Started systemd-journald.service - Journal Service. Apr 04 18:55:06 localhost systemd[1]: Queued start job for default target multi-user.target. Apr 04 18:55:06 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. Apr 04 18:55:07 localhost systemd[1]: Starting systemd-journal-flush.service - 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 134. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-udev-trigger.service - 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 175. Apr 04 18:55:07 localhost systemd-journald[519]: Runtime Journal (/run/log/journal/ec2376fc69fde9e6c850342101e07cc2) is 8M, max 69.2M, 61.2M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/ec2376fc69fde9e6c850342101e07cc2) is currently using 8M. ░░ Maximum allowed usage is set to 69.2M. ░░ Leaving at least 34.6M free (of currently available 676.4M of disk space). ░░ Enforced usage limit is thus 69.2M, of which 61.2M 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. Apr 04 18:55:07 localhost systemd-journald[519]: Received client request to flush runtime journal. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-journal-flush.service - 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 134. Apr 04 18:55:07 localhost systemd[1]: Starting systemd-userdbd.service - User Database Manager... ░░ Subject: A start job for unit systemd-userdbd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-userdbd.service has begun execution. ░░ ░░ The job identifier is 294. Apr 04 18:55:07 localhost systemd[1]: Started systemd-userdbd.service - User Database Manager. ░░ Subject: A start job for unit systemd-userdbd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-userdbd.service has finished successfully. ░░ ░░ The job identifier is 294. Apr 04 18:55:07 localhost systemd[1]: Mounting sys-fs-fuse-connections.mount - 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 143. Apr 04 18:55:07 localhost systemd[1]: Mounted sys-fs-fuse-connections.mount - 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 143. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully. ░░ ░░ The job identifier is 184. Apr 04 18:55:07 localhost systemd[1]: systemd-sysusers.service - 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 196. Apr 04 18:55:07 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - 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 197. Apr 04 18:55:07 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - 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 197. Apr 04 18:55:07 localhost systemd[1]: Starting systemd-udevd.service - 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 170. Apr 04 18:55:07 localhost systemd-udevd[563]: Using default interface naming scheme 'rhel-10.0-beta'. Apr 04 18:55:08 localhost systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. ░░ Subject: A start job for unit lvm2-monitor.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit lvm2-monitor.service has finished successfully. ░░ ░░ The job identifier is 155. Apr 04 18:55:08 localhost systemd[1]: Reached target local-fs-pre.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 163. Apr 04 18:55:08 localhost systemd[1]: Reached target local-fs.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 161. Apr 04 18:55:08 localhost systemd[1]: Listening on systemd-bootctl.socket - Boot Entries Service Socket. ░░ Subject: A start job for unit systemd-bootctl.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-bootctl.socket has finished successfully. ░░ ░░ The job identifier is 204. Apr 04 18:55:08 localhost systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. ░░ Subject: A start job for unit systemd-sysext.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysext.socket has finished successfully. ░░ ░░ The job identifier is 201. Apr 04 18:55:08 localhost systemd[1]: selinux-autorelabel-mark.service - 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 187. Apr 04 18:55:08 localhost systemd[1]: systemd-binfmt.service - 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 186. Apr 04 18:55:08 localhost systemd[1]: systemd-boot-random-seed.service - 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 192. Apr 04 18:55:08 localhost systemd[1]: systemd-confext.service - Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-confext.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-confext.service has finished successfully. ░░ ░░ The job identifier is 154. Apr 04 18:55:08 localhost systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-sysext.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysext.service has finished successfully. ░░ ░░ The job identifier is 190. Apr 04 18:55:08 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System 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 169. Apr 04 18:55:08 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System 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 169. Apr 04 18:55:08 localhost systemd[1]: Starting auditd.service - Security Audit Logging 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 270. Apr 04 18:55:08 localhost systemd[1]: ldconfig.service - 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 168. Apr 04 18:55:08 localhost systemd[1]: Starting rpcbind.service - 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 245. Apr 04 18:55:08 localhost systemd[1]: systemd-firstboot.service - 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 185. Apr 04 18:55:08 localhost systemd[1]: first-boot-complete.target - 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 181. Apr 04 18:55:08 localhost systemd[1]: systemd-journal-catalog-update.service - 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 147. Apr 04 18:55:08 localhost systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to 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 126. Apr 04 18:55:08 localhost systemd[1]: systemd-update-done.service - 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 189. Apr 04 18:55:08 localhost systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to 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 126. Apr 04 18:55:08 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. Apr 04 18:55:08 localhost systemd[1]: Mounting var-lib-nfs-rpc_pipefs.mount - 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 242. Apr 04 18:55:08 localhost kernel: RPC: Registered named UNIX socket transport module. Apr 04 18:55:08 localhost kernel: RPC: Registered udp transport module. Apr 04 18:55:08 localhost kernel: RPC: Registered tcp transport module. Apr 04 18:55:08 localhost kernel: RPC: Registered tcp-with-tls transport module. Apr 04 18:55:08 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Apr 04 18:55:08 localhost systemd[1]: Mounted var-lib-nfs-rpc_pipefs.mount - 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 242. Apr 04 18:55:08 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 241. Apr 04 18:55:08 localhost systemd[1]: Started systemd-udevd.service - 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 170. Apr 04 18:55:08 localhost systemd[1]: Starting modprobe@configfs.service - 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 302. Apr 04 18:55: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. Apr 04 18:55:08 localhost systemd[1]: Finished modprobe@configfs.service - 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 302. Apr 04 18:55:08 localhost systemd[1]: Condition check resulted in dev-ttyS0.device - /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 255. Apr 04 18:55:08 localhost auditd[611]: No plugins found, not dispatching events Apr 04 18:55:08 localhost auditd[611]: Init complete, auditd 4.0.3 listening for events (startup state enable) Apr 04 18:55:08 localhost systemd[1]: Started auditd.service - Security Audit Logging 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 270. Apr 04 18:55:08 localhost systemd[1]: Starting audit-rules.service - Load Audit Rules... ░░ Subject: A start job for unit audit-rules.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has begun execution. ░░ ░░ The job identifier is 260. Apr 04 18:55:08 localhost systemd[1]: Starting systemd-update-utmp.service - 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 232. Apr 04 18:55:08 localhost systemd[1]: Finished systemd-update-utmp.service - 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 232. Apr 04 18:55:08 localhost systemd[1]: Reached target sysinit.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 125. Apr 04 18:55:08 localhost systemd[1]: Started dnf-makecache.timer - 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 222. Apr 04 18:55:08 localhost systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week. ░░ Subject: A start job for unit fstrim.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit fstrim.timer has finished successfully. ░░ ░░ The job identifier is 219. Apr 04 18:55:08 localhost systemd[1]: Started logrotate.timer - 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 221. Apr 04 18:55:09 localhost systemd[1]: Started systemd-tmpfiles-clean.timer - 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 220. Apr 04 18:55:09 localhost systemd[1]: Reached target timers.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 218. Apr 04 18:55:09 localhost systemd[1]: Listening on dbus.socket - 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 215. Apr 04 18:55:09 localhost systemd[1]: Listening on sshd-unix-local.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local). ░░ Subject: A start job for unit sshd-unix-local.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-unix-local.socket has finished successfully. ░░ ░░ The job identifier is 208. Apr 04 18:55:09 localhost systemd[1]: Listening on sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK). ░░ Subject: A start job for unit sshd-vsock.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-vsock.socket has finished successfully. ░░ ░░ The job identifier is 213. Apr 04 18:55:09 localhost systemd[1]: Reached target ssh-access.target - SSH Access Available. ░░ Subject: A start job for unit ssh-access.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ssh-access.target has finished successfully. ░░ ░░ The job identifier is 214. Apr 04 18:55:09 localhost systemd[1]: Listening on sssd-kcm.socket - 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 206. Apr 04 18:55:09 localhost systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket. ░░ Subject: A start job for unit systemd-hostnamed.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.socket has finished successfully. ░░ ░░ The job identifier is 210. Apr 04 18:55:09 localhost systemd[1]: Reached target sockets.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 200. Apr 04 18:55:09 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Apr 04 18:55:09 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Apr 04 18:55:09 localhost kernel: Console: switching to colour dummy device 80x25 Apr 04 18:55:09 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0 Apr 04 18:55:09 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device Apr 04 18:55:09 localhost kernel: Console: switching to colour frame buffer device 128x48 Apr 04 18:55:09 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Apr 04 18:55:09 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Apr 04 18:55:09 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Apr 04 18:55:09 localhost systemd[1]: Starting dbus-broker.service - 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 226. Apr 04 18:55:09 localhost systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ 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 183. Apr 04 18:55:09 localhost systemd[1]: Started rpcbind.service - 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 245. Apr 04 18:55:09 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 308. Apr 04 18:55:09 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. Apr 04 18:55:09 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. ░░ 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 308 and the job result is done. Apr 04 18:55:09 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 308. Apr 04 18:55:09 localhost (udev-worker)[600]: Network interface NamePolicy= disabled on kernel command line. Apr 04 18:55:09 localhost augenrules[615]: /usr/sbin/augenrules: No change Apr 04 18:55:09 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. ░░ 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 308. Apr 04 18:55:09 localhost augenrules[650]: No rules Apr 04 18:55:09 localhost augenrules[650]: enabled 1 Apr 04 18:55:09 localhost augenrules[650]: failure 1 Apr 04 18:55:09 localhost augenrules[650]: pid 611 Apr 04 18:55:09 localhost augenrules[650]: rate_limit 0 Apr 04 18:55:09 localhost augenrules[650]: backlog_limit 8192 Apr 04 18:55:09 localhost augenrules[650]: lost 0 Apr 04 18:55:09 localhost augenrules[650]: backlog 0 Apr 04 18:55:09 localhost augenrules[650]: backlog_wait_time 60000 Apr 04 18:55:09 localhost augenrules[650]: backlog_wait_time_actual 0 Apr 04 18:55:09 localhost augenrules[650]: enabled 1 Apr 04 18:55:09 localhost augenrules[650]: failure 1 Apr 04 18:55:09 localhost augenrules[650]: pid 611 Apr 04 18:55:09 localhost augenrules[650]: rate_limit 0 Apr 04 18:55:09 localhost augenrules[650]: backlog_limit 8192 Apr 04 18:55:09 localhost augenrules[650]: lost 0 Apr 04 18:55:09 localhost augenrules[650]: backlog 0 Apr 04 18:55:09 localhost augenrules[650]: backlog_wait_time 60000 Apr 04 18:55:09 localhost augenrules[650]: backlog_wait_time_actual 0 Apr 04 18:55:09 localhost augenrules[650]: enabled 1 Apr 04 18:55:09 localhost augenrules[650]: failure 1 Apr 04 18:55:09 localhost augenrules[650]: pid 611 Apr 04 18:55:09 localhost augenrules[650]: rate_limit 0 Apr 04 18:55:09 localhost augenrules[650]: backlog_limit 8192 Apr 04 18:55:09 localhost augenrules[650]: lost 0 Apr 04 18:55:09 localhost augenrules[650]: backlog 0 Apr 04 18:55:09 localhost augenrules[650]: backlog_wait_time 60000 Apr 04 18:55:09 localhost augenrules[650]: backlog_wait_time_actual 0 Apr 04 18:55:09 localhost systemd[1]: audit-rules.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit audit-rules.service has successfully entered the 'dead' state. Apr 04 18:55:09 localhost systemd[1]: Finished audit-rules.service - Load Audit Rules. ░░ Subject: A start job for unit audit-rules.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has finished successfully. ░░ ░░ The job identifier is 260. Apr 04 18:55:09 localhost systemd[1]: Started dbus-broker.service - 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 226. Apr 04 18:55:09 localhost dbus-broker-launch[626]: Ready Apr 04 18:55:09 localhost systemd[1]: Reached target basic.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 122. Apr 04 18:55:09 localhost systemd[1]: Starting chronyd.service - 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 233. Apr 04 18:55:09 localhost systemd[1]: Starting cloud-init-local.service - 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 273. Apr 04 18:55:09 localhost systemd[1]: Starting dracut-shutdown.service - 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 164. Apr 04 18:55:10 localhost systemd[1]: Started irqbalance.service - 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 278. Apr 04 18:55:10 localhost systemd[1]: Started rngd.service - 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 246. Apr 04 18:55:10 localhost systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration). ░░ Subject: A start job for unit ssh-host-keys-migration.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ssh-host-keys-migration.service has finished successfully. ░░ ░░ The job identifier is 269. Apr 04 18:55:10 localhost systemd[1]: sshd-keygen@ecdsa.service - 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 267. Apr 04 18:55:10 localhost systemd[1]: sshd-keygen@ed25519.service - 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 268. Apr 04 18:55:10 localhost systemd[1]: sshd-keygen@rsa.service - 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 265. Apr 04 18:55:10 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 264. Apr 04 18:55:10 localhost systemd[1]: sssd.service - 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 229. Apr 04 18:55:10 localhost systemd[1]: Reached target nss-user-lookup.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 230. Apr 04 18:55:10 localhost systemd[1]: Starting systemd-logind.service - 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 256. Apr 04 18:55:10 localhost systemd[1]: Finished dracut-shutdown.service - 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 164. Apr 04 18:55:10 localhost systemd-logind[665]: 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. Apr 04 18:55:10 localhost systemd-logind[665]: Watching system buttons on /dev/input/event0 (Power Button) Apr 04 18:55:10 localhost systemd-logind[665]: Watching system buttons on /dev/input/event1 (Sleep Button) Apr 04 18:55:10 localhost systemd-logind[665]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Apr 04 18:55:10 localhost systemd[1]: Started systemd-logind.service - 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 256. Apr 04 18:55:11 localhost chronyd[676]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Apr 04 18:55:11 localhost chronyd[676]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Apr 04 18:55:11 localhost chronyd[676]: Loaded seccomp filter (level 2) Apr 04 18:55:11 localhost systemd[1]: Started chronyd.service - 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 233. Apr 04 18:55:11 localhost rngd[663]: Disabling 7: PKCS11 Entropy generator (pkcs11) Apr 04 18:55:11 localhost rngd[663]: Disabling 5: NIST Network Entropy Beacon (nist) Apr 04 18:55:11 localhost rngd[663]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Apr 04 18:55:11 localhost rngd[663]: Disabling 10: Named pipe entropy input (namedpipe) Apr 04 18:55:11 localhost rngd[663]: Initializing available sources Apr 04 18:55:11 localhost rngd[663]: [hwrng ]: Initialization Failed Apr 04 18:55:11 localhost rngd[663]: [rdrand]: Enabling RDRAND rng support Apr 04 18:55:11 localhost rngd[663]: [rdrand]: Initialized Apr 04 18:55:11 localhost rngd[663]: [jitter]: JITTER timeout set to 5 sec Apr 04 18:55:11 localhost rngd[663]: [jitter]: Initializing AES buffer Apr 04 18:55:15 localhost cloud-init[683]: Cloud-init v. 24.4-4.el10 running 'init-local' at Fri, 04 Apr 2025 22:55:15 +0000. Up 21.84 seconds. Apr 04 18:55:15 localhost dhcpcd[686]: dhcpcd-10.0.6 starting Apr 04 18:55:16 localhost rngd[663]: [jitter]: Unable to obtain AES key, disabling JITTER source Apr 04 18:55:16 localhost rngd[663]: [jitter]: Initialization Failed Apr 04 18:55:16 localhost rngd[663]: Process privileges have been dropped to 2:2 Apr 04 18:55:16 localhost kernel: 8021q: 802.1Q VLAN Support v1.8 Apr 04 18:55:16 localhost systemd[1]: Listening on systemd-rfkill.socket - 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 317. Apr 04 18:55:16 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database Apr 04 18:55:16 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Apr 04 18:55:16 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' Apr 04 18:55:16 localhost kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Apr 04 18:55:16 localhost kernel: cfg80211: failed to load regulatory.db Apr 04 18:55:16 localhost dhcpcd[689]: DUID 00:01:00:01:2f:83:1f:d4:0e:36:56:74:78:e3 Apr 04 18:55:16 localhost dhcpcd[689]: eth0: IAID 56:74:78:e3 Apr 04 18:55:17 localhost dhcpcd[689]: eth0: soliciting a DHCP lease Apr 04 18:55:17 localhost dhcpcd[689]: eth0: offered 10.31.40.222 from 10.31.40.1 Apr 04 18:55:17 localhost dhcpcd[689]: eth0: leased 10.31.40.222 for 3600 seconds Apr 04 18:55:17 localhost dhcpcd[689]: eth0: adding route to 10.31.40.0/22 Apr 04 18:55:17 localhost dhcpcd[689]: eth0: adding default route via 10.31.40.1 Apr 04 18:55:17 localhost dhcpcd[689]: control command: dhcpcd --dumplease --ipv4only eth0 Apr 04 18:55:17 localhost systemd[1]: Starting systemd-hostnamed.service - 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 326. Apr 04 18:55:17 localhost systemd[1]: Started systemd-hostnamed.service - 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 326. Apr 04 18:55:17 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-hostnamed[712]: Hostname set to (static) Apr 04 18:55:17 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init-local.service - 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 273. Apr 04 18:55:17 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target network-pre.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 136. Apr 04 18:55:17 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager.service - 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 225. Apr 04 18:55:17 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807317.9903] NetworkManager (version 1.53.1-1.el10) is starting... (boot:08b2e541-2a5f-4efb-b147-65669d2a1aec) Apr 04 18:55:17 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807317.9905] Read config: /etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0029] manager[0x55e854d27b40]: monitoring kernel firmware directory '/lib/firmware'. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0066] hostname: hostname: using hostnamed Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0066] hostname: static hostname changed from (none) to "ip-10-31-40-222.us-east-1.aws.redhat.com" Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0070] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0073] manager[0x55e854d27b40]: rfkill: Wi-Fi hardware radio set enabled Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0074] manager[0x55e854d27b40]: rfkill: WWAN hardware radio set enabled Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0125] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0126] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0126] manager: Networking is enabled by state file Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0142] settings: Loaded settings plugin: keyfile (internal) Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0195] dhcp: init: Using DHCP client 'internal' Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0198] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-dispatcher.service - 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 404. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0232] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0251] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0260] device (lo): Activation: starting connection 'lo' (512cf5fd-4c24-4153-8eac-c30c7d03b30e) Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0266] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0269] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager.service - 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 225. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0304] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target network.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 227. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0318] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0324] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0329] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0335] device (eth0): carrier: link connected Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0341] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0350] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0356] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-wait-online.service - 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 224. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0373] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0374] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0376] manager: NetworkManager state is now CONNECTING Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0377] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting gssproxy.service - 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 244. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0398] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0404] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.0438] dhcp4 (eth0): state changed new lease, address=10.31.40.222, acd pending Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started gssproxy.service - 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 244. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: rpc-gssd.service - 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 240. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target nfs-client.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 236. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs-pre.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 237. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes. ░░ Subject: A start job for unit remote-cryptsetup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-cryptsetup.target has finished successfully. ░░ ░░ The job identifier is 280. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs.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 281. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ 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 193. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager-dispatcher.service - 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 404. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.1354] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.1356] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.1361] device (lo): Activation: successful, device activated. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2310] dhcp4 (eth0): state changed new lease, address=10.31.40.222 Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2323] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2896] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2932] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2940] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full') Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2954] manager: NetworkManager state is now CONNECTED_SITE Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2957] device (eth0): Activation: successful, device activated. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2978] manager: NetworkManager state is now CONNECTED_GLOBAL Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com NetworkManager[719]: [1743807318.2996] manager: startup complete Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished NetworkManager-wait-online.service - 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 224. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting cloud-init.service - 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 277. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com chronyd[676]: Added source 10.11.160.238 Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com chronyd[676]: Added source 10.18.100.10 Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com chronyd[676]: Added source 10.2.32.37 Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com chronyd[676]: Added source 10.2.32.38 Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Cloud-init v. 24.4-4.el10 running 'init' at Fri, 04 Apr 2025 22:55:18 +0000. Up 24.80 seconds. Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | eth0 | True | 10.31.40.222 | 255.255.252.0 | global | 0e:36:56:74:78:e3 | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | eth0 | True | fe80::c36:56ff:fe74:78e3/64 | . | link | 0e:36:56:74:78:e3 | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | lo | True | ::1/128 | . | host | . | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 0 | 0.0.0.0 | 10.31.40.1 | 0.0.0.0 | eth0 | UG | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 1 | 10.31.40.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Route | Destination | Gateway | Interface | Flags | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+ Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 0 | fe80::/64 | :: | eth0 | U | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 2 | multicast | :: | eth0 | U | Apr 04 18:55:18 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+ Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private rsa key pair. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is: Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: SHA256:Lbyh0pVWfAow3SyRa+YvQUlxPBTIuinGrf8Gplo2+nQ root@ip-10-31-40-222.us-east-1.aws.redhat.com Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is: Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: +---[RSA 3072]----+ Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | oooX+. | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | oBo= | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | o.+o.. | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | ..*= o | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | . . BS o | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | +.*+o+ | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | .*=E..o | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | =o+ o . | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | oo...o.. | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+ Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private ecdsa key pair. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is: Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: SHA256:mR8h1Xdw3o29za1Moqg5mmh0Y7v+naxarmDzrus970U root@ip-10-31-40-222.us-east-1.aws.redhat.com Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is: Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: +---[ECDSA 256]---+ Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | .. ...| Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | . . .=+| Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | . . ...=| Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | + . .+| Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | E . . ..+| Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | . + . o o + . | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | .+o o. o o o | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | ..*o+.* . | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | o==@XOo+ | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+ Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private ed25519 key pair. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is: Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: SHA256:cnFFJWmq6DosxV99bCkajNNJyk5LSEOcM1SsHQl/EIM root@ip-10-31-40-222.us-east-1.aws.redhat.com Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is: Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: +--[ED25519 256]--+ Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | oo*=o .+o. | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | E.+o .o. | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | . =..o .o | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | + ...o. | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | o +.BS+ . . | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | + OoB o = | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | o * + o + | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | . o = . | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: | ..o | Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+ Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init.service - 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 277. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-config.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 276. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target network-online.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 223. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting cloud-config.service - 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 275. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting kdump.service - 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 271. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting restraintd.service - 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 261. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting rpc-statd-notify.service - 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 238. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting rsyslog.service - 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 279. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - 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 263. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com sm-notify[902]: Version 2.8.2 starting Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com (sshd)[905]: sshd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting systemd-user-sessions.service - 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 262. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com sshd[905]: Server listening on 0.0.0.0 port 22. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com sshd[905]: Server listening on :: port 22. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started rpc-statd-notify.service - 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 238. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - 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 263. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started restraintd.service - 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 261. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished systemd-user-sessions.service - 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 262. Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com rsyslogd[904]: [origin software="rsyslogd" swVersion="8.2412.0-1.el10" x-pid="904" x-info="https://www.rsyslog.com"] start Apr 04 18:55:19 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started crond.service - 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 259. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started getty@tty1.service - 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 249. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started serial-getty@ttyS0.service - 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 253. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target getty.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 248. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started rsyslog.service - 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 279. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target multi-user.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 121. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com crond[919]: (CRON) STARTUP (1.7.0) Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com crond[919]: (CRON) INFO (Syslog will be used instead of sendmail.) Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com crond[919]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 55% if used.) Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com crond[919]: (CRON) INFO (running with inotify support) Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting systemd-update-utmp-runlevel.service - 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 231. Apr 04 18:55:20 ip-10-31-40-222.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. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished systemd-update-utmp-runlevel.service - 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 231. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com rsyslogd[904]: imjournal: journal files changed, reloading... [v8.2412.0-1.el10 try https://www.rsyslog.com/e/0 ] Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com restraintd[909]: Listening on http://localhost:8081 Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[961]: Cloud-init v. 24.4-4.el10 running 'modules:config' at Fri, 04 Apr 2025 22:55:20 +0000. Up 26.51 seconds. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Stopping sshd.service - 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 507. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com sshd[905]: Received signal 15; terminating. Apr 04 18:55:20 ip-10-31-40-222.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. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Stopped sshd.service - 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 507 and the job result is done. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - 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 507. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com (sshd)[965]: sshd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com sshd[965]: Server listening on 0.0.0.0 port 22. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com sshd[965]: Server listening on :: port 22. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - 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 507. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished cloud-config.service - 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 275. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting cloud-final.service - 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 274. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com kdumpctl[925]: kdump: Detected change(s) in the following file(s): /etc/fstab Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 0 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 0 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 48 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 48 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 49 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 49 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 50 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 50 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 51 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 51 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 52 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 52 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 53 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 53 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 54 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 54 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 55 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 55 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 56 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 56 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 57 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 57 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 58 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 58 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: Cannot change IRQ 59 affinity: Permission denied Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com irqbalance[662]: IRQ 59 affinity is now unmanaged Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1111]: Cloud-init v. 24.4-4.el10 running 'modules:final' at Fri, 04 Apr 2025 22:55:20 +0000. Up 27.00 seconds. Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1134]: ############################################################# Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1138]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1145]: 256 SHA256:mR8h1Xdw3o29za1Moqg5mmh0Y7v+naxarmDzrus970U root@ip-10-31-40-222.us-east-1.aws.redhat.com (ECDSA) Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1155]: 256 SHA256:cnFFJWmq6DosxV99bCkajNNJyk5LSEOcM1SsHQl/EIM root@ip-10-31-40-222.us-east-1.aws.redhat.com (ED25519) Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1163]: 3072 SHA256:Lbyh0pVWfAow3SyRa+YvQUlxPBTIuinGrf8Gplo2+nQ root@ip-10-31-40-222.us-east-1.aws.redhat.com (RSA) Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1165]: -----END SSH HOST KEY FINGERPRINTS----- Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1169]: ############################################################# Apr 04 18:55:20 ip-10-31-40-222.us-east-1.aws.redhat.com cloud-init[1111]: Cloud-init v. 24.4-4.el10 finished at Fri, 04 Apr 2025 22:55:20 +0000. Datasource DataSourceEc2Local. Up 27.14 seconds Apr 04 18:55:21 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished cloud-final.service - 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 274. Apr 04 18:55:21 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-init.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 272. Apr 04 18:55:23 ip-10-31-40-222.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Apr 04 18:55:23 ip-10-31-40-222.us-east-1.aws.redhat.com kdumpctl[925]: kdump: Rebuilding /boot/initramfs-6.12.0-66.el10.x86_64kdump.img Apr 04 18:55:23 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1438]: dracut-105-4.el10 Apr 04 18:55:23 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1441]: Executing: /usr/bin/dracut --list-modules Apr 04 18:55:24 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1497]: dracut-105-4.el10 Apr 04 18:55:24 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1500]: Executing: /usr/bin/dracut --list-modules Apr 04 18:55:24 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1561]: dracut-105-4.el10 Apr 04 18:55:24 ip-10-31-40-222.us-east-1.aws.redhat.com chronyd[676]: Selected source 10.2.32.38 Apr 04 18:55:24 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip --mount "/dev/disk/by-uuid/a2b13c18-cc86-4d0a-9209-304016fafc75 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --add squash-erofs --squash-compressor lz4hc --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-6.12.0-66.el10.x86_64kdump.img 6.12.0-66.el10.x86_64 Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'connman' will not be installed, because command 'connmand' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'plymouth' will not be installed, because it's in the list to be omitted! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'multipath' will not be installed, because command 'multipath' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'hwdb' will not be installed, because it's in the list to be omitted! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'resume' will not be installed, because it's in the list to be omitted! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'connman' will not be installed, because command 'connmand' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'multipath' will not be installed, because command 'multipath' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found! Apr 04 18:55:25 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: bash *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: shell-interpreter *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: fips *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: fips-crypto-policies *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd-ask-password *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd-initrd *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd-journald *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd-modules-load *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd-sysctl *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd-sysusers *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd-tmpfiles *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: systemd-udevd *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: rngd *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: i18n *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: drm *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: prefixdevname *** Apr 04 18:55:26 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: kernel-modules *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: kernel-modules-extra *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: fstab-sys *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: rootfs-block *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: squash-erofs *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: terminfo *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: udev-rules *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: dracut-systemd *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: usrmount *** Apr 04 18:55:27 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: base *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: fs-lib *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: kdumpbase *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: memstrack *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: microcode_ctl-fw_dir_override *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: microcode_ctl module: mangling fw_dir Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: microcode_ctl: intel: caveats check for kernel version "6.12.0-66.el10.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: microcode_ctl: configuration "intel-06-4f-01" is ignored Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: openssl *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: shutdown *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including module: squash-lib *** Apr 04 18:55:28 ip-10-31-40-222.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. Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Including modules done *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Installing kernel module dependencies *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Installing kernel module dependencies done *** Apr 04 18:55:28 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Resolving executable dependencies *** Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Resolving executable dependencies done *** Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Hardlinking files *** Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Mode: real Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Method: sha256 Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Files: 547 Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Linked: 26 files Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Compared: 0 xattrs Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Compared: 44 files Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Saved: 13.6 MiB Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Duration: 0.146776 seconds Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Hardlinking files done *** Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Generating early-microcode cpio image *** Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Constructing GenuineIntel.bin *** Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Constructing GenuineIntel.bin *** Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Store current command line parameters *** Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: Stored kernel commandline: Apr 04 18:55:29 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: No dracut internal kernel commandline stored in the initramfs Apr 04 18:55:30 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Squashing the files inside the initramfs *** Apr 04 18:55:33 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Squashing the files inside the initramfs done *** Apr 04 18:55:33 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Creating image file '/boot/initramfs-6.12.0-66.el10.x86_64kdump.img' *** Apr 04 18:55:33 ip-10-31-40-222.us-east-1.aws.redhat.com dracut[1564]: *** Creating initramfs image file '/boot/initramfs-6.12.0-66.el10.x86_64kdump.img' done *** Apr 04 18:55:34 ip-10-31-40-222.us-east-1.aws.redhat.com kdumpctl[925]: kdump: kexec: loaded kdump kernel Apr 04 18:55:34 ip-10-31-40-222.us-east-1.aws.redhat.com kdumpctl[925]: kdump: Starting kdump: [OK] Apr 04 18:55:34 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished kdump.service - 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 271. Apr 04 18:55:34 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Startup finished in 992ms (kernel) + 5.481s (initrd) + 34.406s (userspace) = 40.881s. ░░ 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 992363 microseconds. ░░ ░░ Initrd start-up required 5481937 microseconds. ░░ ░░ Userspace start-up required 34406854 microseconds. Apr 04 18:55:48 ip-10-31-40-222.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. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4430]: Accepted publickey for root from 10.30.32.164 port 35822 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.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 509. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - 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 508. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-logind[665]: 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 4430. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - 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 508. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - 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 588. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-logind[665]: New session 2 of user root. ░░ Subject: A new session 2 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 2 has been created for the user root. ░░ ░░ The leading process of the session is 4435. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com (systemd)[4435]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Queued start job for default target default.target. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Created slice app.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 5. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: grub-boot-success.timer - 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 10. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Started systemd-tmpfiles-clean.timer - 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 11. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Reached target paths.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 8. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Reached target timers.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 9. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Starting dbus.socket - 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 4. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Starting systemd-tmpfiles-setup.service - Create User 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. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Finished systemd-tmpfiles-setup.service - Create User 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. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Listening on dbus.socket - 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 4. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Reached target sockets.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 3. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Reached target basic.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. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Reached target default.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. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[4435]: Startup finished in 110ms. ░░ 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 110482 microseconds. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - 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 588. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started session-1.scope - 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 669. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4430]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4446]: Received disconnect from 10.30.32.164 port 35822:11: disconnected by user Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4446]: Disconnected from user root 10.30.32.164 port 35822 Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4430]: pam_unix(sshd:session): session closed for user root Apr 04 18:57:58 ip-10-31-40-222.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. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-logind[665]: Session 1 logged out. Waiting for processes to exit. Apr 04 18:57:58 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-logind[665]: 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. Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4479]: Accepted publickey for root from 10.31.8.197 port 60482 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4480]: Accepted publickey for root from 10.31.8.197 port 60484 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-logind[665]: 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 4479. Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started session-3.scope - 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 751. Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-logind[665]: 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 4480. Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4479]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started session-4.scope - 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 833. Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4480]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4486]: Received disconnect from 10.31.8.197 port 60484:11: disconnected by user Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4486]: Disconnected from user root 10.31.8.197 port 60484 Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com sshd-session[4480]: pam_unix(sshd:session): session closed for user root Apr 04 18:58:05 ip-10-31-40-222.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. Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-logind[665]: Session 4 logged out. Waiting for processes to exit. Apr 04 18:58:05 ip-10-31-40-222.us-east-1.aws.redhat.com systemd-logind[665]: 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. Apr 04 18:58:23 ip-10-31-40-222.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!) Apr 04 18:58:24 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Starting systemd-hostnamed.service - 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 915. Apr 04 18:58:24 ip-10-31-40-222.us-east-1.aws.redhat.com systemd[1]: Started systemd-hostnamed.service - 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 915. Apr 04 18:58:24 managed-node2 systemd-hostnamed[6007]: Hostname set to (static) Apr 04 18:58:24 managed-node2 NetworkManager[719]: [1743807504.1948] hostname: static hostname changed from "ip-10-31-40-222.us-east-1.aws.redhat.com" to "managed-node2" Apr 04 18:58:24 managed-node2 systemd[1]: Starting NetworkManager-dispatcher.service - 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 993. Apr 04 18:58:24 managed-node2 systemd[1]: Started NetworkManager-dispatcher.service - 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 993. Apr 04 18:58:25 managed-node2 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!) Apr 04 18:58:34 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. Apr 04 18:58:54 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. Apr 04 18:58:54 managed-node2 sshd-session[6655]: Accepted publickey for root from 10.31.8.223 port 34538 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Apr 04 18:58:54 managed-node2 systemd-logind[665]: 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 6655. Apr 04 18:58:54 managed-node2 systemd[1]: Started session-5.scope - 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 1072. Apr 04 18:58:54 managed-node2 sshd-session[6655]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Apr 04 18:58:56 managed-node2 python3.12[6804]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Apr 04 18:58:57 managed-node2 python3.12[6958]: ansible-tempfile Invoked with state=directory prefix=lsr_ suffix=_podman path=None Apr 04 18:58:57 managed-node2 python3.12[7083]: ansible-file Invoked with path=/tmp/lsr_vk2y4awh_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 Apr 04 18:58:58 managed-node2 python3.12[7208]: 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 Apr 04 18:58:58 managed-node2 useradd[7210]: new group: name=podman_basic_user, GID=3001 Apr 04 18:58:58 managed-node2 useradd[7210]: new user: name=podman_basic_user, UID=3001, GID=3001, home=/home/podman_basic_user, shell=/bin/bash, from=/dev/pts/0 Apr 04 18:58:59 managed-node2 python3.12[7335]: ansible-file Invoked with path=/tmp/lsr_vk2y4awh_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 Apr 04 18:59:00 managed-node2 python3.12[7460]: ansible-file Invoked with path=/tmp/lsr_vk2y4awh_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 Apr 04 18:59:00 managed-node2 python3.12[7585]: ansible-file Invoked with path=/tmp/lsr_vk2y4awh_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 Apr 04 18:59:00 managed-node2 python3.12[7710]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_vk2y4awh_podman/httpd1/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Apr 04 18:59:01 managed-node2 python3.12[7810]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_vk2y4awh_podman/httpd1/index.txt mode=0644 owner=podman_basic_user src=/root/.ansible/tmp/ansible-tmp-1743807540.5593684-7251-254431321297152/.source.txt _original_basename=.5l5k_o40 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 Apr 04 18:59:01 managed-node2 python3.12[7935]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_vk2y4awh_podman/httpd2/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Apr 04 18:59:01 managed-node2 python3.12[8035]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_vk2y4awh_podman/httpd2/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1743807541.218875-7251-181042099497053/.source.txt _original_basename=.sh330w4j 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 Apr 04 18:59:02 managed-node2 python3.12[8160]: ansible-ansible.legacy.stat Invoked with path=/tmp/lsr_vk2y4awh_podman/httpd3/index.txt follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Apr 04 18:59:02 managed-node2 python3.12[8260]: ansible-ansible.legacy.copy Invoked with dest=/tmp/lsr_vk2y4awh_podman/httpd3/index.txt mode=0644 owner=root src=/root/.ansible/tmp/ansible-tmp-1743807541.8741603-7251-17472629422444/.source.txt _original_basename=.boqe7340 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 Apr 04 18:59:02 managed-node2 python3.12[8385]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Apr 04 18:59:03 managed-node2 python3.12[8510]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Apr 04 18:59:05 managed-node2 sudo[8760]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vjsymawekwazmnpolsqcxkdeynzyrlxg ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1743807544.8267665-7450-146505516705367/AnsiballZ_dnf.py' Apr 04 18:59:05 managed-node2 sudo[8760]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Apr 04 18:59:05 managed-node2 python3.12[8763]: ansible-ansible.legacy.dnf Invoked with name=['iptables-nft', 'podman', 'python3-toml', 'shadow-utils-subid'] 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 Apr 04 18:59:09 managed-node2 sudo[8760]: pam_unix(sudo:session): session closed for user root Apr 04 18:59:11 managed-node2 sudo[9037]: root : TTY=pts/0 ; PWD=/root ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vydbdhynwuzazvueoldrksccaiptzsgm ; /usr/bin/python3.12 /root/.ansible/tmp/ansible-tmp-1743807551.0514736-7785-170032475414431/AnsiballZ_dnf.py' Apr 04 18:59:11 managed-node2 sudo[9037]: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0) Apr 04 18:59:11 managed-node2 python3.12[9040]: ansible-ansible.legacy.dnf Invoked with name=['iptables-nft', 'podman', 'python3-toml', 'shadow-utils-subid'] 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 Apr 04 18:59:11 managed-node2 sudo[9037]: pam_unix(sudo:session): session closed for user root Apr 04 18:59:12 managed-node2 python3.12[9166]: 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-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:456 Friday 04 April 2025 18:59:12 -0400 (0:00:00.592) 0:00:17.804 ********** ok: [managed-node2] => { "changed": false, "path": "/etc/containers/storage.conf", "state": "absent" } TASK [Clean up host directories] *********************************************** task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:463 Friday 04 April 2025 18:59:12 -0400 (0:00:00.401) 0:00:18.206 ********** changed: [managed-node2] => { "changed": true, "path": "/tmp/lsr_vk2y4awh_podman", "state": "absent" } TASK [Remove kube file src] **************************************************** task path: /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:470 Friday 04 April 2025 18:59:13 -0400 (0:00:00.404) 0:00:18.610 ********** changed: [managed-node2 -> localhost] => { "changed": true, "path": "/tmp/lsr_podman_6e2a9sys.yml", "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=25 changed=9 unreachable=0 failed=1 skipped=11 rescued=3 ignored=0 TASKS RECAP ******************************************************************** Friday 04 April 2025 18:59:13 -0400 (0:00:00.231) 0:00:18.842 ********** =============================================================================== fedora.linux_system_roles.podman : Ensure required packages are installed --- 4.66s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Gathering Facts --------------------------------------------------------- 2.38s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:9 Create data files ------------------------------------------------------- 1.99s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:204 fedora.linux_system_roles.podman : Gather the package facts ------------- 1.23s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 Create host directories for data ---------------------------------------- 1.06s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:196 fedora.linux_system_roles.podman : Gather the package facts ------------- 0.94s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:6 fedora.linux_system_roles.podman : Ensure required packages are installed --- 0.89s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/main.yml:14 Create user ------------------------------------------------------------- 0.60s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:176 Dump journal ------------------------------------------------------------ 0.59s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:447 Write kube_file_src ----------------------------------------------------- 0.58s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:189 Create tmpdir for testing ----------------------------------------------- 0.47s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:143 Change tmpdir permissions ----------------------------------------------- 0.46s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:150 Clean up host directories ----------------------------------------------- 0.40s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:463 Clean up storage.conf --------------------------------------------------- 0.40s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:456 fedora.linux_system_roles.podman : Check if system is ostree ------------ 0.35s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:11 fedora.linux_system_roles.podman : Check if transactional-update exists in /sbin --- 0.35s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/roles/podman/tasks/set_vars.yml:23 Remove kube file src ---------------------------------------------------- 0.23s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:470 Create tempfile for kube_src -------------------------------------------- 0.20s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:181 Cleanup ----------------------------------------------------------------- 0.17s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:269 Run role - do not pull images ------------------------------------------- 0.08s /tmp/collections-dny/ansible_collections/fedora/linux_system_roles/tests/podman/tests_basic.yml:214