ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/lib/python2.7/site-packages/ansible executable location = /usr/bin/ansible-playbook python version = 2.7.5 (default, Nov 14 2023, 16:14:06) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] Using /etc/ansible/ansible.cfg as config file [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_share_system_dir.yml ******************************************* 1 plays in /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml PLAY [Ensure that the role can share tangd.socket.d directory with other files] *** META: ran handlers TASK [Create the tangd.socket.d directory] ************************************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:14 Saturday 05 October 2024 09:00:01 -0400 (0:00:00.043) 0:00:00.043 ****** changed: [managed-node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": true, "gid": 0, "group": "root", "mode": "0775", "owner": "root", "path": "/etc/systemd/system/tangd.socket.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Create a customization systemd file] ************************************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:20 Saturday 05 October 2024 09:00:02 -0400 (0:00:00.726) 0:00:00.769 ****** changed: [managed-node3] => { "changed": true, "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "dest": "/etc/systemd/system/tangd.socket.d/override2.conf", "gid": 0, "group": "root", "md5sum": "fb9de2e8557683271457053efbe78252", "mode": "0664", "owner": "root", "secontext": "system_u:object_r:tangd_unit_file_t:s0", "size": 28, "src": "/root/.ansible/tmp/ansible-tmp-1728133202.23-11232-195540178527752/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:28 Saturday 05 October 2024 09:00:03 -0400 (0:00:01.214) 0:00:01.984 ****** TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 05 October 2024 09:00:03 -0400 (0:00:00.053) 0:00:02.037 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 05 October 2024 09:00:03 -0400 (0:00:00.087) 0:00:02.124 ****** ok: [managed-node3] TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 05 October 2024 09:00:04 -0400 (0:00:01.026) 0:00:03.151 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 05 October 2024 09:00:04 -0400 (0:00:00.406) 0:00:03.558 ****** ok: [managed-node3] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 05 October 2024 09:00:04 -0400 (0:00:00.064) 0:00:03.622 ****** ok: [managed-node3] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 05 October 2024 09:00:04 -0400 (0:00:00.067) 0:00:03.689 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 05 October 2024 09:00:05 -0400 (0:00:00.076) 0:00:03.766 ****** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 05 October 2024 09:00:06 -0400 (0:00:01.367) 0:00:05.133 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 05 October 2024 09:00:06 -0400 (0:00:00.070) 0:00:05.203 ****** changed: [managed-node3] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": true, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 05 October 2024 09:00:07 -0400 (0:00:00.560) 0:00:05.764 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 05 October 2024 09:00:07 -0400 (0:00:00.099) 0:00:05.864 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml for managed-node3 TASK [Ensure tang port is labeled tangd_port_t for SELinux] ******************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 05 October 2024 09:00:07 -0400 (0:00:00.086) 0:00:05.950 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 05 October 2024 09:00:07 -0400 (0:00:00.035) 0:00:05.985 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728133201.9812, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1728133203.1672063, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 266526, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1728133203.1672063, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "18446744072302018929", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 05 October 2024 09:00:07 -0400 (0:00:00.354) 0:00:06.339 ****** ok: [managed-node3] => { "changed": false, "examined": 1, "files": [ { "atime": 1728133203.1642063, "ctime": 1728133203.1672063, "dev": 51713, "gid": 0, "gr_name": "root", "inode": 266344, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1728133202.8502045, "nlink": 1, "path": "/etc/systemd/system/tangd.socket.d/override2.conf", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "wgrp": true, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } ], "matched": 1 } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 05 October 2024 09:00:08 -0400 (0:00:00.528) 0:00:06.868 ****** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0775", "owner": "root", "path": "/etc/systemd/system/tangd.socket.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 05 October 2024 09:00:08 -0400 (0:00:00.409) 0:00:07.277 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 05 October 2024 09:00:08 -0400 (0:00:00.020) 0:00:07.297 ****** ok: [managed-node3] => { "ansible_facts": { "__nbde_server_port_changed": false }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 05 October 2024 09:00:08 -0400 (0:00:00.029) 0:00:07.327 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 05 October 2024 09:00:08 -0400 (0:00:00.022) 0:00:07.349 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 05 October 2024 09:00:08 -0400 (0:00:00.030) 0:00:07.380 ****** ok: [managed-node3] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Sat 2024-10-05 08:59:50 EDT", "ActiveEnterTimestampMonotonic": "384018156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "-.slice sysinit.target", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 08:59:50 EDT", "AssertTimestampMonotonic": "384017287", "Backlog": "128", "Before": "multi-user.target tangd@0.service sockets.target shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 08:59:50 EDT", "ConditionTimestampMonotonic": "384017285", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-10-05 08:59:50 EDT", "InactiveExitTimestampMonotonic": "384018156", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "yes", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "-.slice sysinit.target", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check tangd socket dir] ************************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:33 Saturday 05 October 2024 09:00:09 -0400 (0:00:01.298) 0:00:08.679 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1728133208.0662324, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1728133203.1672063, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 266526, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1728133203.1672063, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "18446744072302018929", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check custom file] ******************************************************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:39 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.346) 0:00:09.025 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1728133203.1642063, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "ctime": 1728133203.1672063, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 266344, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0664", "mtime": 1728133202.8502045, "nlink": 1, "path": "/etc/systemd/system/tangd.socket.d/override2.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": "18446744072302018935", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify role reported no changes] ***************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:45 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.412) 0:00:09.438 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Run the role with a custom port] ***************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:49 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.030) 0:00:09.469 ****** TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.065) 0:00:09.534 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.056) 0:00:09.591 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.040) 0:00:09.632 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.028) 0:00:09.660 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.023) 0:00:09.684 ****** ok: [managed-node3] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 05 October 2024 09:00:10 -0400 (0:00:00.035) 0:00:09.719 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 05 October 2024 09:00:11 -0400 (0:00:00.035) 0:00:09.755 ****** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 05 October 2024 09:00:12 -0400 (0:00:01.009) 0:00:10.765 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 05 October 2024 09:00:12 -0400 (0:00:00.026) 0:00:10.791 ****** ok: [managed-node3] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 05 October 2024 09:00:12 -0400 (0:00:00.364) 0:00:11.156 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 05 October 2024 09:00:12 -0400 (0:00:00.027) 0:00:11.183 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml for managed-node3 TASK [Ensure tang port is labeled tangd_port_t for SELinux] ******************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 05 October 2024 09:00:12 -0400 (0:00:00.049) 0:00:11.233 ****** TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 05 October 2024 09:00:12 -0400 (0:00:00.115) 0:00:11.348 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml for managed-node3 TASK [fedora.linux_system_roles.selinux : Ensure ansible_facts used by role] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 05 October 2024 09:00:12 -0400 (0:00:00.063) 0:00:11.411 ****** ok: [managed-node3] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 05 October 2024 09:00:13 -0400 (0:00:00.434) 0:00:11.845 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml for managed-node3 TASK [fedora.linux_system_roles.selinux : Check if system is ostree] *********** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 05 October 2024 09:00:13 -0400 (0:00:00.075) 0:00:11.921 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag to indicate system is ostree] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 05 October 2024 09:00:13 -0400 (0:00:00.386) 0:00:12.307 ****** ok: [managed-node3] => { "ansible_facts": { "__selinux_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 05 October 2024 09:00:13 -0400 (0:00:00.034) 0:00:12.342 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 05 October 2024 09:00:13 -0400 (0:00:00.379) 0:00:12.721 ****** ok: [managed-node3] => { "ansible_facts": { "__selinux_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Install SELinux python2 tools] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 05 October 2024 09:00:14 -0400 (0:00:00.029) 0:00:12.750 ****** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "libselinux-python-2.5-15.el7.x86_64 providing libselinux-python is already installed", "policycoreutils-python-2.5-34.el7.x86_64 providing policycoreutils-python is already installed" ] } lsrpackages: libselinux-python policycoreutils-python TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 05 October 2024 09:00:15 -0400 (0:00:01.118) 0:00:13.869 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 05 October 2024 09:00:15 -0400 (0:00:00.033) 0:00:13.902 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 05 October 2024 09:00:15 -0400 (0:00:00.042) 0:00:13.945 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Saturday 05 October 2024 09:00:15 -0400 (0:00:00.030) 0:00:13.976 ****** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Saturday 05 October 2024 09:00:15 -0400 (0:00:00.046) 0:00:14.023 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Fail if reboot is needed and not set] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Saturday 05 October 2024 09:00:15 -0400 (0:00:00.038) 0:00:14.061 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Saturday 05 October 2024 09:00:15 -0400 (0:00:00.034) 0:00:14.096 ****** ok: [managed-node3] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 05 October 2024 09:00:15 -0400 (0:00:00.578) 0:00:14.675 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 05 October 2024 09:00:15 -0400 (0:00:00.033) 0:00:14.708 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.030) 0:00:14.739 ****** ok: [managed-node3] => { "ansible_facts": { "selinux_reboot_required": false }, "changed": false } TASK [fedora.linux_system_roles.selinux : Fail if reboot is required] ********** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.043) 0:00:14.783 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.021) 0:00:14.805 ****** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.041) 0:00:14.846 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.032) 0:00:14.879 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.030) 0:00:14.909 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.035) 0:00:14.945 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.030) 0:00:14.975 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.024) 0:00:15.000 ****** TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.031) 0:00:15.032 ****** TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 05 October 2024 09:00:16 -0400 (0:00:00.030) 0:00:15.062 ****** changed: [managed-node3] => (item={u'setype': u'tangd_port_t', u'proto': u'tcp', u'local': True, u'state': u'present', u'ports': 7500}) => { "__selinux_item": { "local": true, "ports": 7500, "proto": "tcp", "setype": "tangd_port_t", "state": "present" }, "ansible_loop_var": "__selinux_item", "changed": true, "ports": [ "7500" ], "proto": "tcp", "setype": "tangd_port_t", "state": "present" } TASK [fedora.linux_system_roles.selinux : Set linux user to SELinux user mapping] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 05 October 2024 09:00:19 -0400 (0:00:03.399) 0:00:18.462 ****** TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 05 October 2024 09:00:19 -0400 (0:00:00.029) 0:00:18.491 ****** ok: [managed-node3] => { "ansible_facts": { "selinux_checksums": false, "selinux_installed_modules": { "abrt": { "100": { "checksum": "", "enabled": 1 } }, "accountsd": { "100": { "checksum": "", "enabled": 1 } }, "acct": { "100": { "checksum": "", "enabled": 1 } }, "afs": { "100": { "checksum": "", "enabled": 1 } }, "aiccu": { "100": { "checksum": "", "enabled": 1 } }, "aide": { "100": { "checksum": "", "enabled": 1 } }, "ajaxterm": { "100": { "checksum": "", "enabled": 1 } }, "alsa": { "100": { "checksum": "", "enabled": 1 } }, "amanda": { "100": { "checksum": "", "enabled": 1 } }, "amtu": { "100": { "checksum": "", "enabled": 1 } }, "anaconda": { "100": { "checksum": "", "enabled": 1 } }, "antivirus": { "100": { "checksum": "", "enabled": 1 } }, "apache": { "100": { "checksum": "", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "", "enabled": 1 } }, "apm": { "100": { "checksum": "", "enabled": 1 } }, "application": { "100": { "checksum": "", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "", "enabled": 1 } }, "asterisk": { "100": { "checksum": "", "enabled": 1 } }, "auditadm": { "100": { "checksum": "", "enabled": 1 } }, "authconfig": { "100": { "checksum": "", "enabled": 1 } }, "authlogin": { "100": { "checksum": "", "enabled": 1 } }, "automount": { "100": { "checksum": "", "enabled": 1 } }, "avahi": { "100": { "checksum": "", "enabled": 1 } }, "awstats": { "100": { "checksum": "", "enabled": 1 } }, "bacula": { "100": { "checksum": "", "enabled": 1 } }, "base": { "100": { "checksum": "", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "", "enabled": 1 } }, "bind": { "100": { "checksum": "", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "", "enabled": 1 } }, "blueman": { "100": { "checksum": "", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "", "enabled": 1 } }, "boinc": { "100": { "checksum": "", "enabled": 1 } }, "boltd": { "100": { "checksum": "", "enabled": 1 } }, "bootloader": { "100": { "checksum": "", "enabled": 1 } }, "brctl": { "100": { "checksum": "", "enabled": 1 } }, "brltty": { "100": { "checksum": "", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "", "enabled": 1 } }, "bumblebee": { "100": { "checksum": "", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "", "enabled": 1 } }, "calamaris": { "100": { "checksum": "", "enabled": 1 } }, "callweaver": { "100": { "checksum": "", "enabled": 1 } }, "canna": { "100": { "checksum": "", "enabled": 1 } }, "ccs": { "100": { "checksum": "", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "", "enabled": 1 } }, "certmaster": { "100": { "checksum": "", "enabled": 1 } }, "certmonger": { "100": { "checksum": "", "enabled": 1 } }, "certwatch": { "100": { "checksum": "", "enabled": 1 } }, "cfengine": { "100": { "checksum": "", "enabled": 1 } }, "cgdcbxd": { "100": { "checksum": "", "enabled": 1 } }, "cgroup": { "100": { "checksum": "", "enabled": 1 } }, "chrome": { "100": { "checksum": "", "enabled": 1 } }, "chronyd": { "100": { "checksum": "", "enabled": 1 } }, "cinder": { "100": { "checksum": "", "enabled": 1 } }, "cipe": { "100": { "checksum": "", "enabled": 1 } }, "clock": { "100": { "checksum": "", "enabled": 1 } }, "clogd": { "100": { "checksum": "", "enabled": 1 } }, "cloudform": { "100": { "checksum": "", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "", "enabled": 1 } }, "cobbler": { "100": { "checksum": "", "enabled": 1 } }, "cockpit": { "100": { "checksum": "", "enabled": 1 } }, "collectd": { "100": { "checksum": "", "enabled": 1 } }, "colord": { "100": { "checksum": "", "enabled": 1 } }, "comsat": { "100": { "checksum": "", "enabled": 1 } }, "condor": { "100": { "checksum": "", "enabled": 1 } }, "conman": { "100": { "checksum": "", "enabled": 1 } }, "consolekit": { "100": { "checksum": "", "enabled": 1 } }, "container": { "100": { "checksum": "", "enabled": 1 } }, "couchdb": { "100": { "checksum": "", "enabled": 1 } }, "courier": { "100": { "checksum": "", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "", "enabled": 1 } }, "cron": { "100": { "checksum": "", "enabled": 1 } }, "ctdb": { "100": { "checksum": "", "enabled": 1 } }, "cups": { "100": { "checksum": "", "enabled": 1 } }, "cvs": { "100": { "checksum": "", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "", "enabled": 1 } }, "cyrus": { "100": { "checksum": "", "enabled": 1 } }, "daemontools": { "100": { "checksum": "", "enabled": 1 } }, "dbadm": { "100": { "checksum": "", "enabled": 1 } }, "dbskk": { "100": { "checksum": "", "enabled": 1 } }, "dbus": { "100": { "checksum": "", "enabled": 1 } }, "dcc": { "100": { "checksum": "", "enabled": 1 } }, "ddclient": { "100": { "checksum": "", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "", "enabled": 1 } }, "devicekit": { "100": { "checksum": "", "enabled": 1 } }, "dhcp": { "100": { "checksum": "", "enabled": 1 } }, "dictd": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "", "enabled": 1 } }, "dirsrv-admin": { "100": { "checksum": "", "enabled": 1 } }, "dmesg": { "100": { "checksum": "", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "", "enabled": 1 } }, "dnssec": { "100": { "checksum": "", "enabled": 1 } }, "dovecot": { "100": { "checksum": "", "enabled": 1 } }, "drbd": { "100": { "checksum": "", "enabled": 1 } }, "dspam": { "100": { "checksum": "", "enabled": 1 } }, "entropyd": { "100": { "checksum": "", "enabled": 1 } }, "exim": { "100": { "checksum": "", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "", "enabled": 1 } }, "fcoe": { "100": { "checksum": "", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "", "enabled": 1 } }, "finger": { "100": { "checksum": "", "enabled": 1 } }, "firewalld": { "100": { "checksum": "", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "", "enabled": 1 } }, "firstboot": { "100": { "checksum": "", "enabled": 1 } }, "fprintd": { "100": { "checksum": "", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "", "enabled": 1 } }, "freqset": { "100": { "checksum": "", "enabled": 1 } }, "fstools": { "100": { "checksum": "", "enabled": 1 } }, "ftp": { "100": { "checksum": "", "enabled": 1 } }, "games": { "100": { "checksum": "", "enabled": 1 } }, "ganesha": { "100": { "checksum": "", "enabled": 1 } }, "gdomap": { "100": { "checksum": "", "enabled": 1 } }, "geoclue": { "100": { "checksum": "", "enabled": 1 } }, "getty": { "100": { "checksum": "", "enabled": 1 } }, "git": { "100": { "checksum": "", "enabled": 1 } }, "gitosis": { "100": { "checksum": "", "enabled": 1 } }, "glance": { "100": { "checksum": "", "enabled": 1 } }, "glusterd": { "100": { "checksum": "", "enabled": 1 } }, "gnome": { "100": { "checksum": "", "enabled": 1 } }, "gpg": { "100": { "checksum": "", "enabled": 1 } }, "gpm": { "100": { "checksum": "", "enabled": 1 } }, "gpsd": { "100": { "checksum": "", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "", "enabled": 1 } }, "guest": { "100": { "checksum": "", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "", "enabled": 1 } }, "hostname": { "100": { "checksum": "", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "", "enabled": 1 } }, "hwloc": { "100": { "checksum": "", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "", "enabled": 1 } }, "icecast": { "100": { "checksum": "", "enabled": 1 } }, "inetd": { "100": { "checksum": "", "enabled": 1 } }, "init": { "100": { "checksum": "", "enabled": 1 } }, "inn": { "100": { "checksum": "", "enabled": 1 } }, "iodine": { "100": { "checksum": "", "enabled": 1 } }, "iotop": { "100": { "checksum": "", "enabled": 1 } }, "ipa": { "100": { "checksum": "", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "", "enabled": 1 } }, "ipsec": { "100": { "checksum": "", "enabled": 1 } }, "iptables": { "100": { "checksum": "", "enabled": 1 } }, "irc": { "100": { "checksum": "", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "", "enabled": 1 } }, "iscsi": { "100": { "checksum": "", "enabled": 1 } }, "isns": { "100": { "checksum": "", "enabled": 1 } }, "jabber": { "100": { "checksum": "", "enabled": 1 } }, "jetty": { "100": { "checksum": "", "enabled": 1 } }, "jockey": { "100": { "checksum": "", "enabled": 1 } }, "journalctl": { "100": { "checksum": "", "enabled": 1 } }, "kdump": { "100": { "checksum": "", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "", "enabled": 1 } }, "keepalived": { "100": { "checksum": "", "enabled": 1 } }, "kerberos": { "100": { "checksum": "", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "", "enabled": 1 } }, "keystone": { "100": { "checksum": "", "enabled": 1 } }, "kismet": { "100": { "checksum": "", "enabled": 1 } }, "kmscon": { "100": { "checksum": "", "enabled": 1 } }, "kpatch": { "100": { "checksum": "", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "", "enabled": 1 } }, "ktalk": { "100": { "checksum": "", "enabled": 1 } }, "l2tp": { "100": { "checksum": "", "enabled": 1 } }, "ldap": { "100": { "checksum": "", "enabled": 1 } }, "libraries": { "100": { "checksum": "", "enabled": 1 } }, "likewise": { "100": { "checksum": "", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "", "enabled": 1 } }, "lircd": { "100": { "checksum": "", "enabled": 1 } }, "livecd": { "100": { "checksum": "", "enabled": 1 } }, "lldpad": { "100": { "checksum": "", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "", "enabled": 1 } }, "locallogin": { "100": { "checksum": "", "enabled": 1 } }, "lockdev": { "100": { "checksum": "", "enabled": 1 } }, "logadm": { "100": { "checksum": "", "enabled": 1 } }, "logging": { "100": { "checksum": "", "enabled": 1 } }, "logrotate": { "100": { "checksum": "", "enabled": 1 } }, "logwatch": { "100": { "checksum": "", "enabled": 1 } }, "lpd": { "100": { "checksum": "", "enabled": 1 } }, "lsm": { "100": { "checksum": "", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "", "enabled": 1 } }, "lvm": { "100": { "checksum": "", "enabled": 1 } }, "mailman": { "100": { "checksum": "", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "", "enabled": 1 } }, "man2html": { "100": { "checksum": "", "enabled": 1 } }, "mandb": { "100": { "checksum": "", "enabled": 1 } }, "mcelog": { "100": { "checksum": "", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "", "enabled": 1 } }, "memcached": { "100": { "checksum": "", "enabled": 1 } }, "milter": { "100": { "checksum": "", "enabled": 1 } }, "minidlna": { "100": { "checksum": "", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "", "enabled": 1 } }, "mip6d": { "100": { "checksum": "", "enabled": 1 } }, "mirrormanager": { "100": { "checksum": "", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "", "enabled": 1 } }, "mock": { "100": { "checksum": "", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "", "enabled": 1 } }, "modutils": { "100": { "checksum": "", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "", "enabled": 1 } }, "mongodb": { "100": { "checksum": "", "enabled": 1 } }, "motion": { "100": { "checksum": "", "enabled": 1 } }, "mount": { "100": { "checksum": "", "enabled": 1 } }, "mozilla": { "100": { "checksum": "", "enabled": 1 } }, "mpd": { "100": { "checksum": "", "enabled": 1 } }, "mplayer": { "100": { "checksum": "", "enabled": 1 } }, "mrtg": { "100": { "checksum": "", "enabled": 1 } }, "mta": { "100": { "checksum": "", "enabled": 1 } }, "munin": { "100": { "checksum": "", "enabled": 1 } }, "mysql": { "100": { "checksum": "", "enabled": 1 } }, "mythtv": { "100": { "checksum": "", "enabled": 1 } }, "nagios": { "100": { "checksum": "", "enabled": 1 } }, "namespace": { "100": { "checksum": "", "enabled": 1 } }, "ncftool": { "100": { "checksum": "", "enabled": 1 } }, "netlabel": { "100": { "checksum": "", "enabled": 1 } }, "netutils": { "100": { "checksum": "", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "", "enabled": 1 } }, "ninfod": { "100": { "checksum": "", "enabled": 1 } }, "nis": { "100": { "checksum": "", "enabled": 1 } }, "nova": { "100": { "checksum": "", "enabled": 1 } }, "nscd": { "100": { "checksum": "", "enabled": 1 } }, "nsd": { "100": { "checksum": "", "enabled": 1 } }, "nslcd": { "100": { "checksum": "", "enabled": 1 } }, "ntop": { "100": { "checksum": "", "enabled": 1 } }, "ntp": { "100": { "checksum": "", "enabled": 1 } }, "numad": { "100": { "checksum": "", "enabled": 1 } }, "nut": { "100": { "checksum": "", "enabled": 1 } }, "nx": { "100": { "checksum": "", "enabled": 1 } }, "obex": { "100": { "checksum": "", "enabled": 1 } }, "oddjob": { "100": { "checksum": "", "enabled": 1 } }, "openct": { "100": { "checksum": "", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "", "enabled": 1 } }, "openhpid": { "100": { "checksum": "", "enabled": 1 } }, "openshift": { "100": { "checksum": "", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "", "enabled": 1 } }, "opensm": { "100": { "checksum": "", "enabled": 1 } }, "openvpn": { "100": { "checksum": "", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "", "enabled": 1 } }, "openwsman": { "100": { "checksum": "", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "", "enabled": 1 } }, "osad": { "100": { "checksum": "", "enabled": 1 } }, "pads": { "100": { "checksum": "", "enabled": 1 } }, "passenger": { "100": { "checksum": "", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "", "enabled": 1 } }, "pcp": { "100": { "checksum": "", "enabled": 1 } }, "pcscd": { "100": { "checksum": "", "enabled": 1 } }, "pegasus": { "100": { "checksum": "", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "", "enabled": 1 } }, "pesign": { "100": { "checksum": "", "enabled": 1 } }, "pingd": { "100": { "checksum": "", "enabled": 1 } }, "piranha": { "100": { "checksum": "", "enabled": 1 } }, "pkcs": { "100": { "checksum": "", "enabled": 1 } }, "pki": { "100": { "checksum": "", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "", "enabled": 1 } }, "policykit": { "100": { "checksum": "", "enabled": 1 } }, "polipo": { "100": { "checksum": "", "enabled": 1 } }, "portmap": { "100": { "checksum": "", "enabled": 1 } }, "portreserve": { "100": { "checksum": "", "enabled": 1 } }, "postfix": { "100": { "checksum": "", "enabled": 1 } }, "postgresql": { "100": { "checksum": "", "enabled": 1 } }, "postgrey": { "100": { "checksum": "", "enabled": 1 } }, "ppp": { "100": { "checksum": "", "enabled": 1 } }, "prelink": { "100": { "checksum": "", "enabled": 1 } }, "prelude": { "100": { "checksum": "", "enabled": 1 } }, "privoxy": { "100": { "checksum": "", "enabled": 1 } }, "procmail": { "100": { "checksum": "", "enabled": 1 } }, "prosody": { "100": { "checksum": "", "enabled": 1 } }, "psad": { "100": { "checksum": "", "enabled": 1 } }, "ptchown": { "100": { "checksum": "", "enabled": 1 } }, "publicfile": { "100": { "checksum": "", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "", "enabled": 1 } }, "puppet": { "100": { "checksum": "", "enabled": 1 } }, "pwauth": { "100": { "checksum": "", "enabled": 1 } }, "qmail": { "100": { "checksum": "", "enabled": 1 } }, "qpid": { "100": { "checksum": "", "enabled": 1 } }, "quantum": { "100": { "checksum": "", "enabled": 1 } }, "quota": { "100": { "checksum": "", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "", "enabled": 1 } }, "radius": { "100": { "checksum": "", "enabled": 1 } }, "radvd": { "100": { "checksum": "", "enabled": 1 } }, "raid": { "100": { "checksum": "", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "", "enabled": 1 } }, "rdisc": { "100": { "checksum": "", "enabled": 1 } }, "readahead": { "100": { "checksum": "", "enabled": 1 } }, "realmd": { "100": { "checksum": "", "enabled": 1 } }, "redis": { "100": { "checksum": "", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "", "enabled": 1 } }, "restraint": { "400": { "checksum": "", "enabled": 1 } }, "rhcs": { "100": { "checksum": "", "enabled": 1 } }, "rhev": { "100": { "checksum": "", "enabled": 1 } }, "rhgb": { "100": { "checksum": "", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "", "enabled": 1 } }, "rhts": { "400": { "checksum": "", "enabled": 1 } }, "ricci": { "100": { "checksum": "", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "", "enabled": 1 } }, "rlogin": { "100": { "checksum": "", "enabled": 1 } }, "rngd": { "100": { "checksum": "", "enabled": 1 } }, "roundup": { "100": { "checksum": "", "enabled": 1 } }, "rpc": { "100": { "checksum": "", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "", "enabled": 1 } }, "rpm": { "100": { "checksum": "", "enabled": 1 } }, "rshd": { "100": { "checksum": "", "enabled": 1 } }, "rssh": { "100": { "checksum": "", "enabled": 1 } }, "rsync": { "100": { "checksum": "", "enabled": 1 } }, "rtas": { "100": { "checksum": "", "enabled": 1 } }, "rtkit": { "100": { "checksum": "", "enabled": 1 } }, "rwho": { "100": { "checksum": "", "enabled": 1 } }, "samba": { "100": { "checksum": "", "enabled": 1 } }, "sambagui": { "100": { "checksum": "", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "", "enabled": 1 } }, "sanlock": { "100": { "checksum": "", "enabled": 1 } }, "sasl": { "100": { "checksum": "", "enabled": 1 } }, "sbd": { "100": { "checksum": "", "enabled": 1 } }, "sblim": { "100": { "checksum": "", "enabled": 1 } }, "screen": { "100": { "checksum": "", "enabled": 1 } }, "secadm": { "100": { "checksum": "", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "", "enabled": 1 } }, "sendmail": { "100": { "checksum": "", "enabled": 1 } }, "sensord": { "100": { "checksum": "", "enabled": 1 } }, "setrans": { "100": { "checksum": "", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "", "enabled": 1 } }, "seunshare": { "100": { "checksum": "", "enabled": 1 } }, "sge": { "100": { "checksum": "", "enabled": 1 } }, "shorewall": { "100": { "checksum": "", "enabled": 1 } }, "slocate": { "100": { "checksum": "", "enabled": 1 } }, "slpd": { "100": { "checksum": "", "enabled": 1 } }, "smartmon": { "100": { "checksum": "", "enabled": 1 } }, "smokeping": { "100": { "checksum": "", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "", "enabled": 1 } }, "smsd": { "100": { "checksum": "", "enabled": 1 } }, "snapper": { "100": { "checksum": "", "enabled": 1 } }, "snmp": { "100": { "checksum": "", "enabled": 1 } }, "snort": { "100": { "checksum": "", "enabled": 1 } }, "sosreport": { "100": { "checksum": "", "enabled": 1 } }, "soundserver": { "100": { "checksum": "", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "", "enabled": 1 } }, "squid": { "100": { "checksum": "", "enabled": 1 } }, "ssh": { "100": { "checksum": "", "enabled": 1 } }, "sssd": { "100": { "checksum": "", "enabled": 1 } }, "staff": { "100": { "checksum": "", "enabled": 1 } }, "stapserver": { "100": { "checksum": "", "enabled": 1 } }, "stunnel": { "100": { "checksum": "", "enabled": 1 } }, "su": { "100": { "checksum": "", "enabled": 1 } }, "sudo": { "100": { "checksum": "", "enabled": 1 } }, "svnserve": { "100": { "checksum": "", "enabled": 1 } }, "swift": { "100": { "checksum": "", "enabled": 1 } }, "sysadm": { "100": { "checksum": "", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "", "enabled": 1 } }, "sysstat": { "100": { "checksum": "", "enabled": 1 } }, "systemd": { "100": { "checksum": "", "enabled": 1 } }, "tangd": { "100": { "checksum": "", "enabled": 1 } }, "targetd": { "100": { "checksum": "", "enabled": 1 } }, "tcpd": { "100": { "checksum": "", "enabled": 1 } }, "tcsd": { "100": { "checksum": "", "enabled": 1 } }, "telepathy": { "100": { "checksum": "", "enabled": 1 } }, "telnet": { "100": { "checksum": "", "enabled": 1 } }, "tftp": { "100": { "checksum": "", "enabled": 1 } }, "tgtd": { "100": { "checksum": "", "enabled": 1 } }, "thin": { "100": { "checksum": "", "enabled": 1 } }, "thumb": { "100": { "checksum": "", "enabled": 1 } }, "tlp": { "100": { "checksum": "", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "", "enabled": 1 } }, "tomcat": { "100": { "checksum": "", "enabled": 1 } }, "tor": { "100": { "checksum": "", "enabled": 1 } }, "tuned": { "100": { "checksum": "", "enabled": 1 } }, "tvtime": { "100": { "checksum": "", "enabled": 1 } }, "udev": { "100": { "checksum": "", "enabled": 1 } }, "ulogd": { "100": { "checksum": "", "enabled": 1 } }, "uml": { "100": { "checksum": "", "enabled": 1 } }, "unconfined": { "100": { "checksum": "", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "", "enabled": 1 } }, "updfstab": { "100": { "checksum": "", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "", "enabled": 1 } }, "userdomain": { "100": { "checksum": "", "enabled": 1 } }, "userhelper": { "100": { "checksum": "", "enabled": 1 } }, "usermanage": { "100": { "checksum": "", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "", "enabled": 1 } }, "uucp": { "100": { "checksum": "", "enabled": 1 } }, "uuidd": { "100": { "checksum": "", "enabled": 1 } }, "varnishd": { "100": { "checksum": "", "enabled": 1 } }, "vdagent": { "100": { "checksum": "", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "", "enabled": 1 } }, "virt": { "100": { "checksum": "", "enabled": 1 } }, "vlock": { "100": { "checksum": "", "enabled": 1 } }, "vmtools": { "100": { "checksum": "", "enabled": 1 } }, "vmware": { "100": { "checksum": "", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "", "enabled": 1 } }, "vpn": { "100": { "checksum": "", "enabled": 1 } }, "w3c": { "100": { "checksum": "", "enabled": 1 } }, "watchdog": { "100": { "checksum": "", "enabled": 1 } }, "wdmd": { "100": { "checksum": "", "enabled": 1 } }, "webadm": { "100": { "checksum": "", "enabled": 1 } }, "webalizer": { "100": { "checksum": "", "enabled": 1 } }, "wine": { "100": { "checksum": "", "enabled": 1 } }, "wireshark": { "100": { "checksum": "", "enabled": 1 } }, "xen": { "100": { "checksum": "", "enabled": 1 } }, "xguest": { "100": { "checksum": "", "enabled": 1 } }, "xserver": { "100": { "checksum": "", "enabled": 1 } }, "zabbix": { "100": { "checksum": "", "enabled": 1 } }, "zarafa": { "100": { "checksum": "", "enabled": 1 } }, "zebra": { "100": { "checksum": "", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "", "enabled": 1 } }, "zosremote": { "100": { "checksum": "", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 05 October 2024 09:00:22 -0400 (0:00:02.944) 0:00:21.436 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 05 October 2024 09:00:22 -0400 (0:00:00.073) 0:00:21.509 ****** TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 05 October 2024 09:00:22 -0400 (0:00:00.066) 0:00:21.576 ****** TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 05 October 2024 09:00:22 -0400 (0:00:00.080) 0:00:21.657 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728133208.0662324, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1728133203.1672063, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 266526, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1728133203.1672063, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "18446744072302018929", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 05 October 2024 09:00:23 -0400 (0:00:00.567) 0:00:22.224 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 05 October 2024 09:00:23 -0400 (0:00:00.073) 0:00:22.297 ****** ok: [managed-node3] => { "changed": false, "gid": 0, "group": "root", "mode": "0775", "owner": "root", "path": "/etc/systemd/system/tangd.socket.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 05 October 2024 09:00:24 -0400 (0:00:00.449) 0:00:22.747 ****** changed: [managed-node3] => { "changed": true, "checksum": "cab519df8c21e60fd06ac780e2c7bd41ad441042", "dest": "/etc/systemd/system/tangd.socket.d/override.conf", "gid": 0, "group": "root", "md5sum": "fc727969e0bd264a9cc7f9c6bc56714c", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:tangd_unit_file_t:s0", "size": 90, "src": "/root/.ansible/tmp/ansible-tmp-1728133224.08-12625-178444564628156/source", "state": "file", "uid": 0 } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 05 October 2024 09:00:24 -0400 (0:00:00.866) 0:00:23.614 ****** ok: [managed-node3] => { "ansible_facts": { "__nbde_server_port_changed": true }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 05 October 2024 09:00:24 -0400 (0:00:00.073) 0:00:23.688 ****** TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 05 October 2024 09:00:25 -0400 (0:00:00.269) 0:00:23.958 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml for managed-node3 TASK [fedora.linux_system_roles.firewall : Ensure ansible_facts used by role] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 05 October 2024 09:00:25 -0400 (0:00:00.259) 0:00:24.218 ****** ok: [managed-node3] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 05 October 2024 09:00:25 -0400 (0:00:00.466) 0:00:24.684 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag to indicate system is ostree] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 05 October 2024 09:00:26 -0400 (0:00:00.446) 0:00:25.130 ****** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Check if transactional-update exists in /sbin] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 05 October 2024 09:00:26 -0400 (0:00:00.073) 0:00:25.203 ****** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 05 October 2024 09:00:26 -0400 (0:00:00.409) 0:00:25.613 ****** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 05 October 2024 09:00:26 -0400 (0:00:00.074) 0:00:25.687 ****** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "firewalld-0.6.3-13.el7_9.noarch providing firewalld is already installed" ] } lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 05 October 2024 09:00:28 -0400 (0:00:01.156) 0:00:26.843 ****** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 05 October 2024 09:00:28 -0400 (0:00:00.056) 0:00:26.900 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Fail if reboot is needed and not set] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 05 October 2024 09:00:28 -0400 (0:00:00.058) 0:00:26.959 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 05 October 2024 09:00:28 -0400 (0:00:00.071) 0:00:27.031 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 05 October 2024 09:00:28 -0400 (0:00:00.073) 0:00:27.105 ****** skipping: [managed-node3] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "item": "ufw", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 05 October 2024 09:00:28 -0400 (0:00:00.081) 0:00:27.186 ****** ok: [managed-node3] => { "changed": false, "name": "firewalld", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target polkit.service system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "iptables.service ipset.service shutdown.target ip6tables.service ebtables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 05 October 2024 09:00:28 -0400 (0:00:00.475) 0:00:27.662 ****** changed: [managed-node3] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "basic.target polkit.service system.slice dbus.service", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "Conflicts": "iptables.service shutdown.target ip6tables.service ipset.service ebtables.service", "ControlPID": "0", "DefaultDependencies": "yes", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DevicePolicy": "auto", "Documentation": "man:firewalld(1)", "EnvironmentFile": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "0", "ExecMainStartTimestampMonotonic": "0", "ExecMainStatus": "0", "ExecReload": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStart": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "GuessMainPID": "yes", "IOScheduling": "0", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "LoadState": "loaded", "MainPID": "0", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "Requires": "system.slice basic.target", "Restart": "no", "RestartUSec": "100ms", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitInterval": "10000000", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "Wants": "network-pre.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 05 October 2024 09:00:29 -0400 (0:00:00.797) 0:00:28.460 ****** ok: [managed-node3] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 05 October 2024 09:00:29 -0400 (0:00:00.093) 0:00:28.553 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Tell firewall module it is able to report changed] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 05 October 2024 09:00:29 -0400 (0:00:00.069) 0:00:28.623 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 05 October 2024 09:00:29 -0400 (0:00:00.073) 0:00:28.697 ****** changed: [managed-node3] => (item={u'state': u'enabled', u'permanent': True, u'immediate': True, u'port': u'7500/tcp', u'zone': u'public'}) => { "__firewall_changed": true, "ansible_loop_var": "item", "changed": true, "item": { "immediate": true, "permanent": true, "port": "7500/tcp", "state": "enabled", "zone": "public" } } TASK [fedora.linux_system_roles.firewall : Gather firewall config information] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 05 October 2024 09:00:30 -0400 (0:00:00.963) 0:00:29.661 ****** skipping: [managed-node3] => (item={u'state': u'enabled', u'permanent': True, u'immediate': True, u'port': u'7500/tcp', u'zone': u'public'}) => { "ansible_loop_var": "item", "changed": false, "item": { "immediate": true, "permanent": true, "port": "7500/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 05 October 2024 09:00:31 -0400 (0:00:00.096) 0:00:29.757 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 05 October 2024 09:00:31 -0400 (0:00:00.065) 0:00:29.822 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 05 October 2024 09:00:31 -0400 (0:00:00.055) 0:00:29.878 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 05 October 2024 09:00:31 -0400 (0:00:00.065) 0:00:29.943 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 05 October 2024 09:00:31 -0400 (0:00:00.080) 0:00:30.024 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 05 October 2024 09:00:31 -0400 (0:00:00.076) 0:00:30.100 ****** skipping: [managed-node3] => {} TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 05 October 2024 09:00:31 -0400 (0:00:00.062) 0:00:30.163 ****** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 05 October 2024 09:00:32 -0400 (0:00:00.583) 0:00:30.746 ****** changed: [managed-node3] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Sat 2024-10-05 08:59:50 EDT", "ActiveEnterTimestampMonotonic": "384018156", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "sysinit.target -.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 08:59:50 EDT", "AssertTimestampMonotonic": "384017287", "Backlog": "128", "Before": "shutdown.target sockets.target multi-user.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 08:59:50 EDT", "ConditionTimestampMonotonic": "384017285", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "DropInPaths": "/etc/systemd/system/tangd.socket.d/override.conf /etc/systemd/system/tangd.socket.d/override2.conf", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2024-10-05 08:59:50 EDT", "InactiveExitTimestampMonotonic": "384018156", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:7500", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "128", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "sysinit.target -.slice", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check tangd socket dir] ************************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:58 Saturday 05 October 2024 09:00:32 -0400 (0:00:00.728) 0:00:31.475 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1728133229.344343, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1728133224.7943196, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 266526, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1728133224.7943196, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "18446744072302018929", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check custom file] ******************************************************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:64 Saturday 05 October 2024 09:00:33 -0400 (0:00:00.527) 0:00:32.002 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1728133210.578246, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "ctime": 1728133203.1672063, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 266344, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0664", "mtime": 1728133202.8502045, "nlink": 1, "path": "/etc/systemd/system/tangd.socket.d/override2.conf", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": "18446744072302018935", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify role reported no changes] ***************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:70 Saturday 05 October 2024 09:00:33 -0400 (0:00:00.546) 0:00:32.549 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:74 Saturday 05 October 2024 09:00:33 -0400 (0:00:00.063) 0:00:32.612 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/check_header.yml for managed-node3 TASK [Get file] **************************************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/check_header.yml:3 Saturday 05 October 2024 09:00:34 -0400 (0:00:00.177) 0:00:32.790 ****** ok: [managed-node3] => { "changed": false, "content": "IwojIEFuc2libGUgbWFuYWdlZAojCiMgc3lzdGVtX3JvbGU6bmJkZV9zZXJ2ZXIKCltTb2NrZXRdCkxpc3RlblN0cmVhbT0KTGlzdGVuU3RyZWFtPTc1MDAK", "encoding": "base64", "source": "/etc/systemd/system/tangd.socket.d/override.conf" } TASK [Check for presence of ansible managed header, fingerprint] *************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/check_header.yml:9 Saturday 05 October 2024 09:00:34 -0400 (0:00:00.578) 0:00:33.369 ****** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Remove custom file] ****************************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:80 Saturday 05 October 2024 09:00:34 -0400 (0:00:00.219) 0:00:33.588 ****** changed: [managed-node3] => { "changed": true, "path": "/etc/systemd/system/tangd.socket.d/override2.conf", "state": "absent" } TASK [Run the role with default port] ****************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:85 Saturday 05 October 2024 09:00:35 -0400 (0:00:00.436) 0:00:34.024 ****** TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 05 October 2024 09:00:35 -0400 (0:00:00.139) 0:00:34.164 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 05 October 2024 09:00:35 -0400 (0:00:00.140) 0:00:34.305 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 05 October 2024 09:00:35 -0400 (0:00:00.124) 0:00:34.430 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 05 October 2024 09:00:35 -0400 (0:00:00.074) 0:00:34.504 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 05 October 2024 09:00:35 -0400 (0:00:00.069) 0:00:34.574 ****** ok: [managed-node3] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 05 October 2024 09:00:35 -0400 (0:00:00.120) 0:00:34.694 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 05 October 2024 09:00:36 -0400 (0:00:00.116) 0:00:34.811 ****** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [ "tang-6-2.el7.x86_64 providing tang is already installed" ] } lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 05 October 2024 09:00:36 -0400 (0:00:00.907) 0:00:35.718 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 05 October 2024 09:00:37 -0400 (0:00:00.095) 0:00:35.814 ****** ok: [managed-node3] => { "arguments": { "cachedir": "/var/cache/tang", "force": false, "keydir": "/var/db/tang", "keygen": "/usr/libexec/tangd-keygen", "keys_to_deploy_dir": null, "state": "keys-created", "update": "/usr/libexec/tangd-update" }, "changed": false, "state": "keys-created" } TASK [fedora.linux_system_roles.nbde_server : Perform key management (fetch/deploy) tasks] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 05 October 2024 09:00:37 -0400 (0:00:00.509) 0:00:36.323 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 05 October 2024 09:00:37 -0400 (0:00:00.141) 0:00:36.465 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml for managed-node3 TASK [Ensure tang port is labeled tangd_port_t for SELinux] ******************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 05 October 2024 09:00:37 -0400 (0:00:00.177) 0:00:36.642 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 05 October 2024 09:00:38 -0400 (0:00:00.096) 0:00:36.738 ****** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1728133229.344343, "attr_flags": "e", "attributes": [ "extents" ], "block_size": 4096, "blocks": 8, "charset": "binary", "ctime": 1728133235.216373, "dev": 51713, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 266526, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1728133235.216373, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 0, "version": "18446744072302018929", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [fedora.linux_system_roles.nbde_server : Get a list of files in the tangd custom directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 05 October 2024 09:00:38 -0400 (0:00:00.456) 0:00:37.195 ****** ok: [managed-node3] => { "changed": false, "examined": 1, "files": [], "matched": 0 } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 05 October 2024 09:00:38 -0400 (0:00:00.427) 0:00:37.623 ****** changed: [managed-node3] => { "changed": true, "path": "/etc/systemd/system/tangd.socket.d", "state": "absent" } TASK [fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 05 October 2024 09:00:39 -0400 (0:00:00.504) 0:00:38.127 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to to tell main that the port has changed] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 05 October 2024 09:00:39 -0400 (0:00:00.079) 0:00:38.207 ****** ok: [managed-node3] => { "ansible_facts": { "__nbde_server_port_changed": true }, "changed": false } TASK [Ensure the desired port is added to firewalld] *************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 05 October 2024 09:00:39 -0400 (0:00:00.075) 0:00:38.283 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 05 October 2024 09:00:39 -0400 (0:00:00.077) 0:00:38.360 ****** ok: [managed-node3] => { "changed": false, "name": null, "status": {} } TASK [fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state] *** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 05 October 2024 09:00:40 -0400 (0:00:00.627) 0:00:38.988 ****** changed: [managed-node3] => (item=tangd.socket) => { "ansible_loop_var": "item", "changed": true, "enabled": true, "item": "tangd.socket", "name": "tangd.socket", "state": "started", "status": { "Accept": "yes", "ActiveEnterTimestamp": "Sat 2024-10-05 09:00:32 EDT", "ActiveEnterTimestampMonotonic": "425845768", "ActiveExitTimestamp": "Sat 2024-10-05 09:00:32 EDT", "ActiveExitTimestampMonotonic": "425844983", "ActiveState": "active", "After": "sysinit.target -.slice", "AllowIsolate": "no", "AmbientCapabilities": "0", "AssertResult": "yes", "AssertTimestamp": "Sat 2024-10-05 09:00:32 EDT", "AssertTimestampMonotonic": "425845031", "Backlog": "128", "Before": "tangd@0.service multi-user.target sockets.target shutdown.target", "BindIPv6Only": "default", "BlockIOAccounting": "no", "BlockIOWeight": "18446744073709551615", "Broadcast": "no", "CPUAccounting": "no", "CPUQuotaPerSecUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "18446744073709551615", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "18446744073709551615", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2024-10-05 09:00:32 EDT", "ConditionTimestampMonotonic": "425845029", "Conflicts": "shutdown.target", "ControlPID": "0", "DefaultDependencies": "yes", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "IOScheduling": "0", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreOnSnapshot": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2024-10-05 09:00:32 EDT", "InactiveEnterTimestampMonotonic": "425844983", "InactiveExitTimestamp": "Sat 2024-10-05 09:00:32 EDT", "InactiveExitTimestampMonotonic": "425845768", "JobTimeoutAction": "none", "JobTimeoutUSec": "0", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "18446744073709551615", "LimitCORE": "18446744073709551615", "LimitCPU": "18446744073709551615", "LimitDATA": "18446744073709551615", "LimitFSIZE": "18446744073709551615", "LimitLOCKS": "18446744073709551615", "LimitMEMLOCK": "65536", "LimitMSGQUEUE": "819200", "LimitNICE": "0", "LimitNOFILE": "4096", "LimitNPROC": "14311", "LimitRSS": "18446744073709551615", "LimitRTPRIO": "0", "LimitRTTIME": "18446744073709551615", "LimitSIGPENDING": "14311", "LimitSTACK": "18446744073709551615", "ListenStream": "[::]:80", "LoadState": "loaded", "Mark": "-1", "MaxConnections": "64", "MemoryAccounting": "no", "MemoryCurrent": "18446744073709551615", "MemoryLimit": "18446744073709551615", "MountFlags": "0", "NAccepted": "0", "NConnections": "0", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PassCredentials": "no", "PassSecurity": "no", "PipeSize": "0", "Priority": "-1", "PrivateDevices": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "ProtectHome": "no", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveOnStop": "no", "Requires": "sysinit.target -.slice", "Result": "success", "ReusePort": "no", "RuntimeDirectoryMode": "0755", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SocketMode": "0666", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartupBlockIOWeight": "18446744073709551615", "StartupCPUShares": "18446744073709551615", "StopWhenUnneeded": "no", "SubState": "listening", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "no", "TasksCurrent": "18446744073709551615", "TasksMax": "18446744073709551615", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Transparent": "no", "Triggers": "tangd@0.service", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "WantedBy": "multi-user.target" } } TASK [Check tangd socket dir is absent] **************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:89 Saturday 05 October 2024 09:00:40 -0400 (0:00:00.509) 0:00:39.497 ****** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Debug] ******************************************************************* task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:96 Saturday 05 October 2024 09:00:41 -0400 (0:00:00.456) 0:00:39.953 ****** ok: [managed-node3] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.031759", "end": "2024-10-05 09:00:41.737955", "rc": 0, "start": "2024-10-05 09:00:41.706196" } STDOUT: -- Logs begin at Sat 2024-10-05 08:53:27 EDT, end at Sat 2024-10-05 09:00:41 EDT. -- Oct 05 08:53:27 localhost.localdomain kernel: Hierarchical RCU implementation. Oct 05 08:53:27 localhost.localdomain kernel: RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=15. Oct 05 08:53:27 localhost.localdomain kernel: NR_IRQS:327936 nr_irqs:952 0 Oct 05 08:53:27 localhost.localdomain kernel: xen:events: Xen HVM callback vector for event delivery is enabled Oct 05 08:53:27 localhost.localdomain kernel: Console: colour VGA+ 80x25 Oct 05 08:53:27 localhost.localdomain kernel: console [tty0] enabled Oct 05 08:53:27 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Oct 05 08:53:27 localhost.localdomain kernel: console [ttyS0] enabled Oct 05 08:53:27 localhost.localdomain kernel: allocated 31457280 bytes of page_cgroup Oct 05 08:53:27 localhost.localdomain kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups Oct 05 08:53:27 localhost.localdomain kernel: hpet clockevent registered Oct 05 08:53:27 localhost.localdomain kernel: tsc: Fast TSC calibration using PIT Oct 05 08:53:27 localhost.localdomain kernel: tsc: Detected 2899.959 MHz processor Oct 05 08:53:27 localhost.localdomain kernel: tsc: Detected 2899.998 MHz TSC Oct 05 08:53:27 localhost.localdomain kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. Oct 05 08:53:27 localhost.localdomain kernel: 5799.99 BogoMIPS (lpj=2899998) Oct 05 08:53:27 localhost.localdomain kernel: pid_max: default: 32768 minimum: 301 Oct 05 08:53:27 localhost.localdomain kernel: Security Framework initialized Oct 05 08:53:27 localhost.localdomain kernel: SELinux: Initializing. Oct 05 08:53:27 localhost.localdomain kernel: SELinux: Starting in permissive mode Oct 05 08:53:27 localhost.localdomain kernel: Yama: becoming mindful. Oct 05 08:53:27 localhost.localdomain kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Oct 05 08:53:27 localhost.localdomain kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Oct 05 08:53:27 localhost.localdomain kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) Oct 05 08:53:27 localhost.localdomain kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys memory Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys devices Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys freezer Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys net_cls Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys blkio Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys perf_event Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys hugetlb Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys pids Oct 05 08:53:27 localhost.localdomain kernel: Initializing cgroup subsys net_prio Oct 05 08:53:27 localhost.localdomain kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 Oct 05 08:53:27 localhost.localdomain kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0 Oct 05 08:53:27 localhost.localdomain kernel: tlb_flushall_shift: 6 Oct 05 08:53:27 localhost.localdomain kernel: FEATURE SPEC_CTRL Not Present Oct 05 08:53:27 localhost.localdomain kernel: FEATURE IBPB_SUPPORT Not Present Oct 05 08:53:27 localhost.localdomain kernel: Spectre V1 : Mitigation: Load fences, usercopy/swapgs barriers and __user pointer sanitization Oct 05 08:53:27 localhost.localdomain kernel: Spectre V2 : Vulnerable: Retpoline without IBPB Oct 05 08:53:27 localhost.localdomain kernel: Filling RSB on context switch Oct 05 08:53:27 localhost.localdomain kernel: Speculative Store Bypass: Vulnerable Oct 05 08:53:27 localhost.localdomain kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode Oct 05 08:53:27 localhost.localdomain kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode Oct 05 08:53:27 localhost.localdomain kernel: Freeing SMP alternatives: 28k freed Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Core revision 20130517 Oct 05 08:53:27 localhost.localdomain kernel: ACPI: All ACPI Tables successfully acquired Oct 05 08:53:27 localhost.localdomain kernel: ftrace: allocating 29713 entries in 117 pages Oct 05 08:53:27 localhost.localdomain kernel: IRQ remapping doesn't support X2APIC mode, disable x2apic. Oct 05 08:53:27 localhost.localdomain kernel: Switched APIC routing to physical flat. Oct 05 08:53:27 localhost.localdomain kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 Oct 05 08:53:27 localhost.localdomain kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz (fam: 06, model: 3f, stepping: 02) Oct 05 08:53:27 localhost.localdomain kernel: Xen: using vcpuop timer interface Oct 05 08:53:27 localhost.localdomain kernel: installing Xen timer for CPU 0 Oct 05 08:53:27 localhost.localdomain kernel: cpu 0 spinlock event irq 53 Oct 05 08:53:27 localhost.localdomain kernel: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only. Oct 05 08:53:27 localhost.localdomain kernel: NMI watchdog: disabled (cpu0): hardware events not enabled Oct 05 08:53:27 localhost.localdomain kernel: NMI watchdog: Shutting down hard lockup detector on all cpus Oct 05 08:53:27 localhost.localdomain kernel: installing Xen timer for CPU 1 Oct 05 08:53:27 localhost.localdomain kernel: smpboot: Booting Node 0, Processors #1cpu 1 spinlock event irq 59 Oct 05 08:53:27 localhost.localdomain kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. Oct 05 08:53:27 localhost.localdomain kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. Oct 05 08:53:27 localhost.localdomain kernel: Brought up 2 CPUs Oct 05 08:53:27 localhost.localdomain kernel: smpboot: Max logical packages: 8 Oct 05 08:53:27 localhost.localdomain kernel: smpboot: Total of 2 processors activated (11599.99 BogoMIPS) Oct 05 08:53:27 localhost.localdomain kernel: node 0 initialised, 409949 pages in 7ms Oct 05 08:53:27 localhost.localdomain kernel: devtmpfs: initialized Oct 05 08:53:27 localhost.localdomain kernel: x86/mm: Memory block size: 128MB Oct 05 08:53:27 localhost.localdomain kernel: EVM: security.selinux Oct 05 08:53:27 localhost.localdomain kernel: EVM: security.ima Oct 05 08:53:27 localhost.localdomain kernel: EVM: security.capability Oct 05 08:53:27 localhost.localdomain kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE Oct 05 08:53:27 localhost.localdomain kernel: pinctrl core: initialized pinctrl subsystem Oct 05 08:53:27 localhost.localdomain kernel: RTC time: 12:53:26, date: 10/05/24 Oct 05 08:53:27 localhost.localdomain kernel: NET: Registered protocol family 16 Oct 05 08:53:27 localhost.localdomain kernel: ACPI: bus type PCI registered Oct 05 08:53:27 localhost.localdomain kernel: random: fast init done Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Oct 05 08:53:27 localhost.localdomain kernel: PCI: Using configuration type 1 for base access Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Added _OSI(Module Device) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Added _OSI(Processor Device) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Added _OSI(3.0 _SCP Extensions) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Added _OSI(Processor Aggregator Device) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Added _OSI(Linux-Dell-Video) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: EC: Look up EC in DSDT Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Interpreter enabled Oct 05 08:53:27 localhost.localdomain kernel: ACPI: (supports S0 S3 S4 S5) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Using IOAPIC for interrupt routing Oct 05 08:53:27 localhost.localdomain kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Enabled 2 GPEs in block 00 to 0F Oct 05 08:53:27 localhost.localdomain kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Oct 05 08:53:27 localhost.localdomain kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] Oct 05 08:53:27 localhost.localdomain kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM Oct 05 08:53:27 localhost.localdomain kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [0] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [3] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [4] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [5] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [6] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [7] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [8] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [9] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [10] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [11] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [12] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [13] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [14] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [15] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [16] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [17] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [18] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [19] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [20] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [21] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [22] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [23] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [24] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [25] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [26] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [27] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [28] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [29] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [30] registered Oct 05 08:53:27 localhost.localdomain kernel: acpiphp: Slot [31] registered Oct 05 08:53:27 localhost.localdomain kernel: PCI host bridge to bus 0000:00 Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window] Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [bus 00-ff] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.1: reg 0x20: [io 0xc000-0xc00f] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 Oct 05 08:53:27 localhost.localdomain kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, * this clock source is slow. Consider trying other clock sources Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf9ffffff pref] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x14: [mem 0xfbfff000-0xfbffffff] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:1f.0: [5853:0001] type 00 class 0xff8000 Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x10: [io 0xc100-0xc1ff] Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x14: [mem 0xfa000000-0xfaffffff pref] Oct 05 08:53:27 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) Oct 05 08:53:27 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11) Oct 05 08:53:27 localhost.localdomain kernel: xen:balloon: Initialising balloon driver Oct 05 08:53:27 localhost.localdomain kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none Oct 05 08:53:27 localhost.localdomain kernel: vgaarb: loaded Oct 05 08:53:27 localhost.localdomain kernel: vgaarb: bridge control possible 0000:00:02.0 Oct 05 08:53:27 localhost.localdomain kernel: SCSI subsystem initialized Oct 05 08:53:27 localhost.localdomain kernel: ACPI: bus type USB registered Oct 05 08:53:27 localhost.localdomain kernel: usbcore: registered new interface driver usbfs Oct 05 08:53:27 localhost.localdomain kernel: usbcore: registered new interface driver hub Oct 05 08:53:27 localhost.localdomain kernel: usbcore: registered new device driver usb Oct 05 08:53:27 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0 Oct 05 08:53:27 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing Oct 05 08:53:27 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes Oct 05 08:53:27 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] Oct 05 08:53:27 localhost.localdomain kernel: NetLabel: Initializing Oct 05 08:53:27 localhost.localdomain kernel: NetLabel: domain hash size = 128 Oct 05 08:53:27 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 Oct 05 08:53:27 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default Oct 05 08:53:27 localhost.localdomain kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer Oct 05 08:53:27 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Oct 05 08:53:27 localhost.localdomain kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter Oct 05 08:53:27 localhost.localdomain kernel: amd_nb: Cannot enumerate AMD northbridges Oct 05 08:53:27 localhost.localdomain kernel: Switched to clocksource xen Oct 05 08:53:27 localhost.localdomain kernel: pnp: PnP ACPI init Oct 05 08:53:27 localhost.localdomain kernel: ACPI: bus type PNP registered Oct 05 08:53:27 localhost.localdomain kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Oct 05 08:53:27 localhost.localdomain kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 05 08:53:27 localhost.localdomain kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved Oct 05 08:53:27 localhost.localdomain kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved Oct 05 08:53:27 localhost.localdomain kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved Oct 05 08:53:27 localhost.localdomain kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 05 08:53:27 localhost.localdomain kernel: xen: --> pirq=16 -> irq=8 (gsi=8) Oct 05 08:53:27 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) Oct 05 08:53:27 localhost.localdomain kernel: xen: --> pirq=17 -> irq=12 (gsi=12) Oct 05 08:53:27 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) Oct 05 08:53:27 localhost.localdomain kernel: xen: --> pirq=18 -> irq=1 (gsi=1) Oct 05 08:53:27 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Oct 05 08:53:27 localhost.localdomain kernel: xen: --> pirq=19 -> irq=6 (gsi=6) Oct 05 08:53:27 localhost.localdomain kernel: pnp 00:05: [dma 2] Oct 05 08:53:27 localhost.localdomain kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) Oct 05 08:53:27 localhost.localdomain kernel: xen: --> pirq=20 -> irq=4 (gsi=4) Oct 05 08:53:27 localhost.localdomain kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) Oct 05 08:53:27 localhost.localdomain kernel: system 00:07: [io 0x10c0-0x1141] has been reserved Oct 05 08:53:27 localhost.localdomain kernel: system 00:07: [io 0xb044-0xb047] has been reserved Oct 05 08:53:27 localhost.localdomain kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Oct 05 08:53:27 localhost.localdomain kernel: pnp: PnP ACPI: found 8 devices Oct 05 08:53:27 localhost.localdomain kernel: ACPI: bus type PNP unregistered Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Oct 05 08:53:27 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window] Oct 05 08:53:27 localhost.localdomain kernel: NET: Registered protocol family 2 Oct 05 08:53:27 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes) Oct 05 08:53:27 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes) Oct 05 08:53:27 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768) Oct 05 08:53:27 localhost.localdomain kernel: TCP: reno registered Oct 05 08:53:27 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes) Oct 05 08:53:27 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) Oct 05 08:53:27 localhost.localdomain kernel: NET: Registered protocol family 1 Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Oct 05 08:53:27 localhost.localdomain kernel: pci 0000:00:02.0: Boot video device Oct 05 08:53:27 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64 Oct 05 08:53:27 localhost.localdomain kernel: Unpacking initramfs... Oct 05 08:53:27 localhost.localdomain kernel: Freeing initrd memory: 19688k freed Oct 05 08:53:27 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer Oct 05 08:53:27 localhost.localdomain kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules Oct 05 08:53:27 localhost.localdomain kernel: RAPL PMU: hw unit of domain package 2^-14 Joules Oct 05 08:53:27 localhost.localdomain kernel: RAPL PMU: hw unit of domain dram 2^-16 Joules Oct 05 08:53:27 localhost.localdomain kernel: sha1_ssse3: Using AVX2 optimized SHA-1 implementation Oct 05 08:53:27 localhost.localdomain kernel: sha256_ssse3: Using AVX2 optimized SHA-256 implementation Oct 05 08:53:27 localhost.localdomain kernel: futex hash table entries: 4096 (order: 6, 262144 bytes) Oct 05 08:53:27 localhost.localdomain kernel: Initialise system trusted keyring Oct 05 08:53:27 localhost.localdomain kernel: audit: initializing netlink socket (disabled) Oct 05 08:53:27 localhost.localdomain kernel: type=2000 audit(1728132807.152:1): initialized Oct 05 08:53:27 localhost.localdomain kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages Oct 05 08:53:27 localhost.localdomain kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages Oct 05 08:53:27 localhost.localdomain kernel: zpool: loaded Oct 05 08:53:27 localhost.localdomain kernel: zbud: loaded Oct 05 08:53:27 localhost.localdomain kernel: VFS: Disk quotas dquot_6.5.2 Oct 05 08:53:27 localhost.localdomain kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Oct 05 08:53:27 localhost.localdomain kernel: Key type big_key registered Oct 05 08:53:27 localhost.localdomain kernel: SELinux: Registering netfilter hooks Oct 05 08:53:27 localhost.localdomain kernel: NET: Registered protocol family 38 Oct 05 08:53:27 localhost.localdomain kernel: Key type asymmetric registered Oct 05 08:53:27 localhost.localdomain kernel: Asymmetric key parser 'x509' registered Oct 05 08:53:27 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) Oct 05 08:53:27 localhost.localdomain kernel: io scheduler noop registered Oct 05 08:53:27 localhost.localdomain kernel: io scheduler deadline registered (default) Oct 05 08:53:27 localhost.localdomain kernel: io scheduler cfq registered Oct 05 08:53:27 localhost.localdomain kernel: io scheduler mq-deadline registered Oct 05 08:53:27 localhost.localdomain kernel: io scheduler kyber registered Oct 05 08:53:27 localhost.localdomain kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Oct 05 08:53:27 localhost.localdomain kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Oct 05 08:53:27 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Oct 05 08:53:27 localhost.localdomain kernel: intel_idle: does not run on family 6 model 63 Oct 05 08:53:27 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Power Button [PWRF] Oct 05 08:53:27 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Oct 05 08:53:27 localhost.localdomain kernel: ACPI: Sleep Button [SLPF] Oct 05 08:53:27 localhost.localdomain kernel: GHES: HEST is not enabled! Oct 05 08:53:27 localhost.localdomain kernel: xen: --> pirq=21 -> irq=47 (gsi=47) Oct 05 08:53:27 localhost.localdomain kernel: xen:grant_table: Grant tables using version 1 layout Oct 05 08:53:27 localhost.localdomain kernel: Grant table initialized Oct 05 08:53:27 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Oct 05 08:53:27 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Oct 05 08:53:27 localhost.localdomain kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Oct 05 08:53:27 localhost.localdomain kernel: Non-volatile memory driver v1.3 Oct 05 08:53:27 localhost.localdomain kernel: Linux agpgart interface v0.103 Oct 05 08:53:27 localhost.localdomain kernel: crash memory driver: version 1.1 Oct 05 08:53:27 localhost.localdomain kernel: rdac: device handler registered Oct 05 08:53:27 localhost.localdomain kernel: hp_sw: device handler registered Oct 05 08:53:27 localhost.localdomain kernel: emc: device handler registered Oct 05 08:53:27 localhost.localdomain kernel: alua: device handler registered Oct 05 08:53:27 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed Oct 05 08:53:27 localhost.localdomain kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Oct 05 08:53:27 localhost.localdomain kernel: ehci-pci: EHCI PCI platform driver Oct 05 08:53:27 localhost.localdomain kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Oct 05 08:53:27 localhost.localdomain kernel: ohci-pci: OHCI PCI platform driver Oct 05 08:53:27 localhost.localdomain kernel: uhci_hcd: USB Universal Host Controller Interface driver Oct 05 08:53:27 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic Oct 05 08:53:27 localhost.localdomain kernel: usbserial: USB Serial support registered for generic Oct 05 08:53:27 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Oct 05 08:53:27 localhost.localdomain kernel: i8042: Warning: Keylock active Oct 05 08:53:27 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Oct 05 08:53:27 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Oct 05 08:53:27 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice Oct 05 08:53:27 localhost.localdomain kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 Oct 05 08:53:27 localhost.localdomain kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Oct 05 08:53:27 localhost.localdomain kernel: cpuidle: using governor menu Oct 05 08:53:27 localhost.localdomain kernel: hidraw: raw HID events driver (C) Jiri Kosina Oct 05 08:53:27 localhost.localdomain kernel: usbcore: registered new interface driver usbhid Oct 05 08:53:27 localhost.localdomain kernel: usbhid: USB HID core driver Oct 05 08:53:27 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service Oct 05 08:53:27 localhost.localdomain kernel: Netfilter messages via NETLINK v0.30. Oct 05 08:53:27 localhost.localdomain kernel: TCP: cubic registered Oct 05 08:53:27 localhost.localdomain kernel: Initializing XFRM netlink socket Oct 05 08:53:27 localhost.localdomain kernel: NET: Registered protocol family 10 Oct 05 08:53:27 localhost.localdomain kernel: NET: Registered protocol family 17 Oct 05 08:53:27 localhost.localdomain kernel: mpls_gso: MPLS GSO support Oct 05 08:53:27 localhost.localdomain kernel: mce: Using 32 MCE banks Oct 05 08:53:27 localhost.localdomain kernel: PM: Hibernation image not present or could not be loaded. Oct 05 08:53:27 localhost.localdomain kernel: Loading compiled-in X.509 certificates Oct 05 08:53:27 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' Oct 05 08:53:27 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' Oct 05 08:53:27 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: 68ea103f2c90a8dc0bb0446c06d14561f29e1172' Oct 05 08:53:27 localhost.localdomain kernel: registered taskstats version 1 Oct 05 08:53:27 localhost.localdomain kernel: page_owner is disabled Oct 05 08:53:27 localhost.localdomain kernel: Key type trusted registered Oct 05 08:53:27 localhost.localdomain kernel: Key type encrypted registered Oct 05 08:53:27 localhost.localdomain kernel: IMA: No TPM chip found, activating TPM-bypass! (rc=-19) Oct 05 08:53:27 localhost.localdomain kernel: BERT: Boot Error Record Table support is disabled. Enable it by using bert_enable as kernel parameter. Oct 05 08:53:27 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Oct 05 08:53:27 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Oct 05 08:53:27 localhost.localdomain kernel: Magic number: 12:12:885 Oct 05 08:53:27 localhost.localdomain kernel: acpi device:f4: hash matches Oct 05 08:53:27 localhost.localdomain kernel: rtc_cmos 00:02: setting system clock to 2024-10-05 12:53:27 UTC (1728132807) Oct 05 08:53:27 localhost.localdomain kernel: Freeing unused kernel memory: 2176k freed Oct 05 08:53:27 localhost.localdomain kernel: Write protecting the kernel read-only data: 12288k Oct 05 08:53:27 localhost.localdomain kernel: Freeing unused kernel memory: 192k freed Oct 05 08:53:27 localhost.localdomain kernel: Freeing unused kernel memory: 524k freed Oct 05 08:53:27 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Oct 05 08:53:27 localhost.localdomain systemd[1]: Detected virtualization xen. Oct 05 08:53:27 localhost.localdomain systemd[1]: Detected architecture x86-64. Oct 05 08:53:27 localhost.localdomain systemd[1]: Running in initial RAM disk. Oct 05 08:53:27 localhost.localdomain systemd[1]: Set hostname to . Oct 05 08:53:27 localhost.localdomain systemd[1]: Created slice Root Slice. Oct 05 08:53:27 localhost.localdomain systemd[1]: Listening on Journal Socket. Oct 05 08:53:27 localhost.localdomain systemd[1]: Listening on udev Control Socket. Oct 05 08:53:27 localhost.localdomain systemd[1]: Reached target Timers. Oct 05 08:53:27 localhost.localdomain systemd[1]: Reached target Local File Systems. Oct 05 08:53:27 localhost.localdomain systemd[1]: Listening on udev Kernel Socket. Oct 05 08:53:27 localhost.localdomain systemd[1]: Reached target Sockets. Oct 05 08:53:27 localhost.localdomain systemd[1]: Reached target Swap. Oct 05 08:53:27 localhost.localdomain systemd[1]: Created slice System Slice. Oct 05 08:53:27 localhost.localdomain systemd[1]: Reached target Slices. Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting Create list of required static device nodes for the current kernel... Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting Setup Virtual Console... Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting Journal Service... Oct 05 08:53:27 localhost.localdomain systemd-journal[102]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting dracut cmdline hook... Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting Apply Kernel Variables... Oct 05 08:53:27 localhost.localdomain systemd[1]: Started Journal Service. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting dracut pre-udev hook... -- Subject: Unit dracut-pre-udev.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has begun starting up. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Oct 05 08:53:27 localhost.localdomain systemd-udevd[208]: starting version 219 Oct 05 08:53:27 localhost.localdomain systemd-udevd[208]: Network interface NamePolicy= disabled on kernel command line, ignoring. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices... -- Subject: Unit systemd-udev-trigger.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has begun starting up. Oct 05 08:53:27 localhost.localdomain systemd[1]: Mounting Configuration File System... -- Subject: Unit sys-kernel-config.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has begun starting up. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting dracut initqueue hook... -- Subject: Unit dracut-initqueue.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has begun starting up. Oct 05 08:53:27 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen... -- Subject: Unit plymouth-start.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has begun starting up. Oct 05 08:53:27 localhost.localdomain systemd[1]: Mounted Configuration File System. -- Subject: Unit sys-kernel-config.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen. -- Subject: Unit plymouth-start.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Reached target Paths. -- Subject: Unit paths.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. -- Subject: Unit systemd-ask-password-plymouth.path has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-ask-password-plymouth.path has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:27 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver Oct 05 08:53:27 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Oct 05 08:53:27 localhost.localdomain kernel: xvda: xvda1 Oct 05 08:53:27 localhost.localdomain kernel: libata version 3.00 loaded. Oct 05 08:53:27 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13 Oct 05 08:53:27 localhost.localdomain kernel: scsi host0: ata_piix Oct 05 08:53:27 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Oct 05 08:53:27 localhost.localdomain kernel: scsi host1: ata_piix Oct 05 08:53:27 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 Oct 05 08:53:27 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 Oct 05 08:53:28 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. -- Subject: Unit dev-disk-by\x2duuid-c7b7d6a5\x2dfd01\x2d4b9b\x2dbcca\x2d153eaff9d312.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-disk-by\x2duuid-c7b7d6a5\x2dfd01\x2d4b9b\x2dbcca\x2d153eaff9d312.device has finished starting up. -- -- The start-up result is done. Oct 05 08:53:28 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312... -- Subject: Unit systemd-fsck-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has begun starting up. Oct 05 08:53:28 localhost.localdomain kernel: psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64 Oct 05 08:53:28 localhost.localdomain systemd-fsck[254]: /dev/xvda1: clean, 63819/262144 files, 527174/1048320 blocks Oct 05 08:53:28 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. -- Subject: Unit systemd-fsck-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:28 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2900.018 MHz Oct 05 08:53:28 localhost.localdomain kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input3 Oct 05 08:53:30 localhost.localdomain kernel: floppy0: no floppy controllers found Oct 05 08:53:30 localhost.localdomain systemd[1]: Started dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:30 localhost.localdomain systemd[1]: Mounting /sysroot... -- Subject: Unit sysroot.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has begun starting up. Oct 05 08:53:30 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:30 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:30 localhost.localdomain kernel: EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null) Oct 05 08:53:30 localhost.localdomain systemd[1]: Mounted /sysroot. -- Subject: Unit sysroot.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has finished starting up. -- -- The start-up result is done. Oct 05 08:53:30 localhost.localdomain systemd[1]: Reached target Initrd Root File System. -- Subject: Unit initrd-root-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-root-fs.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:30 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root... -- Subject: Unit initrd-parse-etc.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has begun starting up. Oct 05 08:53:30 localhost.localdomain systemd[1]: Reloading. Oct 05 08:53:30 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root. -- Subject: Unit initrd-parse-etc.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:30 localhost.localdomain systemd[1]: Reached target Initrd File Systems. -- Subject: Unit initrd-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-fs.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:30 localhost.localdomain systemd[1]: Reached target Initrd Default Target. -- Subject: Unit initrd.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:30 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook... -- Subject: Unit dracut-pre-pivot.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has begun starting up. Oct 05 08:53:31 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:31 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons... -- Subject: Unit initrd-cleanup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has begun starting up. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Timers. -- Subject: Unit timers.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Remote File Systems. -- Subject: Unit remote-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Initrd Default Target. -- Subject: Unit initrd.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Basic System. -- Subject: Unit basic.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit slices.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target System Initialization. -- Subject: Unit sysinit.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped target Swap. -- Subject: Unit swap.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit swap.target has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Starting Plymouth switch root service... -- Subject: Unit plymouth-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has begun starting up. Oct 05 08:53:31 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-control.socket has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Oct 05 08:53:31 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Oct 05 08:53:31 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:31 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:31 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:31 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.service has begun starting up. Oct 05 08:53:31 localhost.localdomain systemd[1]: Switching root. Oct 05 08:53:31 localhost.localdomain unknown[102]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has shut down and closed all currently -- active journal files. Oct 05 08:53:35 localhost.localdomain systemd-journal[345]: Runtime journal is using 8.0M (max allowed 180.0M, trying to leave 270.0M free of 1.7G available → current limit 180.0M). Oct 05 08:53:35 localhost.localdomain systemd-journald[102]: Received SIGTERM from PID 1 (systemd). Oct 05 08:53:35 localhost.localdomain kernel: random: crng init done Oct 05 08:53:35 localhost.localdomain kernel: type=1404 audit(1728132812.466:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 Oct 05 08:53:35 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Oct 05 08:53:35 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Oct 05 08:53:35 localhost.localdomain kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Oct 05 08:53:35 localhost.localdomain kernel: SELinux: 130 classes, 112757 rules Oct 05 08:53:35 localhost.localdomain kernel: SELinux: Completing initialization. Oct 05 08:53:35 localhost.localdomain kernel: SELinux: Setting up existing superblocks. Oct 05 08:53:35 localhost.localdomain kernel: type=1403 audit(1728132813.019:3): policy loaded auid=4294967295 ses=4294967295 Oct 05 08:53:35 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 561.441ms. Oct 05 08:53:35 localhost.localdomain kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Oct 05 08:53:35 localhost.localdomain systemd[1]: Inserted module 'ip_tables' Oct 05 08:53:35 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 8.623ms. Oct 05 08:53:35 localhost.localdomain kernel: EXT4-fs (xvda1): re-mounted. Opts: (null) Oct 05 08:53:35 localhost.localdomain systemd-journal[345]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Oct 05 08:53:33 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Oct 05 08:53:33 localhost.localdomain systemd[1]: Detected virtualization xen. Oct 05 08:53:33 localhost.localdomain systemd[1]: Detected architecture x86-64. Oct 05 08:53:33 localhost.localdomain systemd[1]: Set hostname to . Oct 05 08:53:33 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Oct 05 08:53:33 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Oct 05 08:53:35 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit rhel-import-state.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Starting Preprocess NFS configuration... -- Subject: Unit nfs-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Started Preprocess NFS configuration. -- Subject: Unit nfs-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd-udevd[383]: starting version 219 Oct 05 08:53:35 localhost.localdomain systemd-udevd[383]: Network interface NamePolicy= disabled on kernel command line, ignoring. Oct 05 08:53:35 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit rhel-import-state.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Oct 05 08:53:35 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4 Oct 05 08:53:35 localhost.localdomain systemd[1]: Found device /dev/ttyS0. -- Subject: Unit dev-ttyS0.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-ttyS0.device has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain kernel: cryptd: max_cpu_qlen set to 1000 Oct 05 08:53:35 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Oct 05 08:53:35 localhost.localdomain kernel: RPC: Registered udp transport module. Oct 05 08:53:35 localhost.localdomain kernel: RPC: Registered tcp transport module. Oct 05 08:53:35 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Oct 05 08:53:35 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:35 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Oct 05 08:53:36 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Oct 05 08:53:36 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Oct 05 08:53:36 localhost.localdomain auditd[432]: Started dispatcher: /sbin/audispd pid: 434 Oct 05 08:53:36 localhost.localdomain kernel: type=1305 audit(1728132816.083:4): audit_pid=432 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Oct 05 08:53:36 localhost.localdomain kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Oct 05 08:53:36 localhost.localdomain kernel: alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) Oct 05 08:53:36 localhost.localdomain audispd[434]: No plugins found, exiting Oct 05 08:53:36 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Oct 05 08:53:36 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Oct 05 08:53:36 localhost.localdomain kernel: ppdev: user-space parallel port driver Oct 05 08:53:36 localhost.localdomain auditd[432]: Init complete, auditd 2.8.5 listening for events (startup state enable) Oct 05 08:53:36 localhost.localdomain kernel: [TTM] Zone kernel: Available graphics memory: 1843226 kiB Oct 05 08:53:36 localhost.localdomain kernel: [TTM] Initializing pool allocator Oct 05 08:53:36 localhost.localdomain kernel: [TTM] Initializing DMA pool allocator Oct 05 08:53:36 localhost.localdomain kernel: [drm] fb mappable at 0xF8000000 Oct 05 08:53:36 localhost.localdomain kernel: [drm] vram aper at 0xF8000000 Oct 05 08:53:36 localhost.localdomain kernel: [drm] size 33554432 Oct 05 08:53:36 localhost.localdomain kernel: [drm] fb depth is 16 Oct 05 08:53:36 localhost.localdomain kernel: [drm] pitch is 2048 Oct 05 08:53:36 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device Oct 05 08:53:36 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 Oct 05 08:53:36 localhost.localdomain kernel: cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Oct 05 08:53:36 localhost.localdomain kernel: [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Oct 05 08:53:36 localhost.localdomain augenrules[472]: /sbin/augenrules: No change Oct 05 08:53:36 localhost.localdomain augenrules[472]: No rules Oct 05 08:53:36 localhost.localdomain augenrules[472]: enabled 1 Oct 05 08:53:36 localhost.localdomain augenrules[472]: failure 1 Oct 05 08:53:36 localhost.localdomain augenrules[472]: pid 432 Oct 05 08:53:36 localhost.localdomain augenrules[472]: rate_limit 0 Oct 05 08:53:36 localhost.localdomain augenrules[472]: backlog_limit 8192 Oct 05 08:53:36 localhost.localdomain augenrules[472]: lost 0 Oct 05 08:53:36 localhost.localdomain augenrules[472]: backlog 1 Oct 05 08:53:36 localhost.localdomain augenrules[472]: enabled 1 Oct 05 08:53:36 localhost.localdomain augenrules[472]: failure 1 Oct 05 08:53:36 localhost.localdomain augenrules[472]: pid 432 Oct 05 08:53:36 localhost.localdomain augenrules[472]: rate_limit 0 Oct 05 08:53:36 localhost.localdomain augenrules[472]: backlog_limit 8192 Oct 05 08:53:36 localhost.localdomain augenrules[472]: lost 0 Oct 05 08:53:36 localhost.localdomain augenrules[472]: backlog 0 Oct 05 08:53:36 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has begun starting up. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Listening on RPCbind Server Activation Socket. -- Subject: Unit rpcbind.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.socket has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Starting RPC bind service... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has begun starting up. Oct 05 08:53:36 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has begun starting up. Oct 05 08:53:36 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has begun starting up. Oct 05 08:53:36 localhost.localdomain systemd[1]: Starting Dump dmesg to /var/log/dmesg... -- Subject: Unit rhel-dmesg.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has begun starting up. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has begun starting up. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has begun starting up. Oct 05 08:53:36 localhost.localdomain systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has begun starting up. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain chronyd[514]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) Oct 05 08:53:36 localhost.localdomain chronyd[514]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Oct 05 08:53:36 localhost.localdomain polkitd[507]: Started polkitd version 0.112 Oct 05 08:53:36 localhost.localdomain dbus[509]: [system] Successfully activated service 'org.freedesktop.systemd1' Oct 05 08:53:36 localhost.localdomain systemd[1]: Started RPC bind service. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started Dump dmesg to /var/log/dmesg. -- Subject: Unit rhel-dmesg.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd-logind[505]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd-logind[505]: Watching system buttons on /dev/input/event0 (Power Button) Oct 05 08:53:36 localhost.localdomain systemd-logind[505]: Watching system buttons on /dev/input/event1 (Sleep Button) Oct 05 08:53:36 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:36 localhost.localdomain rngd[506]: Initalizing available sources Oct 05 08:53:36 localhost.localdomain rngd[506]: Failed to init entropy source 0: Hardware RNG Device Oct 05 08:53:36 localhost.localdomain rngd[506]: Enabling RDRAND rng support Oct 05 08:53:36 localhost.localdomain rngd[506]: Initalizing entropy source Intel RDRAND Instruction RNG Oct 05 08:53:36 localhost.localdomain polkitd[507]: Loading rules from directory /etc/polkit-1/rules.d Oct 05 08:53:36 localhost.localdomain polkitd[507]: Loading rules from directory /usr/share/polkit-1/rules.d Oct 05 08:53:37 localhost.localdomain polkitd[507]: Finished loading, compiling and executing 2 rules Oct 05 08:53:37 localhost.localdomain systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:37 localhost.localdomain polkitd[507]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Oct 05 08:53:37 localhost.localdomain rngd[506]: Enabling JITTER rng support Oct 05 08:53:37 localhost.localdomain rngd[506]: Initalizing entropy source JITTER Entropy generator Oct 05 08:53:38 localhost.localdomain cloud-init[535]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 05 Oct 2024 12:53:38 +0000. Up 11.94 seconds. Oct 05 08:53:39 localhost.localdomain systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:39 localhost.localdomain systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:39 localhost.localdomain systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has begun starting up. Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.0925] NetworkManager (version 1.18.8-2.el7_9) is starting... (for the first time) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.0931] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) Oct 05 08:53:39 localhost.localdomain systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1026] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Oct 05 08:53:39 localhost.localdomain systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has begun starting up. Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1067] manager[0x564bc56fb090]: monitoring kernel firmware directory '/lib/firmware'. Oct 05 08:53:39 localhost.localdomain dbus[509]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Oct 05 08:53:39 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has begun starting up. Oct 05 08:53:39 localhost.localdomain dbus[509]: [system] Successfully activated service 'org.freedesktop.hostname1' Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1397] hostname: hostname: using hostnamed Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1397] hostname: hostname changed from (none) to "localhost.localdomain" Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1402] dns-mgr[0x564bc56e3220]: init: dns=default,systemd-resolved rc-manager=file Oct 05 08:53:39 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:39 localhost.localdomain dbus[509]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Oct 05 08:53:39 localhost.localdomain systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Oct 05 08:53:39 localhost.localdomain kernel: floppy0: no floppy controllers found Oct 05 08:53:39 localhost.localdomain dbus[509]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Oct 05 08:53:39 localhost.localdomain systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1916] settings: Loaded settings plugin: SettingsPluginIfcfg ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ifcfg-rh.so") Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1932] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ibft.so") Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1932] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1971] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03,"System eth0") Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1998] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.1999] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2000] manager: Networking is enabled by state file Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2012] dhcp-init: Using DHCP client 'dhclient' Oct 05 08:53:39 localhost.localdomain nm-dispatcher[582]: req:1 'hostname': new request (4 scripts) Oct 05 08:53:39 localhost.localdomain nm-dispatcher[582]: req:1 'hostname': start running ordered scripts... Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2514] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-device-plugin-team.so) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2531] device (lo): carrier: link connected Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2533] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2547] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2573] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2597] device (eth0): carrier: link connected Oct 05 08:53:39 localhost.localdomain kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Oct 05 08:53:39 localhost.localdomain nm-dispatcher[582]: req:2 'connectivity-change': new request (4 scripts) Oct 05 08:53:39 localhost.localdomain nm-dispatcher[582]: req:2 'connectivity-change': start running ordered scripts... Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2793] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2838] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2863] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2877] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2887] manager: NetworkManager state is now CONNECTING Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2901] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2923] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2935] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.2971] dhcp4 (eth0): dhclient started with pid 615 Oct 05 08:53:39 localhost.localdomain dhclient[615]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x166ce547) Oct 05 08:53:39 localhost.localdomain dhclient[615]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x166ce547) Oct 05 08:53:39 localhost.localdomain dhclient[615]: DHCPOFFER from 10.31.8.1 Oct 05 08:53:39 localhost.localdomain dhclient[615]: DHCPACK from 10.31.8.1 (xid=0x166ce547) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5209] dhcp4 (eth0): address 10.31.9.128 Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5209] dhcp4 (eth0): plen 22 (255.255.252.0) Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5209] dhcp4 (eth0): gateway 10.31.8.1 Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5209] dhcp4 (eth0): lease time 3600 Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5209] dhcp4 (eth0): hostname 'ip-10-31-9-128' Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5210] dhcp4 (eth0): nameserver '10.29.169.13' Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5210] dhcp4 (eth0): nameserver '10.29.170.12' Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5210] dhcp4 (eth0): nameserver '10.2.32.1' Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5210] dhcp4 (eth0): domain name 'us-east-1.aws.redhat.com' Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5210] dhcp4 (eth0): state changed unknown -> bound Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5221] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5230] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5232] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5236] manager: NetworkManager state is now CONNECTED_LOCAL Oct 05 08:53:39 localhost.localdomain dhclient[615]: bound to 10.31.9.128 -- renewal in 1550 seconds. Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5320] manager: NetworkManager state is now CONNECTED_SITE Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5325] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Oct 05 08:53:39 localhost.localdomain NetworkManager[576]: [1728132819.5330] policy: set-hostname: set hostname to 'ip-10-31-9-128' (from DHCPv4) Oct 05 08:53:39 ip-10-31-9-128 systemd-hostnamed[581]: Changed host name to 'ip-10-31-9-128' Oct 05 08:53:39 ip-10-31-9-128 NetworkManager[576]: [1728132819.5385] device (eth0): Activation: successful, device activated. Oct 05 08:53:39 ip-10-31-9-128 NetworkManager[576]: [1728132819.5395] manager: NetworkManager state is now CONNECTED_GLOBAL Oct 05 08:53:39 ip-10-31-9-128 nm-dispatcher[582]: req:3 'up' [eth0]: new request (4 scripts) Oct 05 08:53:39 ip-10-31-9-128 nm-dispatcher[582]: req:3 'up' [eth0]: start running ordered scripts... Oct 05 08:53:39 ip-10-31-9-128 NetworkManager[576]: [1728132819.5408] manager: startup complete Oct 05 08:53:39 ip-10-31-9-128 nm-dispatcher[582]: req:4 'connectivity-change': new request (4 scripts) Oct 05 08:53:39 ip-10-31-9-128 nm-dispatcher[582]: req:5 'hostname': new request (4 scripts) Oct 05 08:53:39 ip-10-31-9-128 systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:39 ip-10-31-9-128 systemd[1]: Starting LSB: Bring up/down networking... -- Subject: Unit network.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has begun starting up. Oct 05 08:53:39 ip-10-31-9-128 nm-dispatcher[582]: req:4 'connectivity-change': start running ordered scripts... Oct 05 08:53:39 ip-10-31-9-128 nm-dispatcher[582]: req:5 'hostname': start running ordered scripts... Oct 05 08:53:39 ip-10-31-9-128 network[628]: Bringing up loopback interface: [ OK ] Oct 05 08:53:39 ip-10-31-9-128 network[628]: Bringing up interface eth0: [ OK ] Oct 05 08:53:39 ip-10-31-9-128 systemd[1]: Started LSB: Bring up/down networking. -- Subject: Unit network.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:39 ip-10-31-9-128 systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has begun starting up. Oct 05 08:53:39 ip-10-31-9-128 systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:39 ip-10-31-9-128 systemd[1]: Starting Postfix Mail Transport Agent... -- Subject: Unit postfix.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has begun starting up. Oct 05 08:53:39 ip-10-31-9-128 systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has begun starting up. Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: Cloud-init v. 0.7.9 running 'init' at Sat, 05 Oct 2024 12:53:40 +0000. Up 13.39 seconds. Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: ++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++ Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: | lo: | True | . | . | d | . | Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: | eth0: | True | 10.31.9.128 | 255.255.252.0 | . | 12:59:dd:4a:f0:a1 | Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: | eth0: | True | . | . | d | 12:59:dd:4a:f0:a1 | Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: +--------+------+-------------+---------------+-------+-------------------+ Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: | 0 | 0.0.0.0 | 10.31.8.1 | 0.0.0.0 | eth0 | UG | Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: | 1 | 10.31.8.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Oct 05 08:53:40 ip-10-31-9-128 cloud-init[849]: ci-info: +-------+-------------+-----------+---------------+-----------+-------+ Oct 05 08:53:40 ip-10-31-9-128 systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:40 ip-10-31-9-128 postfix/postfix-script[1128]: starting the Postfix mail system Oct 05 08:53:40 ip-10-31-9-128 postfix/master[1130]: daemon started -- version 2.10.1, configuration /etc/postfix Oct 05 08:53:40 ip-10-31-9-128 systemd[1]: Started Postfix Mail Transport Agent. -- Subject: Unit postfix.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:40 ip-10-31-9-128 kernel: EXT4-fs (xvda1): resizing filesystem from 1048320 to 65535739 blocks Oct 05 08:53:41 ip-10-31-9-128 kernel: EXT4-fs (xvda1): resized filesystem to 65535739 Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd-hostnamed[581]: Changed static host name to 'ip-10-31-9-128.us-east-1.aws.redhat.com' Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd-hostnamed[581]: Changed host name to 'ip-10-31-9-128.us-east-1.aws.redhat.com' Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com NetworkManager[576]: [1728132821.0859] hostname: hostname changed from "localhost.localdomain" to "ip-10-31-9-128.us-east-1.aws.redhat.com" Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com nm-dispatcher[582]: req:6 'hostname': new request (4 scripts) Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com nm-dispatcher[582]: req:6 'hostname': start running ordered scripts... Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com NetworkManager[576]: [1728132821.0906] policy: set-hostname: set hostname to 'ip-10-31-9-128.us-east-1.aws.redhat.com' (from system configuration) Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com nm-dispatcher[582]: req:7 'hostname': new request (4 scripts) Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com nm-dispatcher[582]: req:7 'hostname': start running ordered scripts... Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Wait for Plymouth Boot Screen to Quit... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com crond[1228]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 97% if used.) Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com sm-notify[1224]: Version 1.3.0 starting Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 228 (plymouthd). Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Wait for Plymouth Boot Screen to Quit. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Serial Getty on ttyS0. -- Subject: Unit serial-getty@ttyS0.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit serial-getty@ttyS0.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com rsyslogd[1219]: [origin software="rsyslogd" swVersion="8.24.0-57.el7_9.3" x-pid="1219" x-info="http://www.rsyslog.com"] start Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[1225]: Server listening on 0.0.0.0 port 22. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[1225]: Server listening on :: port 22. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com restraintd[1239]: Listening on http://localhost:8081 Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com kdumpctl[1222]: No kdump initial ramdisk found. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com kdumpctl[1222]: Rebuilding /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com cloud-init[1221]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 05 Oct 2024 12:53:41 +0000. Up 14.83 seconds. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com crond[1228]: (CRON) INFO (running with inotify support) Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... -- Subject: Unit sshd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun shutting down. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[1225]: Received signal 15; terminating. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. -- Subject: Unit sshd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished shutting down. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[1366]: Server listening on 0.0.0.0 port 22. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[1366]: Server listening on :: port 22. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has begun starting up. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com cloud-init[1412]: Cloud-init v. 0.7.9 running 'modules:final' at Sat, 05 Oct 2024 12:53:41 +0000. Up 15.21 seconds. Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com ec2[1526]: Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com ec2[1526]: ############################################################# Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com ec2[1526]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com ec2[1526]: 256 SHA256:6XI06CKZZBRV/e3/IgrDLqYzZkOtPFSrZnF8OajHEho no comment (ECDSA) Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com ec2[1526]: 256 SHA256:JrbbBdywcMOrldKxyOAXBx69rlIzfdGLj+pLfM+mDE0 no comment (ED25519) Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com ec2[1526]: 2048 SHA256:PpouZOZBkzpae6L06EXka+DhqyUqJ1ceG3xB7C5VtE0 no comment (RSA) Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com ec2[1526]: -----END SSH HOST KEY FINGERPRINTS----- Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com ec2[1526]: ############################################################# Oct 05 08:53:41 ip-10-31-9-128.us-east-1.aws.redhat.com cloud-init[1412]: Cloud-init v. 0.7.9 finished at Sat, 05 Oct 2024 12:53:41 +0000. Datasource DataSourceEc2. Up 15.32 seconds Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1550]: dracut-033-572.el7 Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: Executing: /usr/sbin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o "plymouth dash resume ifcfg" --mount "/dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 /sysroot ext4 defaults" --no-hostonly-default-device -f /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img 3.10.0-1160.119.1.el7.x86_64 Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: bash *** Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: nss-softokn *** Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: i18n *** Oct 05 08:53:42 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: drm *** Oct 05 08:53:44 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: kernel-modules *** Oct 05 08:53:45 ip-10-31-9-128.us-east-1.aws.redhat.com chronyd[514]: Selected source 10.2.32.38 Oct 05 08:53:49 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: fstab-sys *** Oct 05 08:53:49 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: rootfs-block *** Oct 05 08:53:49 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: terminfo *** Oct 05 08:53:49 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: udev-rules *** Oct 05 08:53:49 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: Skipping udev rule: 40-redhat-cpu-hotplug.rules Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: Skipping udev rule: 91-permissions.rules Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: biosdevname *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: systemd *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: usrmount *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: base *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: fs-lib *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: kdumpbase *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: microcode_ctl-fw_dir_override *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl module: mangling fw_dir Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: intel: caveats check for kernel version "3.10.0-1160.119.1.el7.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-2d-07" is ignored Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-4e-03" is ignored Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-4f-01" is ignored Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-55-04" is ignored Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-5e-03" is ignored Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: configuration "intel-06-8c-01" is ignored Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including module: shutdown *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Including modules done *** Oct 05 08:53:50 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Installing kernel module dependencies and firmware *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Installing kernel module dependencies and firmware done *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Resolving executable dependencies *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Resolving executable dependencies done*** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Hardlinking files *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Hardlinking files done *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Stripping files *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Stripping files done *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Generating early-microcode cpio image contents *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Constructing GenuineIntel.bin **** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Store current command line parameters *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Creating image file *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Creating microcode section *** Oct 05 08:53:51 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Created microcode section *** Oct 05 08:53:56 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Creating image file done *** Oct 05 08:53:56 ip-10-31-9-128.us-east-1.aws.redhat.com dracut[1554]: *** Creating initramfs image file '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img' done *** Oct 05 08:53:56 ip-10-31-9-128.us-east-1.aws.redhat.com kdumpctl[1222]: kexec: loaded kdump kernel Oct 05 08:53:56 ip-10-31-9-128.us-east-1.aws.redhat.com kdumpctl[1222]: Starting kdump: [OK] Oct 05 08:53:56 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Oct 05 08:53:56 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Startup finished in 859ms (kernel) + 4.947s (initrd) + 24.077s (userspace) = 29.883s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- All system services necessary queued for starting at boot have been -- successfully started. Note that this does not mean that the machine is -- now idle as services might still be busy with completing start-up. -- -- Kernel start-up required 859539 microseconds. -- -- Initial RAM disk start-up required 4947377 microseconds. -- -- Userspace start-up required 24077014 microseconds. Oct 05 08:54:50 ip-10-31-9-128.us-east-1.aws.redhat.com chronyd[514]: Selected source 10.2.32.37 Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7772]: Accepted publickey for root from 10.30.32.29 port 39276 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com systemd-logind[505]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 7772. Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7772]: pam_unix(sshd:session): session opened for user root by (uid=0) Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7772]: Received disconnect from 10.30.32.29 port 39276:11: disconnected by user Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7772]: Disconnected from 10.30.32.29 port 39276 Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7772]: pam_unix(sshd:session): session closed for user root Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com systemd-logind[505]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Oct 05 08:57:27 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7786]: Accepted publickey for root from 10.31.10.176 port 43454 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7785]: Accepted publickey for root from 10.31.10.176 port 43446 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com systemd-logind[505]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 7785. Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com systemd-logind[505]: New session 2 of user root. -- Subject: A new session 2 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 2 has been created for the user root. -- -- The leading process of the session is 7786. Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Session 2 of user root. -- Subject: Unit session-2.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-2.scope has finished starting up. -- -- The start-up result is done. Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7786]: pam_unix(sshd:session): session opened for user root by (uid=0) Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7785]: pam_unix(sshd:session): session opened for user root by (uid=0) Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7786]: Received disconnect from 10.31.10.176 port 43454:11: disconnected by user Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7786]: Disconnected from 10.31.10.176 port 43454 Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com sshd[7786]: pam_unix(sshd:session): session closed for user root Oct 05 08:57:28 ip-10-31-9-128.us-east-1.aws.redhat.com systemd-logind[505]: Removed session 2. -- Subject: Session 2 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 2 has been terminated. Oct 05 08:58:30 ip-10-31-9-128.us-east-1.aws.redhat.com yum[8001]: Installed: oniguruma-6.8.2-2.el7.x86_64 Oct 05 08:58:30 ip-10-31-9-128.us-east-1.aws.redhat.com yum[8001]: Installed: jq-1.6-2.el7.x86_64 Oct 05 08:58:36 ip-10-31-9-128.us-east-1.aws.redhat.com yum[8715]: Installed: python3-setuptools-39.2.0-10.el7.noarch Oct 05 08:58:36 ip-10-31-9-128.us-east-1.aws.redhat.com yum[8715]: Installed: python3-pip-9.0.3-8.el7.noarch Oct 05 08:58:36 ip-10-31-9-128.us-east-1.aws.redhat.com yum[8715]: Installed: python3-3.6.8-21.el7_9.x86_64 Oct 05 08:58:38 ip-10-31-9-128.us-east-1.aws.redhat.com yum[8715]: Installed: python3-libs-3.6.8-21.el7_9.x86_64 Oct 05 08:58:41 ip-10-31-9-128.us-east-1.aws.redhat.com dbus[509]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Oct 05 08:58:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has begun starting up. Oct 05 08:58:41 ip-10-31-9-128.us-east-1.aws.redhat.com dbus[509]: [system] Successfully activated service 'org.freedesktop.hostname1' Oct 05 08:58:41 ip-10-31-9-128.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Oct 05 08:58:41 managed-node3 systemd-hostnamed[8826]: Changed static host name to 'managed-node3' Oct 05 08:58:41 managed-node3 NetworkManager[576]: [1728133121.2519] hostname: hostname changed from "ip-10-31-9-128.us-east-1.aws.redhat.com" to "managed-node3" Oct 05 08:58:41 managed-node3 dbus[509]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Oct 05 08:58:41 managed-node3 systemd-hostnamed[8826]: Changed host name to 'managed-node3' Oct 05 08:58:41 managed-node3 NetworkManager[576]: [1728133121.2584] policy: set-hostname: set hostname to 'managed-node3' (from system configuration) Oct 05 08:58:41 managed-node3 systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Oct 05 08:58:41 managed-node3 dbus[509]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Oct 05 08:58:41 managed-node3 systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Oct 05 08:58:41 managed-node3 nm-dispatcher[8827]: req:1 'hostname': new request (4 scripts) Oct 05 08:58:41 managed-node3 nm-dispatcher[8827]: req:1 'hostname': start running ordered scripts... Oct 05 08:58:41 managed-node3 nm-dispatcher[8827]: req:2 'hostname': new request (4 scripts) Oct 05 08:58:41 managed-node3 nm-dispatcher[8827]: req:2 'hostname': start running ordered scripts... Oct 05 08:59:42 managed-node3 sshd[9310]: Accepted publickey for root from 10.31.40.122 port 53204 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Oct 05 08:59:42 managed-node3 systemd-logind[505]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 9310. Oct 05 08:59:42 managed-node3 systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Oct 05 08:59:42 managed-node3 sshd[9310]: pam_unix(sshd:session): session opened for user root by (uid=0) Oct 05 08:59:43 managed-node3 ansible-setup[9367]: Invoked with filter=* gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 08:59:44 managed-node3 ansible-stat[9441]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Oct 05 08:59:45 managed-node3 ansible-yum[9490]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 05 08:59:47 managed-node3 yum[9517]: Installed: libjose-10-1.el7.x86_64 Oct 05 08:59:47 managed-node3 yum[9517]: Installed: jose-10-1.el7.x86_64 Oct 05 08:59:47 managed-node3 yum[9517]: Installed: http-parser-2.7.1-9.el7.x86_64 Oct 05 08:59:47 managed-node3 groupadd[9549]: group added to /etc/group: name=tang, GID=994 Oct 05 08:59:47 managed-node3 groupadd[9549]: group added to /etc/gshadow: name=tang Oct 05 08:59:47 managed-node3 groupadd[9549]: new group: name=tang, GID=994 Oct 05 08:59:47 managed-node3 useradd[9554]: new user: name=tang, UID=997, GID=994, home=/var/cache/tang, shell=/sbin/nologin Oct 05 08:59:47 managed-node3 systemd[1]: Reloading. Oct 05 08:59:47 managed-node3 yum[9517]: Installed: tang-6-2.el7.x86_64 Oct 05 08:59:48 managed-node3 ansible-fedora.linux_system_roles.nbde_server_tang[9624]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Oct 05 08:59:49 managed-node3 ansible-stat[9682]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 08:59:49 managed-node3 ansible-file[9731]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Oct 05 08:59:50 managed-node3 ansible-systemd[9780]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Oct 05 08:59:50 managed-node3 polkitd[507]: Registered Authentication Agent for unix-process:9785:38394 (system bus name :1.29 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Oct 05 08:59:50 managed-node3 systemd[1]: Reloading. Oct 05 08:59:50 managed-node3 polkitd[507]: Unregistered Authentication Agent for unix-process:9785:38394 (system bus name :1.29, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Oct 05 08:59:50 managed-node3 polkitd[507]: Registered Authentication Agent for unix-process:9804:38400 (system bus name :1.30 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Oct 05 08:59:50 managed-node3 systemd[1]: Listening on Tang Server socket. -- Subject: Unit tangd.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished starting up. -- -- The start-up result is done. Oct 05 08:59:50 managed-node3 polkitd[507]: Unregistered Authentication Agent for unix-process:9804:38400 (system bus name :1.30, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Oct 05 08:59:51 managed-node3 ansible-find[9858]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Oct 05 08:59:52 managed-node3 ansible-yum[9907]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 05 08:59:52 managed-node3 ansible-fedora.linux_system_roles.nbde_server_tang[9960]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Oct 05 08:59:52 managed-node3 ansible-stat[10009]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 08:59:53 managed-node3 ansible-file[10058]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Oct 05 08:59:53 managed-node3 ansible-systemd[10107]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Oct 05 08:59:54 managed-node3 ansible-find[10160]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Oct 05 08:59:55 managed-node3 ansible-yum[10209]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 05 08:59:56 managed-node3 ansible-fedora.linux_system_roles.nbde_server_tang[10262]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-rotated cachedir=/var/cache/tang keydir=/var/db/tang Oct 05 08:59:56 managed-node3 ansible-stat[10320]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 08:59:57 managed-node3 ansible-file[10369]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0755 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Oct 05 08:59:57 managed-node3 ansible-systemd[10418]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Oct 05 08:59:58 managed-node3 ansible-find[10471]: Invoked with excludes=None paths=['/var/db/tang'] file_type=file age=None contains=None recurse=False age_stamp=mtime patterns=['*.jwk', '.*.jwk'] depth=None get_checksum=False use_regex=False follow=False hidden=False size=None Oct 05 08:59:58 managed-node3 ansible-command[10520]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Oct 05 08:59:59 managed-node3 ansible-command[10571]: Invoked with creates=None executable=None _uses_shell=True strip_empty_ends=True _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None Oct 05 09:00:01 managed-node3 ansible-file[10636]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Oct 05 09:00:02 managed-node3 ansible-stat[10685]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/override2.conf get_md5=False get_mime=True get_attributes=True Oct 05 09:00:03 managed-node3 ansible-copy[10721]: Invoked with directory_mode=None force=True remote_src=None _original_basename=tmpSPiW3T owner=None follow=False local_follow=None group=None unsafe_writes=False setype=None content=NOT_LOGGING_PARAMETER serole=None dest=/etc/systemd/system/tangd.socket.d/override2.conf selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1728133202.23-11232-195540178527752/source checksum=05987691cc309e84627f31fa0d1680a3b3b2c4b2 seuser=None delimiter=None mode=0664 attributes=None backup=False Oct 05 09:00:04 managed-node3 ansible-setup[10770]: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:04 managed-node3 ansible-stat[10823]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Oct 05 09:00:05 managed-node3 ansible-setup[10872]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:06 managed-node3 ansible-yum[10902]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 05 09:00:06 managed-node3 ansible-fedora.linux_system_roles.nbde_server_tang[10955]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Oct 05 09:00:07 managed-node3 ansible-stat[11013]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 09:00:08 managed-node3 ansible-find[11064]: Invoked with excludes=['^override.conf$'] paths=['/etc/systemd/system/tangd.socket.d'] file_type=any age=None contains=None recurse=False age_stamp=mtime patterns=[] depth=None get_checksum=False use_regex=True follow=False hidden=True size=None Oct 05 09:00:08 managed-node3 ansible-file[11113]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Oct 05 09:00:09 managed-node3 ansible-setup[11162]: Invoked with filter=ansible_service_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:09 managed-node3 ansible-systemd[11192]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Oct 05 09:00:10 managed-node3 ansible-stat[11245]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 09:00:10 managed-node3 ansible-stat[11296]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/override2.conf get_md5=False get_mime=True get_attributes=True Oct 05 09:00:11 managed-node3 ansible-setup[11347]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:11 managed-node3 ansible-yum[11377]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 05 09:00:12 managed-node3 ansible-fedora.linux_system_roles.nbde_server_tang[11430]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Oct 05 09:00:13 managed-node3 ansible-setup[11479]: Invoked with filter=* gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'python_version'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:13 managed-node3 ansible-stat[11533]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Oct 05 09:00:13 managed-node3 ansible-stat[11582]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/sbin/transactional-update get_md5=False get_mime=True get_attributes=True Oct 05 09:00:14 managed-node3 ansible-setup[11631]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:15 managed-node3 ansible-yum[11661]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['libselinux-python', 'policycoreutils-python'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 05 09:00:15 managed-node3 ansible-setup[11714]: Invoked with filter=ansible_selinux gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:16 managed-node3 ansible-fedora.linux_system_roles.local_seport[11788]: Invoked with proto=tcp state=present ignore_selinux_state=False reload=True setype=tangd_port_t local=True ports=['7500'] Oct 05 09:00:17 managed-node3 kernel: SELinux: 2048 avtab hash slots, 112757 rules. Oct 05 09:00:17 managed-node3 kernel: SELinux: 2048 avtab hash slots, 112757 rules. Oct 05 09:00:17 managed-node3 kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Oct 05 09:00:17 managed-node3 kernel: SELinux: 130 classes, 112757 rules Oct 05 09:00:17 managed-node3 kernel: SELinux: Converting 2272 SID table entries... Oct 05 09:00:19 managed-node3 dbus[509]: [system] Reloaded configuration Oct 05 09:00:20 managed-node3 ansible-fedora.linux_system_roles.selinux_modules_facts[11841]: Invoked Oct 05 09:00:23 managed-node3 ansible-stat[11890]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 09:00:23 managed-node3 ansible-file[11941]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=directory content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Oct 05 09:00:24 managed-node3 ansible-stat[11990]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/override.conf get_md5=False get_mime=True get_attributes=True Oct 05 09:00:24 managed-node3 ansible-copy[12026]: Invoked with directory_mode=None force=True remote_src=None _original_basename=tangd_socket_override.conf.j2 owner=None follow=False local_follow=None group=None unsafe_writes=False serole=None content=NOT_LOGGING_PARAMETER setype=None dest=/etc/systemd/system/tangd.socket.d/override.conf selevel=None regexp=None validate=None src=/root/.ansible/tmp/ansible-tmp-1728133224.08-12625-178444564628156/source checksum=cab519df8c21e60fd06ac780e2c7bd41ad441042 seuser=None delimiter=None mode=0644 attributes=None backup=True Oct 05 09:00:25 managed-node3 ansible-setup[12075]: Invoked with filter=* gather_subset=['!all', '!min', 'python_version', 'service_mgr'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:26 managed-node3 ansible-stat[12129]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/run/ostree-booted get_md5=False get_mime=True get_attributes=True Oct 05 09:00:26 managed-node3 ansible-stat[12178]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/sbin/transactional-update get_md5=False get_mime=True get_attributes=True Oct 05 09:00:27 managed-node3 ansible-setup[12227]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:27 managed-node3 ansible-yum[12257]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['firewalld'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 05 09:00:28 managed-node3 ansible-systemd[12310]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=None daemon_reload=False state=None user=None scope=None masked=False Oct 05 09:00:29 managed-node3 ansible-systemd[12363]: Invoked with no_block=False force=None name=firewalld daemon_reexec=False enabled=True daemon_reload=False state=started masked=None scope=None user=None Oct 05 09:00:29 managed-node3 polkitd[507]: Registered Authentication Agent for unix-process:12368:42264 (system bus name :1.31 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Oct 05 09:00:29 managed-node3 systemd[1]: Reloading. Oct 05 09:00:29 managed-node3 polkitd[507]: Unregistered Authentication Agent for unix-process:12368:42264 (system bus name :1.31, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Oct 05 09:00:29 managed-node3 polkitd[507]: Registered Authentication Agent for unix-process:12387:42271 (system bus name :1.32 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Oct 05 09:00:29 managed-node3 systemd[1]: Starting firewalld - dynamic firewall daemon... -- Subject: Unit firewalld.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit firewalld.service has begun starting up. Oct 05 09:00:29 managed-node3 systemd[1]: Started firewalld - dynamic firewall daemon. -- Subject: Unit firewalld.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit firewalld.service has finished starting up. -- -- The start-up result is done. Oct 05 09:00:29 managed-node3 polkitd[507]: Unregistered Authentication Agent for unix-process:12387:42271 (system bus name :1.32, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Oct 05 09:00:29 managed-node3 kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team Oct 05 09:00:29 managed-node3 kernel: Ebtables v2.0 registered Oct 05 09:00:29 managed-node3 firewalld[12393]: WARNING: AllowZoneDrifting is enabled. This is considered an insecure configuration option. It will be removed in a future release. Please consider disabling it now. Oct 05 09:00:29 managed-node3 kernel: ip_set: protocol 7 Oct 05 09:00:29 managed-node3 kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Oct 05 09:00:29 managed-node3 kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. Oct 05 09:00:30 managed-node3 ansible-fedora.linux_system_roles.firewall_lib[12533]: Invoked with destination=[] protocol=[] ipset_type=None port=['7500/tcp'] icmp_block_inversion=None service=[] forward_port=[] set_default_zone=None firewalld_conf=None masquerade=None state=enabled permanent=True interface_pci_id=[] __report_changed=True rich_rule=[] ipset_entries=[] description=None ipset=None interface=[] target=None short=None zone=public helper_module=[] icmp_block=[] source=[] timeout=0 source_port=[] runtime=True Oct 05 09:00:31 managed-node3 ansible-systemd[12584]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=None masked=None Oct 05 09:00:31 managed-node3 polkitd[507]: Registered Authentication Agent for unix-process:12587:42512 (system bus name :1.35 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Oct 05 09:00:31 managed-node3 systemd[1]: Reloading. Oct 05 09:00:31 managed-node3 polkitd[507]: Unregistered Authentication Agent for unix-process:12587:42512 (system bus name :1.35, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Oct 05 09:00:32 managed-node3 ansible-systemd[12654]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=restarted masked=None scope=None user=None Oct 05 09:00:32 managed-node3 polkitd[507]: Registered Authentication Agent for unix-process:12659:42583 (system bus name :1.36 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Oct 05 09:00:32 managed-node3 systemd[1]: Closed Tang Server socket. -- Subject: Unit tangd.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished shutting down. Oct 05 09:00:32 managed-node3 systemd[1]: Stopping Tang Server socket. -- Subject: Unit tangd.socket has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has begun shutting down. Oct 05 09:00:32 managed-node3 systemd[1]: Listening on Tang Server socket. -- Subject: Unit tangd.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished starting up. -- -- The start-up result is done. Oct 05 09:00:32 managed-node3 polkitd[507]: Unregistered Authentication Agent for unix-process:12659:42583 (system bus name :1.36, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Oct 05 09:00:33 managed-node3 ansible-stat[12713]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 09:00:33 managed-node3 ansible-stat[12764]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d/override2.conf get_md5=False get_mime=True get_attributes=True Oct 05 09:00:34 managed-node3 ansible-slurp[12815]: Invoked with src=/etc/systemd/system/tangd.socket.d/override.conf path=/etc/systemd/system/tangd.socket.d/override.conf Oct 05 09:00:35 managed-node3 ansible-file[12864]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d/override2.conf owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=None modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Oct 05 09:00:36 managed-node3 ansible-setup[12913]: Invoked with filter=ansible_pkg_mgr gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Oct 05 09:00:36 managed-node3 ansible-yum[12943]: Invoked with lock_timeout=30 update_cache=False disable_excludes=None exclude=[] allow_downgrade=False disable_gpg_check=False conf_file=None use_backend=auto state=present disablerepo=[] releasever=None skip_broken=False autoremove=False download_dir=None enable_plugin=[] installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False validate_certs=True Oct 05 09:00:37 managed-node3 ansible-fedora.linux_system_roles.nbde_server_tang[12996]: Invoked with force=False keys_to_deploy_dir=None update=/usr/libexec/tangd-update keygen=/usr/libexec/tangd-keygen state=keys-created cachedir=/var/cache/tang keydir=/var/db/tang Oct 05 09:00:38 managed-node3 ansible-stat[13045]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 09:00:38 managed-node3 ansible-find[13096]: Invoked with excludes=['^override.conf$'] paths=['/etc/systemd/system/tangd.socket.d'] file_type=any age=None contains=None recurse=False age_stamp=mtime patterns=[] depth=None get_checksum=False use_regex=True follow=False hidden=True size=None Oct 05 09:00:39 managed-node3 ansible-file[13145]: Invoked with directory_mode=None force=False remote_src=None _original_basename=None path=/etc/systemd/system/tangd.socket.d owner=None follow=True group=None unsafe_writes=False state=absent content=NOT_LOGGING_PARAMETER serole=None selevel=None setype=None access_time=None access_time_format=%Y%m%d%H%M.%S modification_time=None regexp=None src=None seuser=None recurse=False _diff_peek=None delimiter=None mode=0775 modification_time_format=%Y%m%d%H%M.%S attributes=None backup=None Oct 05 09:00:40 managed-node3 ansible-systemd[13194]: Invoked with no_block=False force=None name=None daemon_reexec=False enabled=None daemon_reload=True state=None user=None scope=None masked=None Oct 05 09:00:40 managed-node3 polkitd[507]: Registered Authentication Agent for unix-process:13197:43339 (system bus name :1.37 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Oct 05 09:00:40 managed-node3 systemd[1]: Reloading. Oct 05 09:00:40 managed-node3 polkitd[507]: Unregistered Authentication Agent for unix-process:13197:43339 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Oct 05 09:00:40 managed-node3 ansible-systemd[13264]: Invoked with no_block=False force=None name=tangd.socket daemon_reexec=False enabled=True daemon_reload=False state=restarted masked=None scope=None user=None Oct 05 09:00:40 managed-node3 polkitd[507]: Registered Authentication Agent for unix-process:13269:43397 (system bus name :1.38 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) Oct 05 09:00:40 managed-node3 systemd[1]: Closed Tang Server socket. -- Subject: Unit tangd.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished shutting down. Oct 05 09:00:40 managed-node3 systemd[1]: Stopping Tang Server socket. -- Subject: Unit tangd.socket has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has begun shutting down. Oct 05 09:00:40 managed-node3 systemd[1]: Listening on Tang Server socket. -- Subject: Unit tangd.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tangd.socket has finished starting up. -- -- The start-up result is done. Oct 05 09:00:40 managed-node3 polkitd[507]: Unregistered Authentication Agent for unix-process:13269:43397 (system bus name :1.38, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus) Oct 05 09:00:41 managed-node3 ansible-stat[13323]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/systemd/system/tangd.socket.d get_md5=False get_mime=True get_attributes=True Oct 05 09:00:41 managed-node3 ansible-command[13372]: Invoked with creates=None executable=None _uses_shell=False strip_empty_ends=True _raw_params=journalctl -ex removes=None argv=None warn=True chdir=None stdin_add_newline=True stdin=None TASK [Cleanup] ***************************************************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:100 Saturday 05 October 2024 09:00:41 -0400 (0:00:00.733) 0:00:40.687 ****** included: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml for managed-node3 TASK [Remove control node files/directories] *********************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:2 Saturday 05 October 2024 09:00:42 -0400 (0:00:00.127) 0:00:40.814 ****** skipping: [managed-node3] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 Saturday 05 October 2024 09:00:42 -0400 (0:00:00.077) 0:00:40.891 ****** skipping: [managed-node3] => (item={u'path': u'', u'remove_dir': u'true'}) => { "ansible_loop_var": "item", "changed": false, "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [managed-node3] => (item={u'path': u'/var/db/tang', u'remove_dir': u'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.003894", "end": "2024-10-05 09:00:42.516875", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-10-05 09:00:42.512981" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/mHlR-Mj_gUsnvGY2zQSUBE4JDqY.jwk /var/db/tang/xPG3DkO0VdB1dZCEQsNsZgrCuMw.jwk /var/db/tang/. /var/db/tang/.. rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘/var/db/tang/.’ rm: refusing to remove ‘.’ or ‘..’ directory: skipping ‘/var/db/tang/..’ + : changed: [managed-node3] => (item={u'path': u'/var/cache/tang', u'remove_dir': u'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.003483", "end": "2024-10-05 09:00:42.910869", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-10-05 09:00:42.907386" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* managed-node3 : ok=77 changed=12 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Saturday 05 October 2024 09:00:42 -0400 (0:00:00.798) 0:00:41.690 ****** =============================================================================== fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 3.40s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 2.94s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.37s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 1.30s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Create a customization systemd file ------------------------------------- 1.21s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:20 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.16s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.selinux : Install SELinux python2 tools ------- 1.12s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 1.03s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.01s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.96s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.91s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to --- 0.87s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Remove managed node files/directories ----------------------------------- 0.80s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 0.80s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Debug ------------------------------------------------------------------- 0.73s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:96 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.73s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Create the tangd.socket.d directory ------------------------------------- 0.73s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:14 fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect --- 0.63s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect --- 0.58s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Get file ---------------------------------------------------------------- 0.58s /tmp/collections-KDk/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/check_header.yml:3