ansible-playbook [core 2.16.14] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-uHD executable location = /usr/local/bin/ansible-playbook python version = 3.12.1 (main, Feb 21 2024, 14:18:26) [GCC 8.5.0 20210514 (Red Hat 8.5.0-21)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_default.yml **************************************************** 1 plays in /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml PLAY [Ensure that the role runs with default parameters] *********************** TASK [Run the role with default parameters] ************************************ task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:9 Saturday 08 November 2025 14:20:30 -0500 (0:00:00.020) 0:00:00.020 ***** TASK [fedora.linux_system_roles.rhc : Set ansible_facts required by role] ****** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Saturday 08 November 2025 14:20:30 -0500 (0:00:00.016) 0:00:00.036 ***** included: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure ansible_facts used by role] ******* task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 Saturday 08 November 2025 14:20:30 -0500 (0:00:00.014) 0:00:00.051 ***** ok: [managed-node1] TASK [fedora.linux_system_roles.rhc : Check if system is ostree] *************** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 Saturday 08 November 2025 14:20:31 -0500 (0:00:00.897) 0:00:00.948 ***** ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.rhc : Set flag to indicate system is ostree] *** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Saturday 08 November 2025 14:20:31 -0500 (0:00:00.432) 0:00:01.380 ***** ok: [managed-node1] => { "ansible_facts": { "__rhc_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.rhc : Check if insights-packages are installed] *** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 Saturday 08 November 2025 14:20:31 -0500 (0:00:00.019) 0:00:01.400 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle insights unregistration] ********** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 Saturday 08 November 2025 14:20:31 -0500 (0:00:00.010) 0:00:01.410 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "ansible_distribution == \"RedHat\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Handle system subscription] ************** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 Saturday 08 November 2025 14:20:31 -0500 (0:00:00.009) 0:00:01.420 ***** [WARNING]: Collection community.general does not support Ansible version 2.16.14 included: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml for managed-node1 TASK [fedora.linux_system_roles.rhc : Ensure required packages are installed] *** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 Saturday 08 November 2025 14:20:31 -0500 (0:00:00.042) 0:00:01.463 ***** changed: [managed-node1] => { "changed": true, "rc": 0, "results": [ "Installed: python3-librepo-1.14.2-5.el8.x86_64", "Installed: python3-cloud-what-1.28.42-1.el8.x86_64", "Installed: python3-subscription-manager-rhsm-1.28.42-1.el8.x86_64", "Installed: usermode-1.113-2.el8.x86_64", "Installed: python3-ethtool-0.14-5.el8.x86_64", "Installed: dnf-plugin-subscription-manager-1.28.42-1.el8.x86_64", "Installed: subscription-manager-rhsm-certificates-20220623-1.el8.noarch", "Installed: subscription-manager-1.28.42-1.el8.x86_64", "Installed: python3-iniparse-0.4-31.el8.noarch", "Installed: python3-inotify-0.9.6-13.el8.noarch" ] } lsrpackages: subscription-manager TASK [fedora.linux_system_roles.rhc : Get subscription status] ***************** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 Saturday 08 November 2025 14:20:49 -0500 (0:00:18.363) 0:00:19.827 ***** skipping: [managed-node1] => { "changed": false, "false_condition": "not rhc_release is none", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.rhc : Call subscription-manager] *************** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 Saturday 08 November 2025 14:20:49 -0500 (0:00:00.040) 0:00:19.867 ***** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: SyntaxError: future feature annotations is not defined fatal: [managed-node1]: FAILED! => { "changed": false, "rc": 1 } MSG: MODULE FAILURE See stdout/stderr for the exact error MODULE_STDOUT: Traceback (most recent call last): File "/root/.ansible/tmp/ansible-tmp-1762629650.0528445-7976-78910911546350/AnsiballZ_redhat_subscription.py", line 107, in _ansiballz_main() File "/root/.ansible/tmp/ansible-tmp-1762629650.0528445-7976-78910911546350/AnsiballZ_redhat_subscription.py", line 99, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) File "/root/.ansible/tmp/ansible-tmp-1762629650.0528445-7976-78910911546350/AnsiballZ_redhat_subscription.py", line 48, in invoke_module run_name='__main__', alter_sys=True) File "/usr/lib64/python3.6/runpy.py", line 201, in run_module mod_name, mod_spec, code = _get_module_details(mod_name) File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details spec = importlib.util.find_spec(mod_name) File "/usr/lib64/python3.6/importlib/util.py", line 89, in find_spec return _find_spec(fullname, parent.__path__) File "", line 894, in _find_spec File "", line 1157, in find_spec File "", line 1131, in _get_spec File "", line 1112, in _legacy_get_spec File "", line 441, in spec_from_loader File "", line 544, in spec_from_file_location File "/tmp/ansible_community.general.redhat_subscription_payload_fonxsglq/ansible_community.general.redhat_subscription_payload.zip/ansible_collections/community/general/plugins/modules/redhat_subscription.py", line 8 SyntaxError: future feature annotations is not defined MODULE_STDERR: Shared connection to 10.31.47.134 closed. TASK [Assert that the role failed with missing credentials] ******************** task path: /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:18 Saturday 08 November 2025 14:20:50 -0500 (0:00:00.455) 0:00:20.322 ***** fatal: [managed-node1]: FAILED! => { "assertion": "'state is present but any of the following are missing' in ansible_failed_result.msg", "changed": false, "evaluated_to": false } MSG: Assertion failed PLAY RECAP ********************************************************************* managed-node1 : ok=6 changed=1 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.16.14", "end_time": "2025-11-08T19:20:50.429275+00:00Z", "host": "managed-node1", "message": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1, "start_time": "2025-11-08T19:20:49.976844+00:00Z", "task_name": "Call subscription-manager", "task_path": "/tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23" }, { "ansible_version": "2.16.14", "end_time": "2025-11-08T19:20:50.444589+00:00Z", "host": "managed-node1", "message": "Assertion failed", "start_time": "2025-11-08T19:20:50.431940+00:00Z", "task_name": "Assert that the role failed with missing credentials", "task_path": "/tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:18" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 08 November 2025 14:20:50 -0500 (0:00:00.013) 0:00:20.336 ***** =============================================================================== fedora.linux_system_roles.rhc : Ensure required packages are installed -- 18.36s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:3 fedora.linux_system_roles.rhc : Ensure ansible_facts used by role ------- 0.90s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:3 fedora.linux_system_roles.rhc : Call subscription-manager --------------- 0.46s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:23 fedora.linux_system_roles.rhc : Check if system is ostree --------------- 0.43s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:11 fedora.linux_system_roles.rhc : Handle system subscription -------------- 0.04s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:15 fedora.linux_system_roles.rhc : Get subscription status ----------------- 0.04s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/subscription-manager.yml:10 fedora.linux_system_roles.rhc : Set flag to indicate system is ostree --- 0.02s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:16 Run the role with default parameters ------------------------------------ 0.02s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:9 fedora.linux_system_roles.rhc : Set ansible_facts required by role ------ 0.01s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:3 Assert that the role failed with missing credentials -------------------- 0.01s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/tests/rhc/tests_default.yml:18 fedora.linux_system_roles.rhc : Check if insights-packages are installed --- 0.01s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/set_vars.yml:20 fedora.linux_system_roles.rhc : Handle insights unregistration ---------- 0.01s /tmp/collections-uHD/ansible_collections/fedora/linux_system_roles/roles/rhc/tasks/main.yml:6 -- Logs begin at Sat 2025-11-08 14:17:31 EST, end at Sat 2025-11-08 14:20:50 EST. -- Nov 08 14:20:29 managed-node1 sshd[7017]: Accepted publickey for root from 10.31.11.198 port 36278 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 08 14:20:29 managed-node1 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 08 14:20:29 managed-node1 systemd-logind[608]: 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 7017. Nov 08 14:20:29 managed-node1 sshd[7017]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 08 14:20:29 managed-node1 sshd[7020]: Received disconnect from 10.31.11.198 port 36278:11: disconnected by user Nov 08 14:20:29 managed-node1 sshd[7020]: Disconnected from user root 10.31.11.198 port 36278 Nov 08 14:20:29 managed-node1 sshd[7017]: pam_unix(sshd:session): session closed for user root Nov 08 14:20:29 managed-node1 systemd[1]: session-5.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-5.scope has successfully entered the 'dead' state. Nov 08 14:20:29 managed-node1 systemd-logind[608]: Session 5 logged out. Waiting for processes to exit. Nov 08 14:20:29 managed-node1 systemd-logind[608]: Removed session 5. -- Subject: Session 5 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 5 has been terminated. Nov 08 14:20:29 managed-node1 sshd[7040]: Accepted publickey for root from 10.31.11.198 port 36290 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 08 14:20:29 managed-node1 systemd-logind[608]: New session 6 of user root. -- Subject: A new session 6 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 6 has been created for the user root. -- -- The leading process of the session is 7040. Nov 08 14:20:29 managed-node1 systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Nov 08 14:20:29 managed-node1 sshd[7040]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 08 14:20:29 managed-node1 sshd[7043]: Received disconnect from 10.31.11.198 port 36290:11: disconnected by user Nov 08 14:20:29 managed-node1 sshd[7043]: Disconnected from user root 10.31.11.198 port 36290 Nov 08 14:20:29 managed-node1 sshd[7040]: pam_unix(sshd:session): session closed for user root Nov 08 14:20:29 managed-node1 systemd[1]: session-6.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-6.scope has successfully entered the 'dead' state. Nov 08 14:20:29 managed-node1 systemd-logind[608]: Session 6 logged out. Waiting for processes to exit. Nov 08 14:20:29 managed-node1 systemd-logind[608]: Removed session 6. -- Subject: Session 6 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 6 has been terminated. Nov 08 14:20:30 managed-node1 sshd[7065]: Accepted publickey for root from 10.31.11.198 port 36302 ssh2: ECDSA SHA256:ZOWxvWyD2xOL3Y/Da/RsGPTAcDLp0Rkxb0pNWp6N9Xg Nov 08 14:20:30 managed-node1 systemd[1]: Started Session 7 of user root. -- Subject: Unit session-7.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-7.scope has finished starting up. -- -- The start-up result is done. Nov 08 14:20:30 managed-node1 systemd-logind[608]: New session 7 of user root. -- Subject: A new session 7 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 7 has been created for the user root. -- -- The leading process of the session is 7065. Nov 08 14:20:30 managed-node1 sshd[7065]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 08 14:20:31 managed-node1 platform-python[7210]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Nov 08 14:20:31 managed-node1 platform-python[7337]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Nov 08 14:20:31 managed-node1 platform-python[7460]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Nov 08 14:20:32 managed-node1 platform-python[7528]: ansible-ansible.legacy.dnf Invoked with name=['subscription-manager'] state=present allow_downgrade=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 allowerasing=False nobest=False use_backend=auto conf_file=None disable_excludes=None download_dir=None list=None releasever=None Nov 08 14:20:48 managed-node1 dbus-daemon[607]: [system] Reloaded configuration Nov 08 14:20:48 managed-node1 dbus-daemon[607]: [system] Reloaded configuration Nov 08 14:20:48 managed-node1 dbus-daemon[607]: [system] Reloaded configuration Nov 08 14:20:48 managed-node1 dbus-daemon[607]: [system] Reloaded configuration Nov 08 14:20:48 managed-node1 dbus-daemon[607]: [system] Reloaded configuration Nov 08 14:20:48 managed-node1 dbus-daemon[607]: [system] Reloaded configuration Nov 08 14:20:48 managed-node1 dbus-daemon[607]: [system] Reloaded configuration Nov 08 14:20:48 managed-node1 dbus-daemon[607]: [system] Reloaded configuration Nov 08 14:20:49 managed-node1 systemd[1]: Started /usr/bin/systemctl start man-db-cache-update. -- Subject: Unit run-r6d03510f492344bda2cce82e19a186d9.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit run-r6d03510f492344bda2cce82e19a186d9.service has finished starting up. -- -- The start-up result is done. Nov 08 14:20:49 managed-node1 systemd[1]: cgroup compatibility translation between legacy and unified hierarchy settings activated. See cgroup-compat debug messages for details. Nov 08 14:20:49 managed-node1 systemd[1]: Starting man-db-cache-update.service... -- Subject: Unit man-db-cache-update.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has begun starting up. Nov 08 14:20:49 managed-node1 systemd[1]: Reloading. Nov 08 14:20:49 managed-node1 systemd[1]: man-db-cache-update.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit man-db-cache-update.service has successfully entered the 'dead' state. Nov 08 14:20:49 managed-node1 systemd[1]: Started man-db-cache-update.service. -- Subject: Unit man-db-cache-update.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit man-db-cache-update.service has finished starting up. -- -- The start-up result is done. Nov 08 14:20:49 managed-node1 systemd[1]: run-r6d03510f492344bda2cce82e19a186d9.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit run-r6d03510f492344bda2cce82e19a186d9.service has successfully entered the 'dead' state. Nov 08 14:20:50 managed-node1 sshd[7856]: Accepted publickey for root from 10.31.11.198 port 56430 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 08 14:20:50 managed-node1 systemd[1]: Started Session 8 of user root. -- Subject: Unit session-8.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-8.scope has finished starting up. -- -- The start-up result is done. Nov 08 14:20:50 managed-node1 systemd-logind[608]: New session 8 of user root. -- Subject: A new session 8 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 8 has been created for the user root. -- -- The leading process of the session is 7856. Nov 08 14:20:50 managed-node1 sshd[7856]: pam_unix(sshd:session): session opened for user root by (uid=0) Nov 08 14:20:50 managed-node1 sshd[7859]: Received disconnect from 10.31.11.198 port 56430:11: disconnected by user Nov 08 14:20:50 managed-node1 sshd[7859]: Disconnected from user root 10.31.11.198 port 56430 Nov 08 14:20:50 managed-node1 sshd[7856]: pam_unix(sshd:session): session closed for user root Nov 08 14:20:50 managed-node1 systemd[1]: session-8.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-8.scope has successfully entered the 'dead' state. Nov 08 14:20:50 managed-node1 systemd-logind[608]: Session 8 logged out. Waiting for processes to exit. Nov 08 14:20:50 managed-node1 systemd-logind[608]: Removed session 8. -- Subject: Session 8 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 8 has been terminated. Nov 08 14:20:50 managed-node1 sshd[7880]: Accepted publickey for root from 10.31.11.198 port 56432 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Nov 08 14:20:50 managed-node1 systemd-logind[608]: New session 9 of user root. -- Subject: A new session 9 has been created for user root -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 9 has been created for the user root. -- -- The leading process of the session is 7880. Nov 08 14:20:50 managed-node1 systemd[1]: Started Session 9 of user root. -- Subject: Unit session-9.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-9.scope has finished starting up. -- -- The start-up result is done. Nov 08 14:20:50 managed-node1 sshd[7880]: pam_unix(sshd:session): session opened for user root by (uid=0)