ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_user_units.yml ************************************************* 1 plays in /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml PLAY [Ensure that the role works with a mix of user and system units] ********** META: ran handlers TASK [Create users] ************************************************************ task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:57 Monday 11 November 2024 09:48:49 -0500 (0:00:00.036) 0:00:00.036 ******* changed: [managed-node2] => (item={u'name': u'systemd_user1', u'uid': 5411}) => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 5411, "home": "/home/systemd_user1", "item": { "name": "systemd_user1", "uid": 5411 }, "name": "systemd_user1", "shell": "/bin/bash", "state": "present", "system": false, "uid": 5411 } changed: [managed-node2] => (item={u'name': u'systemd_user2', u'uid': 5412}) => { "ansible_loop_var": "item", "changed": true, "comment": "", "create_home": true, "group": 5412, "home": "/home/systemd_user2", "item": { "name": "systemd_user2", "uid": 5412 }, "name": "systemd_user2", "shell": "/bin/bash", "state": "present", "system": false, "uid": 5412 } TASK [Run role to create and start units] ************************************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:63 Monday 11 November 2024 09:48:50 -0500 (0:00:01.312) 0:00:01.348 ******* TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:6 Monday 11 November 2024 09:48:50 -0500 (0:00:00.075) 0:00:01.424 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag to indicate system is ostree] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:11 Monday 11 November 2024 09:48:51 -0500 (0:00:00.593) 0:00:02.018 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:18 Monday 11 November 2024 09:48:51 -0500 (0:00:00.077) 0:00:02.096 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:23 Monday 11 November 2024 09:48:51 -0500 (0:00:00.495) 0:00:02.591 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.systemd : Ensure required packages are installed] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 09:48:51 -0500 (0:00:00.053) 0:00:02.644 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [ "systemd-219-78.el7_9.9.x86_64 providing systemd is already installed" ] } TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:39 Monday 11 November 2024 09:48:53 -0500 (0:00:01.674) 0:00:04.319 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:44 Monday 11 November 2024 09:48:53 -0500 (0:00:00.095) 0:00:04.414 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Fail if reboot is needed and not set] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:49 Monday 11 November 2024 09:48:53 -0500 (0:00:00.062) 0:00:04.476 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Reset __systemd_user_info] *********** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:56 Monday 11 November 2024 09:48:53 -0500 (0:00:00.067) 0:00:04.544 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_user_info": {} }, "changed": false } TASK [fedora.linux_system_roles.systemd : Manage files and templates and their directories] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:60 Monday 11 November 2024 09:48:53 -0500 (0:00:00.032) 0:00:04.576 ******* included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:48:53 -0500 (0:00:00.126) 0:00:04.703 ******* included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 09:48:53 -0500 (0:00:00.084) 0:00:04.787 ******* included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:48:54 -0500 (0:00:00.190) 0:00:04.978 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "systemd_user1": [ "x", "5411", "5411", "", "/home/systemd_user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:48:54 -0500 (0:00:00.611) 0:00:05.590 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_user_info": { "systemd_user1": { "group": "5411", "units_dir": "/home/systemd_user1/.config/systemd/user", "xdg_dir": "/run/user/5411" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:48:54 -0500 (0:00:00.096) 0:00:05.687 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:48:55 -0500 (0:00:00.455) 0:00:06.142 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" }, "systemd_user1": { "group": "5411", "units_dir": "/home/systemd_user1/.config/systemd/user", "xdg_dir": "/run/user/5411" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:48:55 -0500 (0:00:00.115) 0:00:06.258 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "systemd_user2": [ "x", "5412", "5412", "", "/home/systemd_user2", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:48:55 -0500 (0:00:00.448) 0:00:06.707 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_user_info": { "root": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" }, "systemd_user1": { "group": "5411", "units_dir": "/home/systemd_user1/.config/systemd/user", "xdg_dir": "/run/user/5411" }, "systemd_user2": { "group": "5412", "units_dir": "/home/systemd_user2/.config/systemd/user", "xdg_dir": "/run/user/5412" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 09:48:56 -0500 (0:00:00.195) 0:00:06.902 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0700", "group": "5411", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, { "dir_mode": "0755", "group": "0", "item": "bar.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, { "dir_mode": "0700", "group": "5412", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 09:48:56 -0500 (0:00:00.235) 0:00:07.138 ******* changed: [managed-node2] => (item=systemd_user1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "loginctl", "enable-linger", "systemd_user1" ], "delta": "0:00:00.029510", "end": "2024-11-11 09:48:57.019086", "item": "systemd_user1", "rc": 0, "start": "2024-11-11 09:48:56.989576" } changed: [managed-node2] => (item=systemd_user2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "loginctl", "enable-linger", "systemd_user2" ], "delta": "0:00:00.016625", "end": "2024-11-11 09:48:57.586024", "item": "systemd_user2", "rc": 0, "start": "2024-11-11 09:48:57.569399" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:48:57 -0500 (0:00:01.354) 0:00:08.492 ******* changed: [managed-node2] => (item={u'group': u'5411', u'item': u'bar.service', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "dir_mode": "0700", "group": "5411", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "mode": "0700", "owner": "systemd_user1", "path": "/home/systemd_user1/.config/systemd/user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 5411 } changed: [managed-node2] => (item={u'group': u'5412', u'item': u'bar.service', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "dir_mode": "0700", "group": "5412", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "mode": "0700", "owner": "systemd_user2", "path": "/home/systemd_user2/.config/systemd/user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:48:58 -0500 (0:00:01.289) 0:00:09.781 ******* skipping: [managed-node2] => (item={u'group': u'5411', u'item': u'bar.service', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'0', u'item': u'bar.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "bar.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'5412', u'item': u'bar.service', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:48:59 -0500 (0:00:00.329) 0:00:10.111 ******* changed: [managed-node2] => (item={u'group': u'5411', u'item': u'bar.service', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a30144a8676665ad3fd8fa669eff40c96eb60f7f", "dest": "/home/systemd_user1/.config/systemd/user/bar.service", "gid": 5411, "group": "systemd_user1", "item": { "dir_mode": "0700", "group": "5411", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "md5sum": "1172e93f9dcff56c5922253440a874d9", "mode": "0600", "owner": "systemd_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 114, "src": "/root/.ansible/tmp/ansible-tmp-1731336539.56-10243-250219811913033/source", "state": "file", "uid": 5411 } changed: [managed-node2] => (item={u'group': u'0', u'item': u'bar.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a30144a8676665ad3fd8fa669eff40c96eb60f7f", "dest": "/etc/systemd/system/bar.service", "gid": 0, "group": "root", "item": { "dir_mode": "0755", "group": "0", "item": "bar.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "md5sum": "1172e93f9dcff56c5922253440a874d9", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 114, "src": "/root/.ansible/tmp/ansible-tmp-1731336540.93-10243-228818120145044/source", "state": "file", "uid": 0 } changed: [managed-node2] => (item={u'group': u'5412', u'item': u'bar.service', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a30144a8676665ad3fd8fa669eff40c96eb60f7f", "dest": "/home/systemd_user2/.config/systemd/user/bar.service", "gid": 5412, "group": "systemd_user2", "item": { "dir_mode": "0700", "group": "5412", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "md5sum": "1172e93f9dcff56c5922253440a874d9", "mode": "0600", "owner": "systemd_user2", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 114, "src": "/root/.ansible/tmp/ansible-tmp-1731336541.9-10243-222394101536556/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:49:02 -0500 (0:00:03.317) 0:00:13.429 ******* skipping: [managed-node2] => (item={u'group': u'5411', u'item': u'bar.service', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'0', u'item': u'bar.service', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "bar.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'5412', u'item': u'bar.service', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "bar.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:49:02 -0500 (0:00:00.273) 0:00:13.702 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:49:02 -0500 (0:00:00.048) 0:00:13.751 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:49:02 -0500 (0:00:00.046) 0:00:13.797 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:49:02 -0500 (0:00:00.033) 0:00:13.831 ******* included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 09:49:03 -0500 (0:00:00.071) 0:00:13.902 ******* included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:03 -0500 (0:00:00.271) 0:00:14.173 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "systemd_user1": [ "x", "5411", "5411", "", "/home/systemd_user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:03 -0500 (0:00:00.632) 0:00:14.806 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:04 -0500 (0:00:00.055) 0:00:14.861 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:04 -0500 (0:00:00.326) 0:00:15.187 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:04 -0500 (0:00:00.107) 0:00:15.295 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "systemd_user2": [ "x", "5412", "5412", "", "/home/systemd_user2", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:05 -0500 (0:00:00.644) 0:00:15.939 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 09:49:05 -0500 (0:00:00.150) 0:00:16.089 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0700", "group": "5411", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, { "dir_mode": "0700", "group": "5412", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 09:49:05 -0500 (0:00:00.123) 0:00:16.213 ******* ok: [managed-node2] => (item=systemd_user1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "loginctl", "enable-linger", "systemd_user1" ], "item": "systemd_user1", "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/systemd_user1 exists ok: [managed-node2] => (item=systemd_user2) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "loginctl", "enable-linger", "systemd_user2" ], "item": "systemd_user2", "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/systemd_user2 exists TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:49:06 -0500 (0:00:01.122) 0:00:17.336 ******* ok: [managed-node2] => (item={u'group': u'5411', u'item': u'foo.service.j2', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "mode": "0700", "owner": "systemd_user1", "path": "/home/systemd_user1/.config/systemd/user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 5411 } ok: [managed-node2] => (item={u'group': u'5412', u'item': u'foo.service.j2', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "mode": "0700", "owner": "systemd_user2", "path": "/home/systemd_user2/.config/systemd/user", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:49:07 -0500 (0:00:01.279) 0:00:18.616 ******* skipping: [managed-node2] => (item={u'group': u'5411', u'item': u'foo.service.j2', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'5412', u'item': u'foo.service.j2', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:49:08 -0500 (0:00:00.368) 0:00:18.985 ******* skipping: [managed-node2] => (item={u'group': u'5411', u'item': u'foo.service.j2', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'5412', u'item': u'foo.service.j2', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:49:08 -0500 (0:00:00.325) 0:00:19.311 ******* changed: [managed-node2] => (item={u'group': u'5411', u'item': u'foo.service.j2', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03", "dest": "/home/systemd_user1/.config/systemd/user/foo.service", "gid": 5411, "group": "systemd_user1", "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "md5sum": "76ee4946a93741eb434b4096317c7c73", "mode": "0600", "owner": "systemd_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 135, "src": "/root/.ansible/tmp/ansible-tmp-1731336548.75-10847-168254230878071/source", "state": "file", "uid": 5411 } changed: [managed-node2] => (item={u'group': u'0', u'item': u'foo.service.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03", "dest": "/etc/systemd/system/foo.service", "gid": 0, "group": "root", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "md5sum": "76ee4946a93741eb434b4096317c7c73", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 135, "src": "/root/.ansible/tmp/ansible-tmp-1731336549.53-10847-30186335853154/source", "state": "file", "uid": 0 } changed: [managed-node2] => (item={u'group': u'5412', u'item': u'foo.service.j2', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "a1576b4506271f370ca5372ca8be9af0caa84b03", "dest": "/home/systemd_user2/.config/systemd/user/foo.service", "gid": 5412, "group": "systemd_user2", "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "md5sum": "76ee4946a93741eb434b4096317c7c73", "mode": "0600", "owner": "systemd_user2", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 135, "src": "/root/.ansible/tmp/ansible-tmp-1731336550.2-10847-152254591982581/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:49:10 -0500 (0:00:02.323) 0:00:21.634 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:49:10 -0500 (0:00:00.053) 0:00:21.688 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:49:10 -0500 (0:00:00.050) 0:00:21.738 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:49:10 -0500 (0:00:00.046) 0:00:21.784 ******* included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 09:49:11 -0500 (0:00:00.088) 0:00:21.872 ******* included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:11 -0500 (0:00:00.186) 0:00:22.059 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "systemd_user1": [ "x", "5411", "5411", "", "/home/systemd_user1", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:11 -0500 (0:00:00.360) 0:00:22.420 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:11 -0500 (0:00:00.077) 0:00:22.497 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "root": [ "x", "0", "0", "root", "/root", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:12 -0500 (0:00:00.361) 0:00:22.859 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:12 -0500 (0:00:00.072) 0:00:22.931 ******* ok: [managed-node2] => { "ansible_facts": { "getent_passwd": { "systemd_user2": [ "x", "5412", "5412", "", "/home/systemd_user2", "/bin/bash" ] } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Update systemd user info with new user info] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:12 -0500 (0:00:00.420) 0:00:23.352 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Convert to list of dict with user data] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 09:49:12 -0500 (0:00:00.067) 0:00:23.419 ******* ok: [managed-node2] => { "ansible_facts": { "__systemd_dict_list": [ { "dir_mode": "0700", "group": "5411", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, { "dir_mode": "0700", "group": "5412", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" } ] }, "changed": false } TASK [fedora.linux_system_roles.systemd : Enable linger if needed] ************* task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 09:49:12 -0500 (0:00:00.100) 0:00:23.520 ******* ok: [managed-node2] => (item=systemd_user1) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "loginctl", "enable-linger", "systemd_user1" ], "item": "systemd_user1", "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/systemd_user1 exists ok: [managed-node2] => (item=systemd_user2) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "loginctl", "enable-linger", "systemd_user2" ], "item": "systemd_user2", "rc": 0 } STDOUT: skipped, since /var/lib/systemd/linger/systemd_user2 exists TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:49:13 -0500 (0:00:00.664) 0:00:24.185 ******* changed: [managed-node2] => (item={u'group': u'5411', u'item': u'foo.service.conf.j2', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "mode": "0700", "owner": "systemd_user1", "path": "/home/systemd_user1/.config/systemd/user/foo.service.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 5411 } changed: [managed-node2] => (item={u'group': u'5412', u'item': u'foo.service.conf.j2', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "mode": "0700", "owner": "systemd_user2", "path": "/home/systemd_user2/.config/systemd/user/foo.service.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:49:14 -0500 (0:00:00.813) 0:00:24.998 ******* ok: [managed-node2] => (item={u'group': u'5411', u'item': u'foo.service.conf.j2', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "mode": "0700", "owner": "systemd_user1", "path": "/home/systemd_user1/.config/systemd/user/foo.service.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 5411 } changed: [managed-node2] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": true, "gid": 0, "group": "root", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "mode": "0755", "owner": "root", "path": "/etc/systemd/system/foo.service.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } ok: [managed-node2] => (item={u'group': u'5412', u'item': u'foo.service.conf.j2', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "gid": 0, "group": "root", "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "mode": "0700", "owner": "systemd_user2", "path": "/home/systemd_user2/.config/systemd/user/foo.service.d", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 4096, "state": "directory", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:49:15 -0500 (0:00:01.131) 0:00:26.130 ******* skipping: [managed-node2] => (item={u'group': u'5411', u'item': u'foo.service.conf.j2', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "skip_reason": "Conditional result was False" } skipping: [managed-node2] => (item={u'group': u'5412', u'item': u'foo.service.conf.j2', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:49:15 -0500 (0:00:00.216) 0:00:26.346 ******* changed: [managed-node2] => (item={u'group': u'5411', u'item': u'foo.service.conf.j2', u'units_dir': u'/home/systemd_user1/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user1', u'xdg_dir': u'/run/user/5411', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd", "dest": "/home/systemd_user1/.config/systemd/user/foo.service.d/99-override.conf", "gid": 5411, "group": "systemd_user1", "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "md5sum": "59b0663876980f2d7e6d3c5e2b13cdbc", "mode": "0600", "owner": "systemd_user1", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 48, "src": "/root/.ansible/tmp/ansible-tmp-1731336555.67-11326-85249982818537/source", "state": "file", "uid": 5411 } changed: [managed-node2] => (item={u'group': u'0', u'item': u'foo.service.conf.j2', u'units_dir': u'/etc/systemd/system', u'dir_mode': u'0755', u'state': u'present', u'user': u'root', u'xdg_dir': u'/run/user/0', u'mode': u'0644'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd", "dest": "/etc/systemd/system/foo.service.d/99-override.conf", "gid": 0, "group": "root", "item": { "dir_mode": "0755", "group": "0", "item": "foo.service.conf.j2", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "md5sum": "59b0663876980f2d7e6d3c5e2b13cdbc", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 48, "src": "/root/.ansible/tmp/ansible-tmp-1731336556.27-11326-160051666652315/source", "state": "file", "uid": 0 } changed: [managed-node2] => (item={u'group': u'5412', u'item': u'foo.service.conf.j2', u'units_dir': u'/home/systemd_user2/.config/systemd/user', u'dir_mode': u'0700', u'state': u'present', u'user': u'systemd_user2', u'xdg_dir': u'/run/user/5412', u'mode': u'0600'}) => { "ansible_loop_var": "item", "changed": true, "checksum": "43138f80633a2dd32d446b237b9ed62fa32438dd", "dest": "/home/systemd_user2/.config/systemd/user/foo.service.d/99-override.conf", "gid": 5412, "group": "systemd_user2", "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service.conf.j2", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "md5sum": "59b0663876980f2d7e6d3c5e2b13cdbc", "mode": "0600", "owner": "systemd_user2", "secontext": "unconfined_u:object_r:config_home_t:s0", "size": 48, "src": "/root/.ansible/tmp/ansible-tmp-1731336556.87-11326-243289849547319/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:49:17 -0500 (0:00:01.972) 0:00:28.319 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:49:17 -0500 (0:00:00.050) 0:00:28.370 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:49:17 -0500 (0:00:00.052) 0:00:28.422 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:72 Monday 11 November 2024 09:49:17 -0500 (0:00:00.048) 0:00:28.471 ******* [WARNING]: Module remote_tmp /home/systemd_user2/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually failed: [managed-node2] (item=systemd_user2) => { "ansible_loop_var": "item", "changed": false, "item": "systemd_user2" } MSG: failure 1 during daemon-reload: Failed to get D-Bus connection: No such file or directory ok: [managed-node2] => (item=root) => { "ansible_loop_var": "item", "changed": false, "item": "root", "name": null, "status": {} } [WARNING]: Module remote_tmp /home/systemd_user1/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually failed: [managed-node2] (item=systemd_user1) => { "ansible_loop_var": "item", "changed": false, "item": "systemd_user1" } MSG: failure 1 during daemon-reload: Failed to get D-Bus connection: No such file or directory TASK [Get journald information] ************************************************ task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:230 Monday 11 November 2024 09:49:19 -0500 (0:00:01.696) 0:00:30.167 ******* fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.033803", "end": "2024-11-11 09:49:19.613757", "failed_when_result": true, "rc": 0, "start": "2024-11-11 09:49:19.579954" } STDOUT: -- Logs begin at Mon 2024-11-11 09:44:27 EST, end at Mon 2024-11-11 09:49:19 EST. -- Nov 11 09:44:27 localhost.localdomain kernel: node 0: [mem 0x00100000-0xefffffff] Nov 11 09:44:27 localhost.localdomain kernel: Initmem setup node 0 [mem 0x00001000-0xefffffff] Nov 11 09:44:27 localhost.localdomain kernel: On node 0 totalpages: 982941 Nov 11 09:44:27 localhost.localdomain kernel: DMA zone: 64 pages used for memmap Nov 11 09:44:27 localhost.localdomain kernel: DMA zone: 21 pages reserved Nov 11 09:44:27 localhost.localdomain kernel: DMA zone: 3997 pages, LIFO batch:0 Nov 11 09:44:27 localhost.localdomain kernel: DMA32 zone: 15296 pages used for memmap Nov 11 09:44:27 localhost.localdomain kernel: DMA32 zone: 978944 pages, LIFO batch:31 Nov 11 09:44:27 localhost.localdomain kernel: ACPI: PM-Timer IO Port: 0xb008 Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Local APIC address 0xfee00000 Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x09] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x00] disabled) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) Nov 11 09:44:27 localhost.localdomain kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47 Nov 11 09:44:27 localhost.localdomain kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: IRQ0 used by override. Nov 11 09:44:27 localhost.localdomain kernel: ACPI: IRQ5 used by override. Nov 11 09:44:27 localhost.localdomain kernel: ACPI: IRQ9 used by override. Nov 11 09:44:27 localhost.localdomain kernel: ACPI: IRQ10 used by override. Nov 11 09:44:27 localhost.localdomain kernel: ACPI: IRQ11 used by override. Nov 11 09:44:27 localhost.localdomain kernel: Using ACPI (MADT) for SMP configuration information Nov 11 09:44:27 localhost.localdomain kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 Nov 11 09:44:27 localhost.localdomain kernel: smpboot: Allowing 15 CPUs, 13 hotplug CPUs Nov 11 09:44:27 localhost.localdomain kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] Nov 11 09:44:27 localhost.localdomain kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] Nov 11 09:44:27 localhost.localdomain kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] Nov 11 09:44:27 localhost.localdomain kernel: e820: [mem 0xf0000000-0xfbffffff] available for PCI devices Nov 11 09:44:27 localhost.localdomain kernel: Booting paravirtualized kernel on Xen HVM Nov 11 09:44:27 localhost.localdomain kernel: setup_percpu: NR_CPUS:5120 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1 Nov 11 09:44:27 localhost.localdomain kernel: percpu: Embedded 38 pages/cpu s118784 r8192 d28672 u262144 Nov 11 09:44:27 localhost.localdomain kernel: pcpu-alloc: s118784 r8192 d28672 u262144 alloc=1*2097152 Nov 11 09:44:27 localhost.localdomain kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 -- Nov 11 09:44:27 localhost.localdomain kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) Nov 11 09:44:27 localhost.localdomain kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 967560 Nov 11 09:44:27 localhost.localdomain kernel: Policy zone: DMA32 Nov 11 09:44:27 localhost.localdomain kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 Nov 11 09:44:27 localhost.localdomain kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) Nov 11 09:44:27 localhost.localdomain kernel: x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 Nov 11 09:44:27 localhost.localdomain kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form Nov 11 09:44:27 localhost.localdomain kernel: Memory: 2043192k/3932160k available (7988k kernel code, 396k absent, 267920k reserved, 5756k data, 2176k init) Nov 11 09:44:27 localhost.localdomain kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1 Nov 11 09:44:27 localhost.localdomain kernel: x86/pti: Unmapping kernel while in userspace Nov 11 09:44:27 localhost.localdomain kernel: Hierarchical RCU implementation. Nov 11 09:44:27 localhost.localdomain kernel: RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=15. Nov 11 09:44:27 localhost.localdomain kernel: NR_IRQS:327936 nr_irqs:952 0 Nov 11 09:44:27 localhost.localdomain kernel: xen:events: Xen HVM callback vector for event delivery is enabled Nov 11 09:44:27 localhost.localdomain kernel: Console: colour VGA+ 80x25 Nov 11 09:44:27 localhost.localdomain kernel: console [tty0] enabled Nov 11 09:44:27 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Nov 11 09:44:27 localhost.localdomain kernel: console [ttyS0] enabled Nov 11 09:44:27 localhost.localdomain kernel: allocated 31457280 bytes of page_cgroup Nov 11 09:44:27 localhost.localdomain kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups Nov 11 09:44:27 localhost.localdomain kernel: hpet clockevent registered Nov 11 09:44:27 localhost.localdomain kernel: tsc: Fast TSC calibration using PIT Nov 11 09:44:27 localhost.localdomain kernel: tsc: Detected 2899.814 MHz processor Nov 11 09:44:27 localhost.localdomain kernel: tsc: Detected 2899.998 MHz TSC Nov 11 09:44:27 localhost.localdomain kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. Nov 11 09:44:27 localhost.localdomain kernel: 5799.99 BogoMIPS (lpj=2899998) Nov 11 09:44:27 localhost.localdomain kernel: pid_max: default: 32768 minimum: 301 Nov 11 09:44:27 localhost.localdomain kernel: Security Framework initialized Nov 11 09:44:27 localhost.localdomain kernel: SELinux: Initializing. Nov 11 09:44:27 localhost.localdomain kernel: SELinux: Starting in permissive mode Nov 11 09:44:27 localhost.localdomain kernel: Yama: becoming mindful. Nov 11 09:44:27 localhost.localdomain kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Nov 11 09:44:27 localhost.localdomain kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Nov 11 09:44:27 localhost.localdomain kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) Nov 11 09:44:27 localhost.localdomain kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys memory Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys devices Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys freezer Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys net_cls Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys blkio Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys perf_event Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys hugetlb Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys pids Nov 11 09:44:27 localhost.localdomain kernel: Initializing cgroup subsys net_prio Nov 11 09:44:27 localhost.localdomain kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 Nov 11 09:44:27 localhost.localdomain kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0 Nov 11 09:44:27 localhost.localdomain kernel: tlb_flushall_shift: 6 Nov 11 09:44:27 localhost.localdomain kernel: FEATURE SPEC_CTRL Not Present Nov 11 09:44:27 localhost.localdomain kernel: FEATURE IBPB_SUPPORT Not Present Nov 11 09:44:27 localhost.localdomain kernel: Spectre V1 : Mitigation: Load fences, usercopy/swapgs barriers and __user pointer sanitization Nov 11 09:44:27 localhost.localdomain kernel: Spectre V2 : Vulnerable: Retpoline without IBPB Nov 11 09:44:27 localhost.localdomain kernel: Filling RSB on context switch Nov 11 09:44:27 localhost.localdomain kernel: Speculative Store Bypass: Vulnerable Nov 11 09:44:27 localhost.localdomain kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode Nov 11 09:44:27 localhost.localdomain kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode Nov 11 09:44:27 localhost.localdomain kernel: Freeing SMP alternatives: 28k freed Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Core revision 20130517 Nov 11 09:44:27 localhost.localdomain kernel: ACPI: All ACPI Tables successfully acquired Nov 11 09:44:27 localhost.localdomain kernel: ftrace: allocating 29713 entries in 117 pages Nov 11 09:44:27 localhost.localdomain kernel: IRQ remapping doesn't support X2APIC mode, disable x2apic. Nov 11 09:44:27 localhost.localdomain kernel: Switched APIC routing to physical flat. Nov 11 09:44:27 localhost.localdomain kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 Nov 11 09:44:27 localhost.localdomain kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz (fam: 06, model: 3f, stepping: 02) Nov 11 09:44:27 localhost.localdomain kernel: Xen: using vcpuop timer interface Nov 11 09:44:27 localhost.localdomain kernel: installing Xen timer for CPU 0 Nov 11 09:44:27 localhost.localdomain kernel: cpu 0 spinlock event irq 53 Nov 11 09:44:27 localhost.localdomain kernel: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only. Nov 11 09:44:27 localhost.localdomain kernel: NMI watchdog: disabled (cpu0): hardware events not enabled Nov 11 09:44:27 localhost.localdomain kernel: NMI watchdog: Shutting down hard lockup detector on all cpus Nov 11 09:44:27 localhost.localdomain kernel: installing Xen timer for CPU 1 Nov 11 09:44:27 localhost.localdomain kernel: smpboot: Booting Node 0, Processors #1cpu 1 spinlock event irq 59 Nov 11 09:44:27 localhost.localdomain kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. Nov 11 09:44:27 localhost.localdomain kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. Nov 11 09:44:27 localhost.localdomain kernel: Brought up 2 CPUs Nov 11 09:44:27 localhost.localdomain kernel: smpboot: Max logical packages: 8 Nov 11 09:44:27 localhost.localdomain kernel: smpboot: Total of 2 processors activated (11599.99 BogoMIPS) Nov 11 09:44:27 localhost.localdomain kernel: node 0 initialised, 405163 pages in 7ms Nov 11 09:44:27 localhost.localdomain kernel: devtmpfs: initialized Nov 11 09:44:27 localhost.localdomain kernel: x86/mm: Memory block size: 128MB Nov 11 09:44:27 localhost.localdomain kernel: EVM: security.selinux Nov 11 09:44:27 localhost.localdomain kernel: EVM: security.ima Nov 11 09:44:27 localhost.localdomain kernel: EVM: security.capability Nov 11 09:44:27 localhost.localdomain kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE Nov 11 09:44:27 localhost.localdomain kernel: pinctrl core: initialized pinctrl subsystem Nov 11 09:44:27 localhost.localdomain kernel: RTC time: 14:44:26, date: 11/11/24 Nov 11 09:44:27 localhost.localdomain kernel: NET: Registered protocol family 16 Nov 11 09:44:27 localhost.localdomain kernel: ACPI: bus type PCI registered Nov 11 09:44:27 localhost.localdomain kernel: random: fast init done Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Nov 11 09:44:27 localhost.localdomain kernel: PCI: Using configuration type 1 for base access Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Added _OSI(Module Device) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Added _OSI(Processor Device) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Added _OSI(3.0 _SCP Extensions) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Added _OSI(Processor Aggregator Device) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Added _OSI(Linux-Dell-Video) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: EC: Look up EC in DSDT Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Interpreter enabled Nov 11 09:44:27 localhost.localdomain kernel: ACPI: (supports S0 S3 S4 S5) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Using IOAPIC for interrupt routing Nov 11 09:44:27 localhost.localdomain kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Enabled 2 GPEs in block 00 to 0F Nov 11 09:44:27 localhost.localdomain kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Nov 11 09:44:27 localhost.localdomain kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] Nov 11 09:44:27 localhost.localdomain kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM Nov 11 09:44:27 localhost.localdomain kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [0] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [3] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [4] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [5] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [6] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [7] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [8] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [9] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [10] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [11] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [12] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [13] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [14] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [15] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [16] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [17] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [18] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [19] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [20] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [21] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [22] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [23] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [24] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [25] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [26] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [27] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [28] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [29] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [30] registered Nov 11 09:44:27 localhost.localdomain kernel: acpiphp: Slot [31] registered Nov 11 09:44:27 localhost.localdomain kernel: PCI host bridge to bus 0000:00 Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window] Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [bus 00-ff] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.1: reg 0x20: [io 0xc000-0xc00f] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 Nov 11 09:44:27 localhost.localdomain kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, * this clock source is slow. Consider trying other clock sources Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf9ffffff pref] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x14: [mem 0xfbfff000-0xfbffffff] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:1f.0: [5853:0001] type 00 class 0xff8000 Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x10: [io 0xc100-0xc1ff] Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x14: [mem 0xfa000000-0xfaffffff pref] Nov 11 09:44:27 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) Nov 11 09:44:27 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11) Nov 11 09:44:27 localhost.localdomain kernel: xen:balloon: Initialising balloon driver Nov 11 09:44:27 localhost.localdomain kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none Nov 11 09:44:27 localhost.localdomain kernel: vgaarb: loaded Nov 11 09:44:27 localhost.localdomain kernel: vgaarb: bridge control possible 0000:00:02.0 Nov 11 09:44:27 localhost.localdomain kernel: SCSI subsystem initialized Nov 11 09:44:27 localhost.localdomain kernel: ACPI: bus type USB registered Nov 11 09:44:27 localhost.localdomain kernel: usbcore: registered new interface driver usbfs Nov 11 09:44:27 localhost.localdomain kernel: usbcore: registered new interface driver hub Nov 11 09:44:27 localhost.localdomain kernel: usbcore: registered new device driver usb Nov 11 09:44:27 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0 Nov 11 09:44:27 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing Nov 11 09:44:27 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes Nov 11 09:44:27 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] Nov 11 09:44:27 localhost.localdomain kernel: NetLabel: Initializing Nov 11 09:44:27 localhost.localdomain kernel: NetLabel: domain hash size = 128 Nov 11 09:44:27 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 Nov 11 09:44:27 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default Nov 11 09:44:27 localhost.localdomain kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer Nov 11 09:44:27 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Nov 11 09:44:27 localhost.localdomain kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter Nov 11 09:44:27 localhost.localdomain kernel: amd_nb: Cannot enumerate AMD northbridges Nov 11 09:44:27 localhost.localdomain kernel: Switched to clocksource xen Nov 11 09:44:27 localhost.localdomain kernel: pnp: PnP ACPI init Nov 11 09:44:27 localhost.localdomain kernel: ACPI: bus type PNP registered Nov 11 09:44:27 localhost.localdomain kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Nov 11 09:44:27 localhost.localdomain kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 09:44:27 localhost.localdomain kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved Nov 11 09:44:27 localhost.localdomain kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved Nov 11 09:44:27 localhost.localdomain kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved Nov 11 09:44:27 localhost.localdomain kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 09:44:27 localhost.localdomain kernel: xen: --> pirq=16 -> irq=8 (gsi=8) Nov 11 09:44:27 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) Nov 11 09:44:27 localhost.localdomain kernel: xen: --> pirq=17 -> irq=12 (gsi=12) Nov 11 09:44:27 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) Nov 11 09:44:27 localhost.localdomain kernel: xen: --> pirq=18 -> irq=1 (gsi=1) Nov 11 09:44:27 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Nov 11 09:44:27 localhost.localdomain kernel: xen: --> pirq=19 -> irq=6 (gsi=6) Nov 11 09:44:27 localhost.localdomain kernel: pnp 00:05: [dma 2] Nov 11 09:44:27 localhost.localdomain kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) Nov 11 09:44:27 localhost.localdomain kernel: xen: --> pirq=20 -> irq=4 (gsi=4) Nov 11 09:44:27 localhost.localdomain kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) Nov 11 09:44:27 localhost.localdomain kernel: system 00:07: [io 0x10c0-0x1141] has been reserved Nov 11 09:44:27 localhost.localdomain kernel: system 00:07: [io 0xb044-0xb047] has been reserved Nov 11 09:44:27 localhost.localdomain kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 09:44:27 localhost.localdomain kernel: pnp: PnP ACPI: found 8 devices Nov 11 09:44:27 localhost.localdomain kernel: ACPI: bus type PNP unregistered Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Nov 11 09:44:27 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window] Nov 11 09:44:27 localhost.localdomain kernel: NET: Registered protocol family 2 Nov 11 09:44:27 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes) Nov 11 09:44:27 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes) Nov 11 09:44:27 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768) Nov 11 09:44:27 localhost.localdomain kernel: TCP: reno registered Nov 11 09:44:27 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes) Nov 11 09:44:27 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) Nov 11 09:44:27 localhost.localdomain kernel: NET: Registered protocol family 1 Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Nov 11 09:44:27 localhost.localdomain kernel: pci 0000:00:02.0: Boot video device Nov 11 09:44:27 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64 Nov 11 09:44:27 localhost.localdomain kernel: Unpacking initramfs... Nov 11 09:44:27 localhost.localdomain kernel: Freeing initrd memory: 19688k freed Nov 11 09:44:27 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer Nov 11 09:44:27 localhost.localdomain kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules Nov 11 09:44:27 localhost.localdomain kernel: RAPL PMU: hw unit of domain package 2^-14 Joules Nov 11 09:44:27 localhost.localdomain kernel: RAPL PMU: hw unit of domain dram 2^-16 Joules Nov 11 09:44:27 localhost.localdomain kernel: sha1_ssse3: Using AVX2 optimized SHA-1 implementation Nov 11 09:44:27 localhost.localdomain kernel: sha256_ssse3: Using AVX2 optimized SHA-256 implementation Nov 11 09:44:27 localhost.localdomain kernel: futex hash table entries: 4096 (order: 6, 262144 bytes) Nov 11 09:44:27 localhost.localdomain kernel: Initialise system trusted keyring Nov 11 09:44:27 localhost.localdomain kernel: audit: initializing netlink socket (disabled) Nov 11 09:44:27 localhost.localdomain kernel: type=2000 audit(1731336267.135:1): initialized Nov 11 09:44:27 localhost.localdomain kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages Nov 11 09:44:27 localhost.localdomain kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages Nov 11 09:44:27 localhost.localdomain kernel: zpool: loaded Nov 11 09:44:27 localhost.localdomain kernel: zbud: loaded Nov 11 09:44:27 localhost.localdomain kernel: VFS: Disk quotas dquot_6.5.2 Nov 11 09:44:27 localhost.localdomain kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Nov 11 09:44:27 localhost.localdomain kernel: Key type big_key registered Nov 11 09:44:27 localhost.localdomain kernel: SELinux: Registering netfilter hooks Nov 11 09:44:27 localhost.localdomain kernel: NET: Registered protocol family 38 Nov 11 09:44:27 localhost.localdomain kernel: Key type asymmetric registered Nov 11 09:44:27 localhost.localdomain kernel: Asymmetric key parser 'x509' registered Nov 11 09:44:27 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) Nov 11 09:44:27 localhost.localdomain kernel: io scheduler noop registered Nov 11 09:44:27 localhost.localdomain kernel: io scheduler deadline registered (default) Nov 11 09:44:27 localhost.localdomain kernel: io scheduler cfq registered Nov 11 09:44:27 localhost.localdomain kernel: io scheduler mq-deadline registered Nov 11 09:44:27 localhost.localdomain kernel: io scheduler kyber registered Nov 11 09:44:27 localhost.localdomain kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Nov 11 09:44:27 localhost.localdomain kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Nov 11 09:44:27 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Nov 11 09:44:27 localhost.localdomain kernel: intel_idle: does not run on family 6 model 63 Nov 11 09:44:27 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Power Button [PWRF] Nov 11 09:44:27 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Nov 11 09:44:27 localhost.localdomain kernel: ACPI: Sleep Button [SLPF] Nov 11 09:44:27 localhost.localdomain kernel: GHES: HEST is not enabled! Nov 11 09:44:27 localhost.localdomain kernel: xen: --> pirq=21 -> irq=47 (gsi=47) Nov 11 09:44:27 localhost.localdomain kernel: xen:grant_table: Grant tables using version 1 layout Nov 11 09:44:27 localhost.localdomain kernel: Grant table initialized Nov 11 09:44:27 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Nov 11 09:44:27 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Nov 11 09:44:27 localhost.localdomain kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Nov 11 09:44:27 localhost.localdomain kernel: Non-volatile memory driver v1.3 Nov 11 09:44:27 localhost.localdomain kernel: Linux agpgart interface v0.103 Nov 11 09:44:27 localhost.localdomain kernel: crash memory driver: version 1.1 Nov 11 09:44:27 localhost.localdomain kernel: rdac: device handler registered Nov 11 09:44:27 localhost.localdomain kernel: hp_sw: device handler registered Nov 11 09:44:27 localhost.localdomain kernel: emc: device handler registered Nov 11 09:44:27 localhost.localdomain kernel: alua: device handler registered Nov 11 09:44:27 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed Nov 11 09:44:27 localhost.localdomain kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Nov 11 09:44:27 localhost.localdomain kernel: ehci-pci: EHCI PCI platform driver Nov 11 09:44:27 localhost.localdomain kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Nov 11 09:44:27 localhost.localdomain kernel: ohci-pci: OHCI PCI platform driver Nov 11 09:44:27 localhost.localdomain kernel: uhci_hcd: USB Universal Host Controller Interface driver Nov 11 09:44:27 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic Nov 11 09:44:27 localhost.localdomain kernel: usbserial: USB Serial support registered for generic Nov 11 09:44:27 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Nov 11 09:44:27 localhost.localdomain kernel: i8042: Warning: Keylock active Nov 11 09:44:27 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Nov 11 09:44:27 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Nov 11 09:44:27 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice Nov 11 09:44:27 localhost.localdomain kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 Nov 11 09:44:27 localhost.localdomain kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Nov 11 09:44:27 localhost.localdomain kernel: cpuidle: using governor menu Nov 11 09:44:27 localhost.localdomain kernel: hidraw: raw HID events driver (C) Jiri Kosina Nov 11 09:44:27 localhost.localdomain kernel: usbcore: registered new interface driver usbhid Nov 11 09:44:27 localhost.localdomain kernel: usbhid: USB HID core driver Nov 11 09:44:27 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service Nov 11 09:44:27 localhost.localdomain kernel: Netfilter messages via NETLINK v0.30. Nov 11 09:44:27 localhost.localdomain kernel: TCP: cubic registered Nov 11 09:44:27 localhost.localdomain kernel: Initializing XFRM netlink socket Nov 11 09:44:27 localhost.localdomain kernel: NET: Registered protocol family 10 Nov 11 09:44:27 localhost.localdomain kernel: NET: Registered protocol family 17 Nov 11 09:44:27 localhost.localdomain kernel: mpls_gso: MPLS GSO support Nov 11 09:44:27 localhost.localdomain kernel: mce: Using 32 MCE banks Nov 11 09:44:27 localhost.localdomain kernel: PM: Hibernation image not present or could not be loaded. Nov 11 09:44:27 localhost.localdomain kernel: Loading compiled-in X.509 certificates Nov 11 09:44:27 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' Nov 11 09:44:27 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' Nov 11 09:44:27 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: 68ea103f2c90a8dc0bb0446c06d14561f29e1172' Nov 11 09:44:27 localhost.localdomain kernel: registered taskstats version 1 Nov 11 09:44:27 localhost.localdomain kernel: page_owner is disabled Nov 11 09:44:27 localhost.localdomain kernel: Key type trusted registered Nov 11 09:44:27 localhost.localdomain kernel: Key type encrypted registered Nov 11 09:44:27 localhost.localdomain kernel: IMA: No TPM chip found, activating TPM-bypass! (rc=-19) Nov 11 09:44:27 localhost.localdomain kernel: BERT: Boot Error Record Table support is disabled. Enable it by using bert_enable as kernel parameter. Nov 11 09:44:27 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Nov 11 09:44:27 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Nov 11 09:44:27 localhost.localdomain kernel: Magic number: 0:28:738 Nov 11 09:44:27 localhost.localdomain kernel: rtc_cmos 00:02: setting system clock to 2024-11-11 14:44:27 UTC (1731336267) Nov 11 09:44:27 localhost.localdomain kernel: Freeing unused kernel memory: 2176k freed Nov 11 09:44:27 localhost.localdomain kernel: Write protecting the kernel read-only data: 12288k Nov 11 09:44:27 localhost.localdomain kernel: Freeing unused kernel memory: 192k freed Nov 11 09:44:27 localhost.localdomain kernel: Freeing unused kernel memory: 524k freed Nov 11 09:44:27 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Nov 11 09:44:27 localhost.localdomain systemd[1]: Detected virtualization xen. Nov 11 09:44:27 localhost.localdomain systemd[1]: Detected architecture x86-64. Nov 11 09:44:27 localhost.localdomain systemd[1]: Running in initial RAM disk. Nov 11 09:44:27 localhost.localdomain systemd[1]: Set hostname to . Nov 11 09:44:27 localhost.localdomain systemd[1]: Reached target Local File Systems. Nov 11 09:44:27 localhost.localdomain systemd[1]: Created slice Root Slice. Nov 11 09:44:27 localhost.localdomain systemd[1]: Listening on Journal Socket. Nov 11 09:44:27 localhost.localdomain systemd[1]: Reached target Swap. Nov 11 09:44:27 localhost.localdomain systemd[1]: Reached target Timers. Nov 11 09:44:27 localhost.localdomain systemd[1]: Listening on udev Kernel Socket. Nov 11 09:44:27 localhost.localdomain systemd[1]: Listening on udev Control Socket. Nov 11 09:44:27 localhost.localdomain systemd[1]: Reached target Sockets. Nov 11 09:44:27 localhost.localdomain systemd[1]: Created slice System Slice. Nov 11 09:44:27 localhost.localdomain systemd[1]: Reached target Slices. Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting Journal Service... Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting dracut cmdline hook... Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting Create list of required static device nodes for the current kernel... Nov 11 09:44:27 localhost.localdomain systemd-journal[97]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting Setup Virtual Console... Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting Apply Kernel Variables... Nov 11 09:44:27 localhost.localdomain systemd[1]: Started Journal Service. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting dracut pre-udev hook... -- Subject: Unit dracut-pre-udev.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has begun starting up. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Nov 11 09:44:27 localhost.localdomain systemd-udevd[208]: starting version 219 Nov 11 09:44:27 localhost.localdomain systemd-udevd[208]: Network interface NamePolicy= disabled on kernel command line, ignoring. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices... -- Subject: Unit systemd-udev-trigger.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has begun starting up. Nov 11 09:44:27 localhost.localdomain systemd[1]: Mounting Configuration File System... -- Subject: Unit sys-kernel-config.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has begun starting up. Nov 11 09:44:27 localhost.localdomain systemd[1]: Mounted Configuration File System. -- Subject: Unit sys-kernel-config.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen... -- Subject: Unit plymouth-start.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has begun starting up. Nov 11 09:44:27 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Starting dracut initqueue hook... -- Subject: Unit dracut-initqueue.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has begun starting up. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen. -- Subject: Unit plymouth-start.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Reached target Paths. -- Subject: Unit paths.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. -- Subject: Unit systemd-ask-password-plymouth.path has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-ask-password-plymouth.path has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:27 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver Nov 11 09:44:27 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Nov 11 09:44:27 localhost.localdomain kernel: libata version 3.00 loaded. Nov 11 09:44:27 localhost.localdomain kernel: xvda: xvda1 Nov 11 09:44:27 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13 Nov 11 09:44:27 localhost.localdomain kernel: scsi host0: ata_piix Nov 11 09:44:27 localhost.localdomain kernel: scsi host1: ata_piix Nov 11 09:44:27 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 Nov 11 09:44:27 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 Nov 11 09:44:28 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Nov 11 09:44:28 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. -- Subject: Unit dev-disk-by\x2duuid-c7b7d6a5\x2dfd01\x2d4b9b\x2dbcca\x2d153eaff9d312.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-disk-by\x2duuid-c7b7d6a5\x2dfd01\x2d4b9b\x2dbcca\x2d153eaff9d312.device has finished starting up. -- -- The start-up result is done. Nov 11 09:44:28 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312... -- Subject: Unit systemd-fsck-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has begun starting up. Nov 11 09:44:28 localhost.localdomain kernel: psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64 Nov 11 09:44:28 localhost.localdomain systemd-fsck[254]: /dev/xvda1: clean, 63819/262144 files, 527174/1048320 blocks Nov 11 09:44:28 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. -- Subject: Unit systemd-fsck-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:28 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.972 MHz Nov 11 09:44:28 localhost.localdomain kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3 Nov 11 09:44:30 localhost.localdomain kernel: floppy0: no floppy controllers found Nov 11 09:44:30 localhost.localdomain systemd[1]: Started dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:30 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:30 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:30 localhost.localdomain systemd[1]: Mounting /sysroot... -- Subject: Unit sysroot.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has begun starting up. Nov 11 09:44:31 localhost.localdomain systemd[1]: Mounted /sysroot. -- Subject: Unit sysroot.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Reached target Initrd Root File System. -- Subject: Unit initrd-root-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-root-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain kernel: EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null) Nov 11 09:44:31 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root... -- Subject: Unit initrd-parse-etc.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has begun starting up. Nov 11 09:44:31 localhost.localdomain systemd[1]: Reloading. Nov 11 09:44:31 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root. -- Subject: Unit initrd-parse-etc.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Reached target Initrd File Systems. -- Subject: Unit initrd-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Reached target Initrd Default Target. -- Subject: Unit initrd.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook... -- Subject: Unit dracut-pre-pivot.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has begun starting up. Nov 11 09:44:31 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons... -- Subject: Unit initrd-cleanup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has begun starting up. Nov 11 09:44:31 localhost.localdomain systemd[1]: Starting Plymouth switch root service... -- Subject: Unit plymouth-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has begun starting up. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Initrd Default Target. -- Subject: Unit initrd.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Basic System. -- Subject: Unit basic.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target System Initialization. -- Subject: Unit sysinit.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Swap. -- Subject: Unit swap.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit swap.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit slices.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Timers. -- Subject: Unit timers.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Remote File Systems. -- Subject: Unit remote-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-control.socket has finished shutting down. Nov 11 09:44:31 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Nov 11 09:44:31 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:31 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.service has begun starting up. Nov 11 09:44:31 localhost.localdomain systemd[1]: Switching root. Nov 11 09:44:31 localhost.localdomain unknown[97]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has shut down and closed all currently -- active journal files. Nov 11 09:44:35 localhost.localdomain systemd-journal[345]: Runtime journal is using 8.0M (max allowed 180.0M, trying to leave 270.0M free of 1.7G available → current limit 180.0M). Nov 11 09:44:35 localhost.localdomain systemd-journald[97]: Received SIGTERM from PID 1 (systemd). Nov 11 09:44:35 localhost.localdomain kernel: random: crng init done Nov 11 09:44:35 localhost.localdomain kernel: type=1404 audit(1731336272.061:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 Nov 11 09:44:35 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Nov 11 09:44:35 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Nov 11 09:44:35 localhost.localdomain kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Nov 11 09:44:35 localhost.localdomain kernel: SELinux: 130 classes, 112757 rules Nov 11 09:44:35 localhost.localdomain kernel: SELinux: Completing initialization. Nov 11 09:44:35 localhost.localdomain kernel: SELinux: Setting up existing superblocks. Nov 11 09:44:35 localhost.localdomain kernel: type=1403 audit(1731336272.733:3): policy loaded auid=4294967295 ses=4294967295 Nov 11 09:44:35 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 685.115ms. Nov 11 09:44:35 localhost.localdomain kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Nov 11 09:44:35 localhost.localdomain systemd[1]: Inserted module 'ip_tables' Nov 11 09:44:35 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 8.774ms. Nov 11 09:44:35 localhost.localdomain kernel: EXT4-fs (xvda1): re-mounted. Opts: (null) Nov 11 09:44:35 localhost.localdomain systemd-journal[345]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Nov 11 09:44:33 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Nov 11 09:44:33 localhost.localdomain systemd[1]: Detected virtualization xen. Nov 11 09:44:33 localhost.localdomain systemd[1]: Detected architecture x86-64. Nov 11 09:44:33 localhost.localdomain systemd[1]: Set hostname to . Nov 11 09:44:33 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Nov 11 09:44:33 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started Configure read-only root support. -- Subject: Unit rhel-readonly.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-readonly.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting Preprocess NFS configuration... -- Subject: Unit nfs-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit rhel-import-state.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd-udevd[371]: starting version 219 Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-random-seed.service has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd-udevd[371]: Network interface NamePolicy= disabled on kernel command line, ignoring. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started Preprocess NFS configuration. -- Subject: Unit nfs-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit rhel-import-state.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Nov 11 09:44:35 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has begun starting up. Nov 11 09:44:35 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Nov 11 09:44:35 localhost.localdomain kernel: RPC: Registered udp transport module. Nov 11 09:44:35 localhost.localdomain kernel: RPC: Registered tcp transport module. Nov 11 09:44:35 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Nov 11 09:44:35 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:35 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4 Nov 11 09:44:36 localhost.localdomain auditd[421]: Started dispatcher: /sbin/audispd pid: 423 Nov 11 09:44:36 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Nov 11 09:44:36 localhost.localdomain kernel: type=1305 audit(1731336276.116:4): audit_pid=421 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Nov 11 09:44:36 localhost.localdomain audispd[423]: No plugins found, exiting Nov 11 09:44:36 localhost.localdomain systemd[1]: Found device /dev/ttyS0. -- Subject: Unit dev-ttyS0.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-ttyS0.device has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain auditd[421]: Init complete, auditd 2.8.5 listening for events (startup state enable) Nov 11 09:44:36 localhost.localdomain kernel: cryptd: max_cpu_qlen set to 1000 Nov 11 09:44:36 localhost.localdomain kernel: ppdev: user-space parallel port driver Nov 11 09:44:36 localhost.localdomain kernel: [TTM] Zone kernel: Available graphics memory: 1843226 kiB Nov 11 09:44:36 localhost.localdomain kernel: [TTM] Initializing pool allocator Nov 11 09:44:36 localhost.localdomain kernel: [TTM] Initializing DMA pool allocator Nov 11 09:44:36 localhost.localdomain kernel: [drm] fb mappable at 0xF8000000 Nov 11 09:44:36 localhost.localdomain kernel: [drm] vram aper at 0xF8000000 Nov 11 09:44:36 localhost.localdomain kernel: [drm] size 33554432 Nov 11 09:44:36 localhost.localdomain kernel: [drm] fb depth is 16 Nov 11 09:44:36 localhost.localdomain kernel: [drm] pitch is 2048 Nov 11 09:44:36 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device Nov 11 09:44:36 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 Nov 11 09:44:36 localhost.localdomain kernel: cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Nov 11 09:44:36 localhost.localdomain kernel: [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Nov 11 09:44:36 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Nov 11 09:44:36 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Nov 11 09:44:36 localhost.localdomain kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Nov 11 09:44:36 localhost.localdomain kernel: alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) Nov 11 09:44:36 localhost.localdomain augenrules[430]: /sbin/augenrules: No change Nov 11 09:44:36 localhost.localdomain augenrules[430]: No rules Nov 11 09:44:36 localhost.localdomain augenrules[430]: enabled 1 Nov 11 09:44:36 localhost.localdomain augenrules[430]: failure 1 Nov 11 09:44:36 localhost.localdomain augenrules[430]: pid 421 Nov 11 09:44:36 localhost.localdomain augenrules[430]: rate_limit 0 Nov 11 09:44:36 localhost.localdomain augenrules[430]: backlog_limit 8192 Nov 11 09:44:36 localhost.localdomain augenrules[430]: lost 0 Nov 11 09:44:36 localhost.localdomain augenrules[430]: backlog 0 Nov 11 09:44:36 localhost.localdomain augenrules[430]: enabled 1 Nov 11 09:44:36 localhost.localdomain augenrules[430]: failure 1 Nov 11 09:44:36 localhost.localdomain augenrules[430]: pid 421 Nov 11 09:44:36 localhost.localdomain augenrules[430]: rate_limit 0 Nov 11 09:44:36 localhost.localdomain augenrules[430]: backlog_limit 8192 Nov 11 09:44:36 localhost.localdomain augenrules[430]: lost 0 Nov 11 09:44:36 localhost.localdomain augenrules[430]: backlog 0 Nov 11 09:44:36 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has begun starting up. Nov 11 09:44:36 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Nov 11 09:44:36 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Nov 11 09:44:36 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Listening on RPCbind Server Activation Socket. -- Subject: Unit rpcbind.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.socket has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Starting RPC bind service... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has begun starting up. Nov 11 09:44:36 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has begun starting up. Nov 11 09:44:36 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has begun starting up. Nov 11 09:44:36 localhost.localdomain systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has begun starting up. Nov 11 09:44:36 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Starting Dump dmesg to /var/log/dmesg... -- Subject: Unit rhel-dmesg.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has begun starting up. Nov 11 09:44:36 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has begun starting up. Nov 11 09:44:36 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has begun starting up. Nov 11 09:44:36 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:36 localhost.localdomain chronyd[512]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) Nov 11 09:44:36 localhost.localdomain chronyd[512]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Nov 11 09:44:37 localhost.localdomain polkitd[501]: Started polkitd version 0.112 Nov 11 09:44:37 localhost.localdomain rngd[502]: Initalizing available sources Nov 11 09:44:37 localhost.localdomain rngd[502]: Failed to init entropy source 0: Hardware RNG Device Nov 11 09:44:37 localhost.localdomain rngd[502]: Enabling RDRAND rng support Nov 11 09:44:37 localhost.localdomain rngd[502]: Initalizing entropy source Intel RDRAND Instruction RNG Nov 11 09:44:37 localhost.localdomain systemd[1]: Started RPC bind service. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain systemd[1]: Started Dump dmesg to /var/log/dmesg. -- Subject: Unit rhel-dmesg.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain systemd-logind[504]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Nov 11 09:44:37 localhost.localdomain systemd-logind[504]: Watching system buttons on /dev/input/event0 (Power Button) Nov 11 09:44:37 localhost.localdomain systemd-logind[504]: Watching system buttons on /dev/input/event1 (Sleep Button) Nov 11 09:44:37 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain polkitd[501]: Loading rules from directory /etc/polkit-1/rules.d Nov 11 09:44:37 localhost.localdomain polkitd[501]: Loading rules from directory /usr/share/polkit-1/rules.d Nov 11 09:44:37 localhost.localdomain polkitd[501]: Finished loading, compiling and executing 2 rules Nov 11 09:44:37 localhost.localdomain systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:37 localhost.localdomain polkitd[501]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Nov 11 09:44:38 localhost.localdomain rngd[502]: Enabling JITTER rng support Nov 11 09:44:38 localhost.localdomain rngd[502]: Initalizing entropy source JITTER Entropy generator Nov 11 09:44:39 localhost.localdomain kernel: floppy0: no floppy controllers found Nov 11 09:44:40 localhost.localdomain cloud-init[535]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 11 Nov 2024 14:44:40 +0000. Up 14.05 seconds. Nov 11 09:44:41 localhost.localdomain systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:41 localhost.localdomain systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:41 localhost.localdomain systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has begun starting up. Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.1362] NetworkManager (version 1.18.8-2.el7_9) is starting... (for the first time) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.1370] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.1479] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Nov 11 09:44:42 localhost.localdomain systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:42 localhost.localdomain systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has begun starting up. Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.2404] manager[0x5616518ca080]: monitoring kernel firmware directory '/lib/firmware'. Nov 11 09:44:42 localhost.localdomain dbus[508]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Nov 11 09:44:42 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has begun starting up. Nov 11 09:44:42 localhost.localdomain dbus[508]: [system] Successfully activated service 'org.freedesktop.hostname1' Nov 11 09:44:42 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.3585] hostname: hostname: using hostnamed Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.3585] hostname: hostname changed from (none) to "localhost.localdomain" Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.3591] dns-mgr[0x5616518b2220]: init: dns=default,systemd-resolved rc-manager=file Nov 11 09:44:42 localhost.localdomain dbus[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Nov 11 09:44:42 localhost.localdomain systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Nov 11 09:44:42 localhost.localdomain dbus[508]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Nov 11 09:44:42 localhost.localdomain systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.6544] settings: Loaded settings plugin: SettingsPluginIfcfg ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ifcfg-rh.so") Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.6578] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ibft.so") Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.6578] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.6641] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03,"System eth0") Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.6734] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.6735] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.6735] manager: Networking is enabled by state file Nov 11 09:44:42 localhost.localdomain nm-dispatcher[583]: req:1 'hostname': new request (4 scripts) Nov 11 09:44:42 localhost.localdomain nm-dispatcher[583]: req:1 'hostname': start running ordered scripts... Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.7340] dhcp-init: Using DHCP client 'dhclient' Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.7671] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-device-plugin-team.so) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.7692] device (lo): carrier: link connected Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.7695] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.7708] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.7734] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.7756] device (eth0): carrier: link connected Nov 11 09:44:42 localhost.localdomain kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Nov 11 09:44:42 localhost.localdomain nm-dispatcher[583]: req:2 'connectivity-change': new request (4 scripts) Nov 11 09:44:42 localhost.localdomain nm-dispatcher[583]: req:2 'connectivity-change': start running ordered scripts... Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.8664] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.8678] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.8701] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.8756] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.8763] manager: NetworkManager state is now CONNECTING Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.8770] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.8779] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.8791] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Nov 11 09:44:42 localhost.localdomain NetworkManager[574]: [1731336282.9624] dhcp4 (eth0): dhclient started with pid 613 Nov 11 09:44:43 localhost.localdomain dhclient[613]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x47dcbb13) Nov 11 09:44:43 localhost.localdomain dhclient[613]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x47dcbb13) Nov 11 09:44:43 localhost.localdomain dhclient[613]: DHCPOFFER from 10.31.44.1 Nov 11 09:44:43 localhost.localdomain dhclient[613]: DHCPACK from 10.31.44.1 (xid=0x47dcbb13) Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1923] dhcp4 (eth0): address 10.31.45.67 Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1925] dhcp4 (eth0): plen 22 (255.255.252.0) Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1925] dhcp4 (eth0): gateway 10.31.44.1 Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1925] dhcp4 (eth0): lease time 3600 Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1925] dhcp4 (eth0): hostname 'ip-10-31-45-67' Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1925] dhcp4 (eth0): nameserver '10.29.169.13' Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1925] dhcp4 (eth0): nameserver '10.29.170.12' Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1925] dhcp4 (eth0): nameserver '10.2.32.1' Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1925] dhcp4 (eth0): domain name 'us-east-1.aws.redhat.com' Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1926] dhcp4 (eth0): state changed unknown -> bound Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1938] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1948] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1954] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Nov 11 09:44:43 localhost.localdomain NetworkManager[574]: [1731336283.1961] manager: NetworkManager state is now CONNECTED_LOCAL Nov 11 09:44:43 localhost.localdomain dhclient[613]: bound to 10.31.45.67 -- renewal in 1588 seconds. Nov 11 09:44:43 ip-10-31-45-67 NetworkManager[574]: [1731336283.2016] manager: NetworkManager state is now CONNECTED_SITE Nov 11 09:44:43 ip-10-31-45-67 systemd-hostnamed[579]: Changed host name to 'ip-10-31-45-67' Nov 11 09:44:43 ip-10-31-45-67 NetworkManager[574]: [1731336283.2017] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Nov 11 09:44:43 ip-10-31-45-67 NetworkManager[574]: [1731336283.2018] policy: set-hostname: set hostname to 'ip-10-31-45-67' (from DHCPv4) Nov 11 09:44:43 ip-10-31-45-67 NetworkManager[574]: [1731336283.2790] device (eth0): Activation: successful, device activated. Nov 11 09:44:43 ip-10-31-45-67 NetworkManager[574]: [1731336283.2802] manager: NetworkManager state is now CONNECTED_GLOBAL Nov 11 09:44:43 ip-10-31-45-67 nm-dispatcher[583]: req:3 'up' [eth0]: new request (4 scripts) Nov 11 09:44:43 ip-10-31-45-67 nm-dispatcher[583]: req:3 'up' [eth0]: start running ordered scripts... Nov 11 09:44:43 ip-10-31-45-67 NetworkManager[574]: [1731336283.2811] manager: startup complete Nov 11 09:44:43 ip-10-31-45-67 nm-dispatcher[583]: req:4 'connectivity-change': new request (4 scripts) Nov 11 09:44:43 ip-10-31-45-67 nm-dispatcher[583]: req:5 'hostname': new request (4 scripts) Nov 11 09:44:43 ip-10-31-45-67 systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:43 ip-10-31-45-67 systemd[1]: Starting LSB: Bring up/down networking... -- Subject: Unit network.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has begun starting up. Nov 11 09:44:43 ip-10-31-45-67 nm-dispatcher[583]: req:4 'connectivity-change': start running ordered scripts... Nov 11 09:44:43 ip-10-31-45-67 nm-dispatcher[583]: req:5 'hostname': start running ordered scripts... Nov 11 09:44:44 ip-10-31-45-67 network[639]: Bringing up loopback interface: [ OK ] Nov 11 09:44:44 ip-10-31-45-67 network[639]: Bringing up interface eth0: [ OK ] Nov 11 09:44:44 ip-10-31-45-67 systemd[1]: Started LSB: Bring up/down networking. -- Subject: Unit network.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:44 ip-10-31-45-67 systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has begun starting up. Nov 11 09:44:44 ip-10-31-45-67 systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:44 ip-10-31-45-67 systemd[1]: Starting Postfix Mail Transport Agent... -- Subject: Unit postfix.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has begun starting up. Nov 11 09:44:44 ip-10-31-45-67 systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has begun starting up. Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: Cloud-init v. 0.7.9 running 'init' at Mon, 11 Nov 2024 14:44:44 +0000. Up 17.75 seconds. Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: ++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++ Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: | lo: | True | . | . | d | . | Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: | eth0: | True | 10.31.45.67 | 255.255.252.0 | . | 02:c9:95:f5:71:29 | Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: | eth0: | True | . | . | d | 02:c9:95:f5:71:29 | Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Nov 11 09:44:44 ip-10-31-45-67 cloud-init[848]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 09:44:45 ip-10-31-45-67 kernel: EXT4-fs (xvda1): resizing filesystem from 1048320 to 65535739 blocks Nov 11 09:44:45 ip-10-31-45-67 kernel: EXT4-fs (xvda1): resized filesystem to 65535739 Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd-hostnamed[579]: Changed static host name to 'ip-10-31-45-67.us-east-1.aws.redhat.com' Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd-hostnamed[579]: Changed host name to 'ip-10-31-45-67.us-east-1.aws.redhat.com' Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com NetworkManager[574]: [1731336285.6798] hostname: hostname changed from "localhost.localdomain" to "ip-10-31-45-67.us-east-1.aws.redhat.com" Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com nm-dispatcher[583]: req:6 'hostname': new request (4 scripts) Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com nm-dispatcher[583]: req:6 'hostname': start running ordered scripts... Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com NetworkManager[574]: [1731336285.6855] policy: set-hostname: set hostname to 'ip-10-31-45-67.us-east-1.aws.redhat.com' (from system configuration) Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com nm-dispatcher[583]: req:7 'hostname': new request (4 scripts) Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com nm-dispatcher[583]: req:7 'hostname': start running ordered scripts... Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com postfix/postfix-script[1212]: starting the Postfix mail system Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Wait for Plymouth Boot Screen to Quit... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has begun starting up. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 230 (plymouthd). Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com postfix/master[1228]: daemon started -- version 2.10.1, configuration /etc/postfix Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Postfix Mail Transport Agent. -- Subject: Unit postfix.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Wait for Plymouth Boot Screen to Quit. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Serial Getty on ttyS0. -- Subject: Unit serial-getty@ttyS0.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit serial-getty@ttyS0.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com sm-notify[1218]: Version 1.3.0 starting Nov 11 09:44:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com crond[1226]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 96% if used.) Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com restraintd[1231]: Listening on http://localhost:8081 Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com cloud-init[1220]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 11 Nov 2024 14:44:46 +0000. Up 19.47 seconds. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[1217]: Server listening on 0.0.0.0 port 22. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[1217]: Server listening on :: port 22. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com crond[1226]: (CRON) INFO (running with inotify support) Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com rsyslogd[1223]: [origin software="rsyslogd" swVersion="8.24.0-57.el7_9.3" x-pid="1223" x-info="http://www.rsyslog.com"] start Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... -- Subject: Unit sshd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun shutting down. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[1217]: Received signal 15; terminating. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. -- Subject: Unit sshd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished shutting down. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[1299]: Server listening on 0.0.0.0 port 22. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[1299]: Server listening on :: port 22. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has begun starting up. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com kdumpctl[1224]: No kdump initial ramdisk found. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com kdumpctl[1224]: Rebuilding /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com cloud-init[1311]: Cloud-init v. 0.7.9 running 'modules:final' at Mon, 11 Nov 2024 14:44:46 +0000. Up 20.06 seconds. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com ec2[1479]: Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com ec2[1479]: ############################################################# Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com ec2[1479]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com ec2[1479]: 256 SHA256:6XI06CKZZBRV/e3/IgrDLqYzZkOtPFSrZnF8OajHEho no comment (ECDSA) Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com ec2[1479]: 256 SHA256:JrbbBdywcMOrldKxyOAXBx69rlIzfdGLj+pLfM+mDE0 no comment (ED25519) Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com ec2[1479]: 2048 SHA256:PpouZOZBkzpae6L06EXka+DhqyUqJ1ceG3xB7C5VtE0 no comment (RSA) Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com ec2[1479]: -----END SSH HOST KEY FINGERPRINTS----- Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com ec2[1479]: ############################################################# Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com cloud-init[1311]: Cloud-init v. 0.7.9 finished at Mon, 11 Nov 2024 14:44:46 +0000. Datasource DataSourceEc2. Up 20.24 seconds Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Nov 11 09:44:46 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:47 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1554]: dracut-033-572.el7 Nov 11 09:44:47 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: Executing: /usr/sbin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o "plymouth dash resume ifcfg" --mount "/dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 /sysroot ext4 defaults" --no-hostonly-default-device -f /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img 3.10.0-1160.119.1.el7.x86_64 Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Nov 11 09:44:48 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com chronyd[512]: Selected source 173.71.68.71 Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: bash *** Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: nss-softokn *** Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: i18n *** Nov 11 09:44:49 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: drm *** Nov 11 09:44:51 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: kernel-modules *** Nov 11 09:45:33 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: fstab-sys *** Nov 11 09:45:33 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: rootfs-block *** Nov 11 09:45:33 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: terminfo *** Nov 11 09:45:34 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: udev-rules *** Nov 11 09:45:34 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: Skipping udev rule: 40-redhat-cpu-hotplug.rules Nov 11 09:45:34 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: Skipping udev rule: 91-permissions.rules Nov 11 09:45:34 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: biosdevname *** Nov 11 09:45:34 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: systemd *** Nov 11 09:45:35 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: usrmount *** Nov 11 09:45:35 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: base *** Nov 11 09:45:36 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: fs-lib *** Nov 11 09:45:36 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: kdumpbase *** Nov 11 09:45:36 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: microcode_ctl-fw_dir_override *** Nov 11 09:45:36 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl module: mangling fw_dir Nov 11 09:45:36 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Nov 11 09:45:36 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: intel: caveats check for kernel version "3.10.0-1160.119.1.el7.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-2d-07" is ignored Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-4e-03" is ignored Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-4f-01" is ignored Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-55-04" is ignored Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-5e-03" is ignored Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: configuration "intel-06-8c-01" is ignored Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including module: shutdown *** Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Including modules done *** Nov 11 09:45:37 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Installing kernel module dependencies and firmware *** Nov 11 09:45:38 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Installing kernel module dependencies and firmware done *** Nov 11 09:45:38 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Resolving executable dependencies *** Nov 11 09:45:39 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Resolving executable dependencies done*** Nov 11 09:45:39 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Hardlinking files *** Nov 11 09:45:39 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Hardlinking files done *** Nov 11 09:45:39 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Stripping files *** Nov 11 09:45:40 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Stripping files done *** Nov 11 09:45:40 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Generating early-microcode cpio image contents *** Nov 11 09:45:40 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Constructing GenuineIntel.bin **** Nov 11 09:45:40 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Store current command line parameters *** Nov 11 09:45:40 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Creating image file *** Nov 11 09:45:40 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Creating microcode section *** Nov 11 09:45:40 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Created microcode section *** Nov 11 09:45:44 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Creating image file done *** Nov 11 09:45:44 ip-10-31-45-67.us-east-1.aws.redhat.com dracut[1556]: *** Creating initramfs image file '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img' done *** Nov 11 09:45:45 ip-10-31-45-67.us-east-1.aws.redhat.com kdumpctl[1224]: kexec: loaded kdump kernel Nov 11 09:45:45 ip-10-31-45-67.us-east-1.aws.redhat.com kdumpctl[1224]: Starting kdump: [OK] Nov 11 09:45:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:45 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Startup finished in 873ms (kernel) + 4.541s (initrd) + 1min 13.921s (userspace) = 1min 19.337s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- All system services necessary queued for starting at boot have been -- successfully 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 873324 microseconds. -- -- Initial RAM disk start-up required 4541991 microseconds. -- -- Userspace start-up required 73921896 microseconds. Nov 11 09:45:54 ip-10-31-45-67.us-east-1.aws.redhat.com chronyd[512]: Selected source 10.2.32.37 Nov 11 09:46:59 ip-10-31-45-67.us-east-1.aws.redhat.com chronyd[512]: Selected source 173.71.68.71 Nov 11 09:47:52 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7774]: Accepted publickey for root from 10.30.32.164 port 50848 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 09:47:52 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Nov 11 09:47:52 ip-10-31-45-67.us-east-1.aws.redhat.com systemd-logind[504]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 7774. Nov 11 09:47:52 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Nov 11 09:47:52 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7774]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 09:47:52 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7774]: Received disconnect from 10.30.32.164 port 50848:11: disconnected by user Nov 11 09:47:52 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7774]: Disconnected from 10.30.32.164 port 50848 Nov 11 09:47:53 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7774]: pam_unix(sshd:session): session closed for user root Nov 11 09:47:53 ip-10-31-45-67.us-east-1.aws.redhat.com systemd-logind[504]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Nov 11 09:47:53 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7787]: Accepted publickey for root from 10.31.9.220 port 59714 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7788]: Accepted publickey for root from 10.31.9.220 port 59720 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com systemd-logind[504]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 7788. Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com systemd-logind[504]: New session 2 of user root. -- Subject: A new session 2 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 2 has been created for the user root. -- -- The leading process of the session is 7787. Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Session 2 of user root. -- Subject: Unit session-2.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-2.scope has finished starting up. -- -- The start-up result is done. Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7788]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7787]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7788]: Received disconnect from 10.31.9.220 port 59720:11: disconnected by user Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7788]: Disconnected from 10.31.9.220 port 59720 Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com sshd[7788]: pam_unix(sshd:session): session closed for user root Nov 11 09:48:05 ip-10-31-45-67.us-east-1.aws.redhat.com systemd-logind[504]: Removed session 3. -- Subject: Session 3 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. Nov 11 09:48:18 ip-10-31-45-67.us-east-1.aws.redhat.com dbus[508]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Nov 11 09:48:18 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has begun starting up. Nov 11 09:48:18 ip-10-31-45-67.us-east-1.aws.redhat.com dbus[508]: [system] Successfully activated service 'org.freedesktop.hostname1' Nov 11 09:48:18 ip-10-31-45-67.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Nov 11 09:48:18 managed-node2 systemd-hostnamed[8706]: Changed static host name to 'managed-node2' Nov 11 09:48:18 managed-node2 NetworkManager[574]: [1731336498.3742] hostname: hostname changed from "ip-10-31-45-67.us-east-1.aws.redhat.com" to "managed-node2" Nov 11 09:48:18 managed-node2 systemd-hostnamed[8706]: Changed host name to 'managed-node2' Nov 11 09:48:18 managed-node2 dbus[508]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Nov 11 09:48:18 managed-node2 NetworkManager[574]: [1731336498.3804] policy: set-hostname: set hostname to 'managed-node2' (from system configuration) Nov 11 09:48:18 managed-node2 systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Nov 11 09:48:18 managed-node2 dbus[508]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Nov 11 09:48:18 managed-node2 systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Nov 11 09:48:18 managed-node2 nm-dispatcher[8711]: req:1 'hostname': new request (4 scripts) Nov 11 09:48:18 managed-node2 nm-dispatcher[8711]: req:1 'hostname': start running ordered scripts... Nov 11 09:48:18 managed-node2 nm-dispatcher[8711]: req:2 'hostname': new request (4 scripts) Nov 11 09:48:18 managed-node2 nm-dispatcher[8711]: req:2 'hostname': start running ordered scripts... Nov 11 09:48:49 managed-node2 sshd[9142]: Accepted publickey for root from 10.31.14.130 port 58616 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 11 09:48:49 managed-node2 systemd-logind[504]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 9142. Nov 11 09:48:49 managed-node2 systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Nov 11 09:48:49 managed-node2 sshd[9142]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 09:48:50 managed-node2 ansible-user[9199]: Invoked with comment=None ssh_key_bits=0 update_password=always non_unique=False force=False ssh_key_type=rsa create_home=True password_lock=None ssh_key_passphrase=NOT_LOGGING_PARAMETER home=None skeleton=None append=False uid=5411 ssh_key_comment=ansible-generated on managed-node2 group=None system=False state=present role=None hidden=None local=None authorization=None profile=None shell=None expires=None ssh_key_file=None groups=None move_home=False password=NOT_LOGGING_PARAMETER name=systemd_user1 seuser=None remove=False login_class=None generate_ssh_key=None Nov 11 09:48:50 managed-node2 useradd[9202]: new group: name=systemd_user1, GID=5411 Nov 11 09:48:50 managed-node2 useradd[9202]: new user: name=systemd_user1, UID=5411, GID=5411, home=/home/systemd_user1, shell=/bin/bash Nov 11 09:48:50 managed-node2 ansible-user[9256]: Invoked with comment=None ssh_key_bits=0 update_password=always non_unique=False force=False ssh_key_type=rsa create_home=True password_lock=None ssh_key_passphrase=NOT_LOGGING_PARAMETER home=None skeleton=None append=False uid=5412 ssh_key_comment=ansible-generated on managed-node2 group=None system=False state=present role=None hidden=None local=None authorization=None profile=None shell=None expires=None ssh_key_file=None groups=None move_home=False password=NOT_LOGGING_PARAMETER name=systemd_user2 seuser=None remove=False login_class=None generate_ssh_key=None Nov 11 09:48:50 managed-node2 useradd[9259]: new group: name=systemd_user2, GID=5412 Nov 11 09:48:50 managed-node2 useradd[9259]: new user: name=systemd_user2, UID=5412, GID=5412, home=/home/systemd_user2, shell=/bin/bash Nov 11 09:48:51 managed-node2 ansible-stat[9313]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Nov 11 09:48:51 managed-node2 ansible-stat[9362]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/sbin/transactional-update get_md5=False get_mime=True get_attributes=True Nov 11 09:48:52 managed-node2 ansible-setup[9411]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Nov 11 09:48:53 managed-node2 ansible-yum[9441]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['systemd'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Nov 11 09:48:54 managed-node2 ansible-getent[9494]: Invoked with fail_key=True key=systemd_user1 split=None service=None database=passwd Nov 11 09:48:55 managed-node2 ansible-getent[9544]: Invoked with fail_key=True key=root split=None service=None database=passwd Nov 11 09:48:55 managed-node2 ansible-getent[9594]: Invoked with fail_key=True key=systemd_user2 split=None service=None database=passwd Nov 11 09:48:56 managed-node2 ansible-command[9644]: Invoked with creates=/var/lib/systemd/linger/systemd_user1 executable=None _uses_shell=False strip_empty_ends=True _raw_params=loginctl enable-linger systemd_user1 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 11 09:48:57 managed-node2 polkitd[501]: Registered Authentication Agent for unix-process:9645:27034 (system bus name :1.29 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Nov 11 09:48:57 managed-node2 systemd[1]: Created slice User Slice of systemd_user1. -- Subject: Unit user-5411.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-5411.slice has finished starting up. -- -- The start-up result is done. Nov 11 09:48:57 managed-node2 polkitd[501]: Unregistered Authentication Agent for unix-process:9645:27034 (system bus name :1.29, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Nov 11 09:48:57 managed-node2 ansible-command[9698]: Invoked with creates=/var/lib/systemd/linger/systemd_user2 executable=None _uses_shell=False strip_empty_ends=True _raw_params=loginctl enable-linger systemd_user2 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 11 09:48:57 managed-node2 polkitd[501]: Registered Authentication Agent for unix-process:9699:27092 (system bus name :1.31 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Nov 11 09:48:57 managed-node2 systemd[1]: Created slice User Slice of systemd_user2. -- Subject: Unit user-5412.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-5412.slice has finished starting up. -- -- The start-up result is done. Nov 11 09:48:57 managed-node2 polkitd[501]: Unregistered Authentication Agent for unix-process:9699:27092 (system bus name :1.31, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Nov 11 09:48:58 managed-node2 ansible-file[9752]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/home/systemd_user1/.config/systemd/user owner=systemd_user1 follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:48:58 managed-node2 ansible-file[9801]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/home/systemd_user2/.config/systemd/user owner=systemd_user2 follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:48:59 managed-node2 ansible-stat[9850]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/home/systemd_user1/.config/systemd/user/bar.service get_md5=False get_mime=True get_attributes=True Nov 11 09:49:00 managed-node2 ansible-copy[9886]: Invoked with directory_mode=None force=True remote_src=None _original_basename=bar.service owner=systemd_user1 follow=False local_follow=None group=5411 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/home/systemd_user1/.config/systemd/user/bar.service selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336539.56-10243-250219811913033/source checksum=a30144a8676665ad3fd8fa669eff40c96eb60f7f seuser=None delimiter=None mode=0600 attributes=None backup=False Nov 11 09:49:01 managed-node2 ansible-stat[9935]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/bar.service get_md5=False get_mime=True get_attributes=True Nov 11 09:49:01 managed-node2 ansible-copy[9971]: Invoked with directory_mode=None force=True remote_src=None _original_basename=bar.service owner=root follow=False local_follow=None group=0 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/etc/systemd/system/bar.service selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336540.93-10243-228818120145044/source checksum=a30144a8676665ad3fd8fa669eff40c96eb60f7f seuser=None delimiter=None mode=0644 attributes=None backup=False Nov 11 09:49:02 managed-node2 ansible-stat[10020]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/home/systemd_user2/.config/systemd/user/bar.service get_md5=False get_mime=True get_attributes=True Nov 11 09:49:02 managed-node2 ansible-copy[10056]: Invoked with directory_mode=None force=True remote_src=None _original_basename=bar.service owner=systemd_user2 follow=False local_follow=None group=5412 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/home/systemd_user2/.config/systemd/user/bar.service selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336541.9-10243-222394101536556/source checksum=a30144a8676665ad3fd8fa669eff40c96eb60f7f seuser=None delimiter=None mode=0600 attributes=None backup=False Nov 11 09:49:03 managed-node2 ansible-getent[10105]: Invoked with fail_key=True key=systemd_user1 split=None service=None database=passwd Nov 11 09:49:04 managed-node2 ansible-getent[10155]: Invoked with fail_key=True key=root split=None service=None database=passwd Nov 11 09:49:04 managed-node2 ansible-getent[10205]: Invoked with fail_key=True key=systemd_user2 split=None service=None database=passwd Nov 11 09:49:05 managed-node2 ansible-command[10255]: Invoked with creates=/var/lib/systemd/linger/systemd_user1 executable=None _uses_shell=False strip_empty_ends=True _raw_params=loginctl enable-linger systemd_user1 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 11 09:49:06 managed-node2 ansible-command[10304]: Invoked with creates=/var/lib/systemd/linger/systemd_user2 executable=None _uses_shell=False strip_empty_ends=True _raw_params=loginctl enable-linger systemd_user2 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 11 09:49:07 managed-node2 ansible-file[10353]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/home/systemd_user1/.config/systemd/user owner=systemd_user1 follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:49:07 managed-node2 ansible-file[10402]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/home/systemd_user2/.config/systemd/user owner=systemd_user2 follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:49:09 managed-node2 ansible-stat[10451]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/home/systemd_user1/.config/systemd/user/foo.service get_md5=False get_mime=True get_attributes=True Nov 11 09:49:09 managed-node2 ansible-copy[10487]: Invoked with directory_mode=None force=True remote_src=None _original_basename=foo.service.j2 owner=systemd_user1 follow=False local_follow=None group=5411 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/home/systemd_user1/.config/systemd/user/foo.service selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336548.75-10847-168254230878071/source checksum=a1576b4506271f370ca5372ca8be9af0caa84b03 seuser=None delimiter=None mode=0600 attributes=None backup=False Nov 11 09:49:09 managed-node2 ansible-stat[10536]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/foo.service get_md5=False get_mime=True get_attributes=True Nov 11 09:49:10 managed-node2 ansible-copy[10572]: Invoked with directory_mode=None force=True remote_src=None _original_basename=foo.service.j2 owner=root follow=False local_follow=None group=0 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/etc/systemd/system/foo.service selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336549.53-10847-30186335853154/source checksum=a1576b4506271f370ca5372ca8be9af0caa84b03 seuser=None delimiter=None mode=0644 attributes=None backup=False Nov 11 09:49:10 managed-node2 ansible-stat[10621]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/home/systemd_user2/.config/systemd/user/foo.service get_md5=False get_mime=True get_attributes=True Nov 11 09:49:10 managed-node2 ansible-copy[10657]: Invoked with directory_mode=None force=True remote_src=None _original_basename=foo.service.j2 owner=systemd_user2 follow=False local_follow=None group=5412 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/home/systemd_user2/.config/systemd/user/foo.service selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336550.2-10847-152254591982581/source checksum=a1576b4506271f370ca5372ca8be9af0caa84b03 seuser=None delimiter=None mode=0600 attributes=None backup=False Nov 11 09:49:11 managed-node2 ansible-getent[10706]: Invoked with fail_key=True key=systemd_user1 split=None service=None database=passwd Nov 11 09:49:11 managed-node2 ansible-getent[10756]: Invoked with fail_key=True key=root split=None service=None database=passwd Nov 11 09:49:12 managed-node2 ansible-getent[10806]: Invoked with fail_key=True key=systemd_user2 split=None service=None database=passwd Nov 11 09:49:12 managed-node2 ansible-command[10856]: Invoked with creates=/var/lib/systemd/linger/systemd_user1 executable=None _uses_shell=False strip_empty_ends=True _raw_params=loginctl enable-linger systemd_user1 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 11 09:49:13 managed-node2 ansible-command[10905]: Invoked with creates=/var/lib/systemd/linger/systemd_user2 executable=None _uses_shell=False strip_empty_ends=True _raw_params=loginctl enable-linger systemd_user2 removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Nov 11 09:49:13 managed-node2 ansible-file[10954]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/home/systemd_user1/.config/systemd/user/foo.service.d owner=systemd_user1 follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:49:14 managed-node2 ansible-file[11003]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/home/systemd_user2/.config/systemd/user/foo.service.d owner=systemd_user2 follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:49:14 managed-node2 ansible-file[11052]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/home/systemd_user1/.config/systemd/user/foo.service.d owner=systemd_user1 follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:49:14 managed-node2 ansible-file[11101]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/foo.service.d owner=root follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:49:15 managed-node2 ansible-file[11150]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/home/systemd_user2/.config/systemd/user/foo.service.d owner=systemd_user2 follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0700 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Nov 11 09:49:15 managed-node2 ansible-stat[11199]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/home/systemd_user1/.config/systemd/user/foo.service.d/99-override.conf get_md5=False get_mime=True get_attributes=True Nov 11 09:49:16 managed-node2 ansible-copy[11235]: Invoked with directory_mode=None force=True remote_src=None _original_basename=foo.service.conf.j2 owner=systemd_user1 follow=False local_follow=None group=5411 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/home/systemd_user1/.config/systemd/user/foo.service.d/99-override.conf selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336555.67-11326-85249982818537/source checksum=43138f80633a2dd32d446b237b9ed62fa32438dd seuser=None delimiter=None mode=0600 attributes=None backup=False Nov 11 09:49:16 managed-node2 ansible-stat[11284]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/foo.service.d/99-override.conf get_md5=False get_mime=True get_attributes=True Nov 11 09:49:16 managed-node2 ansible-copy[11320]: Invoked with directory_mode=None force=True remote_src=None _original_basename=foo.service.conf.j2 owner=root follow=False local_follow=None group=0 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/etc/systemd/system/foo.service.d/99-override.conf selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336556.27-11326-160051666652315/source checksum=43138f80633a2dd32d446b237b9ed62fa32438dd seuser=None delimiter=None mode=0644 attributes=None backup=False Nov 11 09:49:17 managed-node2 ansible-stat[11369]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/home/systemd_user2/.config/systemd/user/foo.service.d/99-override.conf get_md5=False get_mime=True get_attributes=True Nov 11 09:49:17 managed-node2 ansible-copy[11405]: Invoked with directory_mode=None force=True remote_src=None _original_basename=foo.service.conf.j2 owner=systemd_user2 follow=False local_follow=None group=5412 unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/home/systemd_user2/.config/systemd/user/foo.service.d/99-override.conf selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1731336556.87-11326-243289849547319/source checksum=43138f80633a2dd32d446b237b9ed62fa32438dd seuser=None delimiter=None mode=0600 attributes=None backup=False Nov 11 09:49:18 managed-node2 sudo[11454]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-ghxicpjlxhafyegczlyqbsqxlveqeijc ; XDG_RUNTIME_DIR=/run/user/5412 /usr/bin/python /var/tmp/ansible-tmp-1731336557.73-11435-24346821699709/AnsiballZ_systemd.py Nov 11 09:49:18 managed-node2 sudo[11454]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 09:49:18 managed-node2 ansible-systemd[11457]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=user masked=None Nov 11 09:49:18 managed-node2 ansible-systemd[11457]: [WARNING] Module remote_tmp /home/systemd_user2/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually Nov 11 09:49:18 managed-node2 sudo[11454]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 09:49:18 managed-node2 ansible-systemd[11508]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=system masked=None Nov 11 09:49:18 managed-node2 polkitd[501]: Registered Authentication Agent for unix-process:11511:29215 (system bus name :1.34 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Nov 11 09:49:18 managed-node2 systemd[1]: Reloading. Nov 11 09:49:18 managed-node2 polkitd[501]: Unregistered Authentication Agent for unix-process:11511:29215 (system bus name :1.34, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Nov 11 09:49:19 managed-node2 sudo[11578]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c echo BECOME-SUCCESS-xqitgfphkvleudtvzfaeiqnqdfbybyfv ; XDG_RUNTIME_DIR=/run/user/5411 /usr/bin/python /var/tmp/ansible-tmp-1731336558.96-11435-248231565515345/AnsiballZ_systemd.py Nov 11 09:49:19 managed-node2 sudo[11578]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 09:49:19 managed-node2 ansible-systemd[11581]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=user masked=None Nov 11 09:49:19 managed-node2 ansible-systemd[11581]: [WARNING] Module remote_tmp /home/systemd_user1/.ansible/tmp did not exist and was created with a mode of 0700, this may cause issues when running as another user. To avoid this, create the remote_tmp dir with the correct permissions manually Nov 11 09:49:19 managed-node2 sudo[11578]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 09:49:19 managed-node2 ansible-command[11632]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None TASK [Remove users] ************************************************************ task path: /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:236 Monday 11 November 2024 09:49:19 -0500 (0:00:00.443) 0:00:30.611 ******* changed: [managed-node2] => (item={u'name': u'systemd_user1', u'uid': 5411}) => { "ansible_loop_var": "item", "changed": true, "force": false, "item": { "name": "systemd_user1", "uid": 5411 }, "name": "systemd_user1", "remove": false, "state": "absent" } changed: [managed-node2] => (item={u'name': u'systemd_user2', u'uid': 5412}) => { "ansible_loop_var": "item", "changed": true, "force": false, "item": { "name": "systemd_user2", "uid": 5412 }, "name": "systemd_user2", "remove": false, "state": "absent" } PLAY RECAP ********************************************************************* managed-node2 : ok=48 changed=9 unreachable=0 failed=1 skipped=23 rescued=1 ignored=0 Monday 11 November 2024 09:49:20 -0500 (0:00:00.782) 0:00:31.393 ******* =============================================================================== fedora.linux_system_roles.systemd : Ensure unit files are present ------- 3.32s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 2.32s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 1.97s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 fedora.linux_system_roles.systemd : Reload systemd ---------------------- 1.70s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:72 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 1.67s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 1.35s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Create users ------------------------------------------------------------ 1.31s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:57 fedora.linux_system_roles.systemd : Ensure directories are present for users --- 1.29s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 fedora.linux_system_roles.systemd : Ensure directories are present for users --- 1.28s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 fedora.linux_system_roles.systemd : Ensure directories are present for dropins --- 1.13s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 1.12s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 fedora.linux_system_roles.systemd : Ensure directories are present for users --- 0.81s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Remove users ------------------------------------------------------------ 0.78s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:236 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 0.66s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 fedora.linux_system_roles.systemd : Get user information ---------------- 0.64s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 fedora.linux_system_roles.systemd : Get user information ---------------- 0.63s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 fedora.linux_system_roles.systemd : Get user information ---------------- 0.61s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 fedora.linux_system_roles.systemd : Check if system is ostree ----------- 0.59s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:6 fedora.linux_system_roles.systemd : Check if transactional-update exists in /sbin --- 0.50s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:18 fedora.linux_system_roles.systemd : Get user information ---------------- 0.46s /tmp/collections-Ewa/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7