ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [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-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:57 Monday 11 November 2024 09:49:31 -0500 (0:00:00.063) 0:00:00.063 ******* changed: [managed-node2] => (item={'name': 'systemd_user1', 'uid': 5411}) => { "ansible_facts": { "discovered_interpreter_python": "/usr/libexec/platform-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={'name': 'systemd_user2', '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-uKi/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:63 Monday 11 November 2024 09:49:33 -0500 (0:00:01.512) 0:00:01.575 ******* TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:6 Monday 11 November 2024 09:49:33 -0500 (0:00:00.044) 0:00:01.620 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:11 Monday 11 November 2024 09:49:33 -0500 (0:00:00.536) 0:00:02.156 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:18 Monday 11 November 2024 09:49:34 -0500 (0:00:00.038) 0:00:02.194 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:23 Monday 11 November 2024 09:49:34 -0500 (0:00:00.353) 0:00:02.548 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 Monday 11 November 2024 09:49:34 -0500 (0:00:00.056) 0:00:02.604 ******* ok: [managed-node2] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.systemd : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:39 Monday 11 November 2024 09:49:37 -0500 (0:00:03.500) 0:00:06.105 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:44 Monday 11 November 2024 09:49:37 -0500 (0:00:00.036) 0:00:06.141 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:49 Monday 11 November 2024 09:49:37 -0500 (0:00:00.036) 0:00:06.178 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:56 Monday 11 November 2024 09:49:38 -0500 (0:00:00.036) 0:00:06.214 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:60 Monday 11 November 2024 09:49:38 -0500 (0:00:00.015) 0:00:06.229 ******* included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:49:38 -0500 (0:00:00.061) 0:00:06.290 ******* included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 09:49:38 -0500 (0:00:00.049) 0:00:06.340 ******* included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:38 -0500 (0:00:00.111) 0:00:06.451 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:38 -0500 (0:00:00.531) 0:00:06.982 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:38 -0500 (0:00:00.063) 0:00:07.045 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:39 -0500 (0:00:00.356) 0:00:07.402 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:39 -0500 (0:00:00.052) 0:00:07.455 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:39 -0500 (0:00:00.396) 0:00:07.852 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 09:49:39 -0500 (0:00:00.073) 0:00:07.925 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 09:49:39 -0500 (0:00:00.081) 0:00:08.007 ******* changed: [managed-node2] => (item=systemd_user1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "loginctl", "enable-linger", "systemd_user1" ], "delta": "0:00:00.017548", "end": "2024-11-11 09:49:40.383561", "item": "systemd_user1", "rc": 0, "start": "2024-11-11 09:49:40.366013" } changed: [managed-node2] => (item=systemd_user2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "loginctl", "enable-linger", "systemd_user2" ], "delta": "0:00:00.015453", "end": "2024-11-11 09:49:40.783429", "item": "systemd_user2", "rc": 0, "start": "2024-11-11 09:49:40.767976" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:49:40 -0500 (0:00:01.045) 0:00:09.052 ******* changed: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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": 6, "state": "directory", "uid": 5411 } changed: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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": 6, "state": "directory", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:49:41 -0500 (0:00:00.979) 0:00:10.032 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:49:42 -0500 (0:00:00.205) 0:00:10.237 ******* changed: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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:systemd_unit_file_t:s0", "size": 114, "src": "/root/.ansible/tmp/ansible-tmp-1731336582.205131-8983-225570139924873/source", "state": "file", "uid": 5411 } changed: [managed-node2] => (item={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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-1731336583.023417-8983-51595660505804/source", "state": "file", "uid": 0 } changed: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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:systemd_unit_file_t:s0", "size": 114, "src": "/root/.ansible/tmp/ansible-tmp-1731336583.694137-8983-56847257893388/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:49:44 -0500 (0:00:02.233) 0:00:12.471 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:49:44 -0500 (0:00:00.148) 0:00:12.620 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:49:44 -0500 (0:00:00.032) 0:00:12.652 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:49:44 -0500 (0:00:00.033) 0:00:12.685 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:49:44 -0500 (0:00:00.031) 0:00:12.716 ******* included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 09:49:44 -0500 (0:00:00.049) 0:00:12.766 ******* included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:44 -0500 (0:00:00.103) 0:00:12.869 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:45 -0500 (0:00:00.356) 0:00:13.226 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:45 -0500 (0:00:00.042) 0:00:13.268 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:45 -0500 (0:00:00.379) 0:00:13.648 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:45 -0500 (0:00:00.064) 0:00:13.713 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:45 -0500 (0:00:00.444) 0:00:14.157 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 09:49:46 -0500 (0:00:00.056) 0:00:14.214 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 09:49:46 -0500 (0:00:00.082) 0:00:14.296 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:49:46 -0500 (0:00:00.829) 0:00:15.126 ******* ok: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service.j2', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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": 25, "state": "directory", "uid": 5411 } ok: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'foo.service.j2', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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": 25, "state": "directory", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:49:47 -0500 (0:00:00.881) 0:00:16.007 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service.j2', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'foo.service.j2', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'foo.service.j2', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:49:48 -0500 (0:00:00.203) 0:00:16.211 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service.j2', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'foo.service.j2', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'foo.service.j2', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:49:48 -0500 (0:00:00.219) 0:00:16.430 ******* changed: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service.j2', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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:systemd_unit_file_t:s0", "size": 135, "src": "/root/.ansible/tmp/ansible-tmp-1731336588.4011497-9234-146080586073902/source", "state": "file", "uid": 5411 } changed: [managed-node2] => (item={'user': 'root', 'item': 'foo.service.j2', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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-1731336589.1581483-9234-266626102326182/source", "state": "file", "uid": 0 } changed: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'foo.service.j2', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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:systemd_unit_file_t:s0", "size": 135, "src": "/root/.ansible/tmp/ansible-tmp-1731336589.8734095-9234-111214306636913/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:49:50 -0500 (0:00:02.237) 0:00:18.668 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:49:50 -0500 (0:00:00.032) 0:00:18.700 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:49:50 -0500 (0:00:00.031) 0:00:18.732 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 09:49:50 -0500 (0:00:00.034) 0:00:18.766 ******* included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 09:49:50 -0500 (0:00:00.072) 0:00:18.839 ******* included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:50 -0500 (0:00:00.141) 0:00:18.980 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:51 -0500 (0:00:00.356) 0:00:19.336 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:51 -0500 (0:00:00.042) 0:00:19.379 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:51 -0500 (0:00:00.359) 0:00:19.739 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:51 -0500 (0:00:00.043) 0:00:19.783 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:49:51 -0500 (0:00:00.378) 0:00:20.161 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 09:49:52 -0500 (0:00:00.043) 0:00:20.205 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 09:49:52 -0500 (0:00:00.059) 0:00:20.264 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 09:49:52 -0500 (0:00:00.712) 0:00:20.976 ******* changed: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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": 6, "state": "directory", "uid": 5411 } changed: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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": 6, "state": "directory", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for dropins] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 09:49:53 -0500 (0:00:00.792) 0:00:21.769 ******* ok: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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": 6, "state": "directory", "uid": 5411 } changed: [managed-node2] => (item={'user': 'root', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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": 6, "state": "directory", "uid": 0 } ok: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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": 6, "state": "directory", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are present] ******* task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 09:49:54 -0500 (0:00:01.357) 0:00:23.127 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 09:49:55 -0500 (0:00:00.217) 0:00:23.345 ******* changed: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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:systemd_unit_file_t:s0", "size": 48, "src": "/root/.ansible/tmp/ansible-tmp-1731336595.3147712-9533-126164340079585/source", "state": "file", "uid": 5411 } changed: [managed-node2] => (item={'user': 'root', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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-1731336596.0757873-9533-86505143662346/source", "state": "file", "uid": 0 } changed: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'foo.service.conf.j2', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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:systemd_unit_file_t:s0", "size": 48, "src": "/root/.ansible/tmp/ansible-tmp-1731336596.8005574-9533-139277770780686/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 09:49:57 -0500 (0:00:02.257) 0:00:25.602 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 09:49:57 -0500 (0:00:00.041) 0:00:25.643 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 09:49:57 -0500 (0:00:00.041) 0:00:25.684 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:72 Monday 11 November 2024 09:49:57 -0500 (0:00:00.035) 0:00:25.720 ******* ok: [managed-node2] => (item=systemd_user2) => { "ansible_loop_var": "item", "changed": false, "item": "systemd_user2", "name": null, "status": {}, "warnings": [ "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" ] } ok: [managed-node2] => (item=root) => { "ansible_loop_var": "item", "changed": false, "item": "root", "name": null, "status": {} } ok: [managed-node2] => (item=systemd_user1) => { "ansible_loop_var": "item", "changed": false, "item": "systemd_user1", "name": null, "status": {}, "warnings": [ "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" ] } [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 [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 TASK [fedora.linux_system_roles.systemd : Manage units] ************************ task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:85 Monday 11 November 2024 09:49:59 -0500 (0:00:01.838) 0:00:27.559 ******* included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:49:59 -0500 (0:00:00.085) 0:00:27.644 ******* included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 09:49:59 -0500 (0:00:00.052) 0:00:27.697 ******* included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-uKi/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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:49:59 -0500 (0:00:00.126) 0:00:27.823 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:50:00 -0500 (0:00:00.361) 0:00:28.185 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:50:00 -0500 (0:00:00.046) 0:00:28.231 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:50:00 -0500 (0:00:00.361) 0:00:28.593 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 09:50:00 -0500 (0:00:00.048) 0:00:28.641 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 09:50:00 -0500 (0:00:00.366) 0:00:29.007 ******* 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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 09:50:00 -0500 (0:00:00.047) 0:00:29.055 ******* 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" }, { "dir_mode": "0700", "group": "5411", "item": "foo.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": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, { "dir_mode": "0700", "group": "5412", "item": "foo.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-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 09:50:00 -0500 (0:00:00.064) 0:00:29.120 ******* 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 required units in correct state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:01 -0500 (0:00:00.732) 0:00:29.852 ******* changed: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": true, "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" }, "name": "bar.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target -.slice -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "bar.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/bar-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/home/systemd_user1/.config/systemd/user/bar.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "bar.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "bar.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target -.slice", "RequiresMountsFor": "/home/systemd_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/systemd_user1" } } changed: [managed-node2] => (item={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "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" }, "name": "bar.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice sysinit.target systemd-journald.socket basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "bar.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/bar-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/bar.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "bar.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "bar.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice sysinit.target", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } changed: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": true, "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" }, "name": "bar.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount -.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "bar.service", "DevicePolicy": "auto", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/bar-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/home/systemd_user2/.config/systemd/user/bar.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "bar.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "bar.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target -.slice", "RequiresMountsFor": "/home/systemd_user2", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/systemd_user2" } } changed: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user1/.config/systemd/user", "user": "systemd_user1", "xdg_dir": "/run/user/5411" }, "name": "foo.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.slice -.mount basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/home/systemd_user1/.config/systemd/user/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/home/systemd_user1/.config/systemd/user/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target -.slice", "RequiresMountsFor": "/home/systemd_user1", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/systemd_user1" } } changed: [managed-node2] => (item={'user': 'root', 'item': 'foo.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0755", "group": "0", "item": "foo.service", "mode": "0644", "state": "present", "units_dir": "/etc/systemd/system", "user": "root", "xdg_dir": "/run/user/0" }, "name": "foo.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target -.mount systemd-journald.socket tmp.mount sysinit.target system.slice systemd-tmpfiles-setup.service", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/etc/systemd/system/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice -.mount", "RequiresMountsFor": "/var/tmp", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } changed: [managed-node2] => (item={'user': 'systemd_user2', 'item': 'foo.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": true, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.service", "mode": "0600", "state": "present", "units_dir": "/home/systemd_user2/.config/systemd/user", "user": "systemd_user2", "xdg_dir": "/run/user/5412" }, "name": "foo.service", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "-.mount -.slice basic.target", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "foo.service", "DevicePolicy": "auto", "DropInPaths": "/home/systemd_user2/.config/systemd/user/foo.service.d/99-override.conf", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/touch ; argv[]=/bin/touch /tmp/foo-reloaded ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/bin/sleep ; argv[]=/bin/sleep 3600 ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/home/systemd_user2/.config/systemd/user/foo.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "foo.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "inherit", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14004", "LimitNPROCSoft": "14004", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14004", "LimitSIGPENDINGSoft": "14004", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "foo.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "yes", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "basic.target -.slice", "RequiresMountsFor": "/home/systemd_user2", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "-.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22406", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "simple", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0", "WorkingDirectory": "!/home/systemd_user2" } } TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:04 -0500 (0:00:03.304) 0:00:33.157 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:05 -0500 (0:00:00.040) 0:00:33.197 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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" } skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.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={'user': 'root', 'item': 'foo.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.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={'user': 'systemd_user2', 'item': 'foo.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.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 : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:05 -0500 (0:00:00.101) 0:00:33.299 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:05 -0500 (0:00:00.050) 0:00:33.349 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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" } skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.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={'user': 'root', 'item': 'foo.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.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={'user': 'systemd_user2', 'item': 'foo.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.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 : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:05 -0500 (0:00:00.137) 0:00:33.487 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:05 -0500 (0:00:00.061) 0:00:33.549 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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" } skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.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={'user': 'root', 'item': 'foo.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.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={'user': 'systemd_user2', 'item': 'foo.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.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 : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:05 -0500 (0:00:00.133) 0:00:33.683 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:05 -0500 (0:00:00.055) 0:00:33.738 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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" } skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.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={'user': 'root', 'item': 'foo.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.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={'user': 'systemd_user2', 'item': 'foo.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.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 : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:05 -0500 (0:00:00.105) 0:00:33.844 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:05 -0500 (0:00:00.046) 0:00:33.890 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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" } skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.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={'user': 'root', 'item': 'foo.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.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={'user': 'systemd_user2', 'item': 'foo.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.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 : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:05 -0500 (0:00:00.123) 0:00:34.014 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:05 -0500 (0:00:00.039) 0:00:34.054 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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" } skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.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={'user': 'root', 'item': 'foo.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.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={'user': 'systemd_user2', 'item': 'foo.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.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 : Manage user info] ******************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 09:50:05 -0500 (0:00:00.113) 0:00:34.167 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Ensure required units in correct state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 09:50:06 -0500 (0:00:00.042) 0:00:34.209 ******* skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'bar.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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={'user': 'root', 'item': 'bar.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "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={'user': 'systemd_user2', 'item': 'bar.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "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" } skipping: [managed-node2] => (item={'user': 'systemd_user1', 'item': 'foo.service', 'state': 'present', 'group': '5411', 'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5411", "item": "foo.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={'user': 'root', 'item': 'foo.service', 'state': 'present', 'group': '0', 'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'mode': '0644', 'dir_mode': '0755'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0755", "group": "0", "item": "foo.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={'user': 'systemd_user2', 'item': 'foo.service', 'state': 'present', 'group': '5412', 'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'mode': '0600', 'dir_mode': '0700'}) => { "ansible_loop_var": "item", "changed": false, "item": { "dir_mode": "0700", "group": "5412", "item": "foo.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 : Gather systemd units state for system and user units] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:112 Monday 11 November 2024 09:50:06 -0500 (0:00:00.111) 0:00:34.321 ******* ok: [managed-node2] => (item={'key': 'systemd_user1', 'value': {'xdg_dir': '/run/user/5411', 'units_dir': '/home/systemd_user1/.config/systemd/user', 'group': '5411'}}) => { "ansible_facts": { "systemd_units_user": { "systemd_user1": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "bar.service": { "active_state": "active", "description": "bar.service", "load_state": "loaded", "name": "bar.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "dbus.socket": { "active_state": "active", "description": "D-Bus User Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "listening" }, "default.target": { "active_state": "active", "description": "Default", "load_state": "loaded", "name": "default.target", "sub_state": "active" }, "dev-hugepages.mount": { "active_state": "active", "description": "/dev/hugepages", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "/dev/mqueue", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dev-xvda1.device": { "active_state": "activating", "description": "/dev/xvda1", "load_state": "loaded", "name": "dev-xvda1.device", "sub_state": "tentative" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "grub-boot-success.timer": { "active_state": "active", "description": "Mark boot as successful after the user session has run 2 minutes", "load_state": "loaded", "name": "grub-boot-success.timer", "sub_state": "waiting" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "run-user-5411.mount": { "active_state": "active", "description": "/run/user/5411", "load_state": "loaded", "name": "run-user-5411.mount", "sub_state": "mounted" }, "run-user-5412.mount": { "active_state": "active", "description": "/run/user/5412", "load_state": "loaded", "name": "run-user-5412.mount", "sub_state": "mounted" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sys-kernel-config.mount": { "active_state": "active", "description": "/sys/kernel/config", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "/sys/kernel/debug", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "/var/lib/nfs/rpc_pipefs", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "systemd_user1", "value": { "group": "5411", "units_dir": "/home/systemd_user1/.config/systemd/user", "xdg_dir": "/run/user/5411" } } } ok: [managed-node2] => (item={'key': 'root', 'value': {'xdg_dir': '/run/user/0', 'units_dir': '/etc/systemd/system', 'group': '0'}}) => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "bar.service": { "active_state": "active", "description": "bar.service", "load_state": "loaded", "name": "bar.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "run-user-5411.mount": { "active_state": "active", "description": "/run/user/5411", "load_state": "loaded", "name": "run-user-5411.mount", "sub_state": "mounted" }, "run-user-5412.mount": { "active_state": "active", "description": "/run/user/5412", "load_state": "loaded", "name": "run-user-5412.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-6.scope": { "active_state": "active", "description": "Session 6 of user root", "load_state": "loaded", "name": "session-6.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-5411.slice": { "active_state": "active", "description": "User Slice of UID 5411", "load_state": "loaded", "name": "user-5411.slice", "sub_state": "active" }, "user-5412.slice": { "active_state": "active", "description": "User Slice of UID 5412", "load_state": "loaded", "name": "user-5412.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user-runtime-dir@5411.service": { "active_state": "active", "description": "User runtime directory /run/user/5411", "load_state": "loaded", "name": "user-runtime-dir@5411.service", "sub_state": "exited" }, "user-runtime-dir@5412.service": { "active_state": "active", "description": "User runtime directory /run/user/5412", "load_state": "loaded", "name": "user-runtime-dir@5412.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "user@5411.service": { "active_state": "active", "description": "User Manager for UID 5411", "load_state": "loaded", "name": "user@5411.service", "sub_state": "running" }, "user@5412.service": { "active_state": "active", "description": "User Manager for UID 5412", "load_state": "loaded", "name": "user@5412.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } }, "systemd_units_user": { "root": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "bar.service": { "active_state": "active", "description": "bar.service", "load_state": "loaded", "name": "bar.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "run-user-5411.mount": { "active_state": "active", "description": "/run/user/5411", "load_state": "loaded", "name": "run-user-5411.mount", "sub_state": "mounted" }, "run-user-5412.mount": { "active_state": "active", "description": "/run/user/5412", "load_state": "loaded", "name": "run-user-5412.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-6.scope": { "active_state": "active", "description": "Session 6 of user root", "load_state": "loaded", "name": "session-6.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-5411.slice": { "active_state": "active", "description": "User Slice of UID 5411", "load_state": "loaded", "name": "user-5411.slice", "sub_state": "active" }, "user-5412.slice": { "active_state": "active", "description": "User Slice of UID 5412", "load_state": "loaded", "name": "user-5412.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user-runtime-dir@5411.service": { "active_state": "active", "description": "User runtime directory /run/user/5411", "load_state": "loaded", "name": "user-runtime-dir@5411.service", "sub_state": "exited" }, "user-runtime-dir@5412.service": { "active_state": "active", "description": "User runtime directory /run/user/5412", "load_state": "loaded", "name": "user-runtime-dir@5412.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "user@5411.service": { "active_state": "active", "description": "User Manager for UID 5411", "load_state": "loaded", "name": "user@5411.service", "sub_state": "running" }, "user@5412.service": { "active_state": "active", "description": "User Manager for UID 5412", "load_state": "loaded", "name": "user@5412.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "root", "value": { "group": "0", "units_dir": "/etc/systemd/system", "xdg_dir": "/run/user/0" } } } ok: [managed-node2] => (item={'key': 'systemd_user2', 'value': {'xdg_dir': '/run/user/5412', 'units_dir': '/home/systemd_user2/.config/systemd/user', 'group': '5412'}}) => { "ansible_facts": { "systemd_units_user": { "systemd_user2": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "bar.service": { "active_state": "active", "description": "bar.service", "load_state": "loaded", "name": "bar.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "dbus.socket": { "active_state": "active", "description": "D-Bus User Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "listening" }, "default.target": { "active_state": "active", "description": "Default", "load_state": "loaded", "name": "default.target", "sub_state": "active" }, "dev-hugepages.mount": { "active_state": "active", "description": "/dev/hugepages", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "/dev/mqueue", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "grub-boot-success.timer": { "active_state": "active", "description": "Mark boot as successful after the user session has run 2 minutes", "load_state": "loaded", "name": "grub-boot-success.timer", "sub_state": "waiting" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "run-user-5411.mount": { "active_state": "active", "description": "/run/user/5411", "load_state": "loaded", "name": "run-user-5411.mount", "sub_state": "mounted" }, "run-user-5412.mount": { "active_state": "active", "description": "/run/user/5412", "load_state": "loaded", "name": "run-user-5412.mount", "sub_state": "mounted" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sys-kernel-config.mount": { "active_state": "active", "description": "/sys/kernel/config", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "/sys/kernel/debug", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "/var/lib/nfs/rpc_pipefs", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } } }, "ansible_loop_var": "item", "changed": false, "item": { "key": "systemd_user2", "value": { "group": "5412", "units_dir": "/home/systemd_user2/.config/systemd/user", "xdg_dir": "/run/user/5412" } } } TASK [fedora.linux_system_roles.systemd : Set legacy systemd_units output variable] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:126 Monday 11 November 2024 09:50:07 -0500 (0:00:01.302) 0:00:35.623 ******* ok: [managed-node2] => { "ansible_facts": { "systemd_units": { "-.mount": { "active_state": "active", "description": "Root Mount", "load_state": "loaded", "name": "-.mount", "sub_state": "mounted" }, "-.slice": { "active_state": "active", "description": "Root Slice", "load_state": "loaded", "name": "-.slice", "sub_state": "active" }, "NetworkManager-wait-online.service": { "active_state": "active", "description": "Network Manager Wait Online", "load_state": "loaded", "name": "NetworkManager-wait-online.service", "sub_state": "exited" }, "NetworkManager.service": { "active_state": "active", "description": "Network Manager", "load_state": "loaded", "name": "NetworkManager.service", "sub_state": "running" }, "auditd.service": { "active_state": "active", "description": "Security Auditing Service", "load_state": "loaded", "name": "auditd.service", "sub_state": "running" }, "bar.service": { "active_state": "active", "description": "bar.service", "load_state": "loaded", "name": "bar.service", "sub_state": "running" }, "basic.target": { "active_state": "active", "description": "Basic System", "load_state": "loaded", "name": "basic.target", "sub_state": "active" }, "chronyd.service": { "active_state": "active", "description": "NTP client/server", "load_state": "loaded", "name": "chronyd.service", "sub_state": "running" }, "cloud-config.service": { "active_state": "active", "description": "Apply the settings specified in cloud-config", "load_state": "loaded", "name": "cloud-config.service", "sub_state": "exited" }, "cloud-config.target": { "active_state": "active", "description": "Cloud-config availability", "load_state": "loaded", "name": "cloud-config.target", "sub_state": "active" }, "cloud-final.service": { "active_state": "active", "description": "Execute cloud user/final scripts", "load_state": "loaded", "name": "cloud-final.service", "sub_state": "exited" }, "cloud-init-local.service": { "active_state": "active", "description": "Initial cloud-init job (pre-networking)", "load_state": "loaded", "name": "cloud-init-local.service", "sub_state": "exited" }, "cloud-init.service": { "active_state": "active", "description": "Initial cloud-init job (metadata service crawler)", "load_state": "loaded", "name": "cloud-init.service", "sub_state": "exited" }, "cloud-init.target": { "active_state": "active", "description": "Cloud-init target", "load_state": "loaded", "name": "cloud-init.target", "sub_state": "active" }, "crond.service": { "active_state": "active", "description": "Command Scheduler", "load_state": "loaded", "name": "crond.service", "sub_state": "running" }, "cryptsetup.target": { "active_state": "active", "description": "Local Encrypted Volumes", "load_state": "loaded", "name": "cryptsetup.target", "sub_state": "active" }, "dbus.service": { "active_state": "active", "description": "D-Bus System Message Bus", "load_state": "loaded", "name": "dbus.service", "sub_state": "running" }, "dbus.socket": { "active_state": "active", "description": "D-Bus System Message Bus Socket", "load_state": "loaded", "name": "dbus.socket", "sub_state": "running" }, "dev-hugepages.mount": { "active_state": "active", "description": "Huge Pages File System", "load_state": "loaded", "name": "dev-hugepages.mount", "sub_state": "mounted" }, "dev-mqueue.mount": { "active_state": "active", "description": "POSIX Message Queue File System", "load_state": "loaded", "name": "dev-mqueue.mount", "sub_state": "mounted" }, "dnf-makecache.timer": { "active_state": "active", "description": "dnf makecache --timer", "load_state": "loaded", "name": "dnf-makecache.timer", "sub_state": "waiting" }, "dracut-shutdown.service": { "active_state": "active", "description": "Restore /run/initramfs on shutdown", "load_state": "loaded", "name": "dracut-shutdown.service", "sub_state": "exited" }, "foo.service": { "active_state": "active", "description": "foo.service", "load_state": "loaded", "name": "foo.service", "sub_state": "running" }, "getty.target": { "active_state": "active", "description": "Login Prompts", "load_state": "loaded", "name": "getty.target", "sub_state": "active" }, "getty@tty1.service": { "active_state": "active", "description": "Getty on tty1", "load_state": "loaded", "name": "getty@tty1.service", "sub_state": "running" }, "gssproxy.service": { "active_state": "active", "description": "GSSAPI Proxy Daemon", "load_state": "loaded", "name": "gssproxy.service", "sub_state": "running" }, "import-state.service": { "active_state": "active", "description": "Import network configuration from initramfs", "load_state": "loaded", "name": "import-state.service", "sub_state": "exited" }, "init.scope": { "active_state": "active", "description": "System and Service Manager", "load_state": "loaded", "name": "init.scope", "sub_state": "running" }, "irqbalance.service": { "active_state": "active", "description": "irqbalance daemon", "load_state": "loaded", "name": "irqbalance.service", "sub_state": "running" }, "kdump.service": { "active_state": "active", "description": "Crash recovery kernel arming", "load_state": "loaded", "name": "kdump.service", "sub_state": "exited" }, "kmod-static-nodes.service": { "active_state": "active", "description": "Create list of required static device nodes for the current kernel", "load_state": "loaded", "name": "kmod-static-nodes.service", "sub_state": "exited" }, "local-fs-pre.target": { "active_state": "active", "description": "Local File Systems (Pre)", "load_state": "loaded", "name": "local-fs-pre.target", "sub_state": "active" }, "local-fs.target": { "active_state": "active", "description": "Local File Systems", "load_state": "loaded", "name": "local-fs.target", "sub_state": "active" }, "multi-user.target": { "active_state": "active", "description": "Multi-User System", "load_state": "loaded", "name": "multi-user.target", "sub_state": "active" }, "network-online.target": { "active_state": "active", "description": "Network is Online", "load_state": "loaded", "name": "network-online.target", "sub_state": "active" }, "network-pre.target": { "active_state": "active", "description": "Network (Pre)", "load_state": "loaded", "name": "network-pre.target", "sub_state": "active" }, "network.target": { "active_state": "active", "description": "Network", "load_state": "loaded", "name": "network.target", "sub_state": "active" }, "nfs-client.target": { "active_state": "active", "description": "NFS client services", "load_state": "loaded", "name": "nfs-client.target", "sub_state": "active" }, "nis-domainname.service": { "active_state": "active", "description": "Read and set NIS domainname from /etc/sysconfig/network", "load_state": "loaded", "name": "nis-domainname.service", "sub_state": "exited" }, "nss-user-lookup.target": { "active_state": "active", "description": "User and Group Name Lookups", "load_state": "loaded", "name": "nss-user-lookup.target", "sub_state": "active" }, "paths.target": { "active_state": "active", "description": "Paths", "load_state": "loaded", "name": "paths.target", "sub_state": "active" }, "plymouth-quit-wait.service": { "active_state": "active", "description": "Hold until boot process finishes up", "load_state": "loaded", "name": "plymouth-quit-wait.service", "sub_state": "exited" }, "plymouth-quit.service": { "active_state": "active", "description": "Terminate Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-quit.service", "sub_state": "exited" }, "plymouth-read-write.service": { "active_state": "active", "description": "Tell Plymouth To Write Out Runtime Data", "load_state": "loaded", "name": "plymouth-read-write.service", "sub_state": "exited" }, "plymouth-start.service": { "active_state": "active", "description": "Show Plymouth Boot Screen", "load_state": "loaded", "name": "plymouth-start.service", "sub_state": "exited" }, "polkit.service": { "active_state": "active", "description": "Authorization Manager", "load_state": "loaded", "name": "polkit.service", "sub_state": "running" }, "proc-sys-fs-binfmt_misc.automount": { "active_state": "active", "description": "Arbitrary Executable File Formats File System Automount Point", "load_state": "loaded", "name": "proc-sys-fs-binfmt_misc.automount", "sub_state": "waiting" }, "remote-fs-pre.target": { "active_state": "active", "description": "Remote File Systems (Pre)", "load_state": "loaded", "name": "remote-fs-pre.target", "sub_state": "active" }, "remote-fs.target": { "active_state": "active", "description": "Remote File Systems", "load_state": "loaded", "name": "remote-fs.target", "sub_state": "active" }, "restraintd.service": { "active_state": "active", "description": "The restraint harness.", "load_state": "loaded", "name": "restraintd.service", "sub_state": "running" }, "rngd.service": { "active_state": "active", "description": "Hardware RNG Entropy Gatherer Daemon", "load_state": "loaded", "name": "rngd.service", "sub_state": "running" }, "rpc-statd-notify.service": { "active_state": "active", "description": "Notify NFS peers of a restart", "load_state": "loaded", "name": "rpc-statd-notify.service", "sub_state": "exited" }, "rpc_pipefs.target": { "active_state": "active", "description": "rpc_pipefs.target", "load_state": "loaded", "name": "rpc_pipefs.target", "sub_state": "active" }, "rpcbind.service": { "active_state": "active", "description": "RPC Bind", "load_state": "loaded", "name": "rpcbind.service", "sub_state": "running" }, "rpcbind.socket": { "active_state": "active", "description": "RPCbind Server Activation Socket", "load_state": "loaded", "name": "rpcbind.socket", "sub_state": "running" }, "rpcbind.target": { "active_state": "active", "description": "RPC Port Mapper", "load_state": "loaded", "name": "rpcbind.target", "sub_state": "active" }, "rsyslog.service": { "active_state": "active", "description": "System Logging Service", "load_state": "loaded", "name": "rsyslog.service", "sub_state": "running" }, "run-user-0.mount": { "active_state": "active", "description": "/run/user/0", "load_state": "loaded", "name": "run-user-0.mount", "sub_state": "mounted" }, "run-user-5411.mount": { "active_state": "active", "description": "/run/user/5411", "load_state": "loaded", "name": "run-user-5411.mount", "sub_state": "mounted" }, "run-user-5412.mount": { "active_state": "active", "description": "/run/user/5412", "load_state": "loaded", "name": "run-user-5412.mount", "sub_state": "mounted" }, "session-3.scope": { "active_state": "active", "description": "Session 3 of user root", "load_state": "loaded", "name": "session-3.scope", "sub_state": "running" }, "session-6.scope": { "active_state": "active", "description": "Session 6 of user root", "load_state": "loaded", "name": "session-6.scope", "sub_state": "running" }, "slices.target": { "active_state": "active", "description": "Slices", "load_state": "loaded", "name": "slices.target", "sub_state": "active" }, "sockets.target": { "active_state": "active", "description": "Sockets", "load_state": "loaded", "name": "sockets.target", "sub_state": "active" }, "sshd-keygen.target": { "active_state": "active", "description": "sshd-keygen.target", "load_state": "loaded", "name": "sshd-keygen.target", "sub_state": "active" }, "sshd.service": { "active_state": "active", "description": "OpenSSH server daemon", "load_state": "loaded", "name": "sshd.service", "sub_state": "running" }, "sssd-kcm.socket": { "active_state": "active", "description": "SSSD Kerberos Cache Manager responder socket", "load_state": "loaded", "name": "sssd-kcm.socket", "sub_state": "listening" }, "swap.target": { "active_state": "active", "description": "Swap", "load_state": "loaded", "name": "swap.target", "sub_state": "active" }, "sys-devices-platform-serial8250-tty-ttyS1.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS1", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS1.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS2.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS2", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS2.device", "sub_state": "plugged" }, "sys-devices-platform-serial8250-tty-ttyS3.device": { "active_state": "active", "description": "/sys/devices/platform/serial8250/tty/ttyS3", "load_state": "loaded", "name": "sys-devices-platform-serial8250-tty-ttyS3.device", "sub_state": "plugged" }, "sys-devices-pnp0-00:06-tty-ttyS0.device": { "active_state": "active", "description": "/sys/devices/pnp0/00:06/tty/ttyS0", "load_state": "loaded", "name": "sys-devices-pnp0-00:06-tty-ttyS0.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda-xvda1.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda/xvda1", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda-xvda1.device", "sub_state": "plugged" }, "sys-devices-vbd\\x2d768-block-xvda.device": { "active_state": "active", "description": "/sys/devices/vbd-768/block/xvda", "load_state": "loaded", "name": "sys-devices-vbd\\x2d768-block-xvda.device", "sub_state": "plugged" }, "sys-devices-vif\\x2d0-net-eth0.device": { "active_state": "active", "description": "/sys/devices/vif-0/net/eth0", "load_state": "loaded", "name": "sys-devices-vif\\x2d0-net-eth0.device", "sub_state": "plugged" }, "sys-kernel-config.mount": { "active_state": "active", "description": "Kernel Configuration File System", "load_state": "loaded", "name": "sys-kernel-config.mount", "sub_state": "mounted" }, "sys-kernel-debug.mount": { "active_state": "active", "description": "Kernel Debug File System", "load_state": "loaded", "name": "sys-kernel-debug.mount", "sub_state": "mounted" }, "sys-kernel-tracing.mount": { "active_state": "active", "description": "/sys/kernel/tracing", "load_state": "loaded", "name": "sys-kernel-tracing.mount", "sub_state": "mounted" }, "sys-module-configfs.device": { "active_state": "active", "description": "/sys/module/configfs", "load_state": "loaded", "name": "sys-module-configfs.device", "sub_state": "plugged" }, "sys-subsystem-net-devices-eth0.device": { "active_state": "active", "description": "/sys/subsystem/net/devices/eth0", "load_state": "loaded", "name": "sys-subsystem-net-devices-eth0.device", "sub_state": "plugged" }, "sysinit.target": { "active_state": "active", "description": "System Initialization", "load_state": "loaded", "name": "sysinit.target", "sub_state": "active" }, "system-getty.slice": { "active_state": "active", "description": "system-getty.slice", "load_state": "loaded", "name": "system-getty.slice", "sub_state": "active" }, "system-sshd\\x2dkeygen.slice": { "active_state": "active", "description": "system-sshd\\x2dkeygen.slice", "load_state": "loaded", "name": "system-sshd\\x2dkeygen.slice", "sub_state": "active" }, "system.slice": { "active_state": "active", "description": "System Slice", "load_state": "loaded", "name": "system.slice", "sub_state": "active" }, "systemd-ask-password-plymouth.path": { "active_state": "active", "description": "Forward Password Requests to Plymouth Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-plymouth.path", "sub_state": "waiting" }, "systemd-ask-password-wall.path": { "active_state": "active", "description": "Forward Password Requests to Wall Directory Watch", "load_state": "loaded", "name": "systemd-ask-password-wall.path", "sub_state": "waiting" }, "systemd-coredump.socket": { "active_state": "active", "description": "Process Core Dump Socket", "load_state": "loaded", "name": "systemd-coredump.socket", "sub_state": "listening" }, "systemd-initctl.socket": { "active_state": "active", "description": "initctl Compatibility Named Pipe", "load_state": "loaded", "name": "systemd-initctl.socket", "sub_state": "listening" }, "systemd-journal-flush.service": { "active_state": "active", "description": "Flush Journal to Persistent Storage", "load_state": "loaded", "name": "systemd-journal-flush.service", "sub_state": "exited" }, "systemd-journald-dev-log.socket": { "active_state": "active", "description": "Journal Socket (/dev/log)", "load_state": "loaded", "name": "systemd-journald-dev-log.socket", "sub_state": "running" }, "systemd-journald.service": { "active_state": "active", "description": "Journal Service", "load_state": "loaded", "name": "systemd-journald.service", "sub_state": "running" }, "systemd-journald.socket": { "active_state": "active", "description": "Journal Socket", "load_state": "loaded", "name": "systemd-journald.socket", "sub_state": "running" }, "systemd-logind.service": { "active_state": "active", "description": "Login Service", "load_state": "loaded", "name": "systemd-logind.service", "sub_state": "running" }, "systemd-machine-id-commit.service": { "active_state": "active", "description": "Commit a transient machine-id on disk", "load_state": "loaded", "name": "systemd-machine-id-commit.service", "sub_state": "exited" }, "systemd-random-seed.service": { "active_state": "active", "description": "Load/Save Random Seed", "load_state": "loaded", "name": "systemd-random-seed.service", "sub_state": "exited" }, "systemd-remount-fs.service": { "active_state": "active", "description": "Remount Root and Kernel File Systems", "load_state": "loaded", "name": "systemd-remount-fs.service", "sub_state": "exited" }, "systemd-sysctl.service": { "active_state": "active", "description": "Apply Kernel Variables", "load_state": "loaded", "name": "systemd-sysctl.service", "sub_state": "exited" }, "systemd-tmpfiles-clean.timer": { "active_state": "active", "description": "Daily Cleanup of Temporary Directories", "load_state": "loaded", "name": "systemd-tmpfiles-clean.timer", "sub_state": "waiting" }, "systemd-tmpfiles-setup-dev.service": { "active_state": "active", "description": "Create Static Device Nodes in /dev", "load_state": "loaded", "name": "systemd-tmpfiles-setup-dev.service", "sub_state": "exited" }, "systemd-tmpfiles-setup.service": { "active_state": "active", "description": "Create Volatile Files and Directories", "load_state": "loaded", "name": "systemd-tmpfiles-setup.service", "sub_state": "exited" }, "systemd-udev-trigger.service": { "active_state": "active", "description": "udev Coldplug all Devices", "load_state": "loaded", "name": "systemd-udev-trigger.service", "sub_state": "exited" }, "systemd-udevd-control.socket": { "active_state": "active", "description": "udev Control Socket", "load_state": "loaded", "name": "systemd-udevd-control.socket", "sub_state": "running" }, "systemd-udevd-kernel.socket": { "active_state": "active", "description": "udev Kernel Socket", "load_state": "loaded", "name": "systemd-udevd-kernel.socket", "sub_state": "running" }, "systemd-udevd.service": { "active_state": "active", "description": "udev Kernel Device Manager", "load_state": "loaded", "name": "systemd-udevd.service", "sub_state": "running" }, "systemd-update-utmp.service": { "active_state": "active", "description": "Update UTMP about System Boot/Shutdown", "load_state": "loaded", "name": "systemd-update-utmp.service", "sub_state": "exited" }, "systemd-user-sessions.service": { "active_state": "active", "description": "Permit User Sessions", "load_state": "loaded", "name": "systemd-user-sessions.service", "sub_state": "exited" }, "timers.target": { "active_state": "active", "description": "Timers", "load_state": "loaded", "name": "timers.target", "sub_state": "active" }, "tuned.service": { "active_state": "active", "description": "Dynamic System Tuning Daemon", "load_state": "loaded", "name": "tuned.service", "sub_state": "running" }, "unbound-anchor.timer": { "active_state": "active", "description": "daily update of the root trust anchor for DNSSEC", "load_state": "loaded", "name": "unbound-anchor.timer", "sub_state": "waiting" }, "user-0.slice": { "active_state": "active", "description": "User Slice of UID 0", "load_state": "loaded", "name": "user-0.slice", "sub_state": "active" }, "user-5411.slice": { "active_state": "active", "description": "User Slice of UID 5411", "load_state": "loaded", "name": "user-5411.slice", "sub_state": "active" }, "user-5412.slice": { "active_state": "active", "description": "User Slice of UID 5412", "load_state": "loaded", "name": "user-5412.slice", "sub_state": "active" }, "user-runtime-dir@0.service": { "active_state": "active", "description": "User runtime directory /run/user/0", "load_state": "loaded", "name": "user-runtime-dir@0.service", "sub_state": "exited" }, "user-runtime-dir@5411.service": { "active_state": "active", "description": "User runtime directory /run/user/5411", "load_state": "loaded", "name": "user-runtime-dir@5411.service", "sub_state": "exited" }, "user-runtime-dir@5412.service": { "active_state": "active", "description": "User runtime directory /run/user/5412", "load_state": "loaded", "name": "user-runtime-dir@5412.service", "sub_state": "exited" }, "user.slice": { "active_state": "active", "description": "User and Session Slice", "load_state": "loaded", "name": "user.slice", "sub_state": "active" }, "user@0.service": { "active_state": "active", "description": "User Manager for UID 0", "load_state": "loaded", "name": "user@0.service", "sub_state": "running" }, "user@5411.service": { "active_state": "active", "description": "User Manager for UID 5411", "load_state": "loaded", "name": "user@5411.service", "sub_state": "running" }, "user@5412.service": { "active_state": "active", "description": "User Manager for UID 5412", "load_state": "loaded", "name": "user@5412.service", "sub_state": "running" }, "var-lib-nfs-rpc_pipefs.mount": { "active_state": "active", "description": "RPC Pipe File System", "load_state": "loaded", "name": "var-lib-nfs-rpc_pipefs.mount", "sub_state": "mounted" } } }, "changed": false } TASK [fedora.linux_system_roles.systemd : Cancel linger for users if necessary] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:130 Monday 11 November 2024 09:50:07 -0500 (0:00:00.055) 0:00:35.679 ******* included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Cancel linger for given user] ******** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 09:50:07 -0500 (0:00:00.042) 0:00:35.721 ******* included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml for managed-node2 included: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml for managed-node2 TASK [fedora.linux_system_roles.systemd : Get unit files for user] ************* task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:5 Monday 11 November 2024 09:50:07 -0500 (0:00:00.068) 0:00:35.790 ******* ok: [managed-node2] => { "changed": false, "examined": 3, "files": [ { "atime": 1731336602.194519, "ctime": 1731336582.9003172, "dev": 51713, "gid": 5411, "gr_name": "systemd_user1", "inode": 251658434, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1731336582.5053132, "nlink": 1, "path": "/home/systemd_user1/.config/systemd/user/bar.service", "pw_name": "systemd_user1", "rgrp": false, "roth": false, "rusr": true, "size": 114, "uid": 5411, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1731336603.8455365, "ctime": 1731336589.0363815, "dev": 51713, "gid": 5411, "gr_name": "systemd_user1", "inode": 299892930, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1731336588.7383783, "nlink": 1, "path": "/home/systemd_user1/.config/systemd/user/foo.service", "pw_name": "systemd_user1", "rgrp": false, "roth": false, "rusr": true, "size": 135, "uid": 5411, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 2 } TASK [fedora.linux_system_roles.systemd : Cancel linger if no files] *********** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:10 Monday 11 November 2024 09:50:08 -0500 (0:00:00.431) 0:00:36.222 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Wait for user session to exit closing state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:18 Monday 11 November 2024 09:50:08 -0500 (0:00:00.039) 0:00:36.262 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Stop logind] ************************* task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:35 Monday 11 November 2024 09:50:08 -0500 (0:00:00.040) 0:00:36.302 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Wait for user session to exit closing state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:40 Monday 11 November 2024 09:50:08 -0500 (0:00:00.040) 0:00:36.342 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Restart logind] ********************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:49 Monday 11 November 2024 09:50:08 -0500 (0:00:00.040) 0:00:36.383 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get unit files for user] ************* task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:5 Monday 11 November 2024 09:50:08 -0500 (0:00:00.039) 0:00:36.423 ******* ok: [managed-node2] => { "changed": false, "examined": 3, "files": [ { "atime": 1731336603.2905307, "ctime": 1731336584.2373312, "dev": 51713, "gid": 5412, "gr_name": "systemd_user2", "inode": 264241346, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1731336583.9823287, "nlink": 1, "path": "/home/systemd_user2/.config/systemd/user/bar.service", "pw_name": "systemd_user2", "rgrp": false, "roth": false, "rusr": true, "size": 114, "uid": 5412, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false }, { "atime": 1731336604.9005475, "ctime": 1731336590.4393961, "dev": 51713, "gid": 5412, "gr_name": "systemd_user2", "inode": 312475842, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1731336590.1813934, "nlink": 1, "path": "/home/systemd_user2/.config/systemd/user/foo.service", "pw_name": "systemd_user2", "rgrp": false, "roth": false, "rusr": true, "size": 135, "uid": 5412, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 2 } TASK [fedora.linux_system_roles.systemd : Cancel linger if no files] *********** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:10 Monday 11 November 2024 09:50:08 -0500 (0:00:00.362) 0:00:36.785 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Wait for user session to exit closing state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:18 Monday 11 November 2024 09:50:08 -0500 (0:00:00.039) 0:00:36.824 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Stop logind] ************************* task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:35 Monday 11 November 2024 09:50:08 -0500 (0:00:00.038) 0:00:36.862 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Wait for user session to exit closing state] *** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:40 Monday 11 November 2024 09:50:08 -0500 (0:00:00.038) 0:00:36.901 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Restart logind] ********************** task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:49 Monday 11 November 2024 09:50:08 -0500 (0:00:00.038) 0:00:36.940 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify units are present and started] ************************************ task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:73 Monday 11 November 2024 09:50:08 -0500 (0:00:00.038) 0:00:36.978 ******* fatal: [managed-node2]: FAILED! => {} MSG: The conditional check 'ansible_facts["systemd_units_user"][item.user] [item.item] ["active_state"] == "active"' failed. The error was: error while evaluating conditional (ansible_facts["systemd_units_user"][item.user] [item.item] ["active_state"] == "active"): 'dict object' has no attribute 'systemd_user1' TASK [Get journald information] ************************************************ task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:230 Monday 11 November 2024 09:50:08 -0500 (0:00:00.044) 0:00:37.023 ******* fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.024678", "end": "2024-11-11 09:50:09.147892", "failed_when_result": true, "rc": 0, "start": "2024-11-11 09:50:09.123214" } STDOUT: -- Logs begin at Mon 2024-11-11 09:44:50 EST, end at Mon 2024-11-11 09:50:09 EST. -- Nov 11 09:44:50 localhost.localdomain kernel: vgaarb: loaded Nov 11 09:44:50 localhost.localdomain kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer Nov 11 09:44:50 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Nov 11 09:44:50 localhost.localdomain kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter Nov 11 09:44:50 localhost.localdomain kernel: clocksource: Switched to clocksource xen Nov 11 09:44:50 localhost.localdomain kernel: VFS: Disk quotas dquot_6.6.0 Nov 11 09:44:50 localhost.localdomain kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Nov 11 09:44:50 localhost.localdomain kernel: pnp: PnP ACPI init Nov 11 09:44:50 localhost.localdomain kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Nov 11 09:44:50 localhost.localdomain kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 09:44:50 localhost.localdomain kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved Nov 11 09:44:50 localhost.localdomain kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved Nov 11 09:44:50 localhost.localdomain kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved Nov 11 09:44:50 localhost.localdomain kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 09:44:50 localhost.localdomain kernel: xen: --> pirq=17 -> irq=8 (gsi=8) Nov 11 09:44:50 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) Nov 11 09:44:50 localhost.localdomain kernel: xen: --> pirq=18 -> irq=12 (gsi=12) Nov 11 09:44:50 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) Nov 11 09:44:50 localhost.localdomain kernel: xen: --> pirq=19 -> irq=1 (gsi=1) Nov 11 09:44:50 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Nov 11 09:44:50 localhost.localdomain kernel: xen: --> pirq=20 -> irq=6 (gsi=6) Nov 11 09:44:50 localhost.localdomain kernel: pnp 00:05: [dma 2] Nov 11 09:44:50 localhost.localdomain kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) Nov 11 09:44:50 localhost.localdomain kernel: xen: --> pirq=21 -> irq=4 (gsi=4) Nov 11 09:44:50 localhost.localdomain kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) Nov 11 09:44:50 localhost.localdomain kernel: system 00:07: [io 0x10c0-0x1141] has been reserved Nov 11 09:44:50 localhost.localdomain kernel: system 00:07: [io 0xb044-0xb047] has been reserved Nov 11 09:44:50 localhost.localdomain kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 09:44:50 localhost.localdomain kernel: pnp: PnP ACPI: found 8 devices Nov 11 09:44:50 localhost.localdomain kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns Nov 11 09:44:50 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Nov 11 09:44:50 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Nov 11 09:44:50 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Nov 11 09:44:50 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window] Nov 11 09:44:50 localhost.localdomain kernel: NET: Registered protocol family 2 Nov 11 09:44:50 localhost.localdomain kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) Nov 11 09:44:50 localhost.localdomain kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc) Nov 11 09:44:50 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc) Nov 11 09:44:50 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc) Nov 11 09:44:50 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768) Nov 11 09:44:50 localhost.localdomain kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc) Nov 11 09:44:50 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) Nov 11 09:44:50 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) Nov 11 09:44:50 localhost.localdomain kernel: NET: Registered protocol family 1 Nov 11 09:44:50 localhost.localdomain kernel: NET: Registered protocol family 44 Nov 11 09:44:50 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Nov 11 09:44:50 localhost.localdomain kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release Nov 11 09:44:50 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Nov 11 09:44:50 localhost.localdomain kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Nov 11 09:44:50 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64 Nov 11 09:44:50 localhost.localdomain kernel: Unpacking initramfs... Nov 11 09:44:50 localhost.localdomain kernel: Freeing initrd memory: 30628K Nov 11 09:44:50 localhost.localdomain kernel: ACPI: bus type thunderbolt registered Nov 11 09:44:50 localhost.localdomain kernel: Initialise system trusted keyrings Nov 11 09:44:50 localhost.localdomain kernel: Key type blacklist registered Nov 11 09:44:50 localhost.localdomain kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0 Nov 11 09:44:50 localhost.localdomain kernel: zbud: loaded Nov 11 09:44:50 localhost.localdomain kernel: pstore: using deflate compression Nov 11 09:44:50 localhost.localdomain kernel: Platform Keyring initialized Nov 11 09:44:50 localhost.localdomain kernel: NET: Registered protocol family 38 Nov 11 09:44:50 localhost.localdomain kernel: Key type asymmetric registered Nov 11 09:44:50 localhost.localdomain kernel: Asymmetric key parser 'x509' registered Nov 11 09:44:50 localhost.localdomain kernel: Running certificate verification selftests Nov 11 09:44:50 localhost.localdomain kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' Nov 11 09:44:50 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) Nov 11 09:44:50 localhost.localdomain kernel: io scheduler mq-deadline registered Nov 11 09:44:50 localhost.localdomain kernel: io scheduler kyber registered Nov 11 09:44:50 localhost.localdomain kernel: io scheduler bfq registered Nov 11 09:44:50 localhost.localdomain kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE Nov 11 09:44:50 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Nov 11 09:44:50 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Nov 11 09:44:50 localhost.localdomain kernel: ACPI: Power Button [PWRF] Nov 11 09:44:50 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Nov 11 09:44:50 localhost.localdomain kernel: ACPI: Sleep Button [SLPF] Nov 11 09:44:50 localhost.localdomain kernel: xen: --> pirq=22 -> irq=47 (gsi=47) Nov 11 09:44:50 localhost.localdomain kernel: xen:grant_table: Grant tables using version 1 layout Nov 11 09:44:50 localhost.localdomain kernel: Grant table initialized Nov 11 09:44:50 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Nov 11 09:44:50 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Nov 11 09:44:50 localhost.localdomain kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A Nov 11 09:44:50 localhost.localdomain kernel: Non-volatile memory driver v1.3 Nov 11 09:44:50 localhost.localdomain kernel: rdac: device handler registered Nov 11 09:44:50 localhost.localdomain kernel: hp_sw: device handler registered Nov 11 09:44:50 localhost.localdomain kernel: emc: device handler registered Nov 11 09:44:50 localhost.localdomain kernel: alua: device handler registered Nov 11 09:44:50 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed Nov 11 09:44:50 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic Nov 11 09:44:50 localhost.localdomain kernel: usbserial: USB Serial support registered for generic Nov 11 09:44:50 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Nov 11 09:44:50 localhost.localdomain kernel: i8042: Warning: Keylock active Nov 11 09:44:50 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Nov 11 09:44:50 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Nov 11 09:44:50 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice Nov 11 09:44:50 localhost.localdomain kernel: rtc_cmos 00:02: registered as rtc0 Nov 11 09:44:50 localhost.localdomain kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Nov 11 09:44:50 localhost.localdomain kernel: intel_pstate: CPU model not supported Nov 11 09:44:50 localhost.localdomain kernel: hid: raw HID events driver (C) Jiri Kosina Nov 11 09:44:50 localhost.localdomain kernel: usbcore: registered new interface driver usbhid Nov 11 09:44:50 localhost.localdomain kernel: usbhid: USB HID core driver Nov 11 09:44:50 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service Nov 11 09:44:50 localhost.localdomain kernel: Initializing XFRM netlink socket Nov 11 09:44:50 localhost.localdomain kernel: NET: Registered protocol family 10 Nov 11 09:44:50 localhost.localdomain kernel: Segment Routing with IPv6 Nov 11 09:44:50 localhost.localdomain kernel: NET: Registered protocol family 17 Nov 11 09:44:50 localhost.localdomain kernel: mpls_gso: MPLS GSO support Nov 11 09:44:50 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Nov 11 09:44:50 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Nov 11 09:44:50 localhost.localdomain kernel: sched_clock: Marking stable (503681791, 0)->(50520459314, -50016777523) Nov 11 09:44:50 localhost.localdomain kernel: registered taskstats version 1 Nov 11 09:44:50 localhost.localdomain kernel: Loading compiled-in X.509 certificates Nov 11 09:44:50 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 9036118f247aaa99970a25e487b5a3a55df7255f' Nov 11 09:44:50 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' Nov 11 09:44:50 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' Nov 11 09:44:50 localhost.localdomain kernel: zswap: loaded using pool lzo/zbud Nov 11 09:44:50 localhost.localdomain kernel: page_owner is disabled Nov 11 09:44:50 localhost.localdomain kernel: Key type big_key registered Nov 11 09:44:50 localhost.localdomain kernel: Key type encrypted registered Nov 11 09:44:50 localhost.localdomain kernel: ima: No TPM chip found, activating TPM-bypass! Nov 11 09:44:50 localhost.localdomain kernel: ima: Allocated hash algorithm: sha256 Nov 11 09:44:50 localhost.localdomain kernel: ima: No architecture policies found Nov 11 09:44:50 localhost.localdomain kernel: evm: Initialising EVM extended attributes: Nov 11 09:44:50 localhost.localdomain kernel: evm: security.selinux Nov 11 09:44:50 localhost.localdomain kernel: evm: security.ima Nov 11 09:44:50 localhost.localdomain kernel: evm: security.capability Nov 11 09:44:50 localhost.localdomain kernel: evm: HMAC attrs: 0x1 Nov 11 09:44:50 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Nov 11 09:44:50 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Nov 11 09:44:50 localhost.localdomain kernel: rtc_cmos 00:02: setting system clock to 2024-11-11 14:44:50 UTC (1731336290) Nov 11 09:44:50 localhost.localdomain kernel: Freeing unused decrypted memory: 2028K Nov 11 09:44:50 localhost.localdomain kernel: Freeing unused kernel image (initmem) memory: 2820K Nov 11 09:44:50 localhost.localdomain kernel: Write protecting the kernel read-only data: 26624k Nov 11 09:44:50 localhost.localdomain kernel: Freeing unused kernel image (text/rodata gap) memory: 2016K Nov 11 09:44:50 localhost.localdomain kernel: Freeing unused kernel image (rodata/data gap) memory: 1672K Nov 11 09:44:50 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) Nov 11 09:44:50 localhost.localdomain systemd[1]: Detected virtualization xen. Nov 11 09:44:50 localhost.localdomain systemd[1]: Detected architecture x86-64. Nov 11 09:44:50 localhost.localdomain systemd[1]: Running in initial RAM disk. Nov 11 09:44:50 localhost.localdomain systemd[1]: Set hostname to . Nov 11 09:44:50 localhost.localdomain systemd[1]: Listening on Journal Socket. Nov 11 09:44:50 localhost.localdomain systemd[1]: Starting Setup Virtual Console... Nov 11 09:44:50 localhost.localdomain systemd[1]: Reached target Swap. Nov 11 09:44:50 localhost.localdomain systemd[1]: Reached target Timers. Nov 11 09:44:50 localhost.localdomain systemd[1]: Listening on Journal Socket (/dev/log). Nov 11 09:44:50 localhost.localdomain systemd-journald[220]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Nov 11 09:44:50 localhost.localdomain systemd-journald[220]: Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Nov 11 09:44:50 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Nov 11 09:44:50 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:50 localhost.localdomain systemd[1]: Starting dracut cmdline hook... -- Subject: Unit dracut-cmdline.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has begun starting up. Nov 11 09:44:50 localhost.localdomain dracut-cmdline[245]: dracut-8 dracut-049-233.git20240115.el8 Nov 11 09:44:50 localhost.localdomain dracut-cmdline[245]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64 root=UUID=fe591198-9082-4b15-9b62-e83518524cd2 ro crashkernel=auto net.ifnames=0 rhgb quiet Nov 11 09:44:50 localhost.localdomain systemd[1]: Started dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:50 localhost.localdomain systemd[1]: Starting dracut pre-udev hook... -- Subject: Unit dracut-pre-udev.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has begun starting up. Nov 11 09:44:50 localhost.localdomain systemd[1]: Started dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:50 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. Nov 11 09:44:50 localhost.localdomain systemd-udevd[307]: Network interface NamePolicy= disabled on kernel command line, ignoring. Nov 11 09:44:50 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:50 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices... -- Subject: Unit systemd-udev-trigger.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has begun starting up. Nov 11 09:44:50 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:50 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen... -- Subject: Unit plymouth-start.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-start.service has begun starting up. Nov 11 09:44:50 localhost.localdomain systemd[1]: Starting dracut initqueue hook... -- Subject: Unit dracut-initqueue.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has begun starting up. Nov 11 09:44:50 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 332 (plymouthd). Nov 11 09:44:50 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Nov 11 09:44:50 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen. -- Subject: Unit plymouth-start.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-start.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:50 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: https://access.redhat.com/support -- -- Unit systemd-ask-password-plymouth.path has finished starting up. -- -- The start-up result is done. Nov 11 09:44:50 localhost.localdomain systemd[1]: Reached target Paths. -- Subject: Unit paths.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit paths.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain kernel: Invalid max_queues (4), will use default max: 2. Nov 11 09:44:51 localhost.localdomain systemd-udevd[328]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Nov 11 09:44:51 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver Nov 11 09:44:51 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Nov 11 09:44:51 localhost.localdomain kernel: xvda: xvda1 Nov 11 09:44:51 localhost.localdomain kernel: libata version 3.00 loaded. Nov 11 09:44:51 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13 Nov 11 09:44:51 localhost.localdomain kernel: scsi host0: ata_piix Nov 11 09:44:51 localhost.localdomain kernel: scsi host1: ata_piix Nov 11 09:44:51 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 Nov 11 09:44:51 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 Nov 11 09:44:51 localhost.localdomain kernel: ACPI: bus type drm_connector registered Nov 11 09:44:51 localhost.localdomain kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Nov 11 09:44:51 localhost.localdomain systemd-udevd[329]: Using default interface naming scheme 'rhel-8.0'. Nov 11 09:44:51 localhost.localdomain systemd-udevd[329]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Nov 11 09:44:51 localhost.localdomain kernel: Console: switching to colour dummy device 80x25 Nov 11 09:44:51 localhost.localdomain kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0 Nov 11 09:44:51 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device Nov 11 09:44:51 localhost.localdomain kernel: cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called Nov 11 09:44:51 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 Nov 11 09:44:51 localhost.localdomain kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Nov 11 09:44:51 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2. -- Subject: Unit dev-disk-by\x2duuid-fe591198\x2d9082\x2d4b15\x2d9b62\x2de83518524cd2.device has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-disk-by\x2duuid-fe591198\x2d9082\x2d4b15\x2d9b62\x2de83518524cd2.device has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain systemd[1]: Reached target Initrd Root Device. -- Subject: Unit initrd-root-device.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-device.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain systemd[1]: Started dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2... -- Subject: Unit systemd-fsck-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-fsck-root.service has begun starting up. Nov 11 09:44:51 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.970 MHz Nov 11 09:44:51 localhost.localdomain kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd26c0218, max_idle_ns: 440795320899 ns Nov 11 09:44:51 localhost.localdomain systemd-fsck[374]: /usr/sbin/fsck.xfs: XFS file system. Nov 11 09:44:51 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2. -- Subject: Unit systemd-fsck-root.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-fsck-root.service has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain systemd[1]: Mounting /sysroot... -- Subject: Unit sysroot.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysroot.mount has begun starting up. Nov 11 09:44:51 localhost.localdomain systemd[1]: Mounting Kernel Configuration File System... -- Subject: Unit sys-kernel-config.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-config.mount has begun starting up. Nov 11 09:44:51 localhost.localdomain systemd[1]: Mounted Kernel Configuration File System. -- Subject: Unit sys-kernel-config.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-config.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Nov 11 09:44:51 localhost.localdomain kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 Nov 11 09:44:51 localhost.localdomain kernel: SGI XFS with ACLs, security attributes, quota, no debug enabled Nov 11 09:44:51 localhost.localdomain kernel: XFS (xvda1): Mounting V5 Filesystem Nov 11 09:45:03 localhost.localdomain kernel: XFS (xvda1): Ending clean mount Nov 11 09:45:03 localhost.localdomain systemd[1]: Mounted /sysroot. -- Subject: Unit sysroot.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysroot.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: Reached target Initrd Root File System. -- Subject: Unit initrd-root-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 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: https://access.redhat.com/support -- -- Unit initrd-parse-etc.service has begun starting up. Nov 11 09:45:03 localhost.localdomain systemd[1]: Reloading. Nov 11 09:45:03 localhost.localdomain systemd[1]: initrd-parse-etc.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-parse-etc.service has successfully entered the 'dead' state. Nov 11 09:45:03 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: https://access.redhat.com/support -- -- Unit initrd-parse-etc.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: Reached target Initrd File Systems. -- Subject: Unit initrd-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: Reached target Initrd Default Target. -- Subject: Unit initrd.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 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: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has begun starting up. Nov 11 09:45:03 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: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons... -- Subject: Unit initrd-cleanup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-cleanup.service has begun starting up. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Timers. -- Subject: Unit timers.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Starting Plymouth switch root service... -- Subject: Unit plymouth-switch-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-switch-root.service has begun starting up. Nov 11 09:45:03 localhost.localdomain systemd[1]: Starting Setup Virtual Console... -- Subject: Unit systemd-vconsole-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has begun starting up. Nov 11 09:45:03 localhost.localdomain systemd[1]: dracut-pre-pivot.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-pre-pivot.service has successfully entered the 'dead' state. Nov 11 09:45:03 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: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Remote File Systems. -- Subject: Unit remote-fs.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Initrd Default Target. -- Subject: Unit initrd.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Initrd Root Device. -- Subject: Unit initrd-root-device.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-device.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: dracut-initqueue.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-initqueue.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Basic System. -- Subject: Unit basic.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit slices.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target System Initialization. -- Subject: Unit sysinit.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: systemd-udev-trigger.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udev-trigger.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: systemd-tmpfiles-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: systemd-sysctl.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-sysctl.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Swap. -- Subject: Unit swap.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit swap.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit paths.target has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: initrd-cleanup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-cleanup.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: systemd-udevd.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: dracut-pre-udev.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-pre-udev.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: dracut-cmdline.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-cmdline.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state. Nov 11 09:45:03 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: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: kmod-static-nodes.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit kmod-static-nodes.service has successfully entered the 'dead' state. Nov 11 09:45:03 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: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: systemd-udevd-kernel.socket: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: systemd-udevd-control.socket: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-udevd-control.socket has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-control.socket has finished shutting down. Nov 11 09:45:03 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Nov 11 09:45:03 localhost.localdomain systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Nov 11 09:45:03 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:03 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.service has begun starting up. Nov 11 09:45:03 localhost.localdomain systemd[1]: Switching root. Nov 11 09:45:03 localhost.localdomain systemd-journald[220]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has shut down and closed all currently -- active journal files. Nov 11 09:45:06 localhost.localdomain kernel: printk: systemd: 17 output lines suppressed due to ratelimiting Nov 11 09:45:06 localhost.localdomain kernel: audit: type=1404 audit(1731336304.195:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Nov 11 09:45:06 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1 Nov 11 09:45:06 localhost.localdomain kernel: SELinux: policy capability open_perms=1 Nov 11 09:45:06 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1 Nov 11 09:45:06 localhost.localdomain kernel: SELinux: policy capability always_check_network=0 Nov 11 09:45:06 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1 Nov 11 09:45:06 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 Nov 11 09:45:06 localhost.localdomain kernel: audit: type=1403 audit(1731336304.606:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Nov 11 09:45:06 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 412.669ms. Nov 11 09:45:06 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 14.808ms. Nov 11 09:45:06 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) Nov 11 09:45:06 localhost.localdomain systemd[1]: Detected virtualization xen. Nov 11 09:45:06 localhost.localdomain systemd[1]: Detected architecture x86-64. Nov 11 09:45:06 localhost.localdomain systemd[1]: Set hostname to . Nov 11 09:45:06 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Nov 11 09:45:06 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Nov 11 09:45:06 localhost.localdomain systemd[1]: initrd-switch-root.service: Succeeded. Nov 11 09:45:06 localhost.localdomain systemd[1]: Stopped Switch Root. Nov 11 09:45:06 localhost.localdomain systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart. Nov 11 09:45:06 localhost.localdomain systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Nov 11 09:45:06 localhost.localdomain systemd-journald[496]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Nov 11 09:45:06 localhost.localdomain systemd-journald[496]: Runtime journal (/run/log/journal/71a25b839573479da477bc363489d01d) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/71a25b839573479da477bc363489d01d) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Nov 11 09:45:06 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-journald.service has successfully entered the 'dead' state. Nov 11 09:45:06 localhost.localdomain systemd[1]: Mounted POSIX Message Queue File System. -- Subject: Unit dev-mqueue.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-mqueue.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Mounted Kernel Debug File System. -- Subject: Unit sys-kernel-debug.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-debug.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Mounted Huge Pages File System. -- Subject: Unit dev-hugepages.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-hugepages.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 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: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network. -- Subject: Unit nis-domainname.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nis-domainname.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Started Remount Root and Kernel File Systems. -- Subject: Unit systemd-remount-fs.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-remount-fs.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has begun starting up. Nov 11 09:45:06 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. Nov 11 09:45:06 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: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Nov 11 09:45:06 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd-journald[496]: Runtime journal (/run/log/journal/71a25b839573479da477bc363489d01d) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/71a25b839573479da477bc363489d01d) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. Nov 11 09:45:06 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Nov 11 09:45:06 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 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: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. Nov 11 09:45:06 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 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: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has begun starting up. Nov 11 09:45:06 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: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has begun starting up. Nov 11 09:45:06 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit import-state.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has begun starting up. Nov 11 09:45:06 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 332 (plymouthd). Nov 11 09:45:06 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: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: etc-machine\x2did.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Nov 11 09:45:06 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: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit import-state.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:06 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Nov 11 09:45:06 localhost.localdomain systemd-udevd[529]: Network interface NamePolicy= disabled on kernel command line, ignoring. Nov 11 09:45:07 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Starting RPC Bind... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has begun starting up. Nov 11 09:45:07 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. Nov 11 09:45:07 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: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Nov 11 09:45:07 localhost.localdomain auditd[553]: No plugins found, not dispatching events Nov 11 09:45:07 localhost.localdomain auditd[553]: Init complete, auditd 3.1.2 listening for events (startup state enable) Nov 11 09:45:07 localhost.localdomain systemd[1]: Started RPC Bind. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Nov 11 09:45:07 localhost.localdomain kernel: RPC: Registered udp transport module. Nov 11 09:45:07 localhost.localdomain kernel: RPC: Registered tcp transport module. Nov 11 09:45:07 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Nov 11 09:45:07 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: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain augenrules[557]: /sbin/augenrules: No change Nov 11 09:45:07 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain augenrules[577]: No rules Nov 11 09:45:07 localhost.localdomain augenrules[577]: enabled 1 Nov 11 09:45:07 localhost.localdomain augenrules[577]: failure 1 Nov 11 09:45:07 localhost.localdomain augenrules[577]: pid 553 Nov 11 09:45:07 localhost.localdomain augenrules[577]: rate_limit 0 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_limit 8192 Nov 11 09:45:07 localhost.localdomain augenrules[577]: lost 0 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog 4 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_wait_time 60000 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_wait_time_actual 0 Nov 11 09:45:07 localhost.localdomain augenrules[577]: enabled 1 Nov 11 09:45:07 localhost.localdomain augenrules[577]: failure 1 Nov 11 09:45:07 localhost.localdomain augenrules[577]: pid 553 Nov 11 09:45:07 localhost.localdomain augenrules[577]: rate_limit 0 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_limit 8192 Nov 11 09:45:07 localhost.localdomain augenrules[577]: lost 0 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog 4 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_wait_time 60000 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_wait_time_actual 0 Nov 11 09:45:07 localhost.localdomain augenrules[577]: enabled 1 Nov 11 09:45:07 localhost.localdomain augenrules[577]: failure 1 Nov 11 09:45:07 localhost.localdomain augenrules[577]: pid 553 Nov 11 09:45:07 localhost.localdomain augenrules[577]: rate_limit 0 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_limit 8192 Nov 11 09:45:07 localhost.localdomain augenrules[577]: lost 0 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog 4 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_wait_time 60000 Nov 11 09:45:07 localhost.localdomain augenrules[577]: backlog_wait_time_actual 0 Nov 11 09:45:07 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 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: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has begun starting up. Nov 11 09:45:07 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: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. -- Subject: Unit sssd-kcm.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.socket has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Started daily update of the root trust anchor for DNSSEC. -- Subject: Unit unbound-anchor.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.timer has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. Nov 11 09:45:07 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Nov 11 09:45:07 localhost.localdomain systemd[1]: Starting Restore /run/initramfs on shutdown... -- Subject: Unit dracut-shutdown.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has begun starting up. Nov 11 09:45:07 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Nov 11 09:45:07 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Started dnf makecache --timer. -- Subject: Unit dnf-makecache.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.timer has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Reached target User and Group Name Lookups. -- Subject: Unit nss-user-lookup.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nss-user-lookup.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Reached target sshd-keygen.target. -- Subject: Unit sshd-keygen.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd-keygen.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 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: https://access.redhat.com/support -- -- Unit cloud-init-local.service has begun starting up. Nov 11 09:45:07 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has begun starting up. Nov 11 09:45:07 localhost.localdomain systemd[1]: Started Restore /run/initramfs on shutdown. -- Subject: Unit dracut-shutdown.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound... -- Subject: Unit unbound-anchor.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has begun starting up. Nov 11 09:45:07 localhost.localdomain systemd-udevd[572]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Nov 11 09:45:07 localhost.localdomain rngd[596]: Disabling 7: PKCS11 Entropy generator (pkcs11) Nov 11 09:45:07 localhost.localdomain rngd[596]: Disabling 5: NIST Network Entropy Beacon (nist) Nov 11 09:45:07 localhost.localdomain rngd[596]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Nov 11 09:45:07 localhost.localdomain rngd[596]: Initializing available sources Nov 11 09:45:07 localhost.localdomain rngd[596]: [hwrng ]: Initialization Failed Nov 11 09:45:07 localhost.localdomain rngd[596]: [rdrand]: Enabling RDRAND rng support Nov 11 09:45:07 localhost.localdomain rngd[596]: [rdrand]: Initialized Nov 11 09:45:07 localhost.localdomain rngd[596]: [jitter]: JITTER timeout set to 5 sec Nov 11 09:45:07 localhost.localdomain systemd-udevd[573]: Using default interface naming scheme 'rhel-8.0'. Nov 11 09:45:07 localhost.localdomain chronyd[608]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Nov 11 09:45:07 localhost.localdomain chronyd[608]: Loaded 0 symmetric keys Nov 11 09:45:07 localhost.localdomain chronyd[608]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Nov 11 09:45:07 localhost.localdomain systemd-udevd[573]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Nov 11 09:45:07 localhost.localdomain chronyd[608]: Using right/UTC timezone to obtain leap second data Nov 11 09:45:07 localhost.localdomain systemd-logind[598]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Nov 11 09:45:07 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Nov 11 09:45:07 localhost.localdomain systemd-logind[598]: Watching system buttons on /dev/input/event0 (Power Button) Nov 11 09:45:07 localhost.localdomain systemd-logind[598]: Watching system buttons on /dev/input/event1 (Sleep Button) Nov 11 09:45:07 localhost.localdomain systemd-logind[598]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Nov 11 09:45:07 localhost.localdomain rngd[596]: [jitter]: Initializing AES buffer Nov 11 09:45:07 localhost.localdomain dbus-daemon[592]: [system] Successfully activated service 'org.freedesktop.systemd1' Nov 11 09:45:07 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Nov 11 09:45:07 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Nov 11 09:45:07 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:07 localhost.localdomain systemd[1]: unbound-anchor.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit unbound-anchor.service has successfully entered the 'dead' state. Nov 11 09:45:07 localhost.localdomain systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound. -- Subject: Unit unbound-anchor.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:12 localhost.localdomain rngd[596]: [jitter]: Unable to obtain AES key, disabling JITTER source Nov 11 09:45:12 localhost.localdomain rngd[596]: [jitter]: Initialization Failed Nov 11 09:45:12 localhost.localdomain rngd[596]: Process privileges have been dropped to 2:2 Nov 11 09:45:14 localhost.localdomain dhclient[640]: Internet Systems Consortium DHCP Client 4.3.6 Nov 11 09:45:14 localhost.localdomain dhclient[640]: Copyright 2004-2017 Internet Systems Consortium. Nov 11 09:45:14 localhost.localdomain dhclient[640]: All rights reserved. Nov 11 09:45:14 localhost.localdomain dhclient[640]: For info, please visit https://www.isc.org/software/dhcp/ Nov 11 09:45:14 localhost.localdomain dhclient[640]: Nov 11 09:45:14 localhost.localdomain dhclient[640]: Listening on LPF/eth0/02:be:c9:b3:2c:d9 Nov 11 09:45:14 localhost.localdomain dhclient[640]: Sending on LPF/eth0/02:be:c9:b3:2c:d9 Nov 11 09:45:14 localhost.localdomain dhclient[640]: Sending on Socket/fallback Nov 11 09:45:14 localhost.localdomain dhclient[640]: Created duid "\000\004q\242[\203\225sG\235\244w\27464\211\320\035". Nov 11 09:45:14 localhost.localdomain dhclient[640]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x2d2ddf63) Nov 11 09:45:14 localhost.localdomain dhclient[640]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x2d2ddf63) Nov 11 09:45:14 localhost.localdomain dhclient[640]: DHCPOFFER from 10.31.44.1 Nov 11 09:45:14 localhost.localdomain dhclient[640]: DHCPACK from 10.31.44.1 (xid=0x2d2ddf63) Nov 11 09:45:14 localhost.localdomain dhclient[640]: bound to 10.31.45.66 -- renewal in 1388 seconds. Nov 11 09:45:14 localhost.localdomain dbus-daemon[592]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=655 comm="hostnamectl set-hostname ip-10-31-45-66.us-east-1." label="system_u:system_r:cloud_init_t:s0") Nov 11 09:45:14 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Nov 11 09:45:14 localhost.localdomain dbus-daemon[592]: [system] Successfully activated service 'org.freedesktop.hostname1' Nov 11 09:45:14 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:14 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-hostnamed[656]: Changed static host name to 'ip-10-31-45-66.us-east-1.aws.redhat.com' Nov 11 09:45:14 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-hostnamed[656]: Changed host name to 'ip-10-31-45-66.us-east-1.aws.redhat.com' Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[638]: Cloud-init v. 23.4-7.el8.2 running 'init-local' at Mon, 11 Nov 2024 14:45:14 +0000. Up 24.21 seconds. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has begun starting up. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.1753] NetworkManager (version 1.40.16-15.el8) is starting... (boot:ea6f5ccd-9f58-43a7-9ea7-bada78cedcf1) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.1782] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has begun starting up. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has begun starting up. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has begun starting up. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.1875] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.2550] manager[0x55d6a3c1f080]: monitoring kernel firmware directory '/lib/firmware'. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.2581] hostname: hostname: using hostnamed Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.2582] hostname: static hostname changed from (none) to "ip-10-31-45-66.us-east-1.aws.redhat.com" Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.2599] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.3410] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-device-plugin-team.so) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.3411] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.3418] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.3418] manager: Networking is enabled by state file Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com dbus-daemon[592]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=661 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4146] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-settings-plugin-ifcfg-rh.so") Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4147] settings: Loaded settings plugin: keyfile (internal) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com dbus-daemon[592]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4248] dhcp: init: Using DHCP client 'internal' Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4248] device (lo): carrier: link connected Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4251] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4258] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4260] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4311] device (eth0): carrier: link connected Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4328] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4338] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4353] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4356] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4368] manager: NetworkManager state is now CONNECTING Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4381] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4396] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4409] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4427] dhcp4 (eth0): state changed new lease, address=10.31.45.66 Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4434] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com dbus-daemon[592]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=661 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com dbus-daemon[592]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4512] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4823] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4830] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4841] manager: NetworkManager state is now CONNECTED_SITE Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4846] device (eth0): Activation: successful, device activated. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4851] manager: NetworkManager state is now CONNECTED_GLOBAL Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com NetworkManager[661]: [1731336315.4855] manager: startup complete Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has begun starting up. Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com chronyd[608]: Added source 10.2.32.37 Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com chronyd[608]: Added source 10.2.32.38 Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com chronyd[608]: Added source 10.11.160.238 Nov 11 09:45:15 ip-10-31-45-66.us-east-1.aws.redhat.com chronyd[608]: Added source 10.18.100.10 Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Cloud-init v. 23.4-7.el8.2 running 'init' at Mon, 11 Nov 2024 14:45:15 +0000. Up 25.87 seconds. Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | eth0 | True | 10.31.45.66 | 255.255.252.0 | global | 02:be:c9:b3:2c:d9 | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | eth0 | True | fe80::be:c9ff:feb3:2cd9/64 | . | link | 02:be:c9:b3:2c:d9 | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | lo | True | ::1/128 | . | host | . | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +-------+-------------+---------+-----------+-------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | Route | Destination | Gateway | Interface | Flags | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +-------+-------------+---------+-----------+-------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: | 3 | multicast | :: | eth0 | U | Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: ci-info: +-------+-------------+---------+-----------+-------+ Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com dbus-daemon[592]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=665 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") Nov 11 09:45:16 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has begun starting up. Nov 11 09:45:17 ip-10-31-45-66.us-east-1.aws.redhat.com polkitd[993]: Started polkitd version 0.115 Nov 11 09:45:17 ip-10-31-45-66.us-east-1.aws.redhat.com polkitd[993]: Loading rules from directory /etc/polkit-1/rules.d Nov 11 09:45:17 ip-10-31-45-66.us-east-1.aws.redhat.com polkitd[993]: Loading rules from directory /usr/share/polkit-1/rules.d Nov 11 09:45:17 ip-10-31-45-66.us-east-1.aws.redhat.com polkitd[993]: Finished loading, compiling and executing 2 rules Nov 11 09:45:17 ip-10-31-45-66.us-east-1.aws.redhat.com dbus-daemon[592]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Nov 11 09:45:17 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:17 ip-10-31-45-66.us-east-1.aws.redhat.com polkitd[993]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Nov 11 09:45:17 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:22 ip-10-31-45-66.us-east-1.aws.redhat.com chronyd[608]: Selected source 10.2.32.38 Nov 11 09:45:22 ip-10-31-45-66.us-east-1.aws.redhat.com chronyd[608]: System clock TAI offset set to 37 seconds Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Generating public/private rsa key pair. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: The key fingerprint is: Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: SHA256:scPkTdg2+rRJaLmu+At9AuoTZdwHgkReIUT7mADwNOY root@ip-10-31-45-66.us-east-1.aws.redhat.com Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: The key's randomart image is: Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: +---[RSA 3072]----+ Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: |+=X.o. | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: |.*.=. . o | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: |. E. o .+ = | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | . ++ .+.X . | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | ooo .S + | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | .. o . * o | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | ... o o + | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | .. o + | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | ....+o. | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: +----[SHA256]-----+ Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Generating public/private dsa key pair. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: The key fingerprint is: Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: SHA256:63n7MUjf2t5+6Fy2mSjZrhB/hYmJXKmjZucFuX4GqcQ root@ip-10-31-45-66.us-east-1.aws.redhat.com Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: The key's randomart image is: Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: +---[DSA 1024]----+ Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | . | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | o | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | . = o o | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | . SOoo o . | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | E.=*o .. | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | .+o+oo*...o| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | oo+.+=.Bo+=| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | o+++*===+| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: +----[SHA256]-----+ Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Generating public/private ecdsa key pair. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: The key fingerprint is: Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: SHA256:eQu/tdoZynFU9OcVLr+m0uyl0Jf1o0yT0NXqI35B1jc root@ip-10-31-45-66.us-east-1.aws.redhat.com Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: The key's randomart image is: Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: +---[ECDSA 256]---+ Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | .. | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | ...o| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | ..+=| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | . ..*E=| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | S ...+..=| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | + oo.o =| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | +.B=oO.| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | . X+BX..| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | =.BB | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: +----[SHA256]-----+ Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Generating public/private ed25519 key pair. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: The key fingerprint is: Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: SHA256:2zfAhgeBDknfn/qBcV/mTPZV5fkEou2bVuIyXP7spkg root@ip-10-31-45-66.us-east-1.aws.redhat.com Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: The key's randomart image is: Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: +--[ED25519 256]--+ Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | ... .. . . .| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | o... . o . oo| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | o. o . . .+| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | . = o .o| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | S O + * o| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | @ * % ..| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | + E X o .| Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | o B +. | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: | o .++ | Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[749]: +----[SHA256]-----+ Nov 11 09:45:23 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:23 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has begun starting up. Nov 11 09:45:23 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit kdump.service has begun starting up. Nov 11 09:45:23 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has begun starting up. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com sm-notify[1022]: Version 2.3.3 starting Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has begun starting up. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has begun starting up. Nov 11 09:45:23 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:23 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit cloud-config.service has begun starting up. Nov 11 09:45:23 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[1025]: Server listening on 0.0.0.0 port 22. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[1025]: Server listening on :: port 22. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com restraintd[1044]: Listening on http://localhost:8081 Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com rsyslogd[1024]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1024" x-info="https://www.rsyslog.com"] start Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com rsyslogd[1024]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Nov 11 09:45:23 ip-10-31-45-66.us-east-1.aws.redhat.com kdumpctl[1028]: kdump: Detected change(s) in the following file(s): /etc/fstab Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1111]: Cloud-init v. 23.4-7.el8.2 running 'modules:config' at Mon, 11 Nov 2024 14:45:23 +0000. Up 33.89 seconds. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit cloud-final.service has begun starting up. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has begun starting up. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting Hold until boot process finishes up... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has begun starting up. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit plymouth-quit.service has begun starting up. Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com crond[1271]: (CRON) STARTUP (1.5.2) Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com crond[1271]: (CRON) INFO (Syslog will be used instead of sendmail.) Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com crond[1271]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 24% if used.) Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 332 (plymouthd). Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Hold until boot process finishes up. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 332 (n/a). Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Nov 11 09:45:24 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com crond[1271]: (CRON) INFO (running with inotify support) Nov 11 09:45:24 ip-10-31-45-66.us-east-1.aws.redhat.com kdumpctl[1028]: kdump: Rebuilding /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1535]: ############################################################# Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1542]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1545]: 1024 SHA256:63n7MUjf2t5+6Fy2mSjZrhB/hYmJXKmjZucFuX4GqcQ root@ip-10-31-45-66.us-east-1.aws.redhat.com (DSA) Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1547]: 256 SHA256:eQu/tdoZynFU9OcVLr+m0uyl0Jf1o0yT0NXqI35B1jc root@ip-10-31-45-66.us-east-1.aws.redhat.com (ECDSA) Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1549]: 256 SHA256:2zfAhgeBDknfn/qBcV/mTPZV5fkEou2bVuIyXP7spkg root@ip-10-31-45-66.us-east-1.aws.redhat.com (ED25519) Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1551]: 3072 SHA256:scPkTdg2+rRJaLmu+At9AuoTZdwHgkReIUT7mADwNOY root@ip-10-31-45-66.us-east-1.aws.redhat.com (RSA) Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1552]: -----END SSH HOST KEY FINGERPRINTS----- Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1553]: ############################################################# Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1287]: Cloud-init v. 23.4-7.el8.2 running 'modules:final' at Mon, 11 Nov 2024 14:45:24 +0000. Up 34.60 seconds. Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com cloud-init[1287]: Cloud-init v. 23.4-7.el8.2 finished at Mon, 11 Nov 2024 14:45:25 +0000. Datasource DataSourceEc2Local. Up 35.16 seconds Nov 11 09:45:25 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. -- Subject: Unit cloud-init.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.target has finished starting up. -- -- The start-up result is done. Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1580]: dracut-049-233.git20240115.el8 Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device -f /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img 4.18.0-553.5.1.el8.x86_64 Nov 11 09:45:25 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Nov 11 09:45:26 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: memstrack is available Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Nov 11 09:45:27 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Nov 11 09:45:28 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: bash *** Nov 11 09:45:28 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: systemd *** Nov 11 09:45:28 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: systemd-initrd *** Nov 11 09:45:28 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: watchdog-modules *** Nov 11 09:45:28 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: nss-softokn *** Nov 11 09:45:28 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: rngd *** Nov 11 09:45:28 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: i18n *** Nov 11 09:45:28 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: drm *** Nov 11 09:45:29 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: prefixdevname *** Nov 11 09:45:29 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: kernel-modules *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: kernel-modules-extra *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: fstab-sys *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: rootfs-block *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: terminfo *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: udev-rules *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: Skipping udev rule: 91-permissions.rules Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: Skipping udev rule: 80-drivers-modprobe.rules Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: biosdevname *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: dracut-systemd *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: usrmount *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: base *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: fs-lib *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: kdumpbase *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: memstrack *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: microcode_ctl-fw_dir_override *** Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl module: mangling fw_dir Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Nov 11 09:45:31 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: intel: caveats check for kernel version "4.18.0-553.5.1.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: configuration "intel-06-2d-07" is ignored Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: configuration "intel-06-4e-03" is ignored Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: configuration "intel-06-4f-01" is ignored Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: configuration "intel-06-55-04" is ignored Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: configuration "intel-06-5e-03" is ignored Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: configuration "intel-06-8c-01" is ignored Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: shutdown *** Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including module: squash *** Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Including modules done *** Nov 11 09:45:32 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Installing kernel module dependencies *** Nov 11 09:45:33 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Installing kernel module dependencies done *** Nov 11 09:45:33 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Resolving executable dependencies *** Nov 11 09:45:36 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Resolving executable dependencies done*** Nov 11 09:45:36 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Hardlinking files *** Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Hardlinking files done *** Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Generating early-microcode cpio image *** Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Constructing GenuineIntel.bin *** Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Constructing GenuineIntel.bin *** Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Store current command line parameters *** Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: Stored kernel commandline: Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: No dracut internal kernel commandline stored in the initramfs Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Install squash loader *** Nov 11 09:45:37 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Stripping files *** Nov 11 09:45:38 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Stripping files done *** Nov 11 09:45:38 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Squashing the files inside the initramfs *** Nov 11 09:45:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Nov 11 09:45:47 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Squashing the files inside the initramfs done *** Nov 11 09:45:47 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Creating image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' *** Nov 11 09:45:47 ip-10-31-45-66.us-east-1.aws.redhat.com dracut[1582]: *** Creating initramfs image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' done *** Nov 11 09:45:47 ip-10-31-45-66.us-east-1.aws.redhat.com kdumpctl[1028]: kdump: kexec: loaded kdump kernel Nov 11 09:45:47 ip-10-31-45-66.us-east-1.aws.redhat.com kdumpctl[1028]: kdump: Starting kdump: [OK] Nov 11 09:45:47 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Nov 11 09:45:47 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Startup finished in 522ms (kernel) + 13.610s (initrd) + 43.599s (userspace) = 57.732s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- All system services necessary queued for starting at boot have been -- started. Note that this does not mean that the machine is now idle as services -- might still be busy with completing start-up. -- -- Kernel start-up required 522544 microseconds. -- -- Initial RAM disk start-up required 13610894 microseconds. -- -- Userspace start-up required 43599495 microseconds. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5068]: Accepted publickey for root from 10.30.32.164 port 52222 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0... -- Subject: Unit user-runtime-dir@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has begun starting up. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-logind[598]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 5068. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0. -- Subject: Unit user-runtime-dir@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... -- Subject: Unit user@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has begun starting up. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Startup finished in 29ms. -- Subject: User manager start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The user manager instance for user 0 has been started. All services queued -- for starting have been started. Note that other services might still be starting -- up or be started at any later time. -- -- Startup of the manager took 29630 microseconds. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. -- Subject: Unit user@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Nov 11 09:47:45 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5068]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 09:47:46 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5082]: Received disconnect from 10.30.32.164 port 52222:11: disconnected by user Nov 11 09:47:46 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5082]: Disconnected from user root 10.30.32.164 port 52222 Nov 11 09:47:46 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5068]: pam_unix(sshd:session): session closed for user root Nov 11 09:47:46 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-1.scope has successfully entered the 'dead' state. Nov 11 09:47:46 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-logind[598]: Session 1 logged out. Waiting for processes to exit. Nov 11 09:47:46 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-logind[598]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Stopping User Manager for UID 0... -- Subject: Unit user@0.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has begun shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Stopped target Default. -- Subject: Unit UNIT has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Stopped target Basic System. -- Subject: Unit UNIT has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Stopped target Timers. -- Subject: Unit UNIT has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Stopped target Sockets. -- Subject: Unit UNIT has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Stopped target Paths. -- Subject: Unit UNIT has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Closed D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Reached target Shutdown. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Started Exit the Session. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5073]: Reached target Exit the Session. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5076]: pam_unix(systemd-user:session): session closed for user root Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: user@0.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit user@0.service has successfully entered the 'dead' state. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Stopped User Manager for UID 0. -- Subject: Unit user@0.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has finished shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Stopping User runtime directory /run/user/0... -- Subject: Unit user-runtime-dir@0.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has begun shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: run-user-0.mount: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-user-0.mount has successfully entered the 'dead' state. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: user-runtime-dir@0.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit user-runtime-dir@0.service has successfully entered the 'dead' state. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Stopped User runtime directory /run/user/0. -- Subject: Unit user-runtime-dir@0.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has finished shutting down. Nov 11 09:47:56 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of UID 0. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-0.slice has finished shutting down. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5108]: Accepted publickey for root from 10.31.11.86 port 52062 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5109]: Accepted publickey for root from 10.31.11.86 port 52078 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0... -- Subject: Unit user-runtime-dir@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has begun starting up. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-logind[598]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 5108. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0. -- Subject: Unit user-runtime-dir@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... -- Subject: Unit user@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has begun starting up. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-logind[598]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://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 5109. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[5117]: Startup finished in 19ms. -- Subject: User manager start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The user manager instance for user 0 has been started. All services queued -- for starting have been started. Note that other services might still be starting -- up or be started at any later time. -- -- Startup of the manager took 19092 microseconds. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. -- Subject: Unit user@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.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: https://access.redhat.com/support -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5108]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5109]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5125]: Received disconnect from 10.31.11.86 port 52078:11: disconnected by user Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5125]: Disconnected from user root 10.31.11.86 port 52078 Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com sshd[5109]: pam_unix(sshd:session): session closed for user root Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-4.scope has successfully entered the 'dead' state. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-logind[598]: Session 4 logged out. Waiting for processes to exit. Nov 11 09:47:58 ip-10-31-45-66.us-east-1.aws.redhat.com systemd-logind[598]: Removed session 4. -- Subject: Session 4 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 4 has been terminated. Nov 11 09:48:19 ip-10-31-45-66.us-east-1.aws.redhat.com dbus-daemon[592]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.25' (uid=0 pid=6550 comm="hostnamectl set-hostname managed-node2 " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Nov 11 09:48:19 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. Nov 11 09:48:19 ip-10-31-45-66.us-east-1.aws.redhat.com dbus-daemon[592]: [system] Successfully activated service 'org.freedesktop.hostname1' Nov 11 09:48:19 ip-10-31-45-66.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Nov 11 09:48:19 managed-node2 systemd-hostnamed[6551]: Changed static host name to 'managed-node2' Nov 11 09:48:19 managed-node2 systemd-hostnamed[6551]: Changed host name to 'managed-node2' Nov 11 09:48:19 managed-node2 NetworkManager[661]: [1731336499.9083] hostname: static hostname changed from "ip-10-31-45-66.us-east-1.aws.redhat.com" to "managed-node2" Nov 11 09:48:19 managed-node2 dbus-daemon[592]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=661 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Nov 11 09:48:19 managed-node2 systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. Nov 11 09:48:19 managed-node2 NetworkManager[661]: [1731336499.9191] policy: set-hostname: set hostname to 'managed-node2' (from system configuration) Nov 11 09:48:19 managed-node2 dbus-daemon[592]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Nov 11 09:48:19 managed-node2 systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Nov 11 09:48:29 managed-node2 systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Nov 11 09:48:49 managed-node2 systemd[1]: systemd-hostnamed.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit systemd-hostnamed.service has successfully entered the 'dead' state. Nov 11 09:49:11 managed-node2 sshd[7111]: Accepted publickey for root from 10.31.42.156 port 33146 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 11 09:49:11 managed-node2 systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Nov 11 09:49:11 managed-node2 systemd-logind[598]: New session 6 of user root. -- Subject: A new session 6 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 6 has been created for the user root. -- -- The leading process of the session is 7111. Nov 11 09:49:11 managed-node2 sshd[7111]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 09:49:11 managed-node2 platform-python[7256]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Nov 11 09:49:12 managed-node2 platform-python[7379]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Nov 11 09:49:12 managed-node2 platform-python[7502]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Nov 11 09:49:13 managed-node2 platform-python[7570]: ansible-dnf Invoked with name=['systemd'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Nov 11 09:49:30 managed-node2 platform-python[7729]: ansible-fedora.linux_system_roles.systemd_units Invoked with user=root user_facts={} Nov 11 09:49:32 managed-node2 platform-python[7892]: ansible-user Invoked with name=systemd_user1 uid=5411 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None Nov 11 09:49:32 managed-node2 useradd[7896]: new group: name=systemd_user1, GID=5411 Nov 11 09:49:32 managed-node2 useradd[7896]: new user: name=systemd_user1, UID=5411, GID=5411, home=/home/systemd_user1, shell=/bin/bash Nov 11 09:49:33 managed-node2 platform-python[8024]: ansible-user Invoked with name=systemd_user2 uid=5412 state=present non_unique=False force=False remove=False create_home=True system=False move_home=False append=False ssh_key_bits=0 ssh_key_type=rsa ssh_key_comment=ansible-generated on managed-node2 update_password=always group=None groups=None comment=None home=None shell=None password=NOT_LOGGING_PARAMETER login_class=None hidden=None seuser=None skeleton=None generate_ssh_key=None ssh_key_file=None ssh_key_passphrase=NOT_LOGGING_PARAMETER expires=None password_lock=None local=None profile=None authorization=None role=None Nov 11 09:49:33 managed-node2 useradd[8028]: new group: name=systemd_user2, GID=5412 Nov 11 09:49:33 managed-node2 useradd[8028]: new user: name=systemd_user2, UID=5412, GID=5412, home=/home/systemd_user2, shell=/bin/bash Nov 11 09:49:33 managed-node2 platform-python[8156]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Nov 11 09:49:34 managed-node2 platform-python[8279]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Nov 11 09:49:35 managed-node2 platform-python[8402]: ansible-setup Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Nov 11 09:49:35 managed-node2 platform-python[8470]: ansible-dnf Invoked with name=['systemd'] state=present allow_downgrade=False autoremove=False bugfix=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None Nov 11 09:49:38 managed-node2 platform-python[8593]: ansible-getent Invoked with database=passwd key=systemd_user1 fail_key=True service=None split=None Nov 11 09:49:39 managed-node2 platform-python[8717]: ansible-getent Invoked with database=passwd key=root fail_key=True service=None split=None Nov 11 09:49:39 managed-node2 platform-python[8841]: ansible-getent Invoked with database=passwd key=systemd_user2 fail_key=True service=None split=None Nov 11 09:49:40 managed-node2 platform-python[8965]: ansible-command Invoked with creates=/var/lib/systemd/linger/systemd_user1 _raw_params=loginctl enable-linger systemd_user1 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Nov 11 09:49:40 managed-node2 systemd[1]: Created slice User Slice of UID 5411. -- Subject: Unit user-5411.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-5411.slice has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[1]: Starting User runtime directory /run/user/5411... -- Subject: Unit user-runtime-dir@5411.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@5411.service has begun starting up. Nov 11 09:49:40 managed-node2 systemd[1]: Started User runtime directory /run/user/5411. -- Subject: Unit user-runtime-dir@5411.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@5411.service has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[1]: Starting User Manager for UID 5411... -- Subject: Unit user@5411.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@5411.service has begun starting up. Nov 11 09:49:40 managed-node2 systemd[8971]: pam_unix(systemd-user:session): session opened for user systemd_user1 by (uid=0) Nov 11 09:49:40 managed-node2 systemd[8971]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Nov 11 09:49:40 managed-node2 systemd[8971]: Started Mark boot as successful after the user session has run 2 minutes. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[8971]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[8971]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[8971]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[8971]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[8971]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[8971]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[8971]: Startup finished in 27ms. -- Subject: User manager start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The user manager instance for user 5411 has been started. All services queued -- for starting have been started. Note that other services might still be starting -- up or be started at any later time. -- -- Startup of the manager took 27913 microseconds. Nov 11 09:49:40 managed-node2 systemd[1]: Started User Manager for UID 5411. -- Subject: Unit user@5411.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@5411.service has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 platform-python[9100]: ansible-command Invoked with creates=/var/lib/systemd/linger/systemd_user2 _raw_params=loginctl enable-linger systemd_user2 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Nov 11 09:49:40 managed-node2 systemd[1]: Created slice User Slice of UID 5412. -- Subject: Unit user-5412.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-5412.slice has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[1]: Starting User runtime directory /run/user/5412... -- Subject: Unit user-runtime-dir@5412.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@5412.service has begun starting up. Nov 11 09:49:40 managed-node2 systemd[1]: Started User runtime directory /run/user/5412. -- Subject: Unit user-runtime-dir@5412.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@5412.service has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[1]: Starting User Manager for UID 5412... -- Subject: Unit user@5412.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@5412.service has begun starting up. Nov 11 09:49:40 managed-node2 systemd[9106]: pam_unix(systemd-user:session): session opened for user systemd_user2 by (uid=0) Nov 11 09:49:40 managed-node2 systemd[9106]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. Nov 11 09:49:40 managed-node2 systemd[9106]: Started Mark boot as successful after the user session has run 2 minutes. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[9106]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[9106]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[9106]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[9106]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[9106]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[9106]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:49:40 managed-node2 systemd[9106]: Startup finished in 28ms. -- Subject: User manager start-up is now complete -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The user manager instance for user 5412 has been started. All services queued -- for starting have been started. Note that other services might still be starting -- up or be started at any later time. -- -- Startup of the manager took 28408 microseconds. Nov 11 09:49:40 managed-node2 systemd[1]: Started User Manager for UID 5412. -- Subject: Unit user@5412.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@5412.service has finished starting up. -- -- The start-up result is done. Nov 11 09:49:41 managed-node2 platform-python[9235]: ansible-file Invoked with path=/home/systemd_user1/.config/systemd/user owner=systemd_user1 state=directory mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:41 managed-node2 platform-python[9358]: ansible-file Invoked with path=/home/systemd_user2/.config/systemd/user owner=systemd_user2 state=directory mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:42 managed-node2 platform-python[9481]: ansible-stat Invoked with path=/home/systemd_user1/.config/systemd/user/bar.service follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:42 managed-node2 platform-python[9580]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336582.205131-8983-225570139924873/source dest=/home/systemd_user1/.config/systemd/user/bar.service owner=systemd_user1 group=5411 mode=0600 _original_basename=bar.service follow=False checksum=a30144a8676665ad3fd8fa669eff40c96eb60f7f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:43 managed-node2 platform-python[9705]: ansible-stat Invoked with path=/etc/systemd/system/bar.service follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:43 managed-node2 platform-python[9804]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336583.023417-8983-51595660505804/source dest=/etc/systemd/system/bar.service owner=root group=0 mode=0644 _original_basename=bar.service follow=False checksum=a30144a8676665ad3fd8fa669eff40c96eb60f7f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:43 managed-node2 platform-python[9929]: ansible-stat Invoked with path=/home/systemd_user2/.config/systemd/user/bar.service follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:44 managed-node2 platform-python[10028]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336583.694137-8983-56847257893388/source dest=/home/systemd_user2/.config/systemd/user/bar.service owner=systemd_user2 group=5412 mode=0600 _original_basename=bar.service follow=False checksum=a30144a8676665ad3fd8fa669eff40c96eb60f7f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:44 managed-node2 platform-python[10153]: ansible-getent Invoked with database=passwd key=systemd_user1 fail_key=True service=None split=None Nov 11 09:49:45 managed-node2 platform-python[10277]: ansible-getent Invoked with database=passwd key=root fail_key=True service=None split=None Nov 11 09:49:45 managed-node2 platform-python[10401]: ansible-getent Invoked with database=passwd key=systemd_user2 fail_key=True service=None split=None Nov 11 09:49:46 managed-node2 platform-python[10525]: ansible-command Invoked with creates=/var/lib/systemd/linger/systemd_user1 _raw_params=loginctl enable-linger systemd_user1 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Nov 11 09:49:46 managed-node2 platform-python[10648]: ansible-command Invoked with creates=/var/lib/systemd/linger/systemd_user2 _raw_params=loginctl enable-linger systemd_user2 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Nov 11 09:49:47 managed-node2 platform-python[10771]: ansible-file Invoked with path=/home/systemd_user1/.config/systemd/user owner=systemd_user1 state=directory mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:47 managed-node2 platform-python[10894]: ansible-file Invoked with path=/home/systemd_user2/.config/systemd/user owner=systemd_user2 state=directory mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:48 managed-node2 platform-python[11017]: ansible-stat Invoked with path=/home/systemd_user1/.config/systemd/user/foo.service follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:49 managed-node2 platform-python[11116]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336588.4011497-9234-146080586073902/source dest=/home/systemd_user1/.config/systemd/user/foo.service owner=systemd_user1 group=5411 mode=0600 follow=False _original_basename=foo.service.j2 checksum=a1576b4506271f370ca5372ca8be9af0caa84b03 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:49 managed-node2 platform-python[11241]: ansible-stat Invoked with path=/etc/systemd/system/foo.service follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:49 managed-node2 platform-python[11340]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336589.1581483-9234-266626102326182/source dest=/etc/systemd/system/foo.service owner=root group=0 mode=0644 follow=False _original_basename=foo.service.j2 checksum=a1576b4506271f370ca5372ca8be9af0caa84b03 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:50 managed-node2 platform-python[11465]: ansible-stat Invoked with path=/home/systemd_user2/.config/systemd/user/foo.service follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:50 managed-node2 platform-python[11564]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336589.8734095-9234-111214306636913/source dest=/home/systemd_user2/.config/systemd/user/foo.service owner=systemd_user2 group=5412 mode=0600 follow=False _original_basename=foo.service.j2 checksum=a1576b4506271f370ca5372ca8be9af0caa84b03 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:51 managed-node2 platform-python[11689]: ansible-getent Invoked with database=passwd key=systemd_user1 fail_key=True service=None split=None Nov 11 09:49:51 managed-node2 platform-python[11813]: ansible-getent Invoked with database=passwd key=root fail_key=True service=None split=None Nov 11 09:49:51 managed-node2 platform-python[11937]: ansible-getent Invoked with database=passwd key=systemd_user2 fail_key=True service=None split=None Nov 11 09:49:52 managed-node2 platform-python[12061]: ansible-command Invoked with creates=/var/lib/systemd/linger/systemd_user1 _raw_params=loginctl enable-linger systemd_user1 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Nov 11 09:49:52 managed-node2 platform-python[12184]: ansible-command Invoked with creates=/var/lib/systemd/linger/systemd_user2 _raw_params=loginctl enable-linger systemd_user2 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Nov 11 09:49:53 managed-node2 platform-python[12307]: ansible-file Invoked with path=/home/systemd_user1/.config/systemd/user/foo.service.d owner=systemd_user1 state=directory mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:53 managed-node2 platform-python[12430]: ansible-file Invoked with path=/home/systemd_user2/.config/systemd/user/foo.service.d owner=systemd_user2 state=directory mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:54 managed-node2 platform-python[12553]: ansible-file Invoked with path=/home/systemd_user1/.config/systemd/user/foo.service.d owner=systemd_user1 state=directory mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:54 managed-node2 platform-python[12676]: ansible-file Invoked with path=/etc/systemd/system/foo.service.d owner=root state=directory mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:54 managed-node2 platform-python[12799]: ansible-file Invoked with path=/home/systemd_user2/.config/systemd/user/foo.service.d owner=systemd_user2 state=directory mode=0700 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None group=None seuser=None serole=None selevel=None setype=None attributes=None content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None Nov 11 09:49:55 managed-node2 platform-python[12922]: ansible-stat Invoked with path=/home/systemd_user1/.config/systemd/user/foo.service.d/99-override.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:55 managed-node2 platform-python[13021]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336595.3147712-9533-126164340079585/source dest=/home/systemd_user1/.config/systemd/user/foo.service.d/99-override.conf owner=systemd_user1 group=5411 mode=0600 follow=False _original_basename=foo.service.conf.j2 checksum=43138f80633a2dd32d446b237b9ed62fa32438dd backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:56 managed-node2 platform-python[13146]: ansible-stat Invoked with path=/etc/systemd/system/foo.service.d/99-override.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:56 managed-node2 platform-python[13245]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336596.0757873-9533-86505143662346/source dest=/etc/systemd/system/foo.service.d/99-override.conf owner=root group=0 mode=0644 follow=False _original_basename=foo.service.conf.j2 checksum=43138f80633a2dd32d446b237b9ed62fa32438dd backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:57 managed-node2 platform-python[13370]: ansible-stat Invoked with path=/home/systemd_user2/.config/systemd/user/foo.service.d/99-override.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True Nov 11 09:49:57 managed-node2 platform-python[13469]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731336596.8005574-9533-139277770780686/source dest=/home/systemd_user2/.config/systemd/user/foo.service.d/99-override.conf owner=systemd_user2 group=5412 mode=0600 follow=False _original_basename=foo.service.conf.j2 checksum=43138f80633a2dd32d446b237b9ed62fa32438dd backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None regexp=None delimiter=None Nov 11 09:49:58 managed-node2 sudo[13594]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-lpvaetljiqeczzkzyzqrkfvnbrjamrdc ; XDG_RUNTIME_DIR=/run/user/5412 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731336597.613174-9660-161075839871930/AnsiballZ_systemd.py' Nov 11 09:49:58 managed-node2 sudo[13594]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 09:49:58 managed-node2 platform-python[13597]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None user=None Nov 11 09:49:58 managed-node2 platform-python[13597]: ansible-systemd [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:58 managed-node2 systemd[9106]: Reloading. Nov 11 09:49:58 managed-node2 sudo[13594]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 09:49:58 managed-node2 platform-python[13726]: ansible-systemd Invoked with daemon_reload=True scope=system daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None user=None Nov 11 09:49:58 managed-node2 systemd[1]: Reloading. Nov 11 09:49:59 managed-node2 sudo[13874]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-ajaewzewqynwqdhdfqfootrtwqotwtpn ; XDG_RUNTIME_DIR=/run/user/5411 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731336598.9478211-9660-88049629601338/AnsiballZ_systemd.py' Nov 11 09:49:59 managed-node2 sudo[13874]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 09:49:59 managed-node2 platform-python[13877]: ansible-systemd Invoked with daemon_reload=True scope=user daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None user=None Nov 11 09:49:59 managed-node2 platform-python[13877]: ansible-systemd [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:59 managed-node2 systemd[8971]: Reloading. Nov 11 09:49:59 managed-node2 sudo[13874]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 09:49:59 managed-node2 platform-python[14006]: ansible-getent Invoked with database=passwd key=systemd_user1 fail_key=True service=None split=None Nov 11 09:50:00 managed-node2 platform-python[14130]: ansible-getent Invoked with database=passwd key=root fail_key=True service=None split=None Nov 11 09:50:00 managed-node2 platform-python[14254]: ansible-getent Invoked with database=passwd key=systemd_user2 fail_key=True service=None split=None Nov 11 09:50:01 managed-node2 platform-python[14378]: ansible-command Invoked with creates=/var/lib/systemd/linger/systemd_user1 _raw_params=loginctl enable-linger systemd_user1 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Nov 11 09:50:01 managed-node2 platform-python[14501]: ansible-command Invoked with creates=/var/lib/systemd/linger/systemd_user2 _raw_params=loginctl enable-linger systemd_user2 warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None removes=None stdin=None Nov 11 09:50:01 managed-node2 sudo[14624]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-agmhfqpwjctclonpssxozjorujilansq ; XDG_RUNTIME_DIR=/run/user/5411 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731336601.8067331-9790-187464718130986/AnsiballZ_systemd.py' Nov 11 09:50:01 managed-node2 sudo[14624]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 09:50:02 managed-node2 platform-python[14627]: ansible-systemd Invoked with name=bar.service state=started scope=user daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None Nov 11 09:50:02 managed-node2 systemd[8971]: Started bar.service. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:50:02 managed-node2 sudo[14624]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 09:50:02 managed-node2 platform-python[14755]: ansible-systemd Invoked with name=bar.service state=started scope=system daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None Nov 11 09:50:02 managed-node2 systemd[1]: Started bar.service. -- Subject: Unit bar.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit bar.service has finished starting up. -- -- The start-up result is done. Nov 11 09:50:03 managed-node2 sudo[14884]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kbqfidgweanxxlcjphpvdapgaofbwqis ; XDG_RUNTIME_DIR=/run/user/5412 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731336602.9084606-9790-42796989541832/AnsiballZ_systemd.py' Nov 11 09:50:03 managed-node2 sudo[14884]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 09:50:03 managed-node2 platform-python[14887]: ansible-systemd Invoked with name=bar.service state=started scope=user daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None Nov 11 09:50:03 managed-node2 systemd[9106]: Started bar.service. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:50:03 managed-node2 sudo[14884]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 09:50:03 managed-node2 sudo[15015]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-xlsbdawwakatulejpafzivkakkrpxiuj ; XDG_RUNTIME_DIR=/run/user/5411 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731336603.444175-9790-256809931631214/AnsiballZ_systemd.py' Nov 11 09:50:03 managed-node2 sudo[15015]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 09:50:03 managed-node2 platform-python[15018]: ansible-systemd Invoked with name=foo.service state=started scope=user daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None Nov 11 09:50:03 managed-node2 systemd[8971]: Started foo.service. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:50:03 managed-node2 sudo[15015]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 09:50:04 managed-node2 platform-python[15146]: ansible-systemd Invoked with name=foo.service state=started scope=system daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None Nov 11 09:50:04 managed-node2 systemd[1]: Started foo.service. -- Subject: Unit foo.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit foo.service has finished starting up. -- -- The start-up result is done. Nov 11 09:50:04 managed-node2 sudo[15275]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-acwutbhmdcjzcxxpcvykijvygiehvnvw ; XDG_RUNTIME_DIR=/run/user/5412 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731336604.5017304-9790-262294397693239/AnsiballZ_systemd.py' Nov 11 09:50:04 managed-node2 sudo[15275]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 09:50:04 managed-node2 platform-python[15278]: ansible-systemd Invoked with name=foo.service state=started scope=user daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None Nov 11 09:50:04 managed-node2 systemd[9106]: Started foo.service. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. Nov 11 09:50:04 managed-node2 sudo[15275]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 09:50:06 managed-node2 sudo[15406]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hnswpxpmbtjfxfafcnofwhrjfqcrmufc ; XDG_RUNTIME_DIR=/run/user/5411 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731336606.215168-10014-212486555361302/AnsiballZ_systemd_units.py' Nov 11 09:50:06 managed-node2 sudo[15406]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 09:50:06 managed-node2 platform-python[15409]: ansible-fedora.linux_system_roles.systemd_units Invoked with user=systemd_user1 user_facts={} Nov 11 09:50:06 managed-node2 sudo[15406]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 09:50:06 managed-node2 platform-python[15533]: ansible-fedora.linux_system_roles.systemd_units Invoked with user=root user_facts={} Nov 11 09:50:07 managed-node2 sudo[15657]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hexzpbwqcszgxxeccdbmymiuyzekipiy ; XDG_RUNTIME_DIR=/run/user/5412 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731336607.0988522-10014-206890956417013/AnsiballZ_systemd_units.py' Nov 11 09:50:07 managed-node2 sudo[15657]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 09:50:07 managed-node2 platform-python[15660]: ansible-fedora.linux_system_roles.systemd_units Invoked with user=systemd_user2 user_facts={} Nov 11 09:50:07 managed-node2 sudo[15657]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 09:50:07 managed-node2 platform-python[15784]: ansible-find Invoked with path=/home/systemd_user1/.config/systemd/user paths=['/home/systemd_user1/.config/systemd/user'] patterns=[] file_type=file age_stamp=mtime recurse=False hidden=False follow=False get_checksum=False use_regex=False excludes=None contains=None age=None size=None depth=None Nov 11 09:50:08 managed-node2 platform-python[15907]: ansible-find Invoked with path=/home/systemd_user2/.config/systemd/user paths=['/home/systemd_user2/.config/systemd/user'] patterns=[] file_type=file age_stamp=mtime recurse=False hidden=False follow=False get_checksum=False use_regex=False excludes=None contains=None age=None size=None depth=None Nov 11 09:50:09 managed-node2 platform-python[16030]: ansible-command Invoked with _raw_params=journalctl -ex warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Remove users] ************************************************************ task path: /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:236 Monday 11 November 2024 09:50:09 -0500 (0:00:00.377) 0:00:37.401 ******* failed: [managed-node2] (item={'name': 'systemd_user1', 'uid': 5411}) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "systemd_user1", "uid": 5411 }, "name": "systemd_user1", "rc": 8 } MSG: userdel: user systemd_user1 is currently used by process 8971 failed: [managed-node2] (item={'name': 'systemd_user2', 'uid': 5412}) => { "ansible_loop_var": "item", "changed": false, "item": { "name": "systemd_user2", "uid": 5412 }, "name": "systemd_user2", "rc": 8 } MSG: userdel: user systemd_user2 is currently used by process 9106 PLAY RECAP ********************************************************************* managed-node2 : ok=73 changed=9 unreachable=0 failed=2 skipped=50 rescued=1 ignored=0 Monday 11 November 2024 09:50:09 -0500 (0:00:00.771) 0:00:38.172 ******* =============================================================================== fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.50s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:27 fedora.linux_system_roles.systemd : Ensure required units in correct state --- 3.30s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 2.26s /tmp/collections-uKi/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 --- 2.24s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 fedora.linux_system_roles.systemd : Ensure unit files are present ------- 2.23s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 fedora.linux_system_roles.systemd : Reload systemd ---------------------- 1.84s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:72 Create users ------------------------------------------------------------ 1.51s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:57 fedora.linux_system_roles.systemd : Ensure directories are present for dropins --- 1.36s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 1.30s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:112 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 1.05s /tmp/collections-uKi/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.98s /tmp/collections-uKi/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 --- 0.88s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 0.83s /tmp/collections-uKi/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.79s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Remove users ------------------------------------------------------------ 0.77s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:236 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 0.73s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 0.71s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 fedora.linux_system_roles.systemd : Check if system is ostree ----------- 0.54s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:6 fedora.linux_system_roles.systemd : Get user information ---------------- 0.53s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 fedora.linux_system_roles.systemd : Get user information ---------------- 0.44s /tmp/collections-uKi/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7