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-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:58 Monday 11 November 2024 16:53:22 -0500 (0:00:00.044) 0:00:00.044 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:64 Monday 11 November 2024 16:53:23 -0500 (0:00:01.455) 0:00:01.499 ******* TASK [fedora.linux_system_roles.systemd : Ensure ansible_facts used by role] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 Monday 11 November 2024 16:53:23 -0500 (0:00:00.044) 0:00:01.544 ******* ok: [managed-node2] TASK [fedora.linux_system_roles.systemd : Support for user units only available in EL7 and later] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:13 Monday 11 November 2024 16:53:24 -0500 (0:00:00.720) 0:00:02.264 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } META: end_host conditional evaluated to false, continuing execution for managed-node2 TASK [fedora.linux_system_roles.systemd : Check if system is ostree] *********** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:40 Monday 11 November 2024 16:53:24 -0500 (0:00:00.060) 0:00:02.325 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:45 Monday 11 November 2024 16:53:25 -0500 (0:00:00.418) 0:00:02.744 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:52 Monday 11 November 2024 16:53:25 -0500 (0:00:00.018) 0:00:02.762 ******* ok: [managed-node2] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.systemd : Set flag if transactional-update exists] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:57 Monday 11 November 2024 16:53:25 -0500 (0:00:00.343) 0:00:03.106 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 Monday 11 November 2024 16:53:25 -0500 (0:00:00.019) 0:00:03.125 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:73 Monday 11 November 2024 16:53:28 -0500 (0:00:03.143) 0:00:06.269 ******* skipping: [managed-node2] => {} TASK [fedora.linux_system_roles.systemd : Reboot transactional update systems] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:78 Monday 11 November 2024 16:53:28 -0500 (0:00:00.021) 0:00:06.291 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:83 Monday 11 November 2024 16:53:28 -0500 (0:00:00.023) 0:00:06.314 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:90 Monday 11 November 2024 16:53:28 -0500 (0:00:00.023) 0:00:06.338 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:94 Monday 11 November 2024 16:53:28 -0500 (0:00:00.023) 0:00:06.361 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml for managed-node2 included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:28 -0500 (0:00:00.067) 0:00:06.429 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:28 -0500 (0:00:00.052) 0:00:06.482 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:29 -0500 (0:00:00.133) 0:00:06.615 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:29 -0500 (0:00:00.563) 0:00:07.178 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:29 -0500 (0:00:00.041) 0:00:07.220 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:30 -0500 (0:00:00.369) 0:00:07.589 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:30 -0500 (0:00:00.056) 0:00:07.645 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:30 -0500 (0:00:00.386) 0:00:08.032 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:30 -0500 (0:00:00.046) 0:00:08.078 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:30 -0500 (0:00:00.061) 0:00:08.140 ******* changed: [managed-node2] => (item=systemd_user1) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "loginctl", "enable-linger", "systemd_user1" ], "delta": "0:00:00.018422", "end": "2024-11-11 16:53:31.016744", "item": "systemd_user1", "rc": 0, "start": "2024-11-11 16:53:30.998322" } changed: [managed-node2] => (item=systemd_user2) => { "ansible_loop_var": "item", "changed": true, "cmd": [ "loginctl", "enable-linger", "systemd_user2" ], "delta": "0:00:00.015815", "end": "2024-11-11 16:53:31.426399", "item": "systemd_user2", "rc": 0, "start": "2024-11-11 16:53:31.410584" } TASK [fedora.linux_system_roles.systemd : Ensure directories are present for users] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:31 -0500 (0:00:00.953) 0:00:09.094 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:32 -0500 (0:00:00.903) 0:00:09.997 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:32 -0500 (0:00:00.138) 0:00:10.136 ******* 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-1731362012.647451-8987-256705017895393/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-1731362013.4461033-8987-150546280240066/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-1731362014.1776268-8987-266715053766481/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit file templates are present] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:34 -0500 (0:00:02.318) 0:00:12.454 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:35 -0500 (0:00:00.197) 0:00:12.651 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:35 -0500 (0:00:00.024) 0:00:12.675 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:35 -0500 (0:00:00.023) 0:00:12.699 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:35 -0500 (0:00:00.022) 0:00:12.721 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:35 -0500 (0:00:00.050) 0:00:12.771 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:35 -0500 (0:00:00.127) 0:00:12.899 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:35 -0500 (0:00:00.378) 0:00:13.278 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:35 -0500 (0:00:00.028) 0:00:13.306 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:36 -0500 (0:00:00.399) 0:00:13.706 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:36 -0500 (0:00:00.043) 0:00:13.749 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:36 -0500 (0:00:00.405) 0:00:14.155 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:36 -0500 (0:00:00.026) 0:00:14.181 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:36 -0500 (0:00:00.044) 0:00:14.225 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:37 -0500 (0:00:00.791) 0:00:15.017 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:38 -0500 (0:00:00.841) 0:00:15.858 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:38 -0500 (0:00:00.136) 0:00:15.995 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:38 -0500 (0:00:00.165) 0:00:16.161 ******* 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-1731362018.6738026-9291-69064592809929/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-1731362019.369851-9291-9172645500641/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-1731362020.0735707-9291-267646375110110/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:40 -0500 (0:00:02.142) 0:00:18.304 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:40 -0500 (0:00:00.024) 0:00:18.328 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:40 -0500 (0:00:00.023) 0:00:18.351 ******* TASK [fedora.linux_system_roles.systemd : Manage user info] ******************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:17 Monday 11 November 2024 16:53:40 -0500 (0:00:00.022) 0:00:18.373 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:40 -0500 (0:00:00.061) 0:00:18.434 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:40 -0500 (0:00:00.137) 0:00:18.572 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:41 -0500 (0:00:00.419) 0:00:18.992 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:41 -0500 (0:00:00.041) 0:00:19.034 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:41 -0500 (0:00:00.400) 0:00:19.434 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:41 -0500 (0:00:00.051) 0:00:19.486 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:42 -0500 (0:00:00.401) 0:00:19.887 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:42 -0500 (0:00:00.026) 0:00:19.913 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:42 -0500 (0:00:00.043) 0:00:19.957 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 Monday 11 November 2024 16:53:43 -0500 (0:00:00.768) 0:00:20.725 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 Monday 11 November 2024 16:53:43 -0500 (0:00:00.830) 0:00:21.556 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 Monday 11 November 2024 16:53:45 -0500 (0:00:01.248) 0:00:22.804 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 Monday 11 November 2024 16:53:45 -0500 (0:00:00.135) 0:00:22.940 ******* 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-1731362025.4516902-9626-75153334580490/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-1731362026.1437948-9626-158416298994633/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-1731362026.8408434-9626-258583565457068/source", "state": "file", "uid": 5412 } TASK [fedora.linux_system_roles.systemd : Ensure unit files are absent] ******** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:68 Monday 11 November 2024 16:53:47 -0500 (0:00:02.132) 0:00:25.073 ******* TASK [fedora.linux_system_roles.systemd : Find files in dropins directory] ***** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:76 Monday 11 November 2024 16:53:47 -0500 (0:00:00.025) 0:00:25.098 ******* TASK [fedora.linux_system_roles.systemd : Remove dropin directory if no more files] *** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:83 Monday 11 November 2024 16:53:47 -0500 (0:00:00.024) 0:00:25.123 ******* TASK [fedora.linux_system_roles.systemd : Reload systemd] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Monday 11 November 2024 16:53:47 -0500 (0:00:00.020) 0:00:25.143 ******* ok: [managed-node2] => (item=root) => { "ansible_loop_var": "item", "changed": false, "item": "root", "name": null, "status": {} } 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=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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:119 Monday 11 November 2024 16:53:49 -0500 (0:00:02.007) 0:00:27.151 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml for managed-node2 included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:49 -0500 (0:00:00.091) 0:00:27.242 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:27 Monday 11 November 2024 16:53:49 -0500 (0:00:00.041) 0:00:27.283 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml for managed-node2 included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:49 -0500 (0:00:00.118) 0:00:27.402 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:50 -0500 (0:00:00.392) 0:00:27.794 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:50 -0500 (0:00:00.043) 0:00:27.837 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:50 -0500 (0:00:00.377) 0:00:28.215 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Get user information] **************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 Monday 11 November 2024 16:53:50 -0500 (0:00:00.032) 0:00:28.248 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:14 Monday 11 November 2024 16:53:51 -0500 (0:00:00.376) 0:00:28.624 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:34 Monday 11 November 2024 16:53:51 -0500 (0:00:00.046) 0:00:28.670 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Monday 11 November 2024 16:53:51 -0500 (0:00:00.075) 0:00:28.745 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:51 -0500 (0:00:00.781) 0:00:29.527 ******* 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": "-.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": "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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "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": "22405", "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": "systemd-journald.socket sysinit.target basic.target system.slice", "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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "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": "sysinit.target system.slice", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "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": "22405", "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 basic.target -.slice", "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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "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": "-.slice basic.target", "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": "22405", "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": "basic.target -.mount -.slice", "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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "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": "22405", "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": "sysinit.target -.mount tmp.mount systemd-tmpfiles-setup.service basic.target system.slice systemd-journald.socket", "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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "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 -.mount system.slice", "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": "22405", "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": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "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": "-.slice basic.target", "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": "22405", "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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:03.190) 0:00:32.717 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.033) 0:00:32.750 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.116) 0:00:32.866 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.036) 0:00:32.903 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.160) 0:00:33.063 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.033) 0:00:33.097 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.149) 0:00:33.247 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.033) 0:00:33.280 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.099) 0:00:33.379 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.030) 0:00:33.410 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:55 -0500 (0:00:00.098) 0:00:33.508 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:55 -0500 (0:00:00.022) 0:00:33.531 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:25 Monday 11 November 2024 16:53:56 -0500 (0:00:00.101) 0:00:33.632 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 Monday 11 November 2024 16:53:56 -0500 (0:00:00.021) 0:00:33.654 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 Monday 11 November 2024 16:53:56 -0500 (0:00:00.132) 0:00:33.787 ******* 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-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.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-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:160 Monday 11 November 2024 16:53:57 -0500 (0:00:01.347) 0:00:35.134 ******* 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-5.scope": { "active_state": "active", "description": "Session 5 of user root", "load_state": "loaded", "name": "session-5.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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:164 Monday 11 November 2024 16:53:57 -0500 (0:00:00.054) 0:00:35.188 ******* included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger.yml:10 Monday 11 November 2024 16:53:57 -0500 (0:00:00.076) 0:00:35.265 ******* included: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml for managed-node2 included: /tmp/collections-ccA/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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:5 Monday 11 November 2024 16:53:57 -0500 (0:00:00.074) 0:00:35.340 ******* ok: [managed-node2] => { "changed": false, "examined": 3, "files": [ { "atime": 1731362032.4095476, "ctime": 1731362013.3214047, "dev": 51713, "gid": 5411, "gr_name": "systemd_user1", "inode": 255852738, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1731362012.9454017, "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": 1731362033.9315588, "ctime": 1731362019.245449, "dev": 51713, "gid": 5411, "gr_name": "systemd_user1", "inode": 304087234, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1731362018.979447, "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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:10 Monday 11 November 2024 16:53:58 -0500 (0:00:00.508) 0:00:35.848 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:18 Monday 11 November 2024 16:53:58 -0500 (0:00:00.022) 0:00:35.871 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Stop logind] ************************* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:35 Monday 11 November 2024 16:53:58 -0500 (0:00:00.022) 0:00:35.893 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:40 Monday 11 November 2024 16:53:58 -0500 (0:00:00.021) 0:00:35.915 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Restart logind] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:49 Monday 11 November 2024 16:53:58 -0500 (0:00:00.021) 0:00:35.937 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:5 Monday 11 November 2024 16:53:58 -0500 (0:00:00.021) 0:00:35.959 ******* ok: [managed-node2] => { "changed": false, "examined": 3, "files": [ { "atime": 1731362033.4255552, "ctime": 1731362014.8124158, "dev": 51713, "gid": 5412, "gr_name": "systemd_user2", "inode": 268435650, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1731362014.5094135, "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": 1731362035.0365672, "ctime": 1731362020.6564596, "dev": 51713, "gid": 5412, "gr_name": "systemd_user2", "inode": 316670083, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0600", "mtime": 1731362020.3864574, "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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:10 Monday 11 November 2024 16:53:58 -0500 (0:00:00.358) 0:00:36.318 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:18 Monday 11 November 2024 16:53:58 -0500 (0:00:00.022) 0:00:36.340 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Stop logind] ************************* task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:35 Monday 11 November 2024 16:53:58 -0500 (0:00:00.022) 0:00:36.362 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:40 Monday 11 November 2024 16:53:58 -0500 (0:00:00.021) 0:00:36.383 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.systemd : Restart logind] ********************** task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:49 Monday 11 November 2024 16:53:58 -0500 (0:00:00.021) 0:00:36.405 ******* skipping: [managed-node2] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Verify units are present and started] ************************************ task path: /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:74 Monday 11 November 2024 16:53:58 -0500 (0:00:00.020) 0:00:36.426 ******* 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-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:231 Monday 11 November 2024 16:53:58 -0500 (0:00:00.029) 0:00:36.456 ******* fatal: [managed-node2]: FAILED! => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.023724", "end": "2024-11-11 16:53:59.189956", "failed_when_result": true, "rc": 0, "start": "2024-11-11 16:53:59.166232" } STDOUT: -- Logs begin at Mon 2024-11-11 16:49:52 EST, end at Mon 2024-11-11 16:53:59 EST. -- Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x14: [mem 0xfbfff000-0xfbffffff] Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:1f.0: [5853:0001] type 00 class 0xff8000 Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x10: [io 0xc100-0xc1ff] Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x14: [mem 0xfa000000-0xfaffffff pref] Nov 11 16:49:52 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 5 Nov 11 16:49:52 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10 Nov 11 16:49:52 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11 Nov 11 16:49:52 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 5 Nov 11 16:49:52 localhost.localdomain kernel: xen:balloon: Initialising balloon driver Nov 11 16:49:52 localhost.localdomain kernel: iommu: Default domain type: Passthrough Nov 11 16:49:52 localhost.localdomain kernel: SCSI subsystem initialized Nov 11 16:49:52 localhost.localdomain kernel: ACPI: bus type USB registered Nov 11 16:49:52 localhost.localdomain kernel: usbcore: registered new interface driver usbfs Nov 11 16:49:52 localhost.localdomain kernel: usbcore: registered new interface driver hub Nov 11 16:49:52 localhost.localdomain kernel: usbcore: registered new device driver usb Nov 11 16:49:52 localhost.localdomain kernel: pps_core: LinuxPPS API ver. 1 registered Nov 11 16:49:52 localhost.localdomain kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti Nov 11 16:49:52 localhost.localdomain kernel: PTP clock support registered Nov 11 16:49:52 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0 Nov 11 16:49:52 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing Nov 11 16:49:52 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes Nov 11 16:49:52 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] Nov 11 16:49:52 localhost.localdomain kernel: NetLabel: Initializing Nov 11 16:49:52 localhost.localdomain kernel: NetLabel: domain hash size = 128 Nov 11 16:49:52 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO Nov 11 16:49:52 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: bridge control possible Nov 11 16:49:52 localhost.localdomain kernel: vgaarb: loaded Nov 11 16:49:52 localhost.localdomain kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer Nov 11 16:49:52 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Nov 11 16:49:52 localhost.localdomain kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter Nov 11 16:49:52 localhost.localdomain kernel: clocksource: Switched to clocksource xen Nov 11 16:49:52 localhost.localdomain kernel: VFS: Disk quotas dquot_6.6.0 Nov 11 16:49:52 localhost.localdomain kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Nov 11 16:49:52 localhost.localdomain kernel: pnp: PnP ACPI init Nov 11 16:49:52 localhost.localdomain kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Nov 11 16:49:52 localhost.localdomain kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 16:49:52 localhost.localdomain kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved Nov 11 16:49:52 localhost.localdomain kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved Nov 11 16:49:52 localhost.localdomain kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved Nov 11 16:49:52 localhost.localdomain kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 16:49:52 localhost.localdomain kernel: xen: --> pirq=17 -> irq=8 (gsi=8) Nov 11 16:49:52 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) Nov 11 16:49:52 localhost.localdomain kernel: xen: --> pirq=18 -> irq=12 (gsi=12) Nov 11 16:49:52 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) Nov 11 16:49:52 localhost.localdomain kernel: xen: --> pirq=19 -> irq=1 (gsi=1) Nov 11 16:49:52 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Nov 11 16:49:52 localhost.localdomain kernel: xen: --> pirq=20 -> irq=6 (gsi=6) Nov 11 16:49:52 localhost.localdomain kernel: pnp 00:05: [dma 2] Nov 11 16:49:52 localhost.localdomain kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) Nov 11 16:49:52 localhost.localdomain kernel: xen: --> pirq=21 -> irq=4 (gsi=4) Nov 11 16:49:52 localhost.localdomain kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) Nov 11 16:49:52 localhost.localdomain kernel: system 00:07: [io 0x10c0-0x1141] has been reserved Nov 11 16:49:52 localhost.localdomain kernel: system 00:07: [io 0xb044-0xb047] has been reserved Nov 11 16:49:52 localhost.localdomain kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 11 16:49:52 localhost.localdomain kernel: pnp: PnP ACPI: found 8 devices Nov 11 16:49:52 localhost.localdomain kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns Nov 11 16:49:52 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Nov 11 16:49:52 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Nov 11 16:49:52 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Nov 11 16:49:52 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window] Nov 11 16:49:52 localhost.localdomain kernel: NET: Registered protocol family 2 Nov 11 16:49:52 localhost.localdomain kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) Nov 11 16:49:52 localhost.localdomain kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc) Nov 11 16:49:52 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc) Nov 11 16:49:52 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc) Nov 11 16:49:52 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768) Nov 11 16:49:52 localhost.localdomain kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc) Nov 11 16:49:52 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) Nov 11 16:49:52 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) Nov 11 16:49:52 localhost.localdomain kernel: NET: Registered protocol family 1 Nov 11 16:49:52 localhost.localdomain kernel: NET: Registered protocol family 44 Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Nov 11 16:49:52 localhost.localdomain kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] Nov 11 16:49:52 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64 Nov 11 16:49:52 localhost.localdomain kernel: Unpacking initramfs... Nov 11 16:49:52 localhost.localdomain kernel: Freeing initrd memory: 30628K Nov 11 16:49:52 localhost.localdomain kernel: ACPI: bus type thunderbolt registered Nov 11 16:49:52 localhost.localdomain kernel: Initialise system trusted keyrings Nov 11 16:49:52 localhost.localdomain kernel: Key type blacklist registered Nov 11 16:49:52 localhost.localdomain kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0 Nov 11 16:49:52 localhost.localdomain kernel: zbud: loaded Nov 11 16:49:52 localhost.localdomain kernel: pstore: using deflate compression Nov 11 16:49:52 localhost.localdomain kernel: Platform Keyring initialized Nov 11 16:49:52 localhost.localdomain kernel: NET: Registered protocol family 38 Nov 11 16:49:52 localhost.localdomain kernel: Key type asymmetric registered Nov 11 16:49:52 localhost.localdomain kernel: Asymmetric key parser 'x509' registered Nov 11 16:49:52 localhost.localdomain kernel: Running certificate verification selftests Nov 11 16:49:52 localhost.localdomain kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' Nov 11 16:49:52 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) Nov 11 16:49:52 localhost.localdomain kernel: io scheduler mq-deadline registered Nov 11 16:49:52 localhost.localdomain kernel: io scheduler kyber registered Nov 11 16:49:52 localhost.localdomain kernel: io scheduler bfq registered Nov 11 16:49:52 localhost.localdomain kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE Nov 11 16:49:52 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Nov 11 16:49:52 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Nov 11 16:49:52 localhost.localdomain kernel: ACPI: Power Button [PWRF] Nov 11 16:49:52 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Nov 11 16:49:52 localhost.localdomain kernel: ACPI: Sleep Button [SLPF] Nov 11 16:49:52 localhost.localdomain kernel: xen: --> pirq=22 -> irq=47 (gsi=47) Nov 11 16:49:52 localhost.localdomain kernel: xen:grant_table: Grant tables using version 1 layout Nov 11 16:49:52 localhost.localdomain kernel: Grant table initialized Nov 11 16:49:52 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Nov 11 16:49:52 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Nov 11 16:49:52 localhost.localdomain kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A Nov 11 16:49:52 localhost.localdomain kernel: Non-volatile memory driver v1.3 Nov 11 16:49:52 localhost.localdomain kernel: rdac: device handler registered Nov 11 16:49:52 localhost.localdomain kernel: hp_sw: device handler registered Nov 11 16:49:52 localhost.localdomain kernel: emc: device handler registered Nov 11 16:49:52 localhost.localdomain kernel: alua: device handler registered Nov 11 16:49:52 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed Nov 11 16:49:52 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic Nov 11 16:49:52 localhost.localdomain kernel: usbserial: USB Serial support registered for generic Nov 11 16:49:52 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Nov 11 16:49:52 localhost.localdomain kernel: i8042: Warning: Keylock active Nov 11 16:49:52 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Nov 11 16:49:52 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Nov 11 16:49:52 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice Nov 11 16:49:52 localhost.localdomain kernel: rtc_cmos 00:02: registered as rtc0 Nov 11 16:49:52 localhost.localdomain kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Nov 11 16:49:52 localhost.localdomain kernel: intel_pstate: CPU model not supported Nov 11 16:49:52 localhost.localdomain kernel: hid: raw HID events driver (C) Jiri Kosina Nov 11 16:49:52 localhost.localdomain kernel: usbcore: registered new interface driver usbhid Nov 11 16:49:52 localhost.localdomain kernel: usbhid: USB HID core driver Nov 11 16:49:52 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service Nov 11 16:49:52 localhost.localdomain kernel: Initializing XFRM netlink socket Nov 11 16:49:52 localhost.localdomain kernel: NET: Registered protocol family 10 Nov 11 16:49:52 localhost.localdomain kernel: Segment Routing with IPv6 Nov 11 16:49:52 localhost.localdomain kernel: NET: Registered protocol family 17 Nov 11 16:49:52 localhost.localdomain kernel: mpls_gso: MPLS GSO support Nov 11 16:49:52 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Nov 11 16:49:52 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Nov 11 16:49:52 localhost.localdomain kernel: sched_clock: Marking stable (510891415, 0)->(47417214474, -46906323059) Nov 11 16:49:52 localhost.localdomain kernel: registered taskstats version 1 Nov 11 16:49:52 localhost.localdomain kernel: Loading compiled-in X.509 certificates Nov 11 16:49:52 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 9036118f247aaa99970a25e487b5a3a55df7255f' Nov 11 16:49:52 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' Nov 11 16:49:52 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' Nov 11 16:49:52 localhost.localdomain kernel: zswap: loaded using pool lzo/zbud Nov 11 16:49:52 localhost.localdomain kernel: page_owner is disabled Nov 11 16:49:52 localhost.localdomain kernel: Key type big_key registered Nov 11 16:49:52 localhost.localdomain kernel: Key type encrypted registered Nov 11 16:49:52 localhost.localdomain kernel: ima: No TPM chip found, activating TPM-bypass! Nov 11 16:49:52 localhost.localdomain kernel: ima: Allocated hash algorithm: sha256 Nov 11 16:49:52 localhost.localdomain kernel: ima: No architecture policies found Nov 11 16:49:52 localhost.localdomain kernel: evm: Initialising EVM extended attributes: Nov 11 16:49:52 localhost.localdomain kernel: evm: security.selinux Nov 11 16:49:52 localhost.localdomain kernel: evm: security.ima Nov 11 16:49:52 localhost.localdomain kernel: evm: security.capability Nov 11 16:49:52 localhost.localdomain kernel: evm: HMAC attrs: 0x1 Nov 11 16:49:52 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Nov 11 16:49:52 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Nov 11 16:49:52 localhost.localdomain kernel: rtc_cmos 00:02: setting system clock to 2024-11-11 21:49:52 UTC (1731361792) Nov 11 16:49:52 localhost.localdomain kernel: Freeing unused decrypted memory: 2028K Nov 11 16:49:52 localhost.localdomain kernel: Freeing unused kernel image (initmem) memory: 2820K Nov 11 16:49:52 localhost.localdomain kernel: Write protecting the kernel read-only data: 26624k Nov 11 16:49:52 localhost.localdomain kernel: Freeing unused kernel image (text/rodata gap) memory: 2016K Nov 11 16:49:52 localhost.localdomain kernel: Freeing unused kernel image (rodata/data gap) memory: 1672K Nov 11 16:49:52 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 16:49:52 localhost.localdomain systemd[1]: Detected virtualization xen. Nov 11 16:49:52 localhost.localdomain systemd[1]: Detected architecture x86-64. Nov 11 16:49:52 localhost.localdomain systemd[1]: Running in initial RAM disk. Nov 11 16:49:52 localhost.localdomain systemd[1]: Set hostname to . Nov 11 16:49:52 localhost.localdomain systemd[1]: Listening on Journal Socket (/dev/log). Nov 11 16:49:52 localhost.localdomain systemd[1]: Reached target Timers. Nov 11 16:49:52 localhost.localdomain systemd[1]: Reached target Local File Systems. Nov 11 16:49:52 localhost.localdomain systemd[1]: Reached target Slices. Nov 11 16:49:52 localhost.localdomain systemd[1]: Listening on Journal Socket. Nov 11 16:49:52 localhost.localdomain systemd-journald[217]: 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 16:49:52 localhost.localdomain systemd-journald[217]: 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 16:49:52 localhost.localdomain systemd[1]: memstrack.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit memstrack.service has successfully entered the 'dead' state. Nov 11 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 localhost.localdomain dracut-cmdline[246]: dracut-8 dracut-049-233.git20240115.el8 Nov 11 16:49:52 localhost.localdomain dracut-cmdline[246]: 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 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 localhost.localdomain systemd-udevd[308]: Network interface NamePolicy= disabled on kernel command line, ignoring. Nov 11 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 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 16:49:52 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 335 (plymouthd). Nov 11 16:49:52 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Nov 11 16:49:53 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 16:49:53 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 16:49:53 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 16:49:53 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 16:49:53 localhost.localdomain kernel: Invalid max_queues (4), will use default max: 2. Nov 11 16:49:53 localhost.localdomain kernel: libata version 3.00 loaded. Nov 11 16:49:53 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13 Nov 11 16:49:53 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver Nov 11 16:49:53 localhost.localdomain systemd-udevd[327]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Nov 11 16:49:53 localhost.localdomain kernel: scsi host0: ata_piix Nov 11 16:49:53 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Nov 11 16:49:53 localhost.localdomain kernel: xvda: xvda1 Nov 11 16:49:53 localhost.localdomain kernel: scsi host1: ata_piix Nov 11 16:49:53 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 Nov 11 16:49:53 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 Nov 11 16:49:53 localhost.localdomain kernel: ACPI: bus type drm_connector registered Nov 11 16:49:53 localhost.localdomain kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Nov 11 16:49:53 localhost.localdomain systemd-udevd[332]: Using default interface naming scheme 'rhel-8.0'. Nov 11 16:49:53 localhost.localdomain systemd-udevd[332]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Nov 11 16:49:53 localhost.localdomain kernel: Console: switching to colour dummy device 80x25 Nov 11 16:49:53 localhost.localdomain kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0 Nov 11 16:49:53 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device Nov 11 16:49:53 localhost.localdomain kernel: cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called Nov 11 16:49:53 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 Nov 11 16:49:53 localhost.localdomain kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Nov 11 16:49:53 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 16:49:53 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 16:49:53 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 16:49:53 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 16:49:53 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 16:49:53 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 16:49:53 localhost.localdomain systemd-fsck[378]: /usr/sbin/fsck.xfs: XFS file system. Nov 11 16:49:53 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 16:49:53 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.981 MHz Nov 11 16:49:53 localhost.localdomain kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd30fd2c4, max_idle_ns: 440795256114 ns Nov 11 16:49:53 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 16:49:53 localhost.localdomain kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 Nov 11 16:49:53 localhost.localdomain kernel: SGI XFS with ACLs, security attributes, quota, no debug enabled Nov 11 16:49:53 localhost.localdomain kernel: XFS (xvda1): Mounting V5 Filesystem Nov 11 16:50:15 localhost.localdomain kernel: XFS (xvda1): Ending clean mount Nov 11 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 localhost.localdomain systemd[1]: Reloading. Nov 11 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:15 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 16:50:16 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 16:50:16 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 16:50:16 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 16:50:16 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 16:50:16 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 16:50:16 localhost.localdomain systemd[1]: Switching root. Nov 11 16:50:16 localhost.localdomain systemd-journald[217]: 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 16:50:20 localhost.localdomain kernel: printk: systemd: 16 output lines suppressed due to ratelimiting Nov 11 16:50:20 localhost.localdomain kernel: audit: type=1404 audit(1731361817.211:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Nov 11 16:50:20 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1 Nov 11 16:50:20 localhost.localdomain kernel: SELinux: policy capability open_perms=1 Nov 11 16:50:20 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1 Nov 11 16:50:20 localhost.localdomain kernel: SELinux: policy capability always_check_network=0 Nov 11 16:50:20 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1 Nov 11 16:50:20 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 Nov 11 16:50:20 localhost.localdomain kernel: audit: type=1403 audit(1731361817.368:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Nov 11 16:50:20 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 158.798ms. Nov 11 16:50:20 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 15.031ms. Nov 11 16:50:20 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 16:50:20 localhost.localdomain systemd[1]: Detected virtualization xen. Nov 11 16:50:20 localhost.localdomain systemd[1]: Detected architecture x86-64. Nov 11 16:50:20 localhost.localdomain systemd[1]: Set hostname to . Nov 11 16:50:20 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Nov 11 16:50:20 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Nov 11 16:50:20 localhost.localdomain systemd[1]: initrd-switch-root.service: Succeeded. Nov 11 16:50:20 localhost.localdomain systemd[1]: Stopped Switch Root. Nov 11 16:50:20 localhost.localdomain systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart. Nov 11 16:50:20 localhost.localdomain systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Nov 11 16:50:20 localhost.localdomain systemd-journald[498]: 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 16:50:20 localhost.localdomain systemd-journald[498]: Runtime journal (/run/log/journal/266580946cb94db9be559da4eeb8380f) 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/266580946cb94db9be559da4eeb8380f) 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:20 localhost.localdomain systemd-journald[498]: Runtime journal (/run/log/journal/266580946cb94db9be559da4eeb8380f) 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/266580946cb94db9be559da4eeb8380f) 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 16:50:20 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 16:50:20 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 16:50:20 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 335 (plymouthd). Nov 11 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 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 16:50:21 localhost.localdomain systemd-udevd[530]: Network interface NamePolicy= disabled on kernel command line, ignoring. Nov 11 16:50:22 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 16:50:22 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 16:50:22 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 16:50:22 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 16:50:22 localhost.localdomain auditd[556]: No plugins found, not dispatching events Nov 11 16:50:22 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 16:50:22 localhost.localdomain auditd[556]: Init complete, auditd 3.1.2 listening for events (startup state enable) Nov 11 16:50:22 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Nov 11 16:50:22 localhost.localdomain kernel: RPC: Registered udp transport module. Nov 11 16:50:22 localhost.localdomain kernel: RPC: Registered tcp transport module. Nov 11 16:50:22 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Nov 11 16:50:22 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 16:50:22 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 16:50:22 localhost.localdomain augenrules[559]: /sbin/augenrules: No change Nov 11 16:50:22 localhost.localdomain augenrules[572]: No rules Nov 11 16:50:22 localhost.localdomain augenrules[572]: enabled 1 Nov 11 16:50:22 localhost.localdomain augenrules[572]: failure 1 Nov 11 16:50:22 localhost.localdomain augenrules[572]: pid 556 Nov 11 16:50:22 localhost.localdomain augenrules[572]: rate_limit 0 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_limit 8192 Nov 11 16:50:22 localhost.localdomain augenrules[572]: lost 0 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog 2 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_wait_time 60000 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_wait_time_actual 0 Nov 11 16:50:22 localhost.localdomain augenrules[572]: enabled 1 Nov 11 16:50:22 localhost.localdomain augenrules[572]: failure 1 Nov 11 16:50:22 localhost.localdomain augenrules[572]: pid 556 Nov 11 16:50:22 localhost.localdomain augenrules[572]: rate_limit 0 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_limit 8192 Nov 11 16:50:22 localhost.localdomain augenrules[572]: lost 0 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog 6 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_wait_time 60000 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_wait_time_actual 0 Nov 11 16:50:22 localhost.localdomain augenrules[572]: enabled 1 Nov 11 16:50:22 localhost.localdomain augenrules[572]: failure 1 Nov 11 16:50:22 localhost.localdomain augenrules[572]: pid 556 Nov 11 16:50:22 localhost.localdomain augenrules[572]: rate_limit 0 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_limit 8192 Nov 11 16:50:22 localhost.localdomain augenrules[572]: lost 0 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog 4 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_wait_time 60000 Nov 11 16:50:22 localhost.localdomain augenrules[572]: backlog_wait_time_actual 0 Nov 11 16:50:22 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 16:50:22 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 16:50:22 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 16:50:22 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 16:50:22 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 16:50:22 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 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 16:50:23 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Nov 11 16:50:23 localhost.localdomain systemd-udevd[591]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Nov 11 16:50:23 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 16:50:23 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Nov 11 16:50:23 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 16:50:23 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 16:50:23 localhost.localdomain rngd[611]: Disabling 7: PKCS11 Entropy generator (pkcs11) Nov 11 16:50:23 localhost.localdomain rngd[611]: Disabling 5: NIST Network Entropy Beacon (nist) Nov 11 16:50:23 localhost.localdomain rngd[611]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Nov 11 16:50:23 localhost.localdomain rngd[611]: Initializing available sources Nov 11 16:50:23 localhost.localdomain rngd[611]: [hwrng ]: Initialization Failed Nov 11 16:50:23 localhost.localdomain rngd[611]: [rdrand]: Enabling RDRAND rng support Nov 11 16:50:23 localhost.localdomain rngd[611]: [rdrand]: Initialized Nov 11 16:50:23 localhost.localdomain rngd[611]: [jitter]: JITTER timeout set to 5 sec Nov 11 16:50:23 localhost.localdomain rngd[611]: [jitter]: Initializing AES buffer Nov 11 16:50:23 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Nov 11 16:50:23 localhost.localdomain systemd-udevd[592]: Using default interface naming scheme 'rhel-8.0'. Nov 11 16:50:23 localhost.localdomain chronyd[617]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Nov 11 16:50:23 localhost.localdomain chronyd[617]: Loaded 0 symmetric keys Nov 11 16:50:23 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 16:50:23 localhost.localdomain systemd-logind[598]: Watching system buttons on /dev/input/event0 (Power Button) Nov 11 16:50:23 localhost.localdomain systemd-logind[598]: Watching system buttons on /dev/input/event1 (Sleep Button) Nov 11 16:50:23 localhost.localdomain systemd-logind[598]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Nov 11 16:50:23 localhost.localdomain chronyd[617]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Nov 11 16:50:23 localhost.localdomain systemd-udevd[592]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. Nov 11 16:50:23 localhost.localdomain chronyd[617]: Using right/UTC timezone to obtain leap second data Nov 11 16:50:23 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Nov 11 16:50:23 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Nov 11 16:50:24 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 16:50:24 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 16:50:24 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 16:50:24 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 16:50:28 localhost.localdomain rngd[611]: [jitter]: Unable to obtain AES key, disabling JITTER source Nov 11 16:50:28 localhost.localdomain rngd[611]: [jitter]: Initialization Failed Nov 11 16:50:28 localhost.localdomain rngd[611]: Process privileges have been dropped to 2:2 Nov 11 16:50:37 localhost.localdomain dhclient[642]: Internet Systems Consortium DHCP Client 4.3.6 Nov 11 16:50:37 localhost.localdomain dhclient[642]: Copyright 2004-2017 Internet Systems Consortium. Nov 11 16:50:37 localhost.localdomain dhclient[642]: All rights reserved. Nov 11 16:50:37 localhost.localdomain dhclient[642]: For info, please visit https://www.isc.org/software/dhcp/ Nov 11 16:50:37 localhost.localdomain dhclient[642]: Nov 11 16:50:37 localhost.localdomain dhclient[642]: Listening on LPF/eth0/02:b8:3b:ef:4f:41 Nov 11 16:50:37 localhost.localdomain dhclient[642]: Sending on LPF/eth0/02:b8:3b:ef:4f:41 Nov 11 16:50:37 localhost.localdomain dhclient[642]: Sending on Socket/fallback Nov 11 16:50:37 localhost.localdomain dhclient[642]: Created duid "\000\004&e\200\224l\271M\271\276U\235\244\356\2708\017". Nov 11 16:50:37 localhost.localdomain dhclient[642]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0xfcc57458) Nov 11 16:50:37 localhost.localdomain dhclient[642]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0xfcc57458) Nov 11 16:50:37 localhost.localdomain dhclient[642]: DHCPOFFER from 10.31.44.1 Nov 11 16:50:37 localhost.localdomain dhclient[642]: DHCPACK from 10.31.44.1 (xid=0xfcc57458) Nov 11 16:50:37 localhost.localdomain dhclient[642]: bound to 10.31.47.225 -- renewal in 1449 seconds. Nov 11 16:50:37 localhost.localdomain dbus-daemon[599]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=657 comm="hostnamectl set-hostname ip-10-31-47-225.us-east-1" label="system_u:system_r:cloud_init_t:s0") Nov 11 16:50:37 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 16:50:37 localhost.localdomain dbus-daemon[599]: [system] Successfully activated service 'org.freedesktop.hostname1' Nov 11 16:50:37 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 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com systemd-hostnamed[658]: Changed static host name to 'ip-10-31-47-225.us-east-1.aws.redhat.com' Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com systemd-hostnamed[658]: Changed host name to 'ip-10-31-47-225.us-east-1.aws.redhat.com' Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[640]: Cloud-init v. 23.4-7.el8.2 running 'init-local' at Mon, 11 Nov 2024 21:50:36 +0000. Up 44.21 seconds. Nov 11 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7204] NetworkManager (version 1.40.16-15.el8) is starting... (boot:8227bacc-2bc1-4117-8702-1c925508d4db) Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7225] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) Nov 11 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7279] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Nov 11 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7379] manager[0x555977a6e080]: monitoring kernel firmware directory '/lib/firmware'. Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7408] hostname: hostname: using hostnamed Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7408] hostname: static hostname changed from (none) to "ip-10-31-47-225.us-east-1.aws.redhat.com" Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7412] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7970] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-device-plugin-team.so) Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7971] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7972] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.7972] manager: Networking is enabled by state file Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com dbus-daemon[599]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=663 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Nov 11 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.8986] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-settings-plugin-ifcfg-rh.so") Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.8986] settings: Loaded settings plugin: keyfile (internal) Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com dbus-daemon[599]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9066] dhcp: init: Using DHCP client 'internal' Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9067] device (lo): carrier: link connected Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9070] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9076] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9078] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Nov 11 16:50:37 ip-10-31-47-225.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 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9151] device (eth0): carrier: link connected Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9153] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9157] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9162] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9163] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9165] manager: NetworkManager state is now CONNECTING Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9166] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9172] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9186] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9201] dhcp4 (eth0): state changed new lease, address=10.31.47.225 Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9206] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com dbus-daemon[599]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=663 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com dbus-daemon[599]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9267] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9991] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Nov 11 16:50:37 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361837.9997] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361838.0007] manager: NetworkManager state is now CONNECTED_SITE Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361838.0021] device (eth0): Activation: successful, device activated. Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361838.0032] manager: NetworkManager state is now CONNECTED_GLOBAL Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com NetworkManager[663]: [1731361838.0035] manager: startup complete Nov 11 16:50:38 ip-10-31-47-225.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 16:50:38 ip-10-31-47-225.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 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com chronyd[617]: Added source 10.2.32.37 Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com chronyd[617]: Added source 10.2.32.38 Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com chronyd[617]: Added source 10.11.160.238 Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com chronyd[617]: Added source 10.18.100.10 Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Cloud-init v. 23.4-7.el8.2 running 'init' at Mon, 11 Nov 2024 21:50:38 +0000. Up 46.38 seconds. Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | eth0 | True | 10.31.47.225 | 255.255.252.0 | global | 02:b8:3b:ef:4f:41 | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | eth0 | True | fe80::b8:3bff:feef:4f41/64 | . | link | 02:b8:3b:ef:4f:41 | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | lo | True | ::1/128 | . | host | . | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +-------+-------------+---------+-----------+-------+ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | Route | Destination | Gateway | Interface | Flags | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +-------+-------------+---------+-----------+-------+ Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: | 3 | multicast | :: | eth0 | U | Nov 11 16:50:38 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: ci-info: +-------+-------------+---------+-----------+-------+ Nov 11 16:50:39 ip-10-31-47-225.us-east-1.aws.redhat.com dbus-daemon[599]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=667 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") Nov 11 16:50:39 ip-10-31-47-225.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 16:50:40 ip-10-31-47-225.us-east-1.aws.redhat.com polkitd[995]: Started polkitd version 0.115 Nov 11 16:50:40 ip-10-31-47-225.us-east-1.aws.redhat.com polkitd[995]: Loading rules from directory /etc/polkit-1/rules.d Nov 11 16:50:40 ip-10-31-47-225.us-east-1.aws.redhat.com polkitd[995]: Loading rules from directory /usr/share/polkit-1/rules.d Nov 11 16:50:40 ip-10-31-47-225.us-east-1.aws.redhat.com polkitd[995]: Finished loading, compiling and executing 2 rules Nov 11 16:50:40 ip-10-31-47-225.us-east-1.aws.redhat.com dbus-daemon[599]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Nov 11 16:50:40 ip-10-31-47-225.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 16:50:40 ip-10-31-47-225.us-east-1.aws.redhat.com polkitd[995]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Nov 11 16:50:40 ip-10-31-47-225.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 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Generating public/private rsa key pair. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: The key fingerprint is: Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: SHA256:BqkoUwakBVRhc5BPhYkCkVztfLiHoBsF50G7oQcyOSM root@ip-10-31-47-225.us-east-1.aws.redhat.com Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: The key's randomart image is: Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: +---[RSA 3072]----+ Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |X*=O*.+. | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |oB.=+= . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |E.Bo* + | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |o*o=o* o | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |o.+oo + S | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | =. o o | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | o . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: +----[SHA256]-----+ Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Generating public/private dsa key pair. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: The key fingerprint is: Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: SHA256:AAD3Zedl1dKgVHV+WFrIkw9kBm29Q6syZ1TNt4mdqGs root@ip-10-31-47-225.us-east-1.aws.redhat.com Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: The key's randomart image is: Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: +---[DSA 1024]----+ Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |..o.. o . +o=X===| Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | . . + o + ..o@X=| Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | . . . . oO+X| Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | . + Oo| Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | S o . .| Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | + + | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | * | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | E | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: +----[SHA256]-----+ Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Generating public/private ecdsa key pair. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: The key fingerprint is: Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: SHA256:Q86QIaaXMIeF4KaTScLjrSQo4bL/qpz/onnMOzrRvgw root@ip-10-31-47-225.us-east-1.aws.redhat.com Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: The key's randomart image is: Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: +---[ECDSA 256]---+ Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |..o+= . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |o o* o o | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |o*. o o . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |O+o. = | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |X+.. S | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |=+.. . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |.E= | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |.o=B | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: |.BOBB. | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: +----[SHA256]-----+ Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Generating public/private ed25519 key pair. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: The key fingerprint is: Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: SHA256:5brbFYBCJW4l3gI8gV1RyGkZ8WRH1278bIhDyEr+5oc root@ip-10-31-47-225.us-east-1.aws.redhat.com Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: The key's randomart image is: Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: +--[ED25519 256]--+ Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | +o+OX*.o .. | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | . +=*O o . . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | o* +.o. o | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | . o.oo.. + | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | oS....o + | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | o. o.. +| Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | .. ... . | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | oE.. | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: | o+o. | Nov 11 16:50:42 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[729]: +----[SHA256]-----+ Nov 11 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com sm-notify[1022]: Version 2.3.3 starting Nov 11 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[1026]: Server listening on 0.0.0.0 port 22. Nov 11 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[1026]: Server listening on :: port 22. Nov 11 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com restraintd[1038]: Listening on http://localhost:8081 Nov 11 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com rsyslogd[1021]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1021" x-info="https://www.rsyslog.com"] start Nov 11 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com rsyslogd[1021]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] Nov 11 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Detected change(s) in the following file(s): /etc/fstab Nov 11 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1101]: Cloud-init v. 23.4-7.el8.2 running 'modules:config' at Mon, 11 Nov 2024 21:50:43 +0000. Up 51.49 seconds. Nov 11 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com crond[1271]: (CRON) STARTUP (1.5.2) Nov 11 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com crond[1271]: (CRON) INFO (Syslog will be used instead of sendmail.) Nov 11 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com crond[1271]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 66% if used.) Nov 11 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 335 (plymouthd). Nov 11 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 335 (n/a). Nov 11 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:43 ip-10-31-47-225.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 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com crond[1271]: (CRON) INFO (running with inotify support) Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com chronyd[617]: Selected source 10.2.32.37 Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com chronyd[617]: System clock TAI offset set to 37 seconds Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Rebuilding /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1536]: ############################################################# Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1543]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1545]: 1024 SHA256:AAD3Zedl1dKgVHV+WFrIkw9kBm29Q6syZ1TNt4mdqGs root@ip-10-31-47-225.us-east-1.aws.redhat.com (DSA) Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1548]: 256 SHA256:Q86QIaaXMIeF4KaTScLjrSQo4bL/qpz/onnMOzrRvgw root@ip-10-31-47-225.us-east-1.aws.redhat.com (ECDSA) Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1550]: 256 SHA256:5brbFYBCJW4l3gI8gV1RyGkZ8WRH1278bIhDyEr+5oc root@ip-10-31-47-225.us-east-1.aws.redhat.com (ED25519) Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1552]: 3072 SHA256:BqkoUwakBVRhc5BPhYkCkVztfLiHoBsF50G7oQcyOSM root@ip-10-31-47-225.us-east-1.aws.redhat.com (RSA) Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1553]: -----END SSH HOST KEY FINGERPRINTS----- Nov 11 16:50:44 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1554]: ############################################################# Nov 11 16:50:45 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1288]: Cloud-init v. 23.4-7.el8.2 running 'modules:final' at Mon, 11 Nov 2024 21:50:44 +0000. Up 52.21 seconds. Nov 11 16:50:45 ip-10-31-47-225.us-east-1.aws.redhat.com cloud-init[1288]: Cloud-init v. 23.4-7.el8.2 finished at Mon, 11 Nov 2024 21:50:44 +0000. Datasource DataSourceEc2Local. Up 53.00 seconds Nov 11 16:50:45 ip-10-31-47-225.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 16:50:45 ip-10-31-47-225.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 16:50:45 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1581]: dracut-049-233.git20240115.el8 Nov 11 16:50:45 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: 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 16:50:46 ip-10-31-47-225.us-east-1.aws.redhat.com chronyd[617]: Selected source 24.249.17.243 (2.centos.pool.ntp.org) Nov 11 16:50:46 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Nov 11 16:50:46 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Nov 11 16:50:46 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Nov 11 16:50:47 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! Nov 11 16:50:48 ip-10-31-47-225.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 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: memstrack is available Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Nov 11 16:50:48 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Nov 11 16:50:49 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: bash *** Nov 11 16:50:49 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: systemd *** Nov 11 16:50:49 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: systemd-initrd *** Nov 11 16:50:49 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: watchdog-modules *** Nov 11 16:50:49 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: nss-softokn *** Nov 11 16:50:49 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: rngd *** Nov 11 16:50:49 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: i18n *** Nov 11 16:50:50 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: drm *** Nov 11 16:50:50 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: prefixdevname *** Nov 11 16:50:50 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: kernel-modules *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: kernel-modules-extra *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: fstab-sys *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: rootfs-block *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: terminfo *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: udev-rules *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: Skipping udev rule: 91-permissions.rules Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: Skipping udev rule: 80-drivers-modprobe.rules Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: biosdevname *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: dracut-systemd *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: usrmount *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: base *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: fs-lib *** Nov 11 16:50:53 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: kdumpbase *** Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: memstrack *** Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: microcode_ctl-fw_dir_override *** Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl module: mangling fw_dir Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: 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 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-2d-07" is ignored Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-4e-03" is ignored Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-4f-01" is ignored Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-55-04" is ignored Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-5e-03" is ignored Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-8c-01" is ignored Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: shutdown *** Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including module: squash *** Nov 11 16:50:54 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Including modules done *** Nov 11 16:50:55 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Installing kernel module dependencies *** Nov 11 16:50:56 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Installing kernel module dependencies done *** Nov 11 16:50:56 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Resolving executable dependencies *** Nov 11 16:50:59 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Resolving executable dependencies done*** Nov 11 16:50:59 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Hardlinking files *** Nov 11 16:51:00 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Hardlinking files done *** Nov 11 16:51:00 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Generating early-microcode cpio image *** Nov 11 16:51:00 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Constructing GenuineIntel.bin *** Nov 11 16:51:00 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Constructing GenuineIntel.bin *** Nov 11 16:51:00 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Store current command line parameters *** Nov 11 16:51:00 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: Stored kernel commandline: Nov 11 16:51:00 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: No dracut internal kernel commandline stored in the initramfs Nov 11 16:51:00 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Install squash loader *** Nov 11 16:51:01 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Stripping files *** Nov 11 16:51:02 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Stripping files done *** Nov 11 16:51:02 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Squashing the files inside the initramfs *** Nov 11 16:51:07 ip-10-31-47-225.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 16:51:11 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Squashing the files inside the initramfs done *** Nov 11 16:51:11 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Creating image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' *** Nov 11 16:51:11 ip-10-31-47-225.us-east-1.aws.redhat.com dracut[1583]: *** Creating initramfs image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' done *** Nov 11 16:51:11 ip-10-31-47-225.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: kexec: loaded kdump kernel Nov 11 16:51:11 ip-10-31-47-225.us-east-1.aws.redhat.com kdumpctl[1029]: kdump: Starting kdump: [OK] Nov 11 16:51:11 ip-10-31-47-225.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 16:51:11 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[1]: Startup finished in 528ms (kernel) + 24.481s (initrd) + 54.774s (userspace) = 1min 19.784s. -- 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 528770 microseconds. -- -- Initial RAM disk start-up required 24481637 microseconds. -- -- Userspace start-up required 54774497 microseconds. Nov 11 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5069]: Accepted publickey for root from 10.30.33.134 port 40084 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 16:51:39 ip-10-31-47-225.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 16:51:39 ip-10-31-47-225.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 16:51:39 ip-10-31-47-225.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 5069. Nov 11 16:51:39 ip-10-31-47-225.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 16:51:39 ip-10-31-47-225.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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: pam_unix(systemd-user:session): session opened for user root by (uid=0) Nov 11 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: 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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: 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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: 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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: 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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: 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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: 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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: 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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd[5074]: Startup finished in 34ms. -- 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 34607 microseconds. Nov 11 16:51:39 ip-10-31-47-225.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 16:51:39 ip-10-31-47-225.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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5069]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5083]: Received disconnect from 10.30.33.134 port 40084:11: disconnected by user Nov 11 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5083]: Disconnected from user root 10.30.33.134 port 40084 Nov 11 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5069]: pam_unix(sshd:session): session closed for user root Nov 11 16:51:39 ip-10-31-47-225.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 16:51:39 ip-10-31-47-225.us-east-1.aws.redhat.com systemd-logind[598]: Session 1 logged out. Waiting for processes to exit. Nov 11 16:51:39 ip-10-31-47-225.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 16:51:41 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5103]: Accepted publickey for root from 10.31.10.57 port 45564 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 16:51:41 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5104]: Accepted publickey for root from 10.31.10.57 port 45566 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Nov 11 16:51:41 ip-10-31-47-225.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 16:51:41 ip-10-31-47-225.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 5104. Nov 11 16:51:41 ip-10-31-47-225.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 16:51:41 ip-10-31-47-225.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 5103. Nov 11 16:51:41 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5104]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 16:51:41 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5103]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 16:51:41 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5109]: Received disconnect from 10.31.10.57 port 45566:11: disconnected by user Nov 11 16:51:41 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5109]: Disconnected from user root 10.31.10.57 port 45566 Nov 11 16:51:41 ip-10-31-47-225.us-east-1.aws.redhat.com sshd[5104]: pam_unix(sshd:session): session closed for user root Nov 11 16:51:41 ip-10-31-47-225.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 16:51:41 ip-10-31-47-225.us-east-1.aws.redhat.com systemd-logind[598]: Session 4 logged out. Waiting for processes to exit. Nov 11 16:51:41 ip-10-31-47-225.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 16:51:49 ip-10-31-47-225.us-east-1.aws.redhat.com chronyd[617]: Selected source 50.188.3.202 (2.centos.pool.ntp.org) Nov 11 16:52:08 ip-10-31-47-225.us-east-1.aws.redhat.com dbus-daemon[599]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.24' (uid=0 pid=6534 comm="hostnamectl set-hostname managed-node2 " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") Nov 11 16:52:08 ip-10-31-47-225.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 16:52:08 ip-10-31-47-225.us-east-1.aws.redhat.com dbus-daemon[599]: [system] Successfully activated service 'org.freedesktop.hostname1' Nov 11 16:52:08 ip-10-31-47-225.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 16:52:08 managed-node2 systemd-hostnamed[6535]: Changed static host name to 'managed-node2' Nov 11 16:52:08 managed-node2 systemd-hostnamed[6535]: Changed host name to 'managed-node2' Nov 11 16:52:08 managed-node2 NetworkManager[663]: [1731361928.4620] hostname: static hostname changed from "ip-10-31-47-225.us-east-1.aws.redhat.com" to "managed-node2" Nov 11 16:52:08 managed-node2 dbus-daemon[599]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=663 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") Nov 11 16:52:08 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 16:52:08 managed-node2 NetworkManager[663]: [1731361928.4780] policy: set-hostname: set hostname to 'managed-node2' (from system configuration) Nov 11 16:52:08 managed-node2 dbus-daemon[599]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Nov 11 16:52:08 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 16:52:18 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 16:52:38 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 16:52:54 managed-node2 chronyd[617]: Selected source 24.249.17.243 (2.centos.pool.ntp.org) Nov 11 16:53:01 managed-node2 sshd[7095]: Accepted publickey for root from 10.31.41.126 port 49148 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 11 16:53:01 managed-node2 systemd[1]: Started Session 5 of user root. -- Subject: Unit session-5.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. Nov 11 16:53:01 managed-node2 systemd-logind[598]: New session 5 of user root. -- Subject: A new session 5 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 5 has been created for the user root. -- -- The leading process of the session is 7095. Nov 11 16:53:01 managed-node2 sshd[7095]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 11 16:53:02 managed-node2 platform-python[7240]: ansible-setup Invoked with gather_subset=['distribution', 'distribution_major_version', 'os_family'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Nov 11 16:53:03 managed-node2 platform-python[7369]: 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 16:53:03 managed-node2 platform-python[7492]: 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 16:53:04 managed-node2 platform-python[7615]: 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 16:53:20 managed-node2 platform-python[7774]: ansible-fedora.linux_system_roles.systemd_units Invoked with user=root user_facts={} Nov 11 16:53:23 managed-node2 platform-python[7937]: 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 16:53:23 managed-node2 useradd[7941]: new group: name=systemd_user1, GID=5411 Nov 11 16:53:23 managed-node2 useradd[7941]: new user: name=systemd_user1, UID=5411, GID=5411, home=/home/systemd_user1, shell=/bin/bash Nov 11 16:53:23 managed-node2 platform-python[8069]: 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 16:53:23 managed-node2 useradd[8073]: new group: name=systemd_user2, GID=5412 Nov 11 16:53:23 managed-node2 useradd[8073]: new user: name=systemd_user2, UID=5412, GID=5412, home=/home/systemd_user2, shell=/bin/bash Nov 11 16:53:24 managed-node2 platform-python[8201]: ansible-setup Invoked with gather_subset=['distribution', 'distribution_major_version', 'os_family'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d Nov 11 16:53:25 managed-node2 platform-python[8330]: 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 16:53:25 managed-node2 platform-python[8453]: 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 16:53:26 managed-node2 platform-python[8576]: 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 16:53:29 managed-node2 platform-python[8699]: ansible-getent Invoked with database=passwd key=systemd_user1 fail_key=True service=None split=None Nov 11 16:53:29 managed-node2 platform-python[8823]: ansible-getent Invoked with database=passwd key=root fail_key=True service=None split=None Nov 11 16:53:30 managed-node2 platform-python[8947]: ansible-getent Invoked with database=passwd key=systemd_user2 fail_key=True service=None split=None Nov 11 16:53:30 managed-node2 platform-python[9071]: 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 16:53:31 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 16:53:31 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 16:53:31 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 16:53:31 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 16:53:31 managed-node2 systemd[9077]: pam_unix(systemd-user:session): session opened for user systemd_user1 by (uid=0) Nov 11 16:53:31 managed-node2 systemd[9077]: 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 16:53:31 managed-node2 systemd[9077]: 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 16:53:31 managed-node2 systemd[9077]: 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 16:53:31 managed-node2 systemd[9077]: 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 16:53:31 managed-node2 systemd[9077]: 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 16:53:31 managed-node2 systemd[9077]: 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 16:53:31 managed-node2 systemd[9077]: 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 16:53:31 managed-node2 systemd[9077]: 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 16:53:31 managed-node2 systemd[9077]: Startup finished in 30ms. -- 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 30755 microseconds. Nov 11 16:53:31 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 16:53:31 managed-node2 platform-python[9206]: 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 16:53:31 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 16:53:31 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 16:53:31 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 16:53:31 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 16:53:31 managed-node2 systemd[9210]: pam_unix(systemd-user:session): session opened for user systemd_user2 by (uid=0) Nov 11 16:53:31 managed-node2 systemd[9210]: 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 16:53:31 managed-node2 systemd[9210]: 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 16:53:31 managed-node2 systemd[9210]: 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 16:53:31 managed-node2 systemd[9210]: 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 16:53:31 managed-node2 systemd[9210]: 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 16:53:31 managed-node2 systemd[9210]: 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 16:53:31 managed-node2 systemd[9210]: 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 16:53:31 managed-node2 systemd[9210]: 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 16:53:31 managed-node2 systemd[9210]: 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 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 27869 microseconds. Nov 11 16:53:31 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 16:53:31 managed-node2 platform-python[9341]: 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 16:53:32 managed-node2 platform-python[9464]: 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 16:53:32 managed-node2 platform-python[9587]: 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 16:53:33 managed-node2 platform-python[9686]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362012.647451-8987-256705017895393/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 16:53:33 managed-node2 platform-python[9811]: 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 16:53:34 managed-node2 platform-python[9910]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362013.4461033-8987-150546280240066/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 16:53:34 managed-node2 platform-python[10035]: 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 16:53:34 managed-node2 platform-python[10134]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362014.1776268-8987-266715053766481/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 16:53:35 managed-node2 platform-python[10259]: ansible-getent Invoked with database=passwd key=systemd_user1 fail_key=True service=None split=None Nov 11 16:53:36 managed-node2 platform-python[10383]: ansible-getent Invoked with database=passwd key=root fail_key=True service=None split=None Nov 11 16:53:36 managed-node2 platform-python[10507]: ansible-getent Invoked with database=passwd key=systemd_user2 fail_key=True service=None split=None Nov 11 16:53:36 managed-node2 platform-python[10631]: 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 16:53:37 managed-node2 platform-python[10754]: 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 16:53:37 managed-node2 platform-python[10877]: 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 16:53:38 managed-node2 platform-python[11000]: 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 16:53:38 managed-node2 platform-python[11123]: 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 16:53:39 managed-node2 platform-python[11222]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362018.6738026-9291-69064592809929/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 16:53:39 managed-node2 platform-python[11347]: 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 16:53:39 managed-node2 platform-python[11446]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362019.369851-9291-9172645500641/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 16:53:40 managed-node2 platform-python[11571]: 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 16:53:40 managed-node2 platform-python[11670]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362020.0735707-9291-267646375110110/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 16:53:41 managed-node2 platform-python[11795]: ansible-getent Invoked with database=passwd key=systemd_user1 fail_key=True service=None split=None Nov 11 16:53:41 managed-node2 platform-python[11919]: ansible-getent Invoked with database=passwd key=root fail_key=True service=None split=None Nov 11 16:53:42 managed-node2 platform-python[12043]: ansible-getent Invoked with database=passwd key=systemd_user2 fail_key=True service=None split=None Nov 11 16:53:42 managed-node2 platform-python[12167]: 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 16:53:43 managed-node2 platform-python[12290]: 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 16:53:43 managed-node2 platform-python[12413]: 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 16:53:43 managed-node2 platform-python[12536]: 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 16:53:44 managed-node2 platform-python[12659]: 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 16:53:44 managed-node2 platform-python[12782]: 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 16:53:45 managed-node2 platform-python[12905]: 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 16:53:45 managed-node2 platform-python[13028]: 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 16:53:46 managed-node2 platform-python[13127]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362025.4516902-9626-75153334580490/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 16:53:46 managed-node2 platform-python[13252]: 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 16:53:46 managed-node2 platform-python[13351]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362026.1437948-9626-158416298994633/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 16:53:47 managed-node2 platform-python[13476]: 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 16:53:47 managed-node2 platform-python[13575]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1731362026.8408434-9626-258583565457068/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 16:53:48 managed-node2 platform-python[13700]: 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 16:53:48 managed-node2 systemd[1]: Reloading. Nov 11 16:53:48 managed-node2 sudo[13848]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-okxactselvymrjyxkkvafqrcufpjrkzn ; XDG_RUNTIME_DIR=/run/user/5412 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731362028.579494-9699-232803102158479/AnsiballZ_systemd.py' Nov 11 16:53:48 managed-node2 sudo[13848]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 16:53:48 managed-node2 platform-python[13851]: 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 16:53:48 managed-node2 platform-python[13851]: 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 16:53:49 managed-node2 systemd[9210]: Reloading. Nov 11 16:53:49 managed-node2 sudo[13848]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 16:53:49 managed-node2 sudo[13980]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-hhjbbxpsxjpzouvewustdetpfeulcxjh ; XDG_RUNTIME_DIR=/run/user/5411 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731362029.1112003-9699-41251772161608/AnsiballZ_systemd.py' Nov 11 16:53:49 managed-node2 sudo[13980]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 16:53:49 managed-node2 platform-python[13983]: 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 16:53:49 managed-node2 platform-python[13983]: 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 16:53:49 managed-node2 systemd[9077]: Reloading. Nov 11 16:53:49 managed-node2 sudo[13980]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 16:53:50 managed-node2 platform-python[14112]: ansible-getent Invoked with database=passwd key=systemd_user1 fail_key=True service=None split=None Nov 11 16:53:50 managed-node2 platform-python[14236]: ansible-getent Invoked with database=passwd key=root fail_key=True service=None split=None Nov 11 16:53:50 managed-node2 platform-python[14360]: ansible-getent Invoked with database=passwd key=systemd_user2 fail_key=True service=None split=None Nov 11 16:53:51 managed-node2 platform-python[14484]: 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 16:53:51 managed-node2 platform-python[14607]: 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 16:53:52 managed-node2 sudo[14730]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-riyfxgqzixmgktwaesdznhjertbmwgww ; XDG_RUNTIME_DIR=/run/user/5411 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731362032.0281067-9940-172271667016959/AnsiballZ_systemd.py' Nov 11 16:53:52 managed-node2 sudo[14730]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 16:53:52 managed-node2 platform-python[14733]: 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 16:53:52 managed-node2 systemd[9077]: 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 16:53:52 managed-node2 sudo[14730]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 16:53:52 managed-node2 platform-python[14861]: 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 16:53:52 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 16:53:53 managed-node2 sudo[14990]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-weyfftwecdjqeehkgpiwqmrcvtjywnyc ; XDG_RUNTIME_DIR=/run/user/5412 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731362033.0516272-9940-219455853389525/AnsiballZ_systemd.py' Nov 11 16:53:53 managed-node2 sudo[14990]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 16:53:53 managed-node2 platform-python[14993]: 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 16:53:53 managed-node2 systemd[9210]: 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 16:53:53 managed-node2 sudo[14990]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 16:53:53 managed-node2 sudo[15121]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-gvwqaomkksvhdalyqxlaacphpteacvsm ; XDG_RUNTIME_DIR=/run/user/5411 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731362033.5583591-9940-143894133221375/AnsiballZ_systemd.py' Nov 11 16:53:53 managed-node2 sudo[15121]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 16:53:53 managed-node2 platform-python[15124]: 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 16:53:53 managed-node2 systemd[9077]: 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 16:53:53 managed-node2 sudo[15121]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 16:53:54 managed-node2 platform-python[15252]: 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 16:53:54 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 16:53:54 managed-node2 sudo[15381]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-sinnvfmclaktdhonfyotumohsuluwqhz ; XDG_RUNTIME_DIR=/run/user/5412 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731362034.6179671-9940-144127765893496/AnsiballZ_systemd.py' Nov 11 16:53:54 managed-node2 sudo[15381]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 16:53:55 managed-node2 platform-python[15384]: 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 16:53:55 managed-node2 systemd[9210]: 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 16:53:55 managed-node2 sudo[15381]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 16:53:56 managed-node2 sudo[15512]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user1 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-nefiqubdrwnodnkrbrbdymudgbmqclae ; XDG_RUNTIME_DIR=/run/user/5411 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731362036.2599728-10126-4479127357039/AnsiballZ_systemd_units.py' Nov 11 16:53:56 managed-node2 sudo[15512]: pam_unix(sudo:session): session opened for user systemd_user1 by root(uid=0) Nov 11 16:53:56 managed-node2 platform-python[15515]: ansible-fedora.linux_system_roles.systemd_units Invoked with user=systemd_user1 user_facts={} Nov 11 16:53:56 managed-node2 sudo[15512]: pam_unix(sudo:session): session closed for user systemd_user1 Nov 11 16:53:56 managed-node2 platform-python[15639]: ansible-fedora.linux_system_roles.systemd_units Invoked with user=root user_facts={} Nov 11 16:53:57 managed-node2 sudo[15763]: root : TTY=pts/0 ; PWD=/root ; USER=systemd_user2 ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-kaysgbmdwsdtnoddugzfbycuheutfkbg ; XDG_RUNTIME_DIR=/run/user/5412 /usr/libexec/platform-python /var/tmp/ansible-tmp-1731362037.1788876-10126-113053559292805/AnsiballZ_systemd_units.py' Nov 11 16:53:57 managed-node2 sudo[15763]: pam_unix(sudo:session): session opened for user systemd_user2 by root(uid=0) Nov 11 16:53:57 managed-node2 platform-python[15766]: ansible-fedora.linux_system_roles.systemd_units Invoked with user=systemd_user2 user_facts={} Nov 11 16:53:57 managed-node2 sudo[15763]: pam_unix(sudo:session): session closed for user systemd_user2 Nov 11 16:53:58 managed-node2 platform-python[15890]: 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 16:53:58 managed-node2 platform-python[16013]: 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 16:53:59 managed-node2 platform-python[16136]: 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-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:237 Monday 11 November 2024 16:53:59 -0500 (0:00:00.393) 0:00:36.849 ******* 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 9077 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 9210 PLAY RECAP ********************************************************************* managed-node2 : ok=74 changed=9 unreachable=0 failed=2 skipped=51 rescued=1 ignored=0 Monday 11 November 2024 16:54:00 -0500 (0:00:00.771) 0:00:37.621 ******* =============================================================================== fedora.linux_system_roles.systemd : Ensure required units in correct state --- 3.19s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_units.yml:28 fedora.linux_system_roles.systemd : Ensure required packages are installed --- 3.14s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:61 fedora.linux_system_roles.systemd : Ensure unit files are present ------- 2.32s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:46 fedora.linux_system_roles.systemd : Ensure unit file templates are present --- 2.14s /tmp/collections-ccA/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.13s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:57 fedora.linux_system_roles.systemd : Reload systemd ---------------------- 2.01s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:106 Create users ------------------------------------------------------------ 1.46s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:58 fedora.linux_system_roles.systemd : Gather systemd units state for system and user units --- 1.35s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:146 fedora.linux_system_roles.systemd : Ensure directories are present for dropins --- 1.25s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:37 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 0.95s /tmp/collections-ccA/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.90s /tmp/collections-ccA/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.84s /tmp/collections-ccA/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.83s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_unit_files.yml:29 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 0.79s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 0.78s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 Remove users ------------------------------------------------------------ 0.77s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/tests/systemd/tests_user_units.yml:237 fedora.linux_system_roles.systemd : Enable linger if needed ------------- 0.77s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/manage_user_info.yml:71 fedora.linux_system_roles.systemd : Ensure ansible_facts used by role --- 0.72s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/main.yml:3 fedora.linux_system_roles.systemd : Get user information ---------------- 0.56s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/get_update_user_info.yml:7 fedora.linux_system_roles.systemd : Get unit files for user ------------- 0.51s /tmp/collections-ccA/ansible_collections/fedora/linux_system_roles/roles/systemd/tasks/cancel_linger_for_user.yml:5