ansible-playbook [core 2.17.8] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-Dd7 executable location = /usr/local/bin/ansible-playbook python version = 3.12.9 (main, Feb 4 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.debug to ansible.posix.debug redirecting (type: callback) ansible.builtin.profile_tasks to ansible.posix.profile_tasks Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_share_system_dir.yml ******************************************* 1 plays in /tmp/collections-Dd7/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] *** TASK [Create the tangd.socket.d directory] ************************************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:14 Saturday 15 February 2025 08:07:12 -0500 (0:00:00.007) 0:00:00.007 ***** [WARNING]: Platform linux on host managed-node3 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. changed: [managed-node3] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python3.12" }, "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": 6, "state": "directory", "uid": 0 } TASK [Create a customization systemd file] ************************************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:20 Saturday 15 February 2025 08:07:13 -0500 (0:00:00.614) 0:00:00.622 ***** 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-1739624833.1631474-10426-54115198085522/.source.conf", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:28 Saturday 15 February 2025 08:07:14 -0500 (0:00:01.026) 0:00:01.648 ***** included: fedora.linux_system_roles.nbde_server for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 15 February 2025 08:07:14 -0500 (0:00:00.019) 0:00:01.668 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 15 February 2025 08:07:14 -0500 (0:00:00.027) 0:00:01.696 ***** ok: [managed-node3] TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 15 February 2025 08:07:14 -0500 (0:00:00.715) 0:00:02.412 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 15 February 2025 08:07:15 -0500 (0:00:00.382) 0:00:02.794 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 15 February 2025 08:07:15 -0500 (0:00:00.033) 0:00:02.827 ***** 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-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 15 February 2025 08:07:15 -0500 (0:00:00.035) 0:00:02.863 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 15 February 2025 08:07:15 -0500 (0:00:00.035) 0:00:02.898 ***** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 15 February 2025 08:07:16 -0500 (0:00:01.269) 0:00:04.167 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 15 February 2025 08:07:16 -0500 (0:00:00.046) 0:00:04.214 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 15 February 2025 08:07:17 -0500 (0:00:00.579) 0:00:04.794 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(nbde_server_fetch_keys | bool) or (nbde_server_deploy_keys | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 15 February 2025 08:07:17 -0500 (0:00:00.033) 0:00:04.827 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 15 February 2025 08:07:17 -0500 (0:00:00.023) 0:00:04.851 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 15 February 2025 08:07:17 -0500 (0:00:00.026) 0:00:04.878 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1739624833.0795097, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1739624834.107517, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482497, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1739624834.107517, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": "1184614419", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 15 February 2025 08:07:17 -0500 (0:00:00.343) 0:00:05.221 ***** ok: [managed-node3] => { "changed": false, "examined": 1, "files": [ { "atime": 1739624834.105517, "ctime": 1739624834.107517, "dev": 51714, "gid": 0, "gr_name": "root", "inode": 532676803, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mode": "0664", "mtime": 1739624833.6325135, "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, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 15 February 2025 08:07:18 -0500 (0:00:00.449) 0:00:05.671 ***** 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": 28, "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 15 February 2025 08:07:18 -0500 (0:00:00.410) 0:00:06.081 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_port | int != 80", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 15 February 2025 08:07:18 -0500 (0:00:00.043) 0:00:06.125 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 15 February 2025 08:07:18 -0500 (0:00:00.029) 0:00:06.155 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 15 February 2025 08:07:18 -0500 (0:00:00.041) 0:00:06.197 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__nbde_server_port_changed | d(false) | bool", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 15 February 2025 08:07:18 -0500 (0:00:00.038) 0:00:06.235 ***** 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", "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-02-15 08:06:36 EST", "ActiveEnterTimestampMonotonic": "688969593", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-02-15 08:06:36 EST", "AssertTimestampMonotonic": "688927659", "Backlog": "2147483647", "Before": "sockets.target shutdown.target", "BindIPv6Only": "default", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "11377000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-02-15 08:06:36 EST", "ConditionTimestampMonotonic": "688927656", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/tangd.socket", "ControlGroupId": "5014", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "\"man:tang(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3698233344", "EffectiveMemoryMax": "3698233344", "EffectiveTasksMax": "22347", "ExecStartPre": "{ path=/usr/bin/chown ; argv[]=/usr/bin/chown -R tang:tang /var/db/tang ; ignore_errors=yes ; start_time=[Sat 2025-02-15 08:06:36 EST] ; stop_time=[Sat 2025-02-15 08:06:36 EST] ; pid=7748 ; code=exited ; status=0 }", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorName": "connection", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-02-15 08:06:36 EST", "InactiveExitTimestampMonotonic": "688930295", "InvocationID": "7bfcb695af9c4d9a959dbb75a4afde61", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13967", "LimitNPROCSoft": "13967", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13967", "LimitSIGPENDINGSoft": "13967", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:80 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "3303514112", "MemoryCurrent": "8192", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1150976", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "yes", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "no", "PassFileDescriptorsToExec": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "PollLimitBurst": "150", "PollLimitIntervalUSec": "2s", "Priority": "-1", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "system.slice sysinit.target", "RestartKillSignal": "15", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-02-15 08:06:36 EST", "StateChangeTimestampMonotonic": "688969593", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "listening", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22347", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Timestamping": "off", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sockets.target", "WatchdogSignal": "6", "Writable": "no" } } TASK [Check tangd socket dir] ************************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:33 Saturday 15 February 2025 08:07:19 -0500 (0:00:01.166) 0:00:07.402 ***** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1739624838.1235452, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1739624834.107517, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482497, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1739624834.107517, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": "1184614419", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check custom file] ******************************************************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:39 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.384) 0:00:07.786 ***** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1739624839.807557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "ctime": 1739624834.107517, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 532676803, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0664", "mtime": 1739624833.6325135, "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": "3561940031", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify role reported no changes] ***************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:45 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.405) 0:00:08.191 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Run the role with a custom port] ***************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:49 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.016) 0:00:08.208 ***** included: fedora.linux_system_roles.nbde_server for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.018) 0:00:08.226 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.014) 0:00:08.241 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.029) 0:00:08.270 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.015) 0:00:08.286 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.015) 0:00:08.301 ***** 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-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.023) 0:00:08.325 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 15 February 2025 08:07:20 -0500 (0:00:00.022) 0:00:08.347 ***** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 15 February 2025 08:07:21 -0500 (0:00:01.118) 0:00:09.465 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 15 February 2025 08:07:21 -0500 (0:00:00.027) 0:00:09.493 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 15 February 2025 08:07:22 -0500 (0:00:00.357) 0:00:09.851 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(nbde_server_fetch_keys | bool) or (nbde_server_deploy_keys | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 15 February 2025 08:07:22 -0500 (0:00:00.028) 0:00:09.880 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 15 February 2025 08:07:22 -0500 (0:00:00.018) 0:00:09.899 ***** redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.selinux to ansible.posix.selinux redirecting (type: modules) ansible.builtin.seboolean to ansible.posix.seboolean included: fedora.linux_system_roles.selinux for managed-node3 TASK [fedora.linux_system_roles.selinux : Set ansible_facts required by role and install packages] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:2 Saturday 15 February 2025 08:07:22 -0500 (0:00:00.067) 0:00:09.966 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:2 Saturday 15 February 2025 08:07:22 -0500 (0:00:00.023) 0:00:09.990 ***** ok: [managed-node3] TASK [fedora.linux_system_roles.selinux : Ensure SELinux packages] ************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/set_facts_packages.yml:7 Saturday 15 February 2025 08:07:22 -0500 (0:00:00.483) 0:00:10.473 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:5 Saturday 15 February 2025 08:07:23 -0500 (0:00:00.024) 0:00:10.497 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:10 Saturday 15 February 2025 08:07:23 -0500 (0:00:00.344) 0:00:10.842 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:17 Saturday 15 February 2025 08:07:23 -0500 (0:00:00.031) 0:00:10.873 ***** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.selinux : Set flag if transactional-update exists] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:22 Saturday 15 February 2025 08:07:23 -0500 (0:00:00.348) 0:00:11.222 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:26 Saturday 15 February 2025 08:07:23 -0500 (0:00:00.020) 0:00:11.243 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_python_version is version('3', '<')", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Saturday 15 February 2025 08:07:23 -0500 (0:00:00.015) 0:00:11.258 ***** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: python3-libselinux python3-policycoreutils TASK [fedora.linux_system_roles.selinux : Install SELinux python3 tools] ******* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:46 Saturday 15 February 2025 08:07:24 -0500 (0:00:01.112) 0:00:12.371 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_os_family == \"Suse\"", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Install SELinux tool semanage] ******* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 Saturday 15 February 2025 08:07:24 -0500 (0:00:00.016) 0:00:12.388 ***** changed: [managed-node3] => { "changed": true, "rc": 0, "results": [ "Installed: policycoreutils-python-utils-3.8-1.el10.noarch" ] } lsrpackages: policycoreutils-python-utils TASK [fedora.linux_system_roles.selinux : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:72 Saturday 15 February 2025 08:07:26 -0500 (0:00:01.531) 0:00:13.920 ***** skipping: [managed-node3] => { "false_condition": "__selinux_is_transactional | d(false)" } TASK [fedora.linux_system_roles.selinux : Reboot transactional update systems] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:77 Saturday 15 February 2025 08:07:26 -0500 (0:00:00.031) 0:00:13.951 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__selinux_is_transactional | d(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-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:82 Saturday 15 February 2025 08:07:26 -0500 (0:00:00.030) 0:00:13.982 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__selinux_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Refresh facts] *********************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 Saturday 15 February 2025 08:07:26 -0500 (0:00:00.030) 0:00:14.012 ***** ok: [managed-node3] TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if enabled] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:5 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.902) 0:00:14.915 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_selinux.status == \"enabled\" and (selinux_state or selinux_policy)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set permanent SELinux state if disabled] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:13 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.012) 0:00:14.928 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "ansible_selinux.status == \"disabled\" and selinux_state", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set selinux_reboot_required] ********* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:21 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.011) 0:00:14.939 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:25 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.035) 0:00:14.975 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "selinux_reboot_required", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Warn if SELinux is disabled] ********* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:30 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.012) 0:00:14.987 ***** skipping: [managed-node3] => { "false_condition": "ansible_selinux.status == \"disabled\"" } TASK [fedora.linux_system_roles.selinux : Drop all local modifications] ******** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:35 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.011) 0:00:14.999 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "selinux_all_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux boolean local modifications] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:43 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.027) 0:00:15.026 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "selinux_booleans_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux file context local modifications] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:48 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.028) 0:00:15.055 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "selinux_fcontexts_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux port local modifications] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:53 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.029) 0:00:15.084 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "selinux_ports_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Purge all SELinux login local modifications] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:58 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.028) 0:00:15.113 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "selinux_logins_purge | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Set SELinux booleans] **************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:63 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.029) 0:00:15.142 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set SELinux file contexts] *********** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:74 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.012) 0:00:15.155 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Set an SELinux label on a port] ****** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 Saturday 15 February 2025 08:07:27 -0500 (0:00:00.012) 0:00:15.168 ***** changed: [managed-node3] => (item={'ports': 7500, 'proto': 'tcp', 'setype': 'tangd_port_t', 'state': 'present', 'local': True}) => { "__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-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:99 Saturday 15 February 2025 08:07:35 -0500 (0:00:08.005) 0:00:23.173 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Get SELinux modules facts] *********** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 Saturday 15 February 2025 08:07:35 -0500 (0:00:00.012) 0:00:23.185 ***** ok: [managed-node3] => { "ansible_facts": { "selinux_checksums": true, "selinux_installed_modules": { "abrt": { "100": { "checksum": "sha256:e4ea7d50b5a6144c51d9dbbbc51333a6210f91b924c590c24bddf16fd194d569", "enabled": 1 } }, "accountsd": { "100": { "checksum": "sha256:8eef9cf6ee45815427e24e0004d7955f6bdff25024700f8cf524c9842709d786", "enabled": 1 } }, "acct": { "100": { "checksum": "sha256:b567fa877d54d8d5b8fa2dc57a2b23c0ba2d7c44f386061bafbfee1265d3fcc8", "enabled": 1 } }, "afs": { "100": { "checksum": "sha256:193e56c9a38831a22d3c5d94c11cf577b6fa7dcfe77901f15616319f6997cb73", "enabled": 1 } }, "afterburn": { "100": { "checksum": "sha256:279678024eb3fbbe028ee9c1214ac293890d4afdb0b95d3b88cc4e47eb989bd5", "enabled": 1 } }, "aiccu": { "100": { "checksum": "sha256:a8c89b73668f90f46b47ac6ba8f5f0cdda0a6f5551cd7c23d5b3a7319f99efbd", "enabled": 1 } }, "aide": { "100": { "checksum": "sha256:2c755ff2bfe3f383ea8c258fd52b7cabee97eae67970aa3cd07082338122b333", "enabled": 1 } }, "alsa": { "100": { "checksum": "sha256:9d3540bc177cb2bce4a71ad4eada807d857332a2a5d95451cfd7400bad7b9a55", "enabled": 1 } }, "amanda": { "100": { "checksum": "sha256:096c7e1737ff6b3c945a70e277083caff25c6502dde9883d54a44f395e7241d4", "enabled": 1 } }, "amtu": { "100": { "checksum": "sha256:855ebc27b8c768429955392a63bf0e917a003c59f2c557f4332486d8877bb013", "enabled": 1 } }, "anaconda": { "100": { "checksum": "sha256:4b921c9cb165ace187da7e6c5a17113ba0f7be0855645937a2cd1f098d544670", "enabled": 1 } }, "antivirus": { "100": { "checksum": "sha256:a3a523b825c94940a0270d2cf3c07ca0950ba37bdb26b96c77fefdc9e85fa8ad", "enabled": 1 } }, "apache": { "100": { "checksum": "sha256:7a3a73cfa2fb3d90dd958be2bccd9d281baca95d996b1414e55f44e69b5c332e", "enabled": 1 } }, "apcupsd": { "100": { "checksum": "sha256:dfb64b036e8a8414452cc17c3033acc4e0a0f6c16e46f192279d4c6ecdcdfae4", "enabled": 1 } }, "apm": { "100": { "checksum": "sha256:0238020714819d661e580ca114750af2b886b5cc69e6f579e5c6b4a45d562eff", "enabled": 1 } }, "application": { "100": { "checksum": "sha256:573bcf3a234986104937694eaa17a33d539451174044bb8e25ddeb89326ca284", "enabled": 1 } }, "arpwatch": { "100": { "checksum": "sha256:a56e7cdb72134c76ed04f77842e05086711c085b9cdd6f4ff491cf6043bc7cc2", "enabled": 1 } }, "asterisk": { "100": { "checksum": "sha256:53ece8197a0d66b11a99bde9f950320c813780cad16403678b9885a548c3c6d6", "enabled": 1 } }, "auditadm": { "100": { "checksum": "sha256:1604b2e4c15a774b0e7c0c5088e2eb482478fa357f00800507811a114f4aba81", "enabled": 1 } }, "authlogin": { "100": { "checksum": "sha256:96f33e66bc8d724467e2c2bc46959b26eee7c6d17c76c6633a6cf1eca1883ae1", "enabled": 1 } }, "automount": { "100": { "checksum": "sha256:31b2f3f4b64b01e2c173a58801f7835e7d00a924a48b029c1d8d754603da211e", "enabled": 1 } }, "avahi": { "100": { "checksum": "sha256:cacc3e227d14b33c01002600491c4c1abca2df7fc537c8e969151909f40c78da", "enabled": 1 } }, "awstats": { "100": { "checksum": "sha256:81e2981be514a4015463385393ddd89d3b51218eea1fd49523650e74034e969f", "enabled": 1 } }, "bacula": { "100": { "checksum": "sha256:8fc95dd14a430f6461e1bf9cfe2a0f4e4e5df7f072aa9c41b63e85a00b844d47", "enabled": 1 } }, "base": { "100": { "checksum": "sha256:126444a5e5e36d9aee4726dabb30da252cbc75ef3faaf2a90643503c6f390646", "enabled": 1 } }, "bcfg2": { "100": { "checksum": "sha256:dd68c06c76cc652c14513d96c0c1fb4dc1547ec0c51ba779fec9fe2afdf86c50", "enabled": 1 } }, "bind": { "100": { "checksum": "sha256:4ae82ef212e71cebdc3882b8fca34a9246e83080a7aead8c8690fc13327f8c45", "enabled": 1 } }, "bitlbee": { "100": { "checksum": "sha256:33f32950a378d5a8dd34ca22d22e2954e392b583b46c6afbaa962def722d7b2b", "enabled": 1 } }, "blkmapd": { "100": { "checksum": "sha256:998af8c73e85f25be8a3da8b187953f0aa7f1d4e67713405f88083c0a48182c1", "enabled": 1 } }, "blueman": { "100": { "checksum": "sha256:957d178cc482a2c8190bcbe338c22db1e2b13253fc3337d365b523807953e4b1", "enabled": 1 } }, "bluetooth": { "100": { "checksum": "sha256:1475803363410e043183972af0b2987fb187efb9f961c2cdb95c80c710a12f16", "enabled": 1 } }, "boinc": { "100": { "checksum": "sha256:5d5a7131788e379d75b383dce1a5780e83375281b0b73b2665318779e0944996", "enabled": 1 } }, "boltd": { "100": { "checksum": "sha256:b79650caf6f3dbd9ca2b81cb6eba85a72487775b4c24917be2374cf186ec46c8", "enabled": 1 } }, "boothd": { "100": { "checksum": "sha256:a46191594d0abd3e7e3b75e40b50469bea6b3f1f36a8501bb0c692f84fb3b8c3", "enabled": 1 } }, "bootloader": { "100": { "checksum": "sha256:14dbc6e633336534e9f181b056fc6cb9359745f536858f46621e1007b1cf56f3", "enabled": 1 } }, "bootupd": { "100": { "checksum": "sha256:cfa9a6744ec3472c0658b2e714612b8369f3fd96cd1e095e65af1641825c4b0a", "enabled": 1 } }, "brctl": { "100": { "checksum": "sha256:34f6bee170c8980d3884f2f3502d3030b1971a73a434c8bada85693d5a81a62e", "enabled": 1 } }, "brltty": { "100": { "checksum": "sha256:9c71cdbc585f1f8ba677c2d2788676a059d4fdaaf7814198b06376fe328bb354", "enabled": 1 } }, "bugzilla": { "100": { "checksum": "sha256:c7d8d226f1a6dc06930b2d2b72a1c64681148e71735cf656744b92b1ddf5a260", "enabled": 1 } }, "cachefilesd": { "100": { "checksum": "sha256:cf31443eaa76ca90fe205886d05d18c3b23f641b4db5c60df7c5acf849904974", "enabled": 1 } }, "calamaris": { "100": { "checksum": "sha256:f4580db91fd4f2bd961d8338e6b60b69f3ec75b65a9ed5f4b369a7d472b35d12", "enabled": 1 } }, "callweaver": { "100": { "checksum": "sha256:2057c6b9a791e3bd093a2ccd5db269b8eb43e5dcd9e172edd00130f970ba1bb4", "enabled": 1 } }, "canna": { "100": { "checksum": "sha256:e49e17f8cfcca68fee1e445446ffb4e08c22811f5283b8c251e1d13c12f4d8c7", "enabled": 1 } }, "ccs": { "100": { "checksum": "sha256:f3f4a36ee1cae59620184efa3594bcad9fd7d80c48b13e2de4b9275d78be56e0", "enabled": 1 } }, "cdrecord": { "100": { "checksum": "sha256:3f3b07d1c9de18c96ea7bbf12eb5ac8d47623c9df7224432d0357d988d1f72c4", "enabled": 1 } }, "certmaster": { "100": { "checksum": "sha256:85fd7b989e0778429930608bf25e6fc697f556810bb68e6742d0aa03127dc732", "enabled": 1 } }, "certmonger": { "100": { "checksum": "sha256:5b1a2a27d9599ab90186e5b6f3ce476e5d48133653157fa23a9c1d63ee910400", "enabled": 1 } }, "certwatch": { "100": { "checksum": "sha256:9b3727e8ec615aad56f6146546278f0caf5bb8d1114cc1bc7ef649e15647ea63", "enabled": 1 } }, "cfengine": { "100": { "checksum": "sha256:c06d2e0183f2e1b567b2e81c8e6f7bcdf66c259c328037b7f262993453b0f9ca", "enabled": 1 } }, "cgroup": { "100": { "checksum": "sha256:c47e2d58f06f312e64c82b9fb72bb52e8337270735502b7c198f3ec4bd3fed35", "enabled": 1 } }, "chrome": { "100": { "checksum": "sha256:b7fc454ce18340d1c1e191ac82c72ab8d2f6d0a8cf06846a127963329af9bff8", "enabled": 1 } }, "chronyd": { "100": { "checksum": "sha256:9f6dce4031aa8fa6a0181e7eb3eb0174e8f50f7c4421c04063726786f47c311e", "enabled": 1 } }, "cifsutils": { "100": { "checksum": "sha256:b6923c6e28df09a42f40b088636cef073b54d5228f3b456d4df1ca2a65130028", "enabled": 1 } }, "cinder": { "100": { "checksum": "sha256:f54a18016ccb13f5d82a072349a8ad873a2c44008495c9fa8cbf92a24e73f5af", "enabled": 1 } }, "cipe": { "100": { "checksum": "sha256:4780b43ac24c3cc8aadba63da31bcb7c036ce286dbdd2e4c5b9897687db968d2", "enabled": 1 } }, "clock": { "100": { "checksum": "sha256:47e4924f11b63d198f29ef7cf371b6fd2927aa746e612867c8e954823e700e76", "enabled": 1 } }, "clogd": { "100": { "checksum": "sha256:f1c2428264bb3686d328aa32d417ccfee9d89511f13cf96e068603db7b0e895f", "enabled": 1 } }, "cloudform": { "100": { "checksum": "sha256:081c2cd8300cc81c8b930df87834c2c9e3a0df1e24e2d64cceea44a343344eab", "enabled": 1 } }, "cmirrord": { "100": { "checksum": "sha256:a05d7dd522d004396aa3051c64755cad1723be055754cac032de0e202c14d7dd", "enabled": 1 } }, "cobbler": { "100": { "checksum": "sha256:3172786066cbe5586a26d93c4a28a250f466277939fa6bdb393c85b511da0eb2", "enabled": 1 } }, "collectd": { "100": { "checksum": "sha256:f92ef0e2d2233e04de10a0dc3b7765d16662209a5bdb4d00c26ec2e255619add", "enabled": 1 } }, "colord": { "100": { "checksum": "sha256:8b3ecb15887e1ef65fc39b5455cc63065cfaa14a3cdf2cd74612b1d4530e6a7c", "enabled": 1 } }, "comsat": { "100": { "checksum": "sha256:af49721d5aa39e5038f7ba4515989f5672a77c93a7538c1c5461b655c699432f", "enabled": 1 } }, "condor": { "100": { "checksum": "sha256:54c29ad9eea717959a50a029e3c735670c1b06cbf0f45d72efbc0ddbba80c260", "enabled": 1 } }, "conman": { "100": { "checksum": "sha256:67d5b3cbb35089151abe36042c91f1ecb49d72150f6f9d2d6b82ed6e75cf8779", "enabled": 1 } }, "conntrackd": { "100": { "checksum": "sha256:88942d6f32b10dcf2a8bb88a03b1a28973046f48d88826d7c037e5f715174620", "enabled": 1 } }, "consolekit": { "100": { "checksum": "sha256:43697ff520be41d687a7beb9fc0b502f66a75954607aa43849d66adf7624e8ec", "enabled": 1 } }, "coreos_installer": { "100": { "checksum": "sha256:8ebe457f66f9cee63598ffe20f5704a2aaba65d847964182284e909dd98de477", "enabled": 1 } }, "couchdb": { "100": { "checksum": "sha256:76c5317351ebaa96c38fb720bc7f47c01fa92de70048f70b86e1808fac1c4b21", "enabled": 1 } }, "courier": { "100": { "checksum": "sha256:90b84567bb56f3038714d67e066da7ae9e91848b89eb534e9f09c9d2e9a3d67e", "enabled": 1 } }, "cpucontrol": { "100": { "checksum": "sha256:1dddb24d705387ce3f66eb65244214d68c105a8c91585ac745c835a41d62f833", "enabled": 1 } }, "cpufreqselector": { "100": { "checksum": "sha256:039573cc4ec4aa72481681d05a64cd42b31a453d675237b7f2674475eef1dd66", "enabled": 1 } }, "cpuplug": { "100": { "checksum": "sha256:ba0224828b77ae059c0a80f0621f89d14b73671197cfbf9c2b86d124af5494dc", "enabled": 1 } }, "cron": { "100": { "checksum": "sha256:612e0f655d77e4a7382c496465cb0d06589b3c7a4d474a31cfb33a66d8f5c2ad", "enabled": 1 } }, "ctdb": { "100": { "checksum": "sha256:2d800bbf626539f60c2d434f779f19aeeb03f43c70538c52aef1bb5b95fe949f", "enabled": 1 } }, "cups": { "100": { "checksum": "sha256:f3dff18bc5fecf085cc0181acb46ea57aa573198801abeff85d104bee464d7f0", "enabled": 1 } }, "cvs": { "100": { "checksum": "sha256:b27396babd215fe9243b9eeb004c0a623ac1e1e96d48d9b0fc0429c4900d3622", "enabled": 1 } }, "cyphesis": { "100": { "checksum": "sha256:83f851cb13cbe50cfee455941cf62434401809ed4da7422fefbc5dbec711d374", "enabled": 1 } }, "cyrus": { "100": { "checksum": "sha256:897b408ab7d03609875d9f2dadfceb78e0db4808213d237e5b415b13bb9421d7", "enabled": 1 } }, "daemontools": { "100": { "checksum": "sha256:7fa21947b6420d32a2d3485772a7506b4eae60f39a2e3dcc3571988e4534c7f0", "enabled": 1 } }, "dbadm": { "100": { "checksum": "sha256:44517aa39d38175715f2e6ccb2e36e8ea9e152fad10081bdab288d5bc167a580", "enabled": 1 } }, "dbskk": { "100": { "checksum": "sha256:80939025c245b119f6de45539be5f650ffcce042a2f68c68f92ecae8c7d6d740", "enabled": 1 } }, "dbus": { "100": { "checksum": "sha256:2d9d4209aeeb6954c305dc80ecefde8dab2cdf07478803f613565f7b3a5a1dd3", "enabled": 1 } }, "dcc": { "100": { "checksum": "sha256:0b9238c17d536715575f59bfecc12b9bd073684e5b1d11f91a6af7e59da196cb", "enabled": 1 } }, "ddclient": { "100": { "checksum": "sha256:349f0966a8da0a22ae2a6fc56fb9d371e1db3a226b30662d052ae3848c94deb4", "enabled": 1 } }, "denyhosts": { "100": { "checksum": "sha256:6d2b07a68470a854ea159b65d9635dd7b93702459fcb078d11a0ca7e369d021d", "enabled": 1 } }, "devicekit": { "100": { "checksum": "sha256:6c75d826aa351a91a5b27c91128300c3e912c3a366a1c6ead13762a32ee08137", "enabled": 1 } }, "dhcp": { "100": { "checksum": "sha256:e167828d7f89a5c3081c59a43d424a7cb691e58d0996f12ef066939e1949c34a", "enabled": 1 } }, "dictd": { "100": { "checksum": "sha256:a3f302a3eeec46cfbfce6e4dad0c2c7330a5a2c558ed1608c8171919d48cac5d", "enabled": 1 } }, "dirsrv": { "100": { "checksum": "sha256:d34d6443a78e7df85c5c97d73947717ca3939b3a28b3e32934af8b9a5af32062", "enabled": 1 } }, "distcc": { "100": { "checksum": "sha256:0b27d6aeb8869720ed19fab950cfd66f74042859f50968c5ff99e84a28a39eef", "enabled": 1 } }, "dmesg": { "100": { "checksum": "sha256:70f9cfcb569aaeae8547718eac7743e587fad2f1664d2df87fb38d614ed27b84", "enabled": 1 } }, "dmidecode": { "100": { "checksum": "sha256:7bf09eb0b6ba28bac4727eb1092dbc2594c2aa46c1b8c02ac864c8bf5aeb1fd9", "enabled": 1 } }, "dnsmasq": { "100": { "checksum": "sha256:feb0ceb39dd490df8bf9b86df6072b767a3027e26ebf47103c8ba5ef8ff23465", "enabled": 1 } }, "dnssec": { "100": { "checksum": "sha256:5e9c372fed1cb78d65885dc9e41addf11565048afda403d0a6d82865b16835c4", "enabled": 1 } }, "dovecot": { "100": { "checksum": "sha256:0cc660a1b635ade2d820724cd99b7e7b6f544b236b3513ea99b1ab61afec762d", "enabled": 1 } }, "drbd": { "100": { "checksum": "sha256:769c06dc788c84149e2ff909d104c5f65a48d465d70211d8596cbdb6eadeeeb3", "enabled": 1 } }, "dspam": { "100": { "checksum": "sha256:15e28eeeb11271e1d8305d944fdb9d79b88978e2fe3d336893fa6db6b5d42e37", "enabled": 1 } }, "entropyd": { "100": { "checksum": "sha256:4f07c7e98ec90c7f0a9d92c8253c9c417989fa12b5b0408490fdfe0d7ead47d3", "enabled": 1 } }, "exim": { "100": { "checksum": "sha256:a08b5e84ad816aea799b6a04187dc22d718bcaa3c201e2f910fbb5e4953e6864", "enabled": 1 } }, "fail2ban": { "100": { "checksum": "sha256:5232d771b8040e161cb5dc3009f5efea10b4cb1df2d2c1e4bbe8175cde059c2d", "enabled": 1 } }, "fcoe": { "100": { "checksum": "sha256:f19f03db6978058949040dda5a18471586a285693e3b4d9deebe6bd4923ad456", "enabled": 1 } }, "fdo": { "100": { "checksum": "sha256:19a8c5deb9b24ad71c434733f737d425341d9ba746c23e3d3ef31e4b4bfb2db5", "enabled": 1 } }, "fedoratp": { "100": { "checksum": "sha256:d76d65e11ddac8b9ec5fcf6068037816468590b4f4846dd19cf450217c4e0863", "enabled": 1 } }, "fetchmail": { "100": { "checksum": "sha256:8677b0936b1d11e96c8021ad859569f70a680bd4cacee6f8d995f93e9d0c6621", "enabled": 1 } }, "finger": { "100": { "checksum": "sha256:037378efee02b22f1fc0932cc731ca39502bc26ef9d59d2242cfe31982f72f4d", "enabled": 1 } }, "firewalld": { "100": { "checksum": "sha256:b08852f6ee71d545cb74ff5e4699824511a74f2c970f77d6c0a74b5b378ae1b0", "enabled": 1 } }, "firewallgui": { "100": { "checksum": "sha256:dfc6c204e6bf11c2681032c461399cc476eb0d90f3d80a15b4350b6088c79a48", "enabled": 1 } }, "firstboot": { "100": { "checksum": "sha256:89a3fb4eba440a2937aad1ed21f4b218299c04296828733fc48f1c01f132f70b", "enabled": 1 } }, "fprintd": { "100": { "checksum": "sha256:a56b93015eff48e01ff9a10e8b924792211f90690e17e79fb3132d026b8f31e4", "enabled": 1 } }, "freeipmi": { "100": { "checksum": "sha256:7a26876f7876a5492c6df0e528c993716113f2455ff09a855febfdc75c9c2a2c", "enabled": 1 } }, "freqset": { "100": { "checksum": "sha256:4133df3c0cdfe8f95ec179d55b41b1c20a4618dda012a105a89cf43895024e06", "enabled": 1 } }, "fstools": { "100": { "checksum": "sha256:0d60878f686f9ca9ba3fe1421e5242537d7954d9202819464f0821b9ed6b8ed2", "enabled": 1 } }, "ftp": { "100": { "checksum": "sha256:3606da90bbf95187f4bf3719b56d721193fc3341663d19955de67559c40aa58a", "enabled": 1 } }, "fwupd": { "100": { "checksum": "sha256:c698c1db669071616c558c242ff7cc6e033bc75fcda304877424ddbc0f6b5242", "enabled": 1 } }, "games": { "100": { "checksum": "sha256:338eb56a234aae4eef828fd110d8218508a3ca92b92d067386e5468e8e6fdf24", "enabled": 1 } }, "gdomap": { "100": { "checksum": "sha256:606de1ee195ffeb367a3c5735b3a8555a9b218a7f7c4815341bff9884431a79d", "enabled": 1 } }, "geoclue": { "100": { "checksum": "sha256:fce9ff72dd249b127c1b4cd7396acffacb3ec4e12aa7a4bd5269d56901be9b8d", "enabled": 1 } }, "getty": { "100": { "checksum": "sha256:da2529002c3c92bb86d2cacbfb0d0dbcbd3fc930bfd5fa4ae0979cbadcdc0b42", "enabled": 1 } }, "git": { "100": { "checksum": "sha256:269a126a53bcf58763678d5d3214e281c9da08c34826b4ef3d55f4eec4b6fd3b", "enabled": 1 } }, "gitosis": { "100": { "checksum": "sha256:ed682c316c38583995dd7dd104727f9cf543de51ba1b4368952e2fc990a801ad", "enabled": 1 } }, "glance": { "100": { "checksum": "sha256:916cc83892dc1953fd17b3d13792cefe6126a45e0b50032e4ba3a93a63de5802", "enabled": 1 } }, "glusterd": { "100": { "checksum": "sha256:95b1c7d8043c449537ca197e73c0b380ca60942b0030af4986d212d1f23c6e79", "enabled": 1 } }, "gnome": { "100": { "checksum": "sha256:41e56aa9bb3fe0f083110484e9f735f74a8ce67bc0ca9c0b820d03c87568501d", "enabled": 1 } }, "gnome_remote_desktop": { "100": { "checksum": "sha256:46e12aaa89187852ba210cb8a087729b7958f1778139968380e45063da83dec1", "enabled": 1 } }, "gpg": { "100": { "checksum": "sha256:4dce85f5d6ac71b9969a1174982f7600bac39777c17449ce14b231fb4cd1d041", "enabled": 1 } }, "gpm": { "100": { "checksum": "sha256:7b02ac13da15246a0a494ff99e33ec45dde49b14af081b4463f28eb1578ea776", "enabled": 1 } }, "gpsd": { "100": { "checksum": "sha256:16ac50052f4c35207ec45d707fafb31686d38019355087d0cdd223a1a3aa978b", "enabled": 1 } }, "gssproxy": { "100": { "checksum": "sha256:d40b77643a8b86168479d52c6833349668c17bd2678dc6cb0f24ed4981e996f2", "enabled": 1 } }, "guest": { "100": { "checksum": "sha256:b70aae17320c4a09c075cbdf96c768a8d81bc15fb31d5e0ad149386e750d66e8", "enabled": 1 } }, "hddtemp": { "100": { "checksum": "sha256:0c6863321487399a1ac195be22cc888ee1d792272df7a9b92b5b94f9bd47edb8", "enabled": 1 } }, "hostapd": { "100": { "checksum": "sha256:4be29418a9d80b4e7a5bf662adce9715009ba852e0dcb99ab20f0bfe3f439c3a", "enabled": 1 } }, "hostname": { "100": { "checksum": "sha256:1b1dd5d8cc3d4aba93cf919422cb8c8a1c5fa49baa5e08636eac45a6b833f956", "enabled": 1 } }, "hsqldb": { "100": { "checksum": "sha256:c65c975929e3f74abead4e0d36bc721444b8d4f7eee82a90e091c6a906024b9b", "enabled": 1 } }, "hwloc": { "100": { "checksum": "sha256:85c0225ce4174c7b0b365ed2cc134cdc71b1b49b7c894b2a5a57741bbad729d6", "enabled": 1 } }, "hypervkvp": { "100": { "checksum": "sha256:a7d2b879c44c9dfff753e9592496d79e2119a9580b2acd7585a2e501be16156c", "enabled": 1 } }, "ibacm": { "100": { "checksum": "sha256:13e22d466bace4a695ca5a8284894427890fb1b552477347045f2506b691cff3", "enabled": 1 } }, "ica": { "100": { "checksum": "sha256:5d4f16949614cbd053088cdd53db9d5e3af4abe84d64c04022a2030b9e9f67d2", "enabled": 1 } }, "icecast": { "100": { "checksum": "sha256:a0d311aa354e1e249916e3b3dd2b4220065651c6d8211e6cd762622c1aaa983d", "enabled": 1 } }, "iiosensorproxy": { "100": { "checksum": "sha256:5242070b3e27c06675769bb30a7439ce44023bb0ad25cfa246a9b915f9319f2f", "enabled": 1 } }, "inetd": { "100": { "checksum": "sha256:142e57dd759e7b118fb5d2daf0f5bf1610533d53a4318337d032153cbb3d3c81", "enabled": 1 } }, "init": { "100": { "checksum": "sha256:be479a5917c95ecf3fe9831d10ad2c6831d2c3146b6ee0d648f4a1ecdad0c977", "enabled": 1 } }, "inn": { "100": { "checksum": "sha256:54b88a98db22d2ed585d2e567eceef406cd8139f06f13ca72aba54bb695f4577", "enabled": 1 } }, "insights_client": { "100": { "checksum": "sha256:fdac15de5067a65166da761fc3e26792b33f2b400ba7327d6232dd4190c5a8bd", "enabled": 1 } }, "iodine": { "100": { "checksum": "sha256:3318ad791610f71878bdf25546115e3ec7dbe394b3ba1b6ee39cb2ebd02d61ac", "enabled": 1 } }, "iotop": { "100": { "checksum": "sha256:da94971968712a2b7eaebf685f46612865e1ecccbc7a90579940e07ce6df1bb0", "enabled": 1 } }, "ipmievd": { "100": { "checksum": "sha256:356c1035a12d8589e8ffa7503ec638ab45af3ff4ce891a7f59f78dec96ddac18", "enabled": 1 } }, "ipsec": { "100": { "checksum": "sha256:70577035401265a402294e6dbff3f26aeb55a5e2bdfec4a60bc68ca49b7abdcc", "enabled": 1 } }, "iptables": { "100": { "checksum": "sha256:2bee56fef63d0061f7b2ec6888ef6d287dd305c311a5ee01d71d961687bc18c3", "enabled": 1 } }, "irc": { "100": { "checksum": "sha256:1f70b062eee71f16bcc682030376ebf5f52a439548d3b09e4b966e5de3099a4e", "enabled": 1 } }, "irqbalance": { "100": { "checksum": "sha256:e1c71a861a14429ca6e3b5bb147bbb9b5a852c9f898851bd0a8786fc8e8b391e", "enabled": 1 } }, "iscsi": { "100": { "checksum": "sha256:65c714576d810dea0c8e57f8865e5c0e5f92795675ae636cf55ca5870c850f12", "enabled": 1 } }, "isns": { "100": { "checksum": "sha256:2b0d366b1ad903029181227a5cbce54e0fa32b79b5d938312de5799b19962fa8", "enabled": 1 } }, "jabber": { "100": { "checksum": "sha256:d443a32e80e33b46426d4fac031452b63fdcebbbfcfd35eddf8a29366d68a8ee", "enabled": 1 } }, "jetty": { "100": { "checksum": "sha256:00400f60981e8fca496a281dd562cfc3b174c436baa1d626103da4db35b6651c", "enabled": 1 } }, "jockey": { "100": { "checksum": "sha256:ac511e403ab522a4b36c814da8579ab06f4eb1eea3388ff5744a88fa047f1857", "enabled": 1 } }, "journalctl": { "100": { "checksum": "sha256:87ea4a3cfa34dee81eba318c3c82150ae418ea1865e25a1ce16117693295a7f1", "enabled": 1 } }, "kafs": { "100": { "checksum": "sha256:371854a0b935b07d27459ea55bf79e3b7da7b79fa6f358b094ec65f6ce5ae4a9", "enabled": 1 } }, "kdump": { "100": { "checksum": "sha256:f85e3b1ae04f64eba8fcef23b88f905b8cf83d8af5f50749a747edec6a932935", "enabled": 1 } }, "kdumpgui": { "100": { "checksum": "sha256:c9fdfd17a6c49f253def7bb0ea4ad5ea7cea6faedd7ddc271cf92427d2fe66b7", "enabled": 1 } }, "keepalived": { "100": { "checksum": "sha256:00a9103e83bcb279b5d510e7ef704c75e05eba0a585d4f83e66ad1f0df9cae59", "enabled": 1 } }, "kerberos": { "100": { "checksum": "sha256:16c2161c1f0913c893d673130952464fad161957155944c32ee2897f16f4329c", "enabled": 1 } }, "keyboardd": { "100": { "checksum": "sha256:3513b9cec01bb81fcd93c040e1e8a47e4f7267070e4ca7b4a1cf30a96d9faf9a", "enabled": 1 } }, "keystone": { "100": { "checksum": "sha256:50ed406d890b0af8d73db0d6922dfb062d24baabcddc5dfbf1e6371e302b25d9", "enabled": 1 } }, "keyutils": { "100": { "checksum": "sha256:d2e1445f7798adb7dd5fbad71c3881ac0f7fca6f23a16e1be61402d04eca5a9e", "enabled": 1 } }, "kismet": { "100": { "checksum": "sha256:44e45c9670817bb2d56578fd3bbc8aa2556f65d20d0ab11d1ccd0ec969c0f518", "enabled": 1 } }, "kpatch": { "100": { "checksum": "sha256:0e0a11b08a25308a426a7b6077dfb601af85e09a3c4811117e755b3b6260b357", "enabled": 1 } }, "ksmtuned": { "100": { "checksum": "sha256:6112e0a44e473402f6599167328ff4b3a3d968d1a0be12e852b7c20b903e51be", "enabled": 1 } }, "ktalk": { "100": { "checksum": "sha256:eb56b1c0a2a56517399986778a5c912e31bafb0c41b68f9295d92220289a283b", "enabled": 1 } }, "ktls": { "100": { "checksum": "sha256:b1de12f3f42d6f5a840deb1a4f459dafdbd0aa6cd0116dcbb2ed6e228c8b9154", "enabled": 1 } }, "l2tp": { "100": { "checksum": "sha256:2003cd2c3afecd527e87fef990ecb9998c55e4280cc29b965ab9427918b5ff84", "enabled": 1 } }, "ldap": { "100": { "checksum": "sha256:3a5460fc695fee8e9c217cfb6f0d1f9f512c68dd5d28312d8b7ebcd55aef84b0", "enabled": 1 } }, "libraries": { "100": { "checksum": "sha256:e1f3d4c815a42a1df7053a74f99b32313a7c2238d7491c1ce27ddd09152bce39", "enabled": 1 } }, "likewise": { "100": { "checksum": "sha256:baa46336bdfbd1824a7abe0dc1a9f4d98747f3e546f869cb4442a8973b5bbe32", "enabled": 1 } }, "linuxptp": { "100": { "checksum": "sha256:8fd779960257544eef90845dff2241a99581e5af659bf50d91656a9b718c1c4a", "enabled": 1 } }, "lircd": { "100": { "checksum": "sha256:98c05b22e5727092970a318b9044b14eda8c8a49f682d49b80bb58a88721f20c", "enabled": 1 } }, "livecd": { "100": { "checksum": "sha256:a9d54d0cdd1cb032c421986cc3d3f203d0a19073b7bafe1356e83f33e7877d88", "enabled": 1 } }, "lldpad": { "100": { "checksum": "sha256:91c63280ad555f8fe9204531d2793ad7f5e44c9321de3f06ecce75e27d6f471e", "enabled": 1 } }, "loadkeys": { "100": { "checksum": "sha256:904971bbbfad2d1746e02e969b434f416f0d328d0e136a17f4a3a42a2e888f81", "enabled": 1 } }, "locallogin": { "100": { "checksum": "sha256:1593c070dddaaafac485602ccddf88d7313921998e8cdd6933879086d7418aeb", "enabled": 1 } }, "lockdev": { "100": { "checksum": "sha256:7b8888f45b7ec8f09cc63ff3853bdf6deaa999713fcb943e3ae89f565c1ceace", "enabled": 1 } }, "logadm": { "100": { "checksum": "sha256:02dccedf084e2df74fd1bdecc5a548d6e69a38b49d856e46c6b5427b938537a2", "enabled": 1 } }, "logging": { "100": { "checksum": "sha256:c4761aa38e9cf98e601e2c51f37ef76101481d32ef1c06e3ef11b915c03d7993", "enabled": 1 } }, "logrotate": { "100": { "checksum": "sha256:57a05791b5e47fdb756963168032bd084cccee05a46f87a92a916c1a90d9dfa2", "enabled": 1 } }, "logwatch": { "100": { "checksum": "sha256:2c0bcfd97fdc58181ea7ec4570fb02b46a6daf876aba91eed260d96389cb7d78", "enabled": 1 } }, "lpd": { "100": { "checksum": "sha256:e01d4f338e87fd2d88e74e20d881cb4b22e4ca9ee669e1ee1c687a5353c9ab35", "enabled": 1 } }, "lsm": { "100": { "checksum": "sha256:acec326fd878f1c6ac6cf1e3b96f3db22fa7b55e7f50150fe1d6b964627adb67", "enabled": 1 } }, "lttng-tools": { "100": { "checksum": "sha256:a04c23beadb8e34521dd1da194266459c43733292d13ad54220e482119708024", "enabled": 1 } }, "lvm": { "100": { "checksum": "sha256:d01957f81122db62b0bf85935652417f8e387f477b60f6f32e1a4c0ad1050722", "enabled": 1 } }, "mailman": { "100": { "checksum": "sha256:751d0613407268b18a7bbaf4cdaaf3e4bb45624f09ff27cf908018167fb93b1b", "enabled": 1 } }, "mailscanner": { "100": { "checksum": "sha256:36d2e6aec0dc93461fa35e68b8ed17c48f2269017602eab96edc47f87ffa3f28", "enabled": 1 } }, "man2html": { "100": { "checksum": "sha256:500911ac4c30a2d4e093ff4f52e9cd59fc55b669e565fca1e8af9453e16a9828", "enabled": 1 } }, "mandb": { "100": { "checksum": "sha256:afd0c27293faa4dc9848405fa9b7258d0429961316e687010ada2ecb2c5cd1c4", "enabled": 1 } }, "mcelog": { "100": { "checksum": "sha256:abc04bc36c5caf4f20218de20b8cf9aa89963b5ea80660edf538716c1f37aa52", "enabled": 1 } }, "mediawiki": { "100": { "checksum": "sha256:ceaf5b3adb3e94774e977f209933dfef4954c145b05c856ce442b64199444c07", "enabled": 1 } }, "memcached": { "100": { "checksum": "sha256:bc0dccaba2a1b2009ea761148056cef57cb2527711430b57380369eb8303597c", "enabled": 1 } }, "milter": { "100": { "checksum": "sha256:7e833bcc3c5fb699a40b9dbfbdd17acdb25255632503f0aeada21641d0a3c2ff", "enabled": 1 } }, "minidlna": { "100": { "checksum": "sha256:86b0f09eeae6858e8dc3092d841e03a3b1f84fee4e5afe792910ffb18611b3ea", "enabled": 1 } }, "minissdpd": { "100": { "checksum": "sha256:17fd8806b4ccf9c9091e64bcb81707e1aa4b25444b311f39b716ad010b607dc6", "enabled": 1 } }, "miscfiles": { "100": { "checksum": "sha256:544a2a1d77e86d698d4fc7a06a704515fc0f88f57bc3490cdda59cf530e83aa1", "enabled": 1 } }, "mock": { "100": { "checksum": "sha256:559f540b2d992290c722920d8babb9b32780b86ff6fb109bc75b1745593bd2e6", "enabled": 1 } }, "modemmanager": { "100": { "checksum": "sha256:cd27a2ddd4e3147a70311c334bf137107973b917af9bddab0aa19c74bde11091", "enabled": 1 } }, "modutils": { "100": { "checksum": "sha256:fd0e1c626359906315e9e4523c2b3a2e49cfcee101a76db4d07409795fa6ee48", "enabled": 1 } }, "mojomojo": { "100": { "checksum": "sha256:e2f4c4ed2a9ddc16d4aa71ccd77a66445eda6836a4c41cfe0765c88f5726e44a", "enabled": 1 } }, "mon_statd": { "100": { "checksum": "sha256:beb2fe6bc1ad07f59cd052d7ecb5095a9f0bf5f85ab01f8abc7d295545883d64", "enabled": 1 } }, "mongodb": { "100": { "checksum": "sha256:3d532479ef0cacbd2b22ff72ae714d52ed945343f054b9a78b8306f8fa1df64f", "enabled": 1 } }, "motion": { "100": { "checksum": "sha256:004b0eafaed71fb7a35c9464116d49bc38480fa47cf75108637c23b64723436a", "enabled": 1 } }, "mount": { "100": { "checksum": "sha256:b9a1e68be6a4f710d2635645fe86f008e8db26e4019fbda3761d6919759a1c86", "enabled": 1 } }, "mozilla": { "100": { "checksum": "sha256:ac98915cdeba1b392bb0053ee36c3d4b796bad22795fbb74ab8730c11535c884", "enabled": 1 } }, "mpd": { "100": { "checksum": "sha256:e6096763c7702792b9397b55a09f6d9755bb294198a322598aa3193d3b1469c8", "enabled": 1 } }, "mplayer": { "100": { "checksum": "sha256:9e0daf6047f3a37642952ada62d45ebbda76407c8dd1d7d05b6774d5a71776df", "enabled": 1 } }, "mptcpd": { "100": { "checksum": "sha256:9531a85d2e40c8ee4c2ac3765d587184e3696d188d413e8d5e4365fe44472ee0", "enabled": 1 } }, "mrtg": { "100": { "checksum": "sha256:13b5559cd00f464279f6602ac272bc77c85ab4d8b088747e7d21ef1daa75147b", "enabled": 1 } }, "mta": { "100": { "checksum": "sha256:c3bf8b0536cc2de22efb75ed39ca661749371652d08ee4c4dc8885bdd823f1b3", "enabled": 1 } }, "munin": { "100": { "checksum": "sha256:2f117db07ab5a49aae05bc5ffc1fb1603637a50e0bf6bc34efea6262be945d11", "enabled": 1 } }, "mysql": { "100": { "checksum": "sha256:02e7c1900c48f9080456a4f66d36053dec25ea0a3d30849b1b5524a8cb19691f", "enabled": 1 } }, "mythtv": { "100": { "checksum": "sha256:e7925b19cc41e810e79e7706910eaf24be550f5d8dbb64fa1e033e8f5265e466", "enabled": 1 } }, "nagios": { "100": { "checksum": "sha256:ce22f08b95cbd4418ceb06b45902ee0e5e37badb2fc45a2263d9c31f4dc8b8d7", "enabled": 1 } }, "namespace": { "100": { "checksum": "sha256:e4d69855e16fcf043a4c1b3c2c106dd70e8120ad57b37031be79a2b9b231e91d", "enabled": 1 } }, "ncftool": { "100": { "checksum": "sha256:4bd0b628571f32514368a91d8028858dbd037a428e8d460c9000f86aee75e435", "enabled": 1 } }, "netlabel": { "100": { "checksum": "sha256:3c9d8f428a7b0bf5bc24e6ed6647f04d03e60d4988131d07283fbfd55fc03124", "enabled": 1 } }, "netutils": { "100": { "checksum": "sha256:48fdb9460d2a88d7b14df6932432e3584104ac9e0f0f18600c9c6d2290971079", "enabled": 1 } }, "networkmanager": { "100": { "checksum": "sha256:cd0c6c047c2eed61f55c72bd5182fead1a86773fcd1402347db74d98305fb862", "enabled": 1 } }, "ninfod": { "100": { "checksum": "sha256:cb367fa7240701b79bf84824cb89596b98f5cc9cdd2ea1e707796186c0f1a368", "enabled": 1 } }, "nis": { "100": { "checksum": "sha256:94b9ce99696214d1cc24a74d57824baf7373cd5e765d4cbd7886537ce071c6a7", "enabled": 1 } }, "nova": { "100": { "checksum": "sha256:e74bd8cf8a25c4428183d87dd9260954ad1c34a401c9205091d791a1306ac7a8", "enabled": 1 } }, "nscd": { "100": { "checksum": "sha256:8e3a4ee7a13511de33169052cc78864c72a29358e63668275f86856b4975f624", "enabled": 1 } }, "nsd": { "100": { "checksum": "sha256:4647f70fa0afcbbf6ac55d058fd1b0564f34f94984702c785075b5914a399fe1", "enabled": 1 } }, "nslcd": { "100": { "checksum": "sha256:1fbc1e4a727baa08fe3634251cfa552818703d16d45ce5250bda6ba8b2cc7288", "enabled": 1 } }, "ntop": { "100": { "checksum": "sha256:2dfbdc3a5a92f2f5be3e4478df5b4a609272596867b19a3e2c4fbc1508ea7766", "enabled": 1 } }, "ntp": { "100": { "checksum": "sha256:f2f51d3ff350cafbc5fb28afbbe58b8743e90b566c6fe862dc8e5d96098f6700", "enabled": 1 } }, "numad": { "100": { "checksum": "sha256:8ded7f9973279ad47a63cf063eed5ff9f07a9d195699a1c639557041a00a3c79", "enabled": 1 } }, "nut": { "100": { "checksum": "sha256:8ea9d29b05734290b0d7ec5db20ee1841a13a75eb74f1300ed6fc7ded071e56c", "enabled": 1 } }, "nvme_stas": { "100": { "checksum": "sha256:498595f7547d2e6d3c17f7a95e2a66fb636e34d28012611a7c684df3416bed33", "enabled": 1 } }, "nx": { "100": { "checksum": "sha256:3e51da39c56defb7bc01056cf043caf1b8a5a4aca8bb91f67e2538d6533e65ea", "enabled": 1 } }, "obex": { "100": { "checksum": "sha256:d431ce798c944be3ddaeb5c818e6eb228bb48031f0c68b48aa62463cb3c1df6b", "enabled": 1 } }, "oddjob": { "100": { "checksum": "sha256:19f7ed1639a710dcb0a26b7f6be93bca21e17a8ed3165188fbc4353935c1badf", "enabled": 1 } }, "opafm": { "100": { "checksum": "sha256:3f9f68dc5c5aad94f73e473e9798a9c4807e53269b26c45aac5658da79db859c", "enabled": 1 } }, "openct": { "100": { "checksum": "sha256:6d9cda58c52eb467637a63018bddf899699be6eea443bc14a2d40d24a53731c9", "enabled": 1 } }, "opendnssec": { "100": { "checksum": "sha256:2bdea01224b603018cc2b9ac6b8dbd572fa7629165ab0db21effaa6d7ec07bee", "enabled": 1 } }, "openfortivpn": { "100": { "checksum": "sha256:f58fc23645097c7faabdb3f4b8cf75a7e4fb20ec6d07eb40bcadce2f290d3dc4", "enabled": 1 } }, "openhpid": { "100": { "checksum": "sha256:451e1a96098ac06bc4be46a730795229f60bcfdea5143d2723279685b90ceaa7", "enabled": 1 } }, "openshift": { "100": { "checksum": "sha256:ed3f6adf43b0da3a8073422a896296f1f158c0c75429da7003b5c3f9eb244cb5", "enabled": 1 } }, "openshift-origin": { "100": { "checksum": "sha256:6fcba08b61f3d6fa47a08d0a5003035b78ce3daf55ede158891957283b23af7a", "enabled": 1 } }, "opensm": { "100": { "checksum": "sha256:f66911ff08696ad4bb14a53ba28c7a0e1a74e6e90da59ef097aede2ff8c29ee1", "enabled": 1 } }, "openvpn": { "100": { "checksum": "sha256:5d9026d4adc2a8583c3fa389ec513687edcdb936e2e8bf81386245a8a6109073", "enabled": 1 } }, "openvswitch": { "100": { "checksum": "sha256:d1475abdc29e6060ab67d1ae1de4460de2fd4e0984aa17ba1dd61294a1209937", "enabled": 1 } }, "openwsman": { "100": { "checksum": "sha256:fc5cddc168092fca18aadc49733aae27480597b3c82546a345f90d2fb34659a9", "enabled": 1 } }, "oracleasm": { "100": { "checksum": "sha256:4035058cc2a745f882531979ebab46a2c90d745ae48d2c1b1bd74ef28f39a534", "enabled": 1 } }, "osad": { "100": { "checksum": "sha256:e0b78fcb210efd493dd2ea999fb1340644406b09d209e897984567d502d169ce", "enabled": 1 } }, "pads": { "100": { "checksum": "sha256:649c10b3fb3f97b36b013219e6ba3352dd9464700c0837432686ad518c5a3b5c", "enabled": 1 } }, "passenger": { "100": { "checksum": "sha256:b4786ebdcd5b9ac90835ca304acb2574158410dfbd3ab2ce3470df6f1e71734c", "enabled": 1 } }, "pcm": { "100": { "checksum": "sha256:801b124c4f6ca7994d23bfc947b1c18fbb5b6d34c14aaa8516420066f7f41f0e", "enabled": 1 } }, "pcmcia": { "100": { "checksum": "sha256:be46e2e5016783bcbd1b6121c16dac420ad84599fbc9ab03cef6e73c635491cb", "enabled": 1 } }, "pcp": { "100": { "checksum": "sha256:36f7ab1582be93e02bbdc834ccc247cc4e38789758beab56dae383c975329335", "enabled": 1 } }, "pcscd": { "100": { "checksum": "sha256:67eba482a5bbd24a02c8d27ebe519f33201b3ce79aa2ae5216e8388b842427e4", "enabled": 1 } }, "pdns": { "100": { "checksum": "sha256:a3d7fd224d89deb2a5052e5949258f4846eec9395136403c55c107e04e90a785", "enabled": 1 } }, "pegasus": { "100": { "checksum": "sha256:e8cad5b42141d2ec77e6a439d0d9c35fddb52f8915bc43f07b60d9531fb77a69", "enabled": 1 } }, "permissivedomains": { "100": { "checksum": "sha256:2453bad4ace526f3cf2c60b358e95a5476692ef25da107b10f52f3af27c056d2", "enabled": 1 } }, "pesign": { "100": { "checksum": "sha256:5450ee371c78bed8bf0ec1c19145111158f8208dc8c259f014f4eaa2880f657e", "enabled": 1 } }, "pingd": { "100": { "checksum": "sha256:fc7c8fc49fc2673212c86595653f9f491456a7877988f7ffabea0e6d9b91eee1", "enabled": 1 } }, "pkcs": { "100": { "checksum": "sha256:64e5bdfc3a9f4db74bd22952f6a91ab0648f11396e075006690af6ae78a19e4b", "enabled": 1 } }, "pki": { "100": { "checksum": "sha256:d73c05e79e81ca7bc9cafbf6ef60b595dc9dfe001f3bfc4edbbcf089a3c162bf", "enabled": 1 } }, "plymouthd": { "100": { "checksum": "sha256:b1295d812d377d3057fd6f50cce387a9a1d685b82ce1f2db94259def8e8a8178", "enabled": 1 } }, "podsleuth": { "100": { "checksum": "sha256:9f110ced2b888709ca0b11e20304a10b7e6f48ecb60183f84673fcf46158d922", "enabled": 1 } }, "policykit": { "100": { "checksum": "sha256:38bb156f77c1cd8f2e19c963fd83452c049c955ea6b5af3bdf67b7a02d6487bf", "enabled": 1 } }, "polipo": { "100": { "checksum": "sha256:85d7740ec11e9e9e3bed007b2a2a9d1096fdd3a293d60a24389065462d8835ac", "enabled": 1 } }, "portmap": { "100": { "checksum": "sha256:673f39ea95fd949b39e202bb23ee8039b37d7e82b5353eeb5153d712269a4302", "enabled": 1 } }, "portreserve": { "100": { "checksum": "sha256:84b2bed2bf86c1ae18e8f097a87e0403360608d352ebdcd23be33ee6c8e73433", "enabled": 1 } }, "postfix": { "100": { "checksum": "sha256:26e1baf9459ca879633ba28a1a84aa370edd3f932b7b47464c5549eea57ee919", "enabled": 1 } }, "postgresql": { "100": { "checksum": "sha256:df355bc1eb0dfbbefb88e689e4b93305d3914c8ab6c2d7e60ac2b91aeed18a50", "enabled": 1 } }, "postgrey": { "100": { "checksum": "sha256:10aa26d584dd36c76612a6e9a61ce47ea3d306610f1bb45e8078f4e1de92de9d", "enabled": 1 } }, "ppp": { "100": { "checksum": "sha256:1925b8e054a2d83ceba75edc2ad4afeffef707844f07a4d41c1d0e656d4b6b13", "enabled": 1 } }, "prelink": { "100": { "checksum": "sha256:dcabc753b8f94f205a5789e1002762bf925bccba78f81006577b4dfe4447e69a", "enabled": 1 } }, "prelude": { "100": { "checksum": "sha256:2d9bc164872c547b324c28ace5989223074cb9afd92853a6f56d652a04c6d494", "enabled": 1 } }, "privoxy": { "100": { "checksum": "sha256:b9cf121de803376d21cf971181d5f183b6d9d0be20a7d1dbbbff4834f951ac1d", "enabled": 1 } }, "procmail": { "100": { "checksum": "sha256:41015e7118f63f54987554f279679c09e61af6d39ed6d329363d408df6e2d94b", "enabled": 1 } }, "prosody": { "100": { "checksum": "sha256:c63ddd775f40778f108ac698d8dec07a4d492c86494cc5ac58a7455249896e24", "enabled": 1 } }, "psad": { "100": { "checksum": "sha256:3c15ed36a0e8f5323d71fc061a25aebf4604ffb2ec21ba56ba0ee8c972203c31", "enabled": 1 } }, "ptchown": { "100": { "checksum": "sha256:19ea6f5d96cdaf706855b34d0b42e4c4cc325b058da3ea0789fdf844e5b03c20", "enabled": 1 } }, "pulseaudio": { "100": { "checksum": "sha256:1f26895762f6436d139b0bbdae0e778b76c1870e5ec2a70c9805fefa8843b7cf", "enabled": 1 } }, "puppet": { "100": { "checksum": "sha256:99360124d5f6a6e58d1df9809e66d0afa1304a2f07ceb9049a8cced7d4bde9b8", "enabled": 1 } }, "pwauth": { "100": { "checksum": "sha256:96ac0006d65fd04b20c7d2347331577aa0f2518ee61bd14f66b0850051e600be", "enabled": 1 } }, "qatlib": { "100": { "checksum": "sha256:5de62f06583e91f772dcec03a6bc2ae4924dbb3c1273914a663b20980fd1bfe8", "enabled": 1 } }, "qmail": { "100": { "checksum": "sha256:a010b1fe387213bc9796692c891fd555250eaa96338aa30d827edb7eaf2e346d", "enabled": 1 } }, "qpid": { "100": { "checksum": "sha256:e1cfa9930cfdb5add35cf66c744ba96311f079f6f8481e8afb418d3f5453ecda", "enabled": 1 } }, "quantum": { "100": { "checksum": "sha256:06a1ad528499c522da483a2ecac7ba283b8b38788be5a553fd1a66a5a8f74ff8", "enabled": 1 } }, "quota": { "100": { "checksum": "sha256:7c1af96e197d39a4b415366f9653feb8ebcf6f36dd67ffa7a990d8860af31fd3", "enabled": 1 } }, "rabbitmq": { "100": { "checksum": "sha256:49b607c1e4f0a0c80318c24bba1daebf923b3919d4df413ebf11ea5219a25398", "enabled": 1 } }, "radius": { "100": { "checksum": "sha256:0d4293f214aac975f23291e3d0653b7134c2049ecd3fea2fa3dbaff31c8ca2eb", "enabled": 1 } }, "radvd": { "100": { "checksum": "sha256:c0e08220e5884a66127464db6d58bfd986fbd774d0222f49e1fd29b78b3cc0b9", "enabled": 1 } }, "raid": { "100": { "checksum": "sha256:99d3212c821f54164487eb08ca734afa114f78f5a1508d66660605867e921a89", "enabled": 1 } }, "rasdaemon": { "100": { "checksum": "sha256:7efdf21950a64b1cbab955995f8429f7bb9c8373fcbf2b290d035ee5dfdc0b25", "enabled": 1 } }, "rdisc": { "100": { "checksum": "sha256:5e73acaada24e985584c2ce59062501321cae5178770e1e7910d7b66b77c3a0c", "enabled": 1 } }, "readahead": { "100": { "checksum": "sha256:1fb0b1b74da93865139e16b049a9b35f73230fb2c9de6d0f3f2c767d0cad125b", "enabled": 1 } }, "realmd": { "100": { "checksum": "sha256:88f39fea74393f95cf57f21e3383ce4335926316fe72ce687ad5d4985620883f", "enabled": 1 } }, "redis": { "100": { "checksum": "sha256:1da516fcc8743003b36725cf7d7279f264ec7ce359751ee7e018262dc54f0226", "enabled": 1 } }, "remotelogin": { "100": { "checksum": "sha256:c9fbd762fc108d68d5ddb326f5f7d1259df44e1f274468dbe783e850f5727532", "enabled": 1 } }, "restraint": { "400": { "checksum": "sha256:95d0d03fbc1d4147f02a0b3da7cd76efbdd75d1f5812cf6160e922336abbf270", "enabled": 1 } }, "rhcd": { "100": { "checksum": "sha256:b1bbd358f24d0d3f5b7eaae8549634a358486deff8e23e73a08029ea5a200897", "enabled": 1 } }, "rhcs": { "100": { "checksum": "sha256:a8af648958d994224fa0185187a1f7fac36dcd2f9860568443adde7cf69514cc", "enabled": 1 } }, "rhev": { "100": { "checksum": "sha256:c13ea35a73a74cff6ad06dab0c984564c50a3c0782999f10e30f84e2cc9db35d", "enabled": 1 } }, "rhgb": { "100": { "checksum": "sha256:eca0b3bcf2637ca132d57b7727481afe218bd195fc65b36bdd836fc1d8f49a10", "enabled": 1 } }, "rhnsd": { "100": { "checksum": "sha256:3982604acb7748d747b3f053e494c102ab8af57aec179e5b220e458f9a7cd961", "enabled": 1 } }, "rhsmcertd": { "100": { "checksum": "sha256:898dfa474d2ab69b70863e3c303435f5354e60acf9e0a053022d6065dccc655e", "enabled": 1 } }, "rhts": { "400": { "checksum": "sha256:39f15722a115b11064c20b8bc2758e8fe06531a8f923ea00a3e7079a0554e3d6", "enabled": 1 } }, "ricci": { "100": { "checksum": "sha256:a6b6e0522240e083fff4f7d32223412f4bf9a757a681e1a78b000aed9c873a22", "enabled": 1 } }, "rkhunter": { "100": { "checksum": "sha256:797fe308799dbc2437aa2f51349a5ad2edad09f73fad4ebf0fe610707fedab1b", "enabled": 1 } }, "rlogin": { "100": { "checksum": "sha256:170ec5c46d75ab5e0a7000fbb43e113d1009c02c67cff95efdd50f10254a065e", "enabled": 1 } }, "rngd": { "100": { "checksum": "sha256:9706778e32b5a0c3559b59c648dff43d2246f847e4b8627c65629ccc7162b172", "enabled": 1 } }, "roundup": { "100": { "checksum": "sha256:4a2d6b6c82c3e7b70db5395a539cf63a0c9dfb76c551f7565531c47f5915a2a8", "enabled": 1 } }, "rpc": { "100": { "checksum": "sha256:1fa012c304f616dd887f786d1bc269d630cea6991082739fdd125245d3b1345e", "enabled": 1 } }, "rpcbind": { "100": { "checksum": "sha256:250ebd82dda97bc2f8aae2e6f95359c6a259b7f9c059a7c7c9feeeabf59cdbf6", "enabled": 1 } }, "rpm": { "100": { "checksum": "sha256:ed9c18d6d5e242fe95ca67d8a484237a50e3b9112e1fd3f2a4bde333be7e36bd", "enabled": 1 } }, "rrdcached": { "100": { "checksum": "sha256:0613b152bb0606dd3d5bfb45c3df41449cc67e2ccb6e91e25ba8951a8f27365d", "enabled": 1 } }, "rshd": { "100": { "checksum": "sha256:64c6c9c48250a48603474683d04eb4690cbca659b2f7df54843b395bd591421e", "enabled": 1 } }, "rshim": { "100": { "checksum": "sha256:9d96611320219c63bb99070d8e63b33dd12cd1b68910a682ae4fb7b48a93d63d", "enabled": 1 } }, "rssh": { "100": { "checksum": "sha256:30b5f2df89c6ec326949d94a73bf12b4ab693df3bf912459ab0d80dc34359457", "enabled": 1 } }, "rsync": { "100": { "checksum": "sha256:c1fb6f4596dc1ac9266833e72de243bf9095e4e5fdd2a453e3fea4b1d872facf", "enabled": 1 } }, "rtas": { "100": { "checksum": "sha256:a4e5e3b5c1061a07a300b3b29a2c6259730e939e8f503a76e3d96c030dd143d1", "enabled": 1 } }, "rtkit": { "100": { "checksum": "sha256:18b037e23a78165416436a235dc4d5063ca24fe1c66455c3cee7c91986e6f89f", "enabled": 1 } }, "rwho": { "100": { "checksum": "sha256:0f5f34bc0c96fcd5ecd74c4a40a4ab94d9ae9e5070f1924d269cabc9ee9361b1", "enabled": 1 } }, "samba": { "100": { "checksum": "sha256:00f3e6f9de99ee493e245b3c2df0167aaefef63863257785aab44152e2994a37", "enabled": 1 } }, "sambagui": { "100": { "checksum": "sha256:823e606b20756cb23f46aaa8d4092b3e1bffc58c668cb54c222a8023aeacc53a", "enabled": 1 } }, "sandboxX": { "100": { "checksum": "sha256:e0e09172ed873250ab6b8748e1fc6280a449b45ba3484ec994a75a7318764268", "enabled": 1 } }, "sanlock": { "100": { "checksum": "sha256:d30b1e4e5ff87079cddac33c18949ae22fc1d2eb1c7105eb9ec5a2bda0b57145", "enabled": 1 } }, "sap": { "100": { "checksum": "sha256:30be1cea1a0cd9cdd736a2c9a147d6d7ffa97d077244dc00a044cff463cc9fba", "enabled": 1 } }, "sasl": { "100": { "checksum": "sha256:0d437fbe39eab7f490218e71fae2a728ccca0a8f3bc34bf607d164a0ff782fe6", "enabled": 1 } }, "sbd": { "100": { "checksum": "sha256:8d9ac2a151956a975049b1461b1e3b65e41186f6025fbb892bf65d79c5446487", "enabled": 1 } }, "sblim": { "100": { "checksum": "sha256:930629550a43a60d9f611ac51ff0fe9f62fe397e92ae64dc39d232d50b0e28a6", "enabled": 1 } }, "screen": { "100": { "checksum": "sha256:42ea728702eff08b08236457f08e70b7a00468a373e81046b6a8caad890984cb", "enabled": 1 } }, "secadm": { "100": { "checksum": "sha256:f2d90da6deb4a331f88519241196e911073a62ce478d0bbecd2354f83108a1e1", "enabled": 1 } }, "sectoolm": { "100": { "checksum": "sha256:1e8c4c647503dc7e2f700d4a50e9705aeab03558e7a83eac2e9517f542d944f8", "enabled": 1 } }, "selinuxutil": { "100": { "checksum": "sha256:949477676402f4fe8b2bed32015c1185d66eddeb5159f0c1bbb0f5de6f98501c", "enabled": 1 } }, "sendmail": { "100": { "checksum": "sha256:0dedda2aa7b673d014b285ea496f2e16232d2e3e63ceac30a6ff8226359b7729", "enabled": 1 } }, "sensord": { "100": { "checksum": "sha256:23cf4e30ba30051a1479a4e136d6ba8058782ac295a0ee8aa898a609720dfe1c", "enabled": 1 } }, "setrans": { "100": { "checksum": "sha256:2daf6eb37fec7c4aca13783495f09fadc001e3a8d70c62c871a97210e021d3c2", "enabled": 1 } }, "setroubleshoot": { "100": { "checksum": "sha256:009711c0e094f34b06bd2b63e5c874e8fe2a135447c687c0a3d8950ebf48ad2b", "enabled": 1 } }, "seunshare": { "100": { "checksum": "sha256:473cefdc52efa91bb868fed27c195c1239a840be15fd7f56139e3921d8d4375c", "enabled": 1 } }, "shorewall": { "100": { "checksum": "sha256:10e2635379af480cc06c8c182eb7c9e88812791566cd42a362f7791263aca8a4", "enabled": 1 } }, "slocate": { "100": { "checksum": "sha256:1551cdc64f18458da3deb7f4530c0a74a1ac414285e1c8291d1ebc04934fb6ea", "enabled": 1 } }, "slpd": { "100": { "checksum": "sha256:ddc348418bb18a0effea2748db5a0ddb49a2d079f39b44daf1ffe9b32d9f81cb", "enabled": 1 } }, "smartmon": { "100": { "checksum": "sha256:4ddc02c623583ea4fb43c3243c135abe6ea10807690d320930324fdf941d847d", "enabled": 1 } }, "smokeping": { "100": { "checksum": "sha256:4f5f2ec60be7d6c6e69be582b34db6cf167bc902a129543f22f3dd3d5e9b0e12", "enabled": 1 } }, "smoltclient": { "100": { "checksum": "sha256:14542d1e99d5950cd6076e71a4087e085b8992b04abe3d5898fdef18c8d98394", "enabled": 1 } }, "snapper": { "100": { "checksum": "sha256:74d6501b24e3fa658ed744ab478a8751f49b43c1acb0ac168b056d9f84eb9b12", "enabled": 1 } }, "snmp": { "100": { "checksum": "sha256:708af5e5aebf1f388d30c66dd0b29f3a51cc19f5b35067563f54f01e594d847e", "enabled": 1 } }, "snort": { "100": { "checksum": "sha256:dac44ab99a6302a4e940f7aceb9a4601ca358d44671aa96301b8bb1e70223c57", "enabled": 1 } }, "sosreport": { "100": { "checksum": "sha256:c07d4b78b1601be56da5e8a12dd71b130883e51cae74036dd65a0e8938ce995d", "enabled": 1 } }, "soundserver": { "100": { "checksum": "sha256:c6c7a4c14905bbec1a809e5baeab8869df04ce86e6e7af7f833ba002fef1f14f", "enabled": 1 } }, "spamassassin": { "100": { "checksum": "sha256:dc3fde9f8d2d4911dc2d9c5b1296ff4aed7f337e0c81369beb88941643914683", "enabled": 1 } }, "speech-dispatcher": { "100": { "checksum": "sha256:74fceb571fa21e32de21e57835f76714831aee1a6d2f2e192833ca4cc2a02e00", "enabled": 1 } }, "squid": { "100": { "checksum": "sha256:8b11673d4717df47968b441bacef66e1789c00cd9be0493c6957c25056ccd0e3", "enabled": 1 } }, "ssh": { "100": { "checksum": "sha256:c36074e907b15259542f66dd110421b76b4c4ef85cbd12c796b2acd6c79a8367", "enabled": 1 } }, "sslh": { "100": { "checksum": "sha256:15ac534014765f5f3788ae424c03627f4aa606bdfd763a7a56c2cc537f268571", "enabled": 1 } }, "sssd": { "100": { "checksum": "sha256:b6e7ae905ce38eebf83f453a034a1d035c83acea503de077a4c2ae89a2652949", "enabled": 1 } }, "staff": { "100": { "checksum": "sha256:730fdb951fc5903ac384e8f9ea40fdd4d78ac61906fa3057496ea690233bb3d1", "enabled": 1 } }, "stalld": { "100": { "checksum": "sha256:27494f6b5844c807d054694dcbe9951e2ecf431e59fc818f44fc52b28c6b0d2e", "enabled": 1 } }, "stapserver": { "100": { "checksum": "sha256:184aea46b019d9889fe8fe9cdf993825a49b08c261e04522098790cf567fdf1e", "enabled": 1 } }, "stratisd": { "100": { "checksum": "sha256:e666d250e6d615e6b400bcdde5b9c5fa055ff5e4fdcc307fdfaa49bcfbb5fdde", "enabled": 1 } }, "stunnel": { "100": { "checksum": "sha256:cda595280cf5f1fb45071ae662e33cf6faf5cd5ade84052c9bcde3b9cacaba27", "enabled": 1 } }, "su": { "100": { "checksum": "sha256:96e8190a61a15b5b7a495e00821e2bd403bcc02aaddffcf8b73db84fc0c01da2", "enabled": 1 } }, "sudo": { "100": { "checksum": "sha256:d437acb0a8759db6902143444b6519aee7c5c7d4203eb47b6debe8cbacec3524", "enabled": 1 } }, "svnserve": { "100": { "checksum": "sha256:cebd06aca5b556fa1e0e72b20d1e62339299b97f0ed6c287fb59e2fd5d527099", "enabled": 1 } }, "swift": { "100": { "checksum": "sha256:bd45c50388332480f5fc41d1850b34e40e36c5e357514f70151218d2cd6d3696", "enabled": 1 } }, "sysadm": { "100": { "checksum": "sha256:ff6d223e060061cde89544ea0b849c07e5e52b3b1c0aaf24a90f766b908b0572", "enabled": 1 } }, "sysadm_secadm": { "100": { "checksum": "sha256:8a84adfc7de6725c95d7c83b9caf0393a1bfa318a1b28bfe73ace270529add96", "enabled": 1 } }, "sysnetwork": { "100": { "checksum": "sha256:e2c6d1cb90533349665122b69a30309067a89deec1913c91d76583db1137704b", "enabled": 1 } }, "sysstat": { "100": { "checksum": "sha256:404aa194627e86813689f2322ed52a207e7b59c37075234dfdeb9d3037a3fba0", "enabled": 1 } }, "systemd": { "100": { "checksum": "sha256:11c0be1462f28c928c950bd5fb59e6b78539e3aa9a9cf1dc2e5f34baf39dfb0f", "enabled": 1 } }, "tangd": { "100": { "checksum": "sha256:8ffb5712bc861ac7bf7ff1ce80c7460c6b9d18f05d315109b298047d65fde160", "enabled": 1 } }, "targetd": { "100": { "checksum": "sha256:f783db19a42b2eaeb812750d9e19a3e08d3b6c1c66f5b372db4815a8ab0501ec", "enabled": 1 } }, "tcpd": { "100": { "checksum": "sha256:f5765f8a7d36e42e9fa253c3d2dd77f0409372fe740a1ff01ff4f91066a4d5c0", "enabled": 1 } }, "tcsd": { "100": { "checksum": "sha256:3bfe4bafe3dfdc4272396e27fb4a61d934f07c2e58b8db9f6fdcdf06fe1c0925", "enabled": 1 } }, "telepathy": { "100": { "checksum": "sha256:5a3b265141cb6b288077e126fab36fa11e2eda86ebf4255e9af4d7a3d97a64ad", "enabled": 1 } }, "telnet": { "100": { "checksum": "sha256:35c4ffe6844e8b2efb6bd2b17fa6b8f7374768b29075d3663f03c3a3b4f630e6", "enabled": 1 } }, "tftp": { "100": { "checksum": "sha256:9602906f7235964dccfcdca8730c3b5b9ed02da09db883912f80620918ee90fc", "enabled": 1 } }, "tgtd": { "100": { "checksum": "sha256:45312c963e2f2624083126e16494ae1c02c83dcfacd8b6361096b97379705a72", "enabled": 1 } }, "thin": { "100": { "checksum": "sha256:ed1c063d93095ee0e6aa51ba88db5d594dd63adf08c22e229bdfaeef3ddd6041", "enabled": 1 } }, "thumb": { "100": { "checksum": "sha256:e327c5fe316c0c8f26dc42c9934605f5a465b23e2c69dd4b54e9a679a3a0d8a7", "enabled": 1 } }, "tlp": { "100": { "checksum": "sha256:ea9bd1b71a20d1f958f810ddd94461759c837d8d83beaf74bb4744fae0b8563b", "enabled": 1 } }, "tmpreaper": { "100": { "checksum": "sha256:ca4008994520fbb440db5cc902d328639a5ce9b2de2b04a243c3877e37770387", "enabled": 1 } }, "tomcat": { "100": { "checksum": "sha256:11d2231fa4532ca4a956a74c8395ace40a74d0a960b049e448b435496ce628d3", "enabled": 1 } }, "tor": { "100": { "checksum": "sha256:253d87020d97087ff647fcdf57ce8b88fa6575b4884a842371477c2ffa62bd37", "enabled": 1 } }, "tuned": { "100": { "checksum": "sha256:63846a75214d60613198a5609cccb74150ed93abe971008d29f3fac4effd2178", "enabled": 1 } }, "tvtime": { "100": { "checksum": "sha256:3befcf83ade571f2ba648d05de2f0c8cd4a6034c20df60390e2c6621dfaa98b8", "enabled": 1 } }, "udev": { "100": { "checksum": "sha256:991ee9601fb8c661434f8b1ad558ee0cfd9880cb10945ffcc00e46bc665891a5", "enabled": 1 } }, "ulogd": { "100": { "checksum": "sha256:550828e18eb625333951fd9ef992be2a18076a9c2ab10d4a4a7cbb6316a0b89a", "enabled": 1 } }, "uml": { "100": { "checksum": "sha256:5ecf3fa7d0855932164013257ab7a927d9e233331967a0fbd12567a610bbe813", "enabled": 1 } }, "unconfined": { "100": { "checksum": "sha256:96ecdcb94edd25c19aaaf9e7ebb64285a57e8c05728df975a7ca8c322afda3d6", "enabled": 1 } }, "unconfineduser": { "100": { "checksum": "sha256:9ac8b5f3ad17a7f2a250ccd82991f42795692b67270c289f2e9ac34c17bd618a", "enabled": 1 } }, "unlabelednet": { "100": { "checksum": "sha256:3ee19750f325fa25a5e0e0b63ef4d975f9ceb176a938be366e6b78a2117d6b80", "enabled": 1 } }, "unprivuser": { "100": { "checksum": "sha256:d49ecea49586eb81b583e155a507b07ce90123b31f23de8721dbfb397fc90219", "enabled": 1 } }, "updfstab": { "100": { "checksum": "sha256:40dc44927e6b1b5e816729cfafeaf9d63864910dba3a6916851546692980e287", "enabled": 1 } }, "usbmodules": { "100": { "checksum": "sha256:57a4dbaf6550b474e025bf9881b9231f512d0f9ba04afe617cd26830c6e439f1", "enabled": 1 } }, "usbmuxd": { "100": { "checksum": "sha256:3c677834cb828f2aee098785982b4578c0a3a39ee9633db50fe9459648c05fa5", "enabled": 1 } }, "userdomain": { "100": { "checksum": "sha256:ce2b5d59521875e3874cb0da310c3e17a73b6039c5377eb9aabbb5e153daff96", "enabled": 1 } }, "userhelper": { "100": { "checksum": "sha256:b410d1fcfd6557bc01e39b089680881e2dbcf2edc66179a94a7a248770d5b037", "enabled": 1 } }, "usermanage": { "100": { "checksum": "sha256:4dcb04fda0b54f9bb5cda7976691faae3efd2e06c7c3f41077f29846495e54eb", "enabled": 1 } }, "usernetctl": { "100": { "checksum": "sha256:98fc6c793ccdf4415b82903a037a83029d478e7bf04920d7ab22ad311e2d21e7", "enabled": 1 } }, "uucp": { "100": { "checksum": "sha256:c459f3b2e2f5df490f54d2e535eee1c6d61e7ebefddc10c8c5cf7f508dd1846d", "enabled": 1 } }, "uuidd": { "100": { "checksum": "sha256:9cffb58378729a31769c2de0105e2e572d618aae359dded92269579953df1384", "enabled": 1 } }, "varnishd": { "100": { "checksum": "sha256:3a2cc24d1950cf636541e047be9a323fa36f31a0e202d694c720600bdfc501ec", "enabled": 1 } }, "vdagent": { "100": { "checksum": "sha256:fdfaeec1231cbc6a8fe1366d3d619221199fc669b52c88f78a318dc25b3be448", "enabled": 1 } }, "vhostmd": { "100": { "checksum": "sha256:7f305e00748ff82c9800d6e7828d7335b95f677a7b5f77422f3000b450b08ecb", "enabled": 1 } }, "virt": { "100": { "checksum": "sha256:cdb4b9c1319a770a037478026a853a444a2e42f12f2eecccd781bbcf8d2f873e", "enabled": 1 } }, "virt_supplementary": { "100": { "checksum": "sha256:6b40017101ee7b37a879acbfd07b399751b6602b230a8e293a131003f1d462c3", "enabled": 1 } }, "vlock": { "100": { "checksum": "sha256:dfafe5dd0ea73b360c5190c7618d3493cccda7be4f083398005e53dc0ca86322", "enabled": 1 } }, "vmtools": { "100": { "checksum": "sha256:7ac03b53b914b07beb6a4ece0703e3d276d69ce0a1976debe2ac67a4cfed328b", "enabled": 1 } }, "vmware": { "100": { "checksum": "sha256:49b12fd7ef59c18ddbdedd6155e3a78984d83175c477eb6255c17343fa5bf2b0", "enabled": 1 } }, "vnstatd": { "100": { "checksum": "sha256:38c867c33443236998cf6e6580f7252cbe422837112d6a435682f20add719045", "enabled": 1 } }, "vpn": { "100": { "checksum": "sha256:6552994eb88154f5adf2f8bed8fef92e80fec9cd21953e8a49967c043673f47d", "enabled": 1 } }, "w3c": { "100": { "checksum": "sha256:844efc4302901942e398bb028084d9d2055f3024e3cbe0c34e2e2809712363c3", "enabled": 1 } }, "watchdog": { "100": { "checksum": "sha256:5555d4a7c462894b995e60858377181362fa86660f5b2363baa45e751a7e246a", "enabled": 1 } }, "wdmd": { "100": { "checksum": "sha256:709ed409417f38a820c59fa55278561035f63e6ed3eaca1e0260ae86a7c44363", "enabled": 1 } }, "webadm": { "100": { "checksum": "sha256:616c7437b295851e68ceac1a2b2c7dc62ca5ad094e7ee0b1967f9bcfee2c7efa", "enabled": 1 } }, "webalizer": { "100": { "checksum": "sha256:67aa3807e78b099dacbb68d7fc7b7a08485728527e6d0b1803283898197eca76", "enabled": 1 } }, "wine": { "100": { "checksum": "sha256:709e37211cdb369b59a87a0592833a736352361fc32e746e4e1faff53125df18", "enabled": 1 } }, "wireguard": { "100": { "checksum": "sha256:2104f2a4c05355646d5c32fef9b54bfe7a9b2b2bd78b9244e8133c52846a5aac", "enabled": 1 } }, "wireshark": { "100": { "checksum": "sha256:1bcf22515a219958b40735a948b71bd37c2b4d629fc2c3dd3177a807bcff2d92", "enabled": 1 } }, "xen": { "100": { "checksum": "sha256:dcdb0ffe9b4ffc18f3d3c1e6b81e7dcd18ef81b771b50f120d72af547df6c52f", "enabled": 1 } }, "xguest": { "100": { "checksum": "sha256:d074aae94e58e5eb87ccc17a5b8fd3daa69ae395c847123445b51b5d6bf1c330", "enabled": 1 } }, "xserver": { "100": { "checksum": "sha256:edfd0c09452a1977031c520579d31b583b5203912ae6abb5944d5eeba0533a04", "enabled": 1 } }, "zabbix": { "100": { "checksum": "sha256:0d3f1c7551f7d41460431d1b5a07ca8b345b7f008fd117eaf80b97ffa0ba364c", "enabled": 1 } }, "zarafa": { "100": { "checksum": "sha256:9a4972b9fd4d16e5a2199fa84c97cd69898aa6bd431c3b988f4a988498ba8c8d", "enabled": 1 } }, "zebra": { "100": { "checksum": "sha256:3aa879c28a994a8e584ec959862570b5d22e879623f1389c0accfe0ff954899a", "enabled": 1 } }, "zoneminder": { "100": { "checksum": "sha256:4788a9123253e153c62646cfbd8bdc8ec5bf86cd994bf1b0052553e669aacae2", "enabled": 1 } }, "zosremote": { "100": { "checksum": "sha256:43c63acbf820014c4f394df0ad4c499c44d1f2e4e8ba144d74a14996751c6a67", "enabled": 1 } } }, "selinux_priorities": true }, "changed": false } TASK [fedora.linux_system_roles.selinux : Load SELinux modules] **************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:115 Saturday 15 February 2025 08:07:38 -0500 (0:00:03.063) 0:00:26.249 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "selinux_modules is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:128 Saturday 15 February 2025 08:07:38 -0500 (0:00:00.039) 0:00:26.289 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.selinux : Restore SELinux labels on filesystem tree in check mode] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:136 Saturday 15 February 2025 08:07:38 -0500 (0:00:00.023) 0:00:26.312 ***** skipping: [managed-node3] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 15 February 2025 08:07:38 -0500 (0:00:00.037) 0:00:26.350 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1739624838.1235452, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1739624834.107517, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482497, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1739624834.107517, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 28, "uid": 0, "version": "1184614419", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 15 February 2025 08:07:39 -0500 (0:00:00.364) 0:00:26.714 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_port | int == 80", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 15 February 2025 08:07:39 -0500 (0:00:00.038) 0:00:26.752 ***** 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": 28, "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 15 February 2025 08:07:39 -0500 (0:00:00.368) 0:00:27.121 ***** 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-1739624859.6870418-11396-275953553888585/.source.conf", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 15 February 2025 08:07:40 -0500 (0:00:00.725) 0:00:27.847 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 15 February 2025 08:07:40 -0500 (0:00:00.026) 0:00:27.873 ***** included: fedora.linux_system_roles.firewall for managed-node3 TASK [fedora.linux_system_roles.firewall : Setup firewalld] ******************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:2 Saturday 15 February 2025 08:07:40 -0500 (0:00:00.103) 0:00:27.977 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:2 Saturday 15 February 2025 08:07:40 -0500 (0:00:00.039) 0:00:28.016 ***** ok: [managed-node3] TASK [fedora.linux_system_roles.firewall : Check if system is ostree] ********** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:10 Saturday 15 February 2025 08:07:41 -0500 (0:00:00.506) 0:00:28.522 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:15 Saturday 15 February 2025 08:07:41 -0500 (0:00:00.343) 0:00:28.866 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:22 Saturday 15 February 2025 08:07:41 -0500 (0:00:00.052) 0:00:28.918 ***** ok: [managed-node3] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.firewall : Set flag if transactional-update exists] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:27 Saturday 15 February 2025 08:07:41 -0500 (0:00:00.358) 0:00:29.276 ***** ok: [managed-node3] => { "ansible_facts": { "__firewall_is_transactional": false }, "changed": false } TASK [fedora.linux_system_roles.firewall : Install firewalld] ****************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 Saturday 15 February 2025 08:07:41 -0500 (0:00:00.048) 0:00:29.325 ***** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: firewalld TASK [fedora.linux_system_roles.firewall : Notify user that reboot is needed to apply changes] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:43 Saturday 15 February 2025 08:07:42 -0500 (0:00:01.152) 0:00:30.477 ***** skipping: [managed-node3] => { "false_condition": "__firewall_is_transactional | d(false)" } TASK [fedora.linux_system_roles.firewall : Reboot transactional update systems] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:48 Saturday 15 February 2025 08:07:43 -0500 (0:00:00.062) 0:00:30.540 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__firewall_is_transactional | d(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-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:53 Saturday 15 February 2025 08:07:43 -0500 (0:00:00.049) 0:00:30.589 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__firewall_is_transactional | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Collect service facts] ************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:5 Saturday 15 February 2025 08:07:43 -0500 (0:00:00.047) 0:00:30.636 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Attempt to stop and disable conflicting services] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:9 Saturday 15 February 2025 08:07:43 -0500 (0:00:00.045) 0:00:30.682 ***** skipping: [managed-node3] => (item=nftables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "nftables", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=iptables) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "iptables", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => (item=ufw) => { "ansible_loop_var": "item", "changed": false, "false_condition": "firewall_disable_conflicting_services | bool", "item": "ufw", "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Unmask firewalld service] *********** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:22 Saturday 15 February 2025 08:07:43 -0500 (0:00:00.046) 0:00:30.728 ***** ok: [managed-node3] => { "changed": false, "name": "firewalld", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "system.slice dbus-broker.service polkit.service dbus.socket sysinit.target basic.target", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ipset.service ip6tables.service ebtables.service shutdown.target iptables.service", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3698233344", "EffectiveMemoryMax": "3698233344", "EffectiveTasksMax": "22347", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13967", "LimitNPROCSoft": "13967", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13967", "LimitSIGPENDINGSoft": "13967", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3302977536", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "sysinit.target system.slice dbus.socket", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22347", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Enable and start firewalld service] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 Saturday 15 February 2025 08:07:43 -0500 (0:00:00.508) 0:00:31.237 ***** changed: [managed-node3] => { "changed": true, "enabled": true, "name": "firewalld", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:firewalld_unit_file_t:s0", "ActiveEnterTimestampMonotonic": "0", "ActiveExitTimestampMonotonic": "0", "ActiveState": "inactive", "After": "dbus-broker.service polkit.service basic.target system.slice sysinit.target dbus.socket", "AllowIsolate": "no", "AssertResult": "no", "AssertTimestampMonotonic": "0", "Before": "network-pre.target shutdown.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "BusName": "org.fedoraproject.FirewallD1", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "yes", "CanReload": "yes", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_tty_config cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "no", "ConditionTimestampMonotonic": "0", "ConfigurationDirectoryMode": "0755", "Conflicts": "ebtables.service ipset.service ip6tables.service iptables.service shutdown.target", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "firewalld - dynamic firewall daemon", "DeviceAllow": "char-rtc r", "DevicePolicy": "closed", "Documentation": "\"man:firewalld(1)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3698233344", "EffectiveMemoryMax": "3698233344", "EffectiveTasksMax": "22347", "EnvironmentFiles": "/etc/sysconfig/firewalld (ignore_errors=yes)", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestampMonotonic": "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 }", "ExecReloadEx": "{ path=/bin/kill ; argv[]=/bin/kill -HUP $MAINPID ; flags= ; 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 }", "ExecStartEx": "{ path=/usr/sbin/firewalld ; argv[]=/usr/sbin/firewalld --nofork --nopid $FIREWALLD_ARGS ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/firewalld.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "firewalld.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestampMonotonic": "0", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "mixed", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13967", "LimitNPROCSoft": "13967", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13967", "LimitSIGPENDINGSoft": "13967", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3301699584", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "[not set]", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "[not set]", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "firewalld.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "yes", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "yes", "ProtectControlGroupsEx": "yes", "ProtectHome": "yes", "ProtectHostname": "yes", "ProtectKernelLogs": "yes", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "yes", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "dbus.socket sysinit.target system.slice", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "null", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestampMonotonic": "0", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "dead", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22347", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "dbus", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "enabled", "UnitFileState": "disabled", "UtmpMode": "init", "Wants": "network-pre.target", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "infinity" } } TASK [fedora.linux_system_roles.firewall : Check if previous replaced is defined] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:34 Saturday 15 February 2025 08:07:44 -0500 (0:00:01.018) 0:00:32.255 ***** ok: [managed-node3] => { "ansible_facts": { "__firewall_previous_replaced": false, "__firewall_python_cmd": "/usr/bin/python3.12", "__firewall_report_changed": true }, "changed": false } TASK [fedora.linux_system_roles.firewall : Get config files, checksums before and remove] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:43 Saturday 15 February 2025 08:07:44 -0500 (0:00:00.050) 0:00:32.305 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:55 Saturday 15 February 2025 08:07:44 -0500 (0:00:00.037) 0:00:32.343 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Configure firewall] ***************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Saturday 15 February 2025 08:07:44 -0500 (0:00:00.036) 0:00:32.380 ***** changed: [managed-node3] => (item={'port': '7500/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "__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-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:120 Saturday 15 February 2025 08:07:45 -0500 (0:00:00.653) 0:00:33.033 ***** skipping: [managed-node3] => (item={'port': '7500/tcp', 'zone': 'public', 'state': 'enabled', 'immediate': True, 'permanent': True}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "'detailed' in fw[0]", "item": { "immediate": true, "permanent": true, "port": "7500/tcp", "state": "enabled", "zone": "public" }, "skip_reason": "Conditional result was False" } skipping: [managed-node3] => { "changed": false } MSG: All items skipped TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:130 Saturday 15 February 2025 08:07:45 -0500 (0:00:00.059) 0:00:33.093 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "'detailed' in fw[0]", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Gather firewall config if no arguments] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:139 Saturday 15 February 2025 08:07:45 -0500 (0:00:00.061) 0:00:33.155 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Update firewalld_config fact] ******* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:144 Saturday 15 February 2025 08:07:45 -0500 (0:00:00.063) 0:00:33.218 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "firewall == None or firewall | length == 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Get config files, checksums after] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:153 Saturday 15 February 2025 08:07:45 -0500 (0:00:00.049) 0:00:33.268 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Calculate what has changed] ********* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:163 Saturday 15 February 2025 08:07:45 -0500 (0:00:00.040) 0:00:33.309 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__firewall_previous_replaced | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.firewall : Show diffs] ************************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:169 Saturday 15 February 2025 08:07:45 -0500 (0:00:00.043) 0:00:33.352 ***** skipping: [managed-node3] => { "false_condition": "__firewall_previous_replaced | bool" } TASK [fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 15 February 2025 08:07:45 -0500 (0:00:00.048) 0:00:33.401 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 15 February 2025 08:07:46 -0500 (0:00:00.703) 0:00:34.105 ***** 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", "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-02-15 08:06:36 EST", "ActiveEnterTimestampMonotonic": "688969593", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-journald.socket system.slice sysinit.target", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-02-15 08:06:36 EST", "AssertTimestampMonotonic": "688927659", "Backlog": "2147483647", "Before": "shutdown.target sockets.target", "BindIPv6Only": "default", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "11377000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-02-15 08:06:36 EST", "ConditionTimestampMonotonic": "688927656", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/tangd.socket", "ControlGroupId": "5014", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "\"man:tang(8)\"", "DropInPaths": "/etc/systemd/system/tangd.socket.d/override.conf /etc/systemd/system/tangd.socket.d/override2.conf", "DynamicUser": "no", "EffectiveMemoryHigh": "3698233344", "EffectiveMemoryMax": "3698233344", "EffectiveTasksMax": "22347", "ExecStartPre": "{ path=/usr/bin/chown ; argv[]=/usr/bin/chown -R tang:tang /var/db/tang ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorName": "connection", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-02-15 08:06:36 EST", "InactiveExitTimestampMonotonic": "688930295", "InvocationID": "7bfcb695af9c4d9a959dbb75a4afde61", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13967", "LimitNPROCSoft": "13967", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13967", "LimitSIGPENDINGSoft": "13967", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:7500 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "128", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "3274915840", "MemoryCurrent": "4096", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1150976", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "no", "PassFileDescriptorsToExec": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "PollLimitBurst": "150", "PollLimitIntervalUSec": "2s", "Priority": "-1", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "system.slice sysinit.target", "RestartKillSignal": "15", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-02-15 08:06:36 EST", "StateChangeTimestampMonotonic": "688969593", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "listening", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22347", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Timestamping": "off", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sockets.target", "WatchdogSignal": "6", "Writable": "no" } } TASK [Check tangd socket dir] ************************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:58 Saturday 15 February 2025 08:07:47 -0500 (0:00:00.608) 0:00:34.713 ***** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1739624864.18973, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1739624860.2957022, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482497, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1739624860.2957022, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 49, "uid": 0, "version": "1184614419", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Check custom file] ******************************************************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:64 Saturday 15 February 2025 08:07:47 -0500 (0:00:00.366) 0:00:35.079 ***** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "atime": 1739624839.807557, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 8, "charset": "us-ascii", "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "ctime": 1739624834.107517, "dev": 51714, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 532676803, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "text/plain", "mode": "0664", "mtime": 1739624833.6325135, "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": "3561940031", "wgrp": true, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [Verify role reported no changes] ***************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:70 Saturday 15 February 2025 08:07:47 -0500 (0:00:00.386) 0:00:35.466 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Check for ansible_managed, fingerprint in generated files] *************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:74 Saturday 15 February 2025 08:07:47 -0500 (0:00:00.026) 0:00:35.493 ***** included: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/check_header.yml for managed-node3 TASK [Get file] **************************************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/check_header.yml:3 Saturday 15 February 2025 08:07:48 -0500 (0:00:00.030) 0:00:35.523 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/check_header.yml:9 Saturday 15 February 2025 08:07:48 -0500 (0:00:00.428) 0:00:35.952 ***** ok: [managed-node3] => { "changed": false } MSG: All assertions passed TASK [Remove custom file] ****************************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:80 Saturday 15 February 2025 08:07:48 -0500 (0:00:00.063) 0:00:36.015 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:85 Saturday 15 February 2025 08:07:48 -0500 (0:00:00.358) 0:00:36.373 ***** included: fedora.linux_system_roles.nbde_server for managed-node3 TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 15 February 2025 08:07:48 -0500 (0:00:00.063) 0:00:36.437 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 15 February 2025 08:07:48 -0500 (0:00:00.049) 0:00:36.486 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "__nbde_server_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 15 February 2025 08:07:49 -0500 (0:00:00.064) 0:00:36.551 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 15 February 2025 08:07:49 -0500 (0:00:00.039) 0:00:36.590 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "not __nbde_server_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 15 February 2025 08:07:49 -0500 (0:00:00.039) 0:00:36.630 ***** 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-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 15 February 2025 08:07:49 -0500 (0:00:00.059) 0:00:36.690 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 15 February 2025 08:07:49 -0500 (0:00:00.058) 0:00:36.748 ***** ok: [managed-node3] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: tang TASK [fedora.linux_system_roles.nbde_server : Ensure keys are rotated] ********* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:8 Saturday 15 February 2025 08:07:50 -0500 (0:00:01.124) 0:00:37.872 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_rotate_keys | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Ensure we have keys] ************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:17 Saturday 15 February 2025 08:07:50 -0500 (0:00:00.037) 0:00:37.909 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:26 Saturday 15 February 2025 08:07:50 -0500 (0:00:00.358) 0:00:38.268 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "(nbde_server_fetch_keys | bool) or (nbde_server_deploy_keys | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Manage firewall and SELinux for port] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:30 Saturday 15 February 2025 08:07:50 -0500 (0:00:00.040) 0:00:38.308 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:2 Saturday 15 February 2025 08:07:50 -0500 (0:00:00.033) 0:00:38.341 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_manage_selinux | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.nbde_server : Stat the tangd custom port systemd directory] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:14 Saturday 15 February 2025 08:07:50 -0500 (0:00:00.035) 0:00:38.377 ***** ok: [managed-node3] => { "changed": false, "stat": { "atime": 1739624864.18973, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "ctime": 1739624868.8137627, "dev": 51714, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 528482497, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mimetype": "inode/directory", "mode": "0775", "mtime": 1739624868.8137627, "nlink": 2, "path": "/etc/systemd/system/tangd.socket.d", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 27, "uid": 0, "version": "1184614419", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:19 Saturday 15 February 2025 08:07:51 -0500 (0:00:00.367) 0:00:38.744 ***** ok: [managed-node3] => { "changed": false, "examined": 1, "files": [], "matched": 0, "skipped_paths": {} } MSG: All paths examined TASK [fedora.linux_system_roles.nbde_server : Manage tangd custom port systemd directory] *** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:35 Saturday 15 February 2025 08:07:51 -0500 (0:00:00.363) 0:00:39.108 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 Saturday 15 February 2025 08:07:52 -0500 (0:00:00.392) 0:00:39.500 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_port | int != 80", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:53 Saturday 15 February 2025 08:07:52 -0500 (0:00:00.099) 0:00:39.600 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:57 Saturday 15 February 2025 08:07:52 -0500 (0:00:00.043) 0:00:39.643 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_manage_firewall | bool", "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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Saturday 15 February 2025 08:07:52 -0500 (0:00:00.057) 0:00:39.701 ***** 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-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 Saturday 15 February 2025 08:07:52 -0500 (0:00:00.738) 0:00:40.440 ***** 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", "AccessSELinuxContext": "system_u:object_r:tangd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-02-15 08:07:47 EST", "ActiveEnterTimestampMonotonic": "759341491", "ActiveExitTimestamp": "Sat 2025-02-15 08:07:47 EST", "ActiveExitTimestampMonotonic": "759306790", "ActiveState": "active", "After": "sysinit.target systemd-journald.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-02-15 08:07:47 EST", "AssertTimestampMonotonic": "759307287", "Backlog": "2147483647", "Before": "shutdown.target sockets.target", "BindIPv6Only": "default", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "Broadcast": "no", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "10827000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "no", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-02-15 08:07:47 EST", "ConditionTimestampMonotonic": "759307284", "ConfigurationDirectoryMode": "0755", "Conflicts": "shutdown.target", "ControlGroup": "/system.slice/tangd.socket", "ControlGroupId": "5350", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "yes", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "DeferAcceptUSec": "0", "Delegate": "no", "Description": "Tang Server socket", "DevicePolicy": "auto", "DirectoryMode": "0755", "Documentation": "\"man:tang(8)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3698233344", "EffectiveMemoryMax": "3698233344", "EffectiveTasksMax": "22347", "ExecStartPre": "{ path=/usr/bin/chown ; argv[]=/usr/bin/chown -R tang:tang /var/db/tang ; ignore_errors=yes ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorName": "connection", "FinalKillSignal": "9", "FlushPending": "no", "FragmentPath": "/usr/lib/systemd/system/tangd.socket", "FreeBind": "no", "FreezerState": "running", "GID": "[not set]", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "IPTOS": "-1", "IPTTL": "-1", "Id": "tangd.socket", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-02-15 08:07:47 EST", "InactiveEnterTimestampMonotonic": "759306790", "InactiveExitTimestamp": "Sat 2025-02-15 08:07:47 EST", "InactiveExitTimestampMonotonic": "759308543", "InvocationID": "95e2c30b2f814c66ae586c210f2102bb", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeepAlive": "no", "KeepAliveIntervalUSec": "0", "KeepAliveProbes": "0", "KeepAliveTimeUSec": "0", "KeyringMode": "shared", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13967", "LimitNPROCSoft": "13967", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13967", "LimitSIGPENDINGSoft": "13967", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "Listen": "[::]:80 (Stream)", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "Mark": "-1", "MaxConnections": "64", "MaxConnectionsPerSource": "0", "MemoryAccounting": "yes", "MemoryAvailable": "3280613376", "MemoryCurrent": "4096", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1159168", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MessageQueueMaxMessages": "0", "MessageQueueMessageSize": "0", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NAccepted": "0", "NConnections": "0", "NRefused": "0", "NUMAPolicy": "n/a", "Names": "tangd.socket", "NeedDaemonReload": "no", "Nice": "0", "NoDelay": "no", "NoNewPrivileges": "no", "NonBlocking": "no", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassCredentials": "no", "PassFileDescriptorsToExec": "no", "PassPacketInfo": "no", "PassSecurity": "no", "Perpetual": "no", "PipeSize": "0", "PollLimitBurst": "150", "PollLimitIntervalUSec": "2s", "Priority": "-1", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "ReceiveBuffer": "0", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemoveIPC": "no", "RemoveOnStop": "no", "Requires": "sysinit.target system.slice", "RestartKillSignal": "15", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "ReusePort": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "SameProcessGroup": "no", "SecureBits": "0", "SendBuffer": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "SocketMode": "0666", "SocketProtocol": "0", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Sat 2025-02-15 08:07:47 EST", "StateChangeTimestampMonotonic": "759341491", "StateDirectoryMode": "0755", "StopWhenUnneeded": "no", "SubState": "listening", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22347", "TimeoutCleanUSec": "infinity", "TimeoutUSec": "1min 30s", "TimerSlackNSec": "50000", "Timestamping": "off", "Transient": "no", "Transparent": "no", "TriggerLimitBurst": "200", "TriggerLimitIntervalUSec": "2s", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "enabled", "UtmpMode": "init", "WantedBy": "sockets.target", "WatchdogSignal": "6", "Writable": "no" } } TASK [Check tangd socket dir is absent] **************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:89 Saturday 15 February 2025 08:07:53 -0500 (0:00:00.560) 0:00:41.000 ***** ok: [managed-node3] => { "changed": false, "failed_when_result": false, "stat": { "exists": false } } TASK [Debug] ******************************************************************* task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:96 Saturday 15 February 2025 08:07:53 -0500 (0:00:00.333) 0:00:41.334 ***** ok: [managed-node3] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.030660", "end": "2025-02-15 08:07:54.229031", "rc": 0, "start": "2025-02-15 08:07:54.198371" } STDOUT: Feb 15 07:55:11 localhost systemd[1]: Stopped target basic.target - Basic System. ░░ Subject: A stop job for unit basic.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit basic.target has finished. ░░ ░░ The job identifier is 102 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Stopped target paths.target - Path Units. ░░ Subject: A stop job for unit paths.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit paths.target has finished. ░░ ░░ The job identifier is 118 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-ask-password-console.path has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. ░░ Subject: A stop job for unit systemd-ask-password-console.path has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-ask-password-console.path has finished. ░░ ░░ The job identifier is 105 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Stopped target slices.target - Slice Units. ░░ Subject: A stop job for unit slices.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit slices.target has finished. ░░ ░░ The job identifier is 100 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Stopped target sockets.target - Socket Units. ░░ Subject: A stop job for unit sockets.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sockets.target has finished. ░░ ░░ The job identifier is 120 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Stopped target sysinit.target - System Initialization. ░░ Subject: A stop job for unit sysinit.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sysinit.target has finished. ░░ ░░ The job identifier is 111 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Stopped target swap.target - Swaps. ░░ Subject: A stop job for unit swap.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit swap.target has finished. ░░ ░░ The job identifier is 101 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-sysctl.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables. ░░ Subject: A stop job for unit systemd-sysctl.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-sysctl.service has finished. ░░ ░░ The job identifier is 115 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System Files and Directories. ░░ Subject: A stop job for unit systemd-tmpfiles-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-tmpfiles-setup.service has finished. ░░ ░░ The job identifier is 95 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Stopped target local-fs.target - Local File Systems. ░░ Subject: A stop job for unit local-fs.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit local-fs.target has finished. ░░ ░░ The job identifier is 121 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems. ░░ Subject: A stop job for unit local-fs-pre.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit local-fs-pre.target has finished. ░░ ░░ The job identifier is 116 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udev-trigger.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-udev-trigger.service - Coldplug All udev Devices. ░░ Subject: A stop job for unit systemd-udev-trigger.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udev-trigger.service has finished. ░░ ░░ The job identifier is 93 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Stopping systemd-udevd.service - Rule-based Manager for Device Events and Files... ░░ Subject: A stop job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 92. Feb 15 07:55:11 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. ░░ Subject: A stop job for unit systemd-vconsole-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-vconsole-setup.service has finished. ░░ ░░ The job identifier is 117 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-udevd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-udevd.service - Rule-based Manager for Device Events and Files. ░░ Subject: A stop job for unit systemd-udevd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd.service has finished. ░░ ░░ The job identifier is 92 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd-control.socket has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Closed systemd-udevd-control.socket - udev Control Socket. ░░ Subject: A stop job for unit systemd-udevd-control.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd-control.socket has finished. ░░ ░░ The job identifier is 91 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Closed systemd-udevd-kernel.socket - udev Kernel Socket. ░░ Subject: A stop job for unit systemd-udevd-kernel.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd-kernel.socket has finished. ░░ ░░ The job identifier is 89 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-pre-udev.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped dracut-pre-udev.service - dracut pre-udev hook. ░░ Subject: A stop job for unit dracut-pre-udev.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-pre-udev.service has finished. ░░ ░░ The job identifier is 99 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-cmdline.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped dracut-cmdline.service - dracut cmdline hook. ░░ Subject: A stop job for unit dracut-cmdline.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-cmdline.service has finished. ░░ ░░ The job identifier is 107 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: Starting initrd-udevadm-cleanup-db.service - Cleanup udev Database... ░░ Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-udevadm-cleanup-db.service has begun execution. ░░ ░░ The job identifier is 88. Feb 15 07:55:11 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. ░░ Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-tmpfiles-setup-dev.service has finished. ░░ ░░ The job identifier is 94 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-sysusers.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-sysusers.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-sysusers.service - Create System Users. ░░ Subject: A stop job for unit systemd-sysusers.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-sysusers.service has finished. ░░ ░░ The job identifier is 98 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-tmpfiles-setup-dev-early.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. ░░ Subject: A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished. ░░ ░░ The job identifier is 97 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit kmod-static-nodes.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Stopped kmod-static-nodes.service - Create List of Static Device Nodes. ░░ Subject: A stop job for unit kmod-static-nodes.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit kmod-static-nodes.service has finished. ░░ ░░ The job identifier is 122 and the job result is done. Feb 15 07:55:11 localhost systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state. Feb 15 07:55:11 localhost systemd[1]: Finished initrd-udevadm-cleanup-db.service - Cleanup udev Database. ░░ Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-udevadm-cleanup-db.service has finished successfully. ░░ ░░ The job identifier is 88. Feb 15 07:55:11 localhost systemd[1]: Reached target initrd-switch-root.target - Switch Root. ░░ Subject: A start job for unit initrd-switch-root.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-switch-root.target has finished successfully. ░░ ░░ The job identifier is 68. Feb 15 07:55:11 localhost systemd[1]: Starting initrd-switch-root.service - Switch Root... ░░ Subject: A start job for unit initrd-switch-root.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-switch-root.service has begun execution. ░░ ░░ The job identifier is 74. Feb 15 07:55:11 localhost systemd[1]: Switching root. Feb 15 07:55:11 localhost systemd-journald[258]: Journal stopped ░░ Subject: The journal has been stopped ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system journal process has shut down and closed all currently ░░ active journal files. Feb 15 07:55:16 localhost systemd-journald[258]: Received SIGTERM from PID 1 (systemd). Feb 15 07:55:16 localhost kernel: audit: type=1404 audit(1739624113.040:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Feb 15 07:55:16 localhost kernel: SELinux: policy capability network_peer_controls=1 Feb 15 07:55:16 localhost kernel: SELinux: policy capability open_perms=1 Feb 15 07:55:16 localhost kernel: SELinux: policy capability extended_socket_class=1 Feb 15 07:55:16 localhost kernel: SELinux: policy capability always_check_network=0 Feb 15 07:55:16 localhost kernel: SELinux: policy capability cgroup_seclabel=1 Feb 15 07:55:16 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 15 07:55:16 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 15 07:55:16 localhost kernel: SELinux: policy capability ioctl_skip_cloexec=0 Feb 15 07:55:16 localhost kernel: SELinux: policy capability userspace_initial_context=0 Feb 15 07:55:16 localhost kernel: audit: type=1403 audit(1739624113.537:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Feb 15 07:55:16 localhost systemd[1]: Successfully loaded SELinux policy in 499.395ms. Feb 15 07:55:16 localhost systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 8.118ms. Feb 15 07:55:16 localhost systemd[1]: systemd 257-6.el10 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE) Feb 15 07:55:16 localhost systemd[1]: Detected virtualization xen. Feb 15 07:55:16 localhost systemd[1]: Detected architecture x86-64. Feb 15 07:55:16 localhost systemd[1]: Initializing machine ID from SMBIOS/DMI UUID. Feb 15 07:55:16 localhost systemd[1]: Installed transient /etc/machine-id file. Feb 15 07:55:16 localhost systemd[1]: bpf-restrict-fs: LSM BPF program attached Feb 15 07:55:16 localhost kernel: Guest personality initialized and is inactive Feb 15 07:55:16 localhost kernel: VMCI host device registered (name=vmci, major=10, minor=122) Feb 15 07:55:16 localhost kernel: Initialized host personality Feb 15 07:55:16 localhost kernel: NET: Registered PF_VSOCK protocol family Feb 15 07:55:16 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully. Feb 15 07:55:16 localhost systemd[1]: Stopped initrd-switch-root.service - Switch Root. Feb 15 07:55:16 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Feb 15 07:55:16 localhost systemd[1]: Created slice system-getty.slice - Slice /system/getty. Feb 15 07:55:16 localhost systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. Feb 15 07:55:16 localhost systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen. Feb 15 07:55:16 localhost systemd[1]: Created slice user.slice - User and Session Slice. Feb 15 07:55:16 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. Feb 15 07:55:16 localhost systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. Feb 15 07:55:16 localhost systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. Feb 15 07:55:16 localhost systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... Feb 15 07:55:16 localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. Feb 15 07:55:16 localhost systemd[1]: Stopped target initrd-switch-root.target - Switch Root. Feb 15 07:55:16 localhost systemd[1]: Stopped target initrd-fs.target - Initrd File Systems. Feb 15 07:55:16 localhost systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System. Feb 15 07:55:16 localhost systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. Feb 15 07:55:16 localhost systemd[1]: Reached target paths.target - Path Units. Feb 15 07:55:16 localhost systemd[1]: Reached target slices.target - Slice Units. Feb 15 07:55:16 localhost systemd[1]: Reached target swap.target - Swaps. Feb 15 07:55:16 localhost systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. Feb 15 07:55:16 localhost systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. Feb 15 07:55:16 localhost systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. Feb 15 07:55:16 localhost systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. Feb 15 07:55:16 localhost systemd[1]: Reached target rpcbind.target - RPC Port Mapper. Feb 15 07:55:16 localhost systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket. Feb 15 07:55:16 localhost systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. Feb 15 07:55:16 localhost systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. Feb 15 07:55:16 localhost systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Feb 15 07:55:16 localhost systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Feb 15 07:55:16 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. Feb 15 07:55:16 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. Feb 15 07:55:16 localhost systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket. Feb 15 07:55:16 localhost systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Feb 15 07:55:16 localhost systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Feb 15 07:55:16 localhost systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Feb 15 07:55:16 localhost systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Feb 15 07:55:16 localhost systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). Feb 15 07:55:16 localhost systemd[1]: fips-crypto-policy-overlay.service - Bind-mount FIPS crypto-policy in FIPS mode was skipped because of an unmet condition check (ConditionKernelCommandLine=fips=1). Feb 15 07:55:16 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Feb 15 07:55:16 localhost systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Feb 15 07:55:16 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Feb 15 07:55:16 localhost systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Feb 15 07:55:16 localhost systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Feb 15 07:55:16 localhost systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Feb 15 07:55:16 localhost systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... Feb 15 07:55:16 localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. Feb 15 07:55:16 localhost kernel: device-mapper: uevent: version 1.0.3 Feb 15 07:55:16 localhost kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev Feb 15 07:55:16 localhost systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Feb 15 07:55:16 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. Feb 15 07:55:16 localhost systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device. Feb 15 07:55:16 localhost systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). Feb 15 07:55:16 localhost systemd[1]: Starting systemd-journald.service - Journal Service... Feb 15 07:55:16 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met. Feb 15 07:55:16 localhost systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Feb 15 07:55:16 localhost systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Feb 15 07:55:16 localhost systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Feb 15 07:55:16 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Feb 15 07:55:16 localhost systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Feb 15 07:55:16 localhost kernel: fuse: init (API version 7.41) Feb 15 07:55:16 localhost systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... Feb 15 07:55:16 localhost kernel: loop: module loaded Feb 15 07:55:16 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Feb 15 07:55:16 localhost systemd-journald[533]: Collecting audit messages is disabled. Feb 15 07:55:16 localhost systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. Feb 15 07:55:16 localhost systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. Feb 15 07:55:16 localhost systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. Feb 15 07:55:16 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. Feb 15 07:55:16 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. Feb 15 07:55:16 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. Feb 15 07:55:16 localhost systemd-journald[533]: Journal started ░░ Subject: The journal has been started ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The system journal process has started up, opened the journal ░░ files for writing and is now ready to process requests. Feb 15 07:55:16 localhost systemd-journald[533]: Runtime Journal (/run/log/journal/ec22691d7ff12cca4508c3c6ff932b0d) is 8M, max 70.5M, 62.5M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/ec22691d7ff12cca4508c3c6ff932b0d) is currently using 8M. ░░ Maximum allowed usage is set to 70.5M. ░░ Leaving at least 35.2M free (of currently available 689.3M of disk space). ░░ Enforced usage limit is thus 70.5M, of which 62.5M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 15 07:55:14 localhost systemd-rc-local-generator[487]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 15 07:55:16 localhost systemd[1]: Queued start job for default target multi-user.target. Feb 15 07:55:16 localhost systemd[1]: systemd-journald.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-journald.service has successfully entered the 'dead' state. Feb 15 07:55:16 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. Feb 15 07:55:16 localhost systemd[1]: Started systemd-journald.service - Journal Service. Feb 15 07:55:16 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@dm_mod.service has successfully entered the 'dead' state. Feb 15 07:55:16 localhost systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. ░░ Subject: A start job for unit modprobe@dm_mod.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@dm_mod.service has finished successfully. ░░ ░░ The job identifier is 159. Feb 15 07:55:16 localhost systemd[1]: modprobe@drm.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@drm.service has successfully entered the 'dead' state. Feb 15 07:55:16 localhost systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. ░░ Subject: A start job for unit modprobe@drm.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@drm.service has finished successfully. ░░ ░░ The job identifier is 268. Feb 15 07:55:16 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@efi_pstore.service has successfully entered the 'dead' state. Feb 15 07:55:16 localhost systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. ░░ Subject: A start job for unit modprobe@efi_pstore.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@efi_pstore.service has finished successfully. ░░ ░░ The job identifier is 179. Feb 15 07:55:16 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@fuse.service has successfully entered the 'dead' state. Feb 15 07:55:16 localhost systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. ░░ Subject: A start job for unit modprobe@fuse.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@fuse.service has finished successfully. ░░ ░░ The job identifier is 174. Feb 15 07:55:16 localhost systemd[1]: modprobe@loop.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@loop.service has successfully entered the 'dead' state. Feb 15 07:55:16 localhost systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. ░░ Subject: A start job for unit modprobe@loop.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@loop.service has finished successfully. ░░ ░░ The job identifier is 161. Feb 15 07:55:16 localhost systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. ░░ Subject: A start job for unit systemd-network-generator.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-network-generator.service has finished successfully. ░░ ░░ The job identifier is 184. Feb 15 07:55:16 localhost systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. ░░ Subject: A start job for unit systemd-remount-fs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-remount-fs.service has finished successfully. ░░ ░░ The job identifier is 150. Feb 15 07:55:16 localhost systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. ░░ Subject: A start job for unit systemd-udev-load-credentials.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-load-credentials.service has finished successfully. ░░ ░░ The job identifier is 137. Feb 15 07:55:16 localhost systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). ░░ Subject: A start job for unit systemd-hwdb-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hwdb-update.service has finished successfully. ░░ ░░ The job identifier is 181. Feb 15 07:55:16 localhost systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage... ░░ Subject: A start job for unit systemd-journal-flush.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has begun execution. ░░ ░░ The job identifier is 153. Feb 15 07:55:16 localhost systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). ░░ Subject: A start job for unit systemd-pstore.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pstore.service has finished successfully. ░░ ░░ The job identifier is 178. Feb 15 07:55:16 localhost systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... ░░ Subject: A start job for unit systemd-random-seed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-random-seed.service has begun execution. ░░ ░░ The job identifier is 187. Feb 15 07:55:16 localhost systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-repart.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-repart.service has finished successfully. ░░ ░░ The job identifier is 158. Feb 15 07:55:16 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution. ░░ ░░ The job identifier is 165. Feb 15 07:55:16 localhost systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-tpm2-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tpm2-setup.service has finished successfully. ░░ ░░ The job identifier is 146. Feb 15 07:55:16 localhost systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. ░░ Subject: A start job for unit systemd-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-random-seed.service has finished successfully. ░░ ░░ The job identifier is 187. Feb 15 07:55:16 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. ░░ Subject: A start job for unit systemd-sysctl.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysctl.service has finished successfully. ░░ ░░ The job identifier is 180. Feb 15 07:55:16 localhost systemd-journald[533]: Runtime Journal (/run/log/journal/ec22691d7ff12cca4508c3c6ff932b0d) is 8M, max 70.5M, 62.5M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/ec22691d7ff12cca4508c3c6ff932b0d) is currently using 8M. ░░ Maximum allowed usage is set to 70.5M. ░░ Leaving at least 35.2M free (of currently available 689.2M of disk space). ░░ Enforced usage limit is thus 70.5M, of which 62.5M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. Feb 15 07:55:16 localhost systemd-journald[533]: Received client request to flush runtime journal. Feb 15 07:55:16 localhost systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage. ░░ Subject: A start job for unit systemd-journal-flush.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has finished successfully. ░░ ░░ The job identifier is 153. Feb 15 07:55:16 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. ░░ Subject: A start job for unit systemd-udev-trigger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-trigger.service has finished successfully. ░░ ░░ The job identifier is 132. Feb 15 07:55:16 localhost systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. ░░ Subject: A start job for unit lvm2-monitor.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit lvm2-monitor.service has finished successfully. ░░ ░░ The job identifier is 199. Feb 15 07:55:17 localhost systemd[1]: Starting systemd-userdbd.service - User Database Manager... ░░ Subject: A start job for unit systemd-userdbd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-userdbd.service has begun execution. ░░ ░░ The job identifier is 296. Feb 15 07:55:17 localhost systemd[1]: Started systemd-userdbd.service - User Database Manager. ░░ Subject: A start job for unit systemd-userdbd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-userdbd.service has finished successfully. ░░ ░░ The job identifier is 296. Feb 15 07:55:17 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully. ░░ ░░ The job identifier is 165. Feb 15 07:55:17 localhost systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-sysusers.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysusers.service has finished successfully. ░░ ░░ The job identifier is 193. Feb 15 07:55:17 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has begun execution. ░░ ░░ The job identifier is 196. Feb 15 07:55:17 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. ░░ ░░ The job identifier is 196. Feb 15 07:55:17 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. ░░ Subject: A start job for unit local-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 151. Feb 15 07:55:17 localhost systemd[1]: Reached target local-fs.target - Local File Systems. ░░ Subject: A start job for unit local-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs.target has finished successfully. ░░ ░░ The job identifier is 149. Feb 15 07:55:17 localhost systemd[1]: Listening on systemd-bootctl.socket - Boot Entries Service Socket. ░░ Subject: A start job for unit systemd-bootctl.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-bootctl.socket has finished successfully. ░░ ░░ The job identifier is 229. Feb 15 07:55:17 localhost systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. ░░ Subject: A start job for unit systemd-sysext.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysext.socket has finished successfully. ░░ ░░ The job identifier is 224. Feb 15 07:55:17 localhost systemd[1]: selinux-autorelabel-mark.service - Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux). ░░ Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit selinux-autorelabel-mark.service has finished successfully. ░░ ░░ The job identifier is 148. Feb 15 07:55:17 localhost systemd[1]: systemd-binfmt.service - Set Up Additional Binary Formats was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-binfmt.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-binfmt.service has finished successfully. ░░ ░░ The job identifier is 190. Feb 15 07:55:17 localhost systemd[1]: systemd-boot-random-seed.service - Update Boot Loader Random Seed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-boot-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-random-seed.service has finished successfully. ░░ ░░ The job identifier is 186. Feb 15 07:55:17 localhost systemd[1]: systemd-confext.service - Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-confext.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-confext.service has finished successfully. ░░ ░░ The job identifier is 183. Feb 15 07:55:17 localhost systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-sysext.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysext.service has finished successfully. ░░ ░░ The job identifier is 140. Feb 15 07:55:17 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories... ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has begun execution. ░░ ░░ The job identifier is 144. Feb 15 07:55:17 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... ░░ Subject: A start job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 134. Feb 15 07:55:17 localhost systemd-udevd[577]: Using default interface naming scheme 'rhel-10.0-beta'. Feb 15 07:55:17 localhost systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has begun execution. ░░ ░░ The job identifier is 173. Feb 15 07:55:17 localhost systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has finished successfully. ░░ ░░ The job identifier is 173. Feb 15 07:55:17 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 144. Feb 15 07:55:17 localhost systemd[1]: Mounting var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System... ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution. ░░ ░░ The job identifier is 257. Feb 15 07:55:17 localhost systemd[1]: Starting auditd.service - Security Audit Logging Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 262. Feb 15 07:55:17 localhost systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit ldconfig.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ldconfig.service has finished successfully. ░░ ░░ The job identifier is 163. Feb 15 07:55:17 localhost auditd[601]: No plugins found, not dispatching events Feb 15 07:55:17 localhost systemd[1]: Starting rpcbind.service - RPC Bind... ░░ Subject: A start job for unit rpcbind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has begun execution. ░░ ░░ The job identifier is 264. Feb 15 07:55:17 localhost systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). ░░ Subject: A start job for unit systemd-firstboot.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-firstboot.service has finished successfully. ░░ ░░ The job identifier is 201. Feb 15 07:55:17 localhost systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). ░░ Subject: A start job for unit first-boot-complete.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit first-boot-complete.target has finished successfully. ░░ ░░ The job identifier is 188. Feb 15 07:55:17 localhost systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var). ░░ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-catalog-update.service has finished successfully. ░░ ░░ The job identifier is 191. Feb 15 07:55:17 localhost auditd[601]: Init complete, auditd 4.0.3 listening for events (startup state enable) Feb 15 07:55:17 localhost systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to Disk... ░░ Subject: A start job for unit systemd-machine-id-commit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has begun execution. ░░ ░░ The job identifier is 175. Feb 15 07:55:17 localhost systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-update-done.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-done.service has finished successfully. ░░ ░░ The job identifier is 168. Feb 15 07:55:17 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 134. Feb 15 07:55:17 localhost systemd[1]: Started auditd.service - Security Audit Logging Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 262. Feb 15 07:55:17 localhost systemd[1]: Starting audit-rules.service - Load Audit Rules... ░░ Subject: A start job for unit audit-rules.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has begun execution. ░░ ░░ The job identifier is 263. Feb 15 07:55:17 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 303. Feb 15 07:55:17 localhost systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP... ░░ Subject: A start job for unit systemd-update-utmp.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has begun execution. ░░ ░░ The job identifier is 232. Feb 15 07:55:17 localhost systemd[1]: etc-machine\x2did.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit etc-machine\x2did.mount has successfully entered the 'dead' state. Feb 15 07:55:17 localhost systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to Disk. ░░ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has finished successfully. ░░ ░░ The job identifier is 175. Feb 15 07:55:17 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. Feb 15 07:55:17 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 303. Feb 15 07:55:17 localhost systemd[1]: Condition check resulted in dev-ttyS0.device - /dev/ttyS0 being skipped. ░░ Subject: A start job for unit dev-ttyS0.device has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dev-ttyS0.device has finished successfully. ░░ ░░ The job identifier is 276. Feb 15 07:55:17 localhost systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP. ░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has finished successfully. ░░ ░░ The job identifier is 232. Feb 15 07:55:17 localhost systemd[1]: Reached target sysinit.target - System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 127. Feb 15 07:55:17 localhost systemd[1]: Started dnf-makecache.timer - dnf makecache --timer. ░░ Subject: A start job for unit dnf-makecache.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dnf-makecache.timer has finished successfully. ░░ ░░ The job identifier is 204. Feb 15 07:55:17 localhost systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week. ░░ Subject: A start job for unit fstrim.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit fstrim.timer has finished successfully. ░░ ░░ The job identifier is 212. Feb 15 07:55:17 localhost systemd[1]: Started logrotate.timer - Daily rotation of log files. ░░ Subject: A start job for unit logrotate.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.timer has finished successfully. ░░ ░░ The job identifier is 211. Feb 15 07:55:17 localhost systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories. ░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. ░░ ░░ The job identifier is 203. Feb 15 07:55:17 localhost systemd[1]: Reached target timers.target - Timer Units. ░░ Subject: A start job for unit timers.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit timers.target has finished successfully. ░░ ░░ The job identifier is 202. Feb 15 07:55:17 localhost augenrules[610]: /usr/sbin/augenrules: No change Feb 15 07:55:17 localhost systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. ░░ Subject: A start job for unit dbus.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus.socket has finished successfully. ░░ ░░ The job identifier is 208. Feb 15 07:55:17 localhost systemd[1]: Listening on sshd-unix-local.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local). ░░ Subject: A start job for unit sshd-unix-local.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-unix-local.socket has finished successfully. ░░ ░░ The job identifier is 225. Feb 15 07:55:17 localhost systemd[1]: Listening on sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK). ░░ Subject: A start job for unit sshd-vsock.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-vsock.socket has finished successfully. ░░ ░░ The job identifier is 226. Feb 15 07:55:17 localhost systemd[1]: Reached target ssh-access.target - SSH Access Available. ░░ Subject: A start job for unit ssh-access.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ssh-access.target has finished successfully. ░░ ░░ The job identifier is 227. Feb 15 07:55:17 localhost systemd[1]: Listening on sssd-kcm.socket - SSSD Kerberos Cache Manager responder socket. ░░ Subject: A start job for unit sssd-kcm.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.socket has finished successfully. ░░ ░░ The job identifier is 223. Feb 15 07:55:17 localhost systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket. ░░ Subject: A start job for unit systemd-hostnamed.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.socket has finished successfully. ░░ ░░ The job identifier is 222. Feb 15 07:55:17 localhost systemd[1]: Reached target sockets.target - Socket Units. ░░ Subject: A start job for unit sockets.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sockets.target has finished successfully. ░░ ░░ The job identifier is 215. Feb 15 07:55:17 localhost augenrules[639]: No rules Feb 15 07:55:17 localhost augenrules[639]: enabled 1 Feb 15 07:55:17 localhost augenrules[639]: failure 1 Feb 15 07:55:17 localhost augenrules[639]: pid 601 Feb 15 07:55:17 localhost augenrules[639]: rate_limit 0 Feb 15 07:55:17 localhost augenrules[639]: backlog_limit 8192 Feb 15 07:55:17 localhost augenrules[639]: lost 0 Feb 15 07:55:17 localhost augenrules[639]: backlog 3 Feb 15 07:55:17 localhost augenrules[639]: backlog_wait_time 60000 Feb 15 07:55:17 localhost augenrules[639]: backlog_wait_time_actual 0 Feb 15 07:55:17 localhost augenrules[639]: enabled 1 Feb 15 07:55:17 localhost augenrules[639]: failure 1 Feb 15 07:55:17 localhost augenrules[639]: pid 601 Feb 15 07:55:17 localhost augenrules[639]: rate_limit 0 Feb 15 07:55:17 localhost augenrules[639]: backlog_limit 8192 Feb 15 07:55:17 localhost augenrules[639]: lost 0 Feb 15 07:55:17 localhost augenrules[639]: backlog 5 Feb 15 07:55:17 localhost augenrules[639]: backlog_wait_time 60000 Feb 15 07:55:17 localhost augenrules[639]: backlog_wait_time_actual 0 Feb 15 07:55:17 localhost augenrules[639]: enabled 1 Feb 15 07:55:17 localhost augenrules[639]: failure 1 Feb 15 07:55:17 localhost augenrules[639]: pid 601 Feb 15 07:55:17 localhost augenrules[639]: rate_limit 0 Feb 15 07:55:17 localhost augenrules[639]: backlog_limit 8192 Feb 15 07:55:17 localhost augenrules[639]: lost 0 Feb 15 07:55:17 localhost augenrules[639]: backlog 8 Feb 15 07:55:17 localhost augenrules[639]: backlog_wait_time 60000 Feb 15 07:55:17 localhost augenrules[639]: backlog_wait_time_actual 0 Feb 15 07:55:17 localhost systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... ░░ Subject: A start job for unit dbus-broker.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has begun execution. ░░ ░░ The job identifier is 209. Feb 15 07:55:17 localhost systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. ░░ ░░ The job identifier is 172. Feb 15 07:55:17 localhost systemd[1]: Started rpcbind.service - RPC Bind. ░░ Subject: A start job for unit rpcbind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has finished successfully. ░░ ░░ The job identifier is 264. Feb 15 07:55:17 localhost systemd[1]: audit-rules.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit audit-rules.service has successfully entered the 'dead' state. Feb 15 07:55:17 localhost systemd[1]: Finished audit-rules.service - Load Audit Rules. ░░ Subject: A start job for unit audit-rules.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit audit-rules.service has finished successfully. ░░ ░░ The job identifier is 263. Feb 15 07:55:17 localhost kernel: RPC: Registered named UNIX socket transport module. Feb 15 07:55:17 localhost kernel: RPC: Registered udp transport module. Feb 15 07:55:17 localhost kernel: RPC: Registered tcp transport module. Feb 15 07:55:17 localhost kernel: RPC: Registered tcp-with-tls transport module. Feb 15 07:55:17 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Feb 15 07:55:17 localhost systemd[1]: Mounted var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System. ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully. ░░ ░░ The job identifier is 257. Feb 15 07:55:17 localhost systemd[1]: Reached target rpc_pipefs.target. ░░ Subject: A start job for unit rpc_pipefs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc_pipefs.target has finished successfully. ░░ ░░ The job identifier is 256. Feb 15 07:55:17 localhost (udev-worker)[595]: Network interface NamePolicy= disabled on kernel command line. Feb 15 07:55:17 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Feb 15 07:55:17 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Feb 15 07:55:17 localhost kernel: Console: switching to colour dummy device 80x25 Feb 15 07:55:17 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0 Feb 15 07:55:17 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Feb 15 07:55:17 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device Feb 15 07:55:17 localhost kernel: Console: switching to colour frame buffer device 128x48 Feb 15 07:55:17 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Feb 15 07:55:17 localhost systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. ░░ Subject: A start job for unit dbus-broker.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has finished successfully. ░░ ░░ The job identifier is 209. Feb 15 07:55:17 localhost dbus-broker-launch[646]: Ready Feb 15 07:55:17 localhost systemd[1]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 124. Feb 15 07:55:17 localhost systemd[1]: Starting chronyd.service - NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 241. Feb 15 07:55:17 localhost systemd[1]: Starting cloud-init-local.service - Cloud-init: Local Stage (pre-network)... ░░ Subject: A start job for unit cloud-init-local.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has begun execution. ░░ ░░ The job identifier is 245. Feb 15 07:55:17 localhost systemd[1]: Starting dracut-shutdown.service - Restore /run/initramfs on shutdown... ░░ Subject: A start job for unit dracut-shutdown.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has begun execution. ░░ ░░ The job identifier is 166. Feb 15 07:55:17 localhost systemd[1]: Started irqbalance.service - irqbalance daemon. ░░ Subject: A start job for unit irqbalance.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit irqbalance.service has finished successfully. ░░ ░░ The job identifier is 270. Feb 15 07:55:17 localhost systemd[1]: Started rngd.service - Hardware RNG Entropy Gatherer Daemon. ░░ Subject: A start job for unit rngd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rngd.service has finished successfully. ░░ ░░ The job identifier is 261. Feb 15 07:55:17 localhost systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration). ░░ Subject: A start job for unit ssh-host-keys-migration.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ssh-host-keys-migration.service has finished successfully. ░░ ░░ The job identifier is 240. Feb 15 07:55:17 localhost systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 238. Feb 15 07:55:17 localhost systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 239. Feb 15 07:55:17 localhost systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 236. Feb 15 07:55:17 localhost systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 235. Feb 15 07:55:17 localhost systemd[1]: sssd.service - System Security Services Daemon was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit sssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd.service has finished successfully. ░░ ░░ The job identifier is 272. Feb 15 07:55:17 localhost systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups. ░░ Subject: A start job for unit nss-user-lookup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nss-user-lookup.target has finished successfully. ░░ ░░ The job identifier is 273. Feb 15 07:55:17 localhost systemd[1]: Starting systemd-logind.service - User Login Management... ░░ Subject: A start job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 267. Feb 15 07:55:17 localhost systemd[1]: Finished dracut-shutdown.service - Restore /run/initramfs on shutdown. ░░ Subject: A start job for unit dracut-shutdown.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has finished successfully. ░░ ░░ The job identifier is 166. Feb 15 07:55:17 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Feb 15 07:55:18 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 310. Feb 15 07:55:18 localhost rngd[659]: Disabling 7: PKCS11 Entropy generator (pkcs11) Feb 15 07:55:18 localhost rngd[659]: Disabling 5: NIST Network Entropy Beacon (nist) Feb 15 07:55:18 localhost rngd[659]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Feb 15 07:55:18 localhost rngd[659]: Disabling 10: Named pipe entropy input (namedpipe) Feb 15 07:55:18 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Feb 15 07:55:18 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. ░░ Subject: A stop job for unit systemd-vconsole-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-vconsole-setup.service has finished. ░░ ░░ The job identifier is 310 and the job result is done. Feb 15 07:55:18 localhost rngd[659]: Initializing available sources Feb 15 07:55:18 localhost rngd[659]: [hwrng ]: Initialization Failed Feb 15 07:55:18 localhost rngd[659]: [rdrand]: Enabling RDRAND rng support Feb 15 07:55:18 localhost rngd[659]: [rdrand]: Initialized Feb 15 07:55:18 localhost rngd[659]: [jitter]: JITTER timeout set to 5 sec Feb 15 07:55:18 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 310. Feb 15 07:55:18 localhost chronyd[678]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Feb 15 07:55:18 localhost systemd-logind[661]: New seat seat0. ░░ Subject: A new seat seat0 is now available ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new seat seat0 has been configured and is now available. Feb 15 07:55:18 localhost chronyd[678]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Feb 15 07:55:18 localhost chronyd[678]: Loaded seccomp filter (level 2) Feb 15 07:55:18 localhost systemd[1]: Started chronyd.service - NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 241. Feb 15 07:55:18 localhost systemd-logind[661]: Watching system buttons on /dev/input/event0 (Power Button) Feb 15 07:55:18 localhost systemd-logind[661]: Watching system buttons on /dev/input/event1 (Sleep Button) Feb 15 07:55:18 localhost systemd-logind[661]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Feb 15 07:55:18 localhost systemd[1]: Started systemd-logind.service - User Login Management. ░░ Subject: A start job for unit systemd-logind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has finished successfully. ░░ ░░ The job identifier is 267. Feb 15 07:55:18 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. Feb 15 07:55:18 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. ░░ Subject: A stop job for unit systemd-vconsole-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-vconsole-setup.service has finished. ░░ ░░ The job identifier is 310 and the job result is done. Feb 15 07:55:18 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... ░░ Subject: A start job for unit systemd-vconsole-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has begun execution. ░░ ░░ The job identifier is 310. Feb 15 07:55:18 localhost rngd[659]: [jitter]: Initializing AES buffer Feb 15 07:55:18 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. ░░ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has finished successfully. ░░ ░░ The job identifier is 310. Feb 15 07:55:21 localhost cloud-init[702]: Cloud-init v. 24.4-1.el10 running 'init-local' at Sat, 15 Feb 2025 12:55:21 +0000. Up 13.24 seconds. Feb 15 07:55:21 localhost dhcpcd[705]: dhcpcd-10.0.6 starting Feb 15 07:55:21 localhost kernel: 8021q: 802.1Q VLAN Support v1.8 Feb 15 07:55:21 localhost systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. ░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-rfkill.socket has finished successfully. ░░ ░░ The job identifier is 319. Feb 15 07:55:21 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database Feb 15 07:55:21 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Feb 15 07:55:21 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' Feb 15 07:55:21 localhost dhcpcd[708]: DUID 00:01:00:01:2f:43:4b:39:0a:ff:dd:89:47:81 Feb 15 07:55:21 localhost dhcpcd[708]: eth0: IAID dd:89:47:81 Feb 15 07:55:21 localhost kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Feb 15 07:55:21 localhost kernel: cfg80211: failed to load regulatory.db Feb 15 07:55:22 localhost dhcpcd[708]: eth0: soliciting a DHCP lease Feb 15 07:55:22 localhost dhcpcd[708]: eth0: offered 10.31.13.106 from 10.31.12.1 Feb 15 07:55:22 localhost dhcpcd[708]: eth0: leased 10.31.13.106 for 3600 seconds Feb 15 07:55:22 localhost dhcpcd[708]: eth0: adding route to 10.31.12.0/22 Feb 15 07:55:22 localhost dhcpcd[708]: eth0: adding default route via 10.31.12.1 Feb 15 07:55:22 localhost dhcpcd[708]: control command: dhcpcd --dumplease --ipv4only eth0 Feb 15 07:55:22 localhost systemd[1]: Starting systemd-hostnamed.service - Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 328. Feb 15 07:55:22 localhost systemd[1]: Started systemd-hostnamed.service - Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 328. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-hostnamed[730]: Hostname set to (static) Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init-local.service - Cloud-init: Local Stage (pre-network). ░░ Subject: A start job for unit cloud-init-local.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has finished successfully. ░░ ░░ The job identifier is 245. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target network-pre.target - Preparation for Network. ░░ Subject: A start job for unit network-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-pre.target has finished successfully. ░░ ░░ The job identifier is 185. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager.service - Network Manager... ░░ Subject: A start job for unit NetworkManager.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has begun execution. ░░ ░░ The job identifier is 207. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.8910] NetworkManager (version 1.51.6-1.el10) is starting... (boot:963d34ec-1755-4e7b-a9af-3c3c77877770) Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.8913] Read config: /etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9492] manager[0x55f0038c39d0]: monitoring kernel firmware directory '/lib/firmware'. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9529] hostname: hostname: using hostnamed Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9531] hostname: static hostname changed from (none) to "ip-10-31-13-106.us-east-1.aws.redhat.com" Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9535] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9540] manager[0x55f0038c39d0]: rfkill: Wi-Fi hardware radio set enabled Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9540] manager[0x55f0038c39d0]: rfkill: WWAN hardware radio set enabled Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9618] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9619] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9619] manager: Networking is enabled by state file Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9645] settings: Loaded settings plugin: keyfile (internal) Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9706] dhcp: init: Using DHCP client 'internal' Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9708] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9741] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external') Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9759] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external') Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9787] device (lo): Activation: starting connection 'lo' (3ace7d4c-0d5f-4564-9c6b-e77027c839a8) Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 406. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9826] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9833] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external') Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager.service - Network Manager. ░░ Subject: A start job for unit NetworkManager.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has finished successfully. ░░ ░░ The job identifier is 207. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target network.target - Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 210. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9898] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9906] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9908] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9910] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9912] device (eth0): carrier: link connected Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9914] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online... ░░ Subject: A start job for unit NetworkManager-wait-online.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has begun execution. ░░ ░░ The job identifier is 206. Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624122.9963] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full') Feb 15 07:55:22 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting gssproxy.service - GSSAPI Proxy Daemon... ░░ Subject: A start job for unit gssproxy.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has begun execution. ░░ ░░ The job identifier is 254. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0007] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com rngd[659]: [jitter]: Unable to obtain AES key, disabling JITTER source Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0013] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0016] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full') Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0031] manager: NetworkManager state is now CONNECTING Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0034] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full') Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com rngd[659]: [jitter]: Initialization Failed Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com rngd[659]: Process privileges have been dropped to 2:2 Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0050] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full') Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0059] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0076] dhcp4 (eth0): state changed new lease, address=10.31.13.106, acd pending Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 406. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0328] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0331] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.0338] device (lo): Activation: successful, device activated. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started gssproxy.service - GSSAPI Proxy Daemon. ░░ Subject: A start job for unit gssproxy.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has finished successfully. ░░ ░░ The job identifier is 254. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: rpc-gssd.service - RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). ░░ Subject: A start job for unit rpc-gssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-gssd.service has finished successfully. ░░ ░░ The job identifier is 255. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target nfs-client.target - NFS client services. ░░ Subject: A start job for unit nfs-client.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nfs-client.target has finished successfully. ░░ ░░ The job identifier is 250. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 252. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes. ░░ Subject: A start job for unit remote-cryptsetup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-cryptsetup.target has finished successfully. ░░ ░░ The job identifier is 260. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs.target - Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 265. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase.service has finished successfully. ░░ ░░ The job identifier is 195. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1825] dhcp4 (eth0): state changed new lease, address=10.31.13.106 Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1836] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1902] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1937] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1946] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full') Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1950] manager: NetworkManager state is now CONNECTED_SITE Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1966] device (eth0): Activation: successful, device activated. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1979] manager: NetworkManager state is now CONNECTED_GLOBAL Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com NetworkManager[737]: [1739624123.1981] manager: startup complete Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online. ░░ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has finished successfully. ░░ ░░ The job identifier is 206. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting cloud-init.service - Cloud-init: Network Stage... ░░ Subject: A start job for unit cloud-init.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has begun execution. ░░ ░░ The job identifier is 248. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com chronyd[678]: Added source 10.11.160.238 Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com chronyd[678]: Added source 10.18.100.10 Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com chronyd[678]: Added source 10.2.32.37 Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com chronyd[678]: Added source 10.2.32.38 Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Cloud-init v. 24.4-1.el10 running 'init' at Sat, 15 Feb 2025 12:55:23 +0000. Up 15.71 seconds. Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | eth0 | True | 10.31.13.106 | 255.255.252.0 | global | 0a:ff:dd:89:47:81 | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | eth0 | True | fe80::8ff:ddff:fe89:4781/64 | . | link | 0a:ff:dd:89:47:81 | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | lo | True | ::1/128 | . | host | . | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | Route | Destination | Gateway | Interface | Flags | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | 0 | fe80::/64 | :: | eth0 | U | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: | 2 | multicast | :: | eth0 | U | Feb 15 07:55:23 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: ci-info: +-------+-------------+---------+-----------+-------+ Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Generating public/private rsa key pair. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: The key fingerprint is: Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: SHA256:APdc1DyalWQQ4bUEhLPL5O+baJdITwXO4K5wAL+MoOM root@ip-10-31-13-106.us-east-1.aws.redhat.com Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: The key's randomart image is: Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: +---[RSA 3072]----+ Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . . +OO=. | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . o o+o.+*. | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | o ..o*.=.. | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: |. o .+ = . | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: |.. o o =S. . | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: |o . + . * . | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: |.. o o = . | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | E . o.=. | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | ..o+. | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: +----[SHA256]-----+ Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Generating public/private ecdsa key pair. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: The key fingerprint is: Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: SHA256:Pkt3euxPLHNbtoqPEC8TwNm9Ft8I2ElLwIW2naesgWI root@ip-10-31-13-106.us-east-1.aws.redhat.com Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: The key's randomart image is: Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: +---[ECDSA 256]---+ Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | ..++ | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . o+* o | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | +.ooB. | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | .. o=.o | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | So.ooo . | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | E o .=o . | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . . +++o+ + o| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . =+o== +.| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . .=o++. | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: +----[SHA256]-----+ Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Generating public/private ed25519 key pair. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: The key fingerprint is: Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: SHA256:vVdsbXz2qY8tR0Y1yUVJUXMieUbadhIHzV0OcuH7w5o root@ip-10-31-13-106.us-east-1.aws.redhat.com Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: The key's randomart image is: Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: +--[ED25519 256]--+ Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | oo@X/| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | .Bo@B| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | .o= =| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . o B | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | S . * *| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . o.*+| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . . o+o| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | . .*..| Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: | E+o | Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[825]: +----[SHA256]-----+ Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init.service - Cloud-init: Network Stage. ░░ Subject: A start job for unit cloud-init.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has finished successfully. ░░ ░░ The job identifier is 248. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-config.target - Cloud-config availability. ░░ Subject: A start job for unit cloud-config.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.target has finished successfully. ░░ ░░ The job identifier is 247. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target network-online.target - Network is Online. ░░ Subject: A start job for unit network-online.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-online.target has finished successfully. ░░ ░░ The job identifier is 205. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting cloud-config.service - Cloud-init: Config Stage... ░░ Subject: A start job for unit cloud-config.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has begun execution. ░░ ░░ The job identifier is 246. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting kdump.service - Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 271. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting restraintd.service - The restraint harness.... ░░ Subject: A start job for unit restraintd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has begun execution. ░░ ░░ The job identifier is 233. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart... ░░ Subject: A start job for unit rpc-statd-notify.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has begun execution. ░░ ░░ The job identifier is 251. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting rsyslog.service - System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 282. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 234. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions... ░░ Subject: A start job for unit systemd-user-sessions.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has begun execution. ░░ ░░ The job identifier is 266. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com sm-notify[906]: Version 2.8.2 starting Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com (sshd)[909]: sshd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started restraintd.service - The restraint harness.. ░░ Subject: A start job for unit restraintd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has finished successfully. ░░ ░░ The job identifier is 233. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd[909]: Server listening on 0.0.0.0 port 22. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart. ░░ Subject: A start job for unit rpc-statd-notify.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has finished successfully. ░░ ░░ The job identifier is 251. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd[909]: Server listening on :: port 22. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 234. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions. ░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has finished successfully. ░░ ░░ The job identifier is 266. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started crond.service - Command Scheduler. ░░ Subject: A start job for unit crond.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit crond.service has finished successfully. ░░ ░░ The job identifier is 259. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started getty@tty1.service - Getty on tty1. ░░ Subject: A start job for unit getty@tty1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty@tty1.service has finished successfully. ░░ ░░ The job identifier is 280. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started serial-getty@ttyS0.service - Serial Getty on ttyS0. ░░ Subject: A start job for unit serial-getty@ttyS0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit serial-getty@ttyS0.service has finished successfully. ░░ ░░ The job identifier is 275. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target getty.target - Login Prompts. ░░ Subject: A start job for unit getty.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty.target has finished successfully. ░░ ░░ The job identifier is 274. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com restraintd[912]: Listening on http://localhost:8081 Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com crond[918]: (CRON) STARTUP (1.7.0) Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com crond[918]: (CRON) INFO (Syslog will be used instead of sendmail.) Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com crond[918]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 21% if used.) Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com crond[918]: (CRON) INFO (running with inotify support) Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com rsyslogd[907]: [origin software="rsyslogd" swVersion="8.2412.0-1.el10" x-pid="907" x-info="https://www.rsyslog.com"] start Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started rsyslog.service - System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 282. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target multi-user.target - Multi-User System. ░░ Subject: A start job for unit multi-user.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit multi-user.target has finished successfully. ░░ ░░ The job identifier is 123. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP... ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has begun execution. ░░ ░░ The job identifier is 231. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP. ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. ░░ ░░ The job identifier is 231. Feb 15 07:55:24 ip-10-31-13-106.us-east-1.aws.redhat.com rsyslogd[907]: imjournal: journal files changed, reloading... [v8.2412.0-1.el10 try https://www.rsyslog.com/e/0 ] Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1016]: Cloud-init v. 24.4-1.el10 running 'modules:config' at Sat, 15 Feb 2025 12:55:25 +0000. Up 17.32 seconds. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com kdumpctl[924]: kdump: Detected change(s) in the following file(s): /etc/fstab Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Stopping sshd.service - OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 509. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com sshd[909]: Received signal 15; terminating. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Stopped sshd.service - OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 509 and the job result is done. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 509. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com (sshd)[1076]: sshd.service: Referenced but unset environment variable evaluates to an empty string: OPTIONS Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com sshd[1076]: Server listening on 0.0.0.0 port 22. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com sshd[1076]: Server listening on :: port 22. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 509. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished cloud-config.service - Cloud-init: Config Stage. ░░ Subject: A start job for unit cloud-config.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has finished successfully. ░░ ░░ The job identifier is 246. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting cloud-final.service - Cloud-init: Final Stage... ░░ Subject: A start job for unit cloud-final.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has begun execution. ░░ ░░ The job identifier is 249. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1184]: Cloud-init v. 24.4-1.el10 running 'modules:final' at Sat, 15 Feb 2025 12:55:25 +0000. Up 17.89 seconds. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1186]: ############################################################# Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1187]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1189]: 256 SHA256:Pkt3euxPLHNbtoqPEC8TwNm9Ft8I2ElLwIW2naesgWI root@ip-10-31-13-106.us-east-1.aws.redhat.com (ECDSA) Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1191]: 256 SHA256:vVdsbXz2qY8tR0Y1yUVJUXMieUbadhIHzV0OcuH7w5o root@ip-10-31-13-106.us-east-1.aws.redhat.com (ED25519) Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1193]: 3072 SHA256:APdc1DyalWQQ4bUEhLPL5O+baJdITwXO4K5wAL+MoOM root@ip-10-31-13-106.us-east-1.aws.redhat.com (RSA) Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1194]: -----END SSH HOST KEY FINGERPRINTS----- Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1195]: ############################################################# Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com cloud-init[1184]: Cloud-init v. 24.4-1.el10 finished at Sat, 15 Feb 2025 12:55:25 +0000. Datasource DataSourceEc2Local. Up 18.03 seconds Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished cloud-final.service - Cloud-init: Final Stage. ░░ Subject: A start job for unit cloud-final.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has finished successfully. ░░ ░░ The job identifier is 249. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-init.target - Cloud-init target. ░░ Subject: A start job for unit cloud-init.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.target has finished successfully. ░░ ░░ The job identifier is 244. Feb 15 07:55:25 ip-10-31-13-106.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com kdumpctl[924]: kdump: Rebuilding /boot/initramfs-6.12.0-51.el10.x86_64kdump.img Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1438]: dracut-103-1.el10 Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1441]: Executing: /usr/bin/dracut --list-modules Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1500]: dracut-103-1.el10 Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip --mount "/dev/disk/by-uuid/49b6cb19-cb2a-494e-b555-a0de8d1dbbd4 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --add squash-squashfs --squash-compressor zstd --no-hostonly-default-device --add kdumpbase --omit "rdma plymouth resume ifcfg earlykdump" -f /boot/initramfs-6.12.0-51.el10.x86_64kdump.img 6.12.0-51.el10.x86_64 Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'connman' will not be installed, because command 'connmand' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'ifcfg' will not be installed, because it's in the list to be omitted! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'plymouth' will not be installed, because it's in the list to be omitted! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'multipath' will not be installed, because command 'multipath' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 15 07:55:26 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'resume' will not be installed, because it's in the list to be omitted! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'squash-erofs' will not be installed, because command 'mkfs.erofs' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'squash-erofs' will not be installed, because command 'fsck.erofs' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'connman' will not be installed, because command 'connmand' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'multipath' will not be installed, because command 'multipath' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'squash-erofs' will not be installed, because command 'mkfs.erofs' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Module 'squash-erofs' will not be installed, because command 'fsck.erofs' could not be found! Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd *** Feb 15 07:55:27 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: fips *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: fips-crypto-policies *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd-ask-password *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd-initrd *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd-journald *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd-modules-load *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd-sysctl *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd-sysusers *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd-tmpfiles *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: systemd-udevd *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: rngd *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: i18n *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: drm *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: prefixdevname *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: kernel-modules *** Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 0 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 0 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 48 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 48 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 49 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 49 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 50 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 50 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 51 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 51 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 52 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 52 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 53 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 53 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 54 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 54 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 55 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 55 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 56 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 56 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 57 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 57 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 58 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 58 affinity is now unmanaged Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: Cannot change IRQ 59 affinity: Permission denied Feb 15 07:55:28 ip-10-31-13-106.us-east-1.aws.redhat.com irqbalance[656]: IRQ 59 affinity is now unmanaged Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: kernel-modules-extra *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: pcmcia *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Skipping udev rule: 60-pcmcia.rules Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: fstab-sys *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: hwdb *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: rootfs-block *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: squash-squashfs *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com chronyd[678]: Selected source 137.190.2.4 (2.centos.pool.ntp.org) Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: terminfo *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: udev-rules *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: dracut-systemd *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: usrmount *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: base *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: fs-lib *** Feb 15 07:55:29 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: kdumpbase *** Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: memstrack *** Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: microcode_ctl-fw_dir_override *** Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: microcode_ctl module: mangling fw_dir Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: microcode_ctl: intel: caveats check for kernel version "6.12.0-51.el10.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: microcode_ctl: configuration "intel-06-4f-01" is ignored Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: shutdown *** Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including module: squash-lib *** Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Including modules done *** Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Installing kernel module dependencies *** Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Installing kernel module dependencies done *** Feb 15 07:55:30 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Resolving executable dependencies *** Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Resolving executable dependencies done *** Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Hardlinking files *** Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Mode: real Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Method: sha256 Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Files: 549 Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Linked: 25 files Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Compared: 0 xattrs Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Compared: 54 files Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Saved: 13.6 MiB Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Duration: 0.155568 seconds Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Hardlinking files done *** Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Generating early-microcode cpio image *** Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Constructing GenuineIntel.bin *** Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Constructing GenuineIntel.bin *** Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Store current command line parameters *** Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: Stored kernel commandline: Feb 15 07:55:31 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: No dracut internal kernel commandline stored in the initramfs Feb 15 07:55:32 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Squashing the files inside the initramfs *** Feb 15 07:55:33 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 15 07:55:40 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Squashing the files inside the initramfs done *** Feb 15 07:55:40 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Creating image file '/boot/initramfs-6.12.0-51.el10.x86_64kdump.img' *** Feb 15 07:55:40 ip-10-31-13-106.us-east-1.aws.redhat.com dracut[1503]: *** Creating initramfs image file '/boot/initramfs-6.12.0-51.el10.x86_64kdump.img' done *** Feb 15 07:55:40 ip-10-31-13-106.us-east-1.aws.redhat.com kernel: PKCS7: Message signed outside of X.509 validity window Feb 15 07:55:41 ip-10-31-13-106.us-east-1.aws.redhat.com kdumpctl[924]: kdump: kexec: loaded kdump kernel Feb 15 07:55:41 ip-10-31-13-106.us-east-1.aws.redhat.com kdumpctl[924]: kdump: Starting kdump: [OK] Feb 15 07:55:41 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished kdump.service - Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 271. Feb 15 07:55:41 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.020s (kernel) + 4.118s (initrd) + 28.284s (userspace) = 33.423s. ░░ Subject: System start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ All system services necessary queued for starting at boot have been ░░ started. Note that this does not mean that the machine is now idle as services ░░ might still be busy with completing start-up. ░░ ░░ Kernel start-up required 1020533 microseconds. ░░ ░░ Initrd start-up required 4118205 microseconds. ░░ ░░ Userspace start-up required 28284404 microseconds. Feb 15 07:55:52 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 15 07:56:35 ip-10-31-13-106.us-east-1.aws.redhat.com chronyd[678]: Selected source 10.2.32.37 Feb 15 08:01:01 ip-10-31-13-106.us-east-1.aws.redhat.com CROND[4380]: (root) CMD (run-parts /etc/cron.hourly) Feb 15 08:01:01 ip-10-31-13-106.us-east-1.aws.redhat.com run-parts[4383]: (/etc/cron.hourly) starting 0anacron Feb 15 08:01:01 ip-10-31-13-106.us-east-1.aws.redhat.com anacron[4391]: Anacron started on 2025-02-15 Feb 15 08:01:01 ip-10-31-13-106.us-east-1.aws.redhat.com run-parts[4393]: (/etc/cron.hourly) finished 0anacron Feb 15 08:01:01 ip-10-31-13-106.us-east-1.aws.redhat.com CROND[4379]: (root) CMDEND (run-parts /etc/cron.hourly) Feb 15 08:01:01 ip-10-31-13-106.us-east-1.aws.redhat.com anacron[4391]: Will run job `cron.daily' in 15 min. Feb 15 08:01:01 ip-10-31-13-106.us-east-1.aws.redhat.com anacron[4391]: Jobs will be executed sequentially Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4395]: Accepted publickey for root from 10.30.32.189 port 53378 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.slice - User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 511. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 510. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: New session 1 of user root. ░░ Subject: A new session 1 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 1 has been created for the user root. ░░ ░░ The leading process of the session is 4395. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 510. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 590. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: New session 2 of user root. ░░ Subject: A new session 2 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 2 has been created for the user root. ░░ ░░ The leading process of the session is 4400. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com (systemd)[4400]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Queued start job for default target default.target. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Created slice app.slice - User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 6. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Reached target paths.target - Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 7. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Reached target timers.target - Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Starting dbus.socket - D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 12. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 8. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Listening on dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Reached target sockets.target - Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Reached target default.target - Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Startup finished in 108ms. ░░ Subject: User manager start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The user manager instance for user 0 has been started. All services queued ░░ for starting have been started. Note that other services might still be starting ░░ up or be started at any later time. ░░ ░░ Startup of the manager took 108716 microseconds. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 590. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started session-1.scope - Session 1 of User root. ░░ Subject: A start job for unit session-1.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-1.scope has finished successfully. ░░ ░░ The job identifier is 671. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4395]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4412]: Received disconnect from 10.30.32.189 port 53378:11: disconnected by user Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4412]: Disconnected from user root 10.30.32.189 port 53378 Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4395]: pam_unix(sshd:session): session closed for user root Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-1.scope has successfully entered the 'dead' state. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: Session 1 logged out. Waiting for processes to exit. Feb 15 08:02:29 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: Removed session 1. ░░ Subject: Session 1 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 1 has been terminated. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Stopping user@0.service - User Manager for UID 0... ░░ Subject: A stop job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 754. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Activating special unit exit.target... Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Stopped target default.target - Main User Target. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 20 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Stopped target basic.target - Basic System. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 29 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Stopped target paths.target - Paths. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 18 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Stopped target sockets.target - Sockets. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 21 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Stopped target timers.target - Timers. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 31 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Stopped systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 17 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Closed dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 26 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Stopped systemd-tmpfiles-setup.service - Create User Files and Directories. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 23 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Removed slice app.slice - User Application Slice. ░░ Subject: A stop job for unit UNIT has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit UNIT has finished. ░░ ░░ The job identifier is 24 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Reached target shutdown.target - Shutdown. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 16. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Finished systemd-exit.service - Exit the Session. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 14. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4400]: Reached target exit.target - Exit the Session. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 13. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: user@0.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit user@0.service has successfully entered the 'dead' state. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Stopped user@0.service - User Manager for UID 0. ░░ Subject: A stop job for unit user@0.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user@0.service has finished. ░░ ░░ The job identifier is 754 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Stopping user-runtime-dir@0.service - User Runtime Directory /run/user/0... ░░ Subject: A stop job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 753. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: run-user-0.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-user-0.mount has successfully entered the 'dead' state. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: user-runtime-dir@0.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit user-runtime-dir@0.service has successfully entered the 'dead' state. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Stopped user-runtime-dir@0.service - User Runtime Directory /run/user/0. ░░ Subject: A stop job for unit user-runtime-dir@0.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-runtime-dir@0.service has finished. ░░ ░░ The job identifier is 753 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Removed slice user-0.slice - User Slice of UID 0. ░░ Subject: A stop job for unit user-0.slice has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit user-0.slice has finished. ░░ ░░ The job identifier is 755 and the job result is done. Feb 15 08:02:39 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: Removed session 2. ░░ Subject: Session 2 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 2 has been terminated. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4449]: Accepted publickey for root from 10.31.9.62 port 52184 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4450]: Accepted publickey for root from 10.31.9.62 port 52190 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: New session 3 of user root. ░░ Subject: A new session 3 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 3 has been created for the user root. ░░ ░░ The leading process of the session is 4449. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.slice - User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 758. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 757. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: New session 4 of user root. ░░ Subject: A new session 4 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 4 has been created for the user root. ░░ ░░ The leading process of the session is 4450. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 757. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 837. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: New session 5 of user root. ░░ Subject: A new session 5 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 5 has been created for the user root. ░░ ░░ The leading process of the session is 4457. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com (systemd)[4457]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Queued start job for default target default.target. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Created slice app.slice - User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Reached target paths.target - Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Reached target timers.target - Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Starting dbus.socket - D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 8. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 3. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Listening on dbus.socket - D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Reached target sockets.target - Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 7. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Reached target basic.target - Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 837. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Reached target default.target - Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[4457]: Startup finished in 107ms. ░░ Subject: User manager start-up is now complete ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The user manager instance for user 0 has been started. All services queued ░░ for starting have been started. Note that other services might still be starting ░░ up or be started at any later time. ░░ ░░ Startup of the manager took 107477 microseconds. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started session-3.scope - Session 3 of User root. ░░ Subject: A start job for unit session-3.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-3.scope has finished successfully. ░░ ░░ The job identifier is 918. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started session-4.scope - Session 4 of User root. ░░ Subject: A start job for unit session-4.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-4.scope has finished successfully. ░░ ░░ The job identifier is 1000. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4449]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4450]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4469]: Received disconnect from 10.31.9.62 port 52190:11: disconnected by user Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4469]: Disconnected from user root 10.31.9.62 port 52190 Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com sshd-session[4450]: pam_unix(sshd:session): session closed for user root Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-4.scope has successfully entered the 'dead' state. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: Session 4 logged out. Waiting for processes to exit. Feb 15 08:05:24 ip-10-31-13-106.us-east-1.aws.redhat.com systemd-logind[661]: Removed session 4. ░░ Subject: Session 4 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 4 has been terminated. Feb 15 08:05:48 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Starting systemd-hostnamed.service - Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 1082. Feb 15 08:05:48 ip-10-31-13-106.us-east-1.aws.redhat.com systemd[1]: Started systemd-hostnamed.service - Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 1082. Feb 15 08:05:48 managed-node3 systemd-hostnamed[5972]: Hostname set to (static) Feb 15 08:05:48 managed-node3 NetworkManager[737]: [1739624748.6495] hostname: static hostname changed from "ip-10-31-13-106.us-east-1.aws.redhat.com" to "managed-node3" Feb 15 08:05:48 managed-node3 systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 1160. Feb 15 08:05:48 managed-node3 systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 1160. Feb 15 08:05:58 managed-node3 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. Feb 15 08:06:18 managed-node3 systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. Feb 15 08:06:25 managed-node3 sshd-session[6646]: Accepted publickey for root from 10.31.13.13 port 35748 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Feb 15 08:06:25 managed-node3 systemd-logind[661]: New session 6 of user root. ░░ Subject: A new session 6 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 6 has been created for the user root. ░░ ░░ The leading process of the session is 6646. Feb 15 08:06:25 managed-node3 systemd[1]: Started session-6.scope - Session 6 of User root. ░░ Subject: A start job for unit session-6.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-6.scope has finished successfully. ░░ ░░ The job identifier is 1239. Feb 15 08:06:25 managed-node3 sshd-session[6646]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Feb 15 08:06:26 managed-node3 python3.12[6795]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 15 08:06:28 managed-node3 python3.12[6949]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:06:28 managed-node3 python3.12[7074]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:06:32 managed-node3 groupadd[7107]: group added to /etc/group: name=tang, GID=994 Feb 15 08:06:32 managed-node3 groupadd[7107]: group added to /etc/gshadow: name=tang Feb 15 08:06:32 managed-node3 groupadd[7107]: new group: name=tang, GID=994 Feb 15 08:06:32 managed-node3 useradd[7109]: new user: name=tang, UID=994, GID=994, home=/var/cache/tang, shell=/usr/sbin/nologin, from=none Feb 15 08:06:33 managed-node3 systemd[1]: Started run-p7118-i7418.service - [systemd-run] /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-p7118-i7418.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-p7118-i7418.service has finished successfully. ░░ ░░ The job identifier is 1321. Feb 15 08:06:33 managed-node3 systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1399. Feb 15 08:06:33 managed-node3 systemd[1]: Reload requested from client PID 7122 ('systemctl') (unit session-6.scope)... Feb 15 08:06:33 managed-node3 systemd[1]: Reloading... Feb 15 08:06:33 managed-node3 systemd-rc-local-generator[7165]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 15 08:06:33 managed-node3 systemd[1]: Reloading finished in 241 ms. Feb 15 08:06:33 managed-node3 systemd[1]: Queuing reload/restart jobs for marked units… Feb 15 08:06:34 managed-node3 python3.12[7301]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:06:34 managed-node3 python3.12[7439]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:06:34 managed-node3 systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 15 08:06:34 managed-node3 systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1399. Feb 15 08:06:35 managed-node3 systemd[1]: run-p7118-i7418.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-p7118-i7418.service has successfully entered the 'dead' state. Feb 15 08:06:35 managed-node3 python3.12[7568]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:06:36 managed-node3 python3.12[7693]: ansible-ansible.legacy.systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 15 08:06:36 managed-node3 systemd[1]: Reload requested from client PID 7696 ('systemctl') (unit session-6.scope)... Feb 15 08:06:36 managed-node3 systemd[1]: Reloading... Feb 15 08:06:36 managed-node3 systemd-rc-local-generator[7738]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 15 08:06:36 managed-node3 systemd[1]: Reloading finished in 194 ms. Feb 15 08:06:36 managed-node3 systemd[1]: Starting tangd.socket - Tang Server socket... ░░ Subject: A start job for unit tangd.socket has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit tangd.socket has begun execution. ░░ ░░ The job identifier is 1477. Feb 15 08:06:36 managed-node3 systemd[1]: Listening on tangd.socket - Tang Server socket. ░░ Subject: A start job for unit tangd.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit tangd.socket has finished successfully. ░░ ░░ The job identifier is 1477. Feb 15 08:06:37 managed-node3 python3.12[7876]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:06:38 managed-node3 python3.12[8002]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:06:38 managed-node3 python3.12[8127]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] read_whole_file=False file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False exact_mode=True excludes=None contains=None age=None size=None depth=None mode=None encoding=None Feb 15 08:06:38 managed-node3 python3.12[8252]: ansible-ansible.legacy.stat Invoked with path=/var/db/tang/Q3PJmhpD6dcgmj0iVOfsmfBdZW5gMEbbO_mT4WqTOs8.jwk follow=True get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 15 08:06:39 managed-node3 python3.12[8398]: ansible-ansible.legacy.stat Invoked with path=/var/db/tang/aqKl536Y-Mge_vz3G1G0_X7RLX1gQ7MWaUXo50xQ7gk.jwk follow=True get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 15 08:06:40 managed-node3 python3.12[8544]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:06:41 managed-node3 python3.12[8669]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:06:41 managed-node3 python3.12[8794]: ansible-ansible.legacy.systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 15 08:06:42 managed-node3 python3.12[8921]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] read_whole_file=False file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False exact_mode=True excludes=None contains=None age=None size=None depth=None mode=None encoding=None Feb 15 08:06:43 managed-node3 python3.12[9046]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:06:43 managed-node3 python3.12[9172]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:06:44 managed-node3 python3.12[9297]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] read_whole_file=False file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False exact_mode=True excludes=None contains=None age=None size=None depth=None mode=None encoding=None Feb 15 08:06:44 managed-node3 python3.12[9422]: ansible-tempfile Invoked with state=directory suffix=nbde_server_keys prefix=ansible. path=None Feb 15 08:06:45 managed-node3 python3.12[9547]: ansible-ansible.legacy.stat Invoked with path=/tmp/ansible.7hpgzmp0nbde_server_keys/Q3PJmhpD6dcgmj0iVOfsmfBdZW5gMEbbO_mT4WqTOs8.jwk follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 15 08:06:46 managed-node3 python3.12[9647]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1739624805.5777535-8134-7308903614383/.source.jwk dest=/tmp/ansible.7hpgzmp0nbde_server_keys/ owner=tang group=tang mode=0400 _original_basename=Q3PJmhpD6dcgmj0iVOfsmfBdZW5gMEbbO_mT4WqTOs8.jwk follow=False checksum=3d2fd1b257304af7b62ff3ca8314ed1d8b7fa2b4 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:06:46 managed-node3 python3.12[9772]: ansible-ansible.legacy.stat Invoked with path=/tmp/ansible.7hpgzmp0nbde_server_keys/aqKl536Y-Mge_vz3G1G0_X7RLX1gQ7MWaUXo50xQ7gk.jwk follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 15 08:06:46 managed-node3 python3.12[9872]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1739624806.387885-8134-265760035869500/.source.jwk dest=/tmp/ansible.7hpgzmp0nbde_server_keys/ owner=tang group=tang mode=0400 _original_basename=aqKl536Y-Mge_vz3G1G0_X7RLX1gQ7MWaUXo50xQ7gk.jwk follow=False checksum=88cbaa7ef26b5e45983b7072d5a2b32c0702325f backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:06:47 managed-node3 python3.12[9997]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-deployed keydir=/var/db/tang keygen=/usr/libexec/tangd-keygen keys_to_deploy_dir=/tmp/ansible.7hpgzmp0nbde_server_keys update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False Feb 15 08:06:47 managed-node3 python3.12[10122]: ansible-file Invoked with path=/tmp/ansible.7hpgzmp0nbde_server_keys/ state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:06:48 managed-node3 python3.12[10247]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:06:48 managed-node3 python3.12[10372]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0755 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:06:49 managed-node3 python3.12[10497]: ansible-ansible.legacy.systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 15 08:06:49 managed-node3 python3.12[10624]: ansible-find Invoked with paths=['/var/db/tang'] hidden=True patterns=['*.jwk', '.*.jwk'] read_whole_file=False file_type=file age_stamp=mtime recurse=False follow=False get_checksum=False use_regex=False exact_mode=True excludes=None contains=None age=None size=None depth=None mode=None encoding=None Feb 15 08:06:51 managed-node3 python3.12[10749]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "true" = true ]; then rm -rf "/tmp/nbde_server_deploy_keysro1ehhob" else rm -rf "/tmp/nbde_server_deploy_keysro1ehhob"/* "/tmp/nbde_server_deploy_keysro1ehhob"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:06:51 managed-node3 python3.12[10876]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:06:51 managed-node3 python3.12[11003]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:06:56 managed-node3 python3.12[11171]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 15 08:06:58 managed-node3 python3.12[11325]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:06:58 managed-node3 python3.12[11450]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:06:59 managed-node3 python3.12[11576]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:07:00 managed-node3 python3.12[11714]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:00 managed-node3 python3.12[11841]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:01 managed-node3 python3.12[11968]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:02 managed-node3 python3.12[12094]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:07:02 managed-node3 python3.12[12232]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:03 managed-node3 python3.12[12359]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:04 managed-node3 python3.12[12486]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:04 managed-node3 python3.12[12612]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:07:05 managed-node3 python3.12[12750]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:05 managed-node3 python3.12[12877]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:06 managed-node3 python3.12[13004]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:07 managed-node3 python3.12[13130]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:07:08 managed-node3 python3.12[13268]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:08 managed-node3 python3.12[13395]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:09 managed-node3 python3.12[13522]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:09 managed-node3 python3.12[13648]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:07:10 managed-node3 python3.12[13788]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/db/tang" else rm -rf "/var/db/tang"/* "/var/db/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:10 managed-node3 python3.12[13915]: ansible-ansible.legacy.command Invoked with _raw_params=set -euxo pipefail if [ "false" = true ]; then rm -rf "/var/cache/tang" else rm -rf "/var/cache/tang"/* "/var/cache/tang"/.* || : fi _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None Feb 15 08:07:13 managed-node3 python3.12[14083]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=directory mode=0775 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:07:13 managed-node3 python3.12[14208]: ansible-ansible.legacy.stat Invoked with path=/etc/systemd/system/tangd.socket.d/override2.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 15 08:07:14 managed-node3 python3.12[14309]: ansible-ansible.legacy.copy Invoked with dest=/etc/systemd/system/tangd.socket.d/override2.conf mode=0664 src=/root/.ansible/tmp/ansible-tmp-1739624833.1631474-10426-54115198085522/.source.conf _original_basename=.kqk2ootb follow=False checksum=05987691cc309e84627f31fa0d1680a3b3b2c4b2 backup=False force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:07:14 managed-node3 python3.12[14434]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 15 08:07:15 managed-node3 python3.12[14561]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:15 managed-node3 python3.12[14686]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 15 08:07:16 managed-node3 python3.12[14751]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:17 managed-node3 python3.12[14877]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:07:17 managed-node3 python3.12[15015]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:18 managed-node3 python3.12[15142]: ansible-find Invoked with paths=['/etc/systemd/system/tangd.socket.d'] file_type=any hidden=True excludes=['^override.conf$'] use_regex=True patterns=[] read_whole_file=False age_stamp=mtime recurse=False follow=False get_checksum=False exact_mode=True contains=None age=None size=None depth=None mode=None encoding=None Feb 15 08:07:18 managed-node3 python3.12[15267]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=directory mode=0775 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:07:19 managed-node3 python3.12[15392]: ansible-ansible.legacy.setup Invoked with gather_subset=['!all'] filter=['ansible_service_mgr'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 15 08:07:19 managed-node3 python3.12[15457]: ansible-ansible.legacy.systemd Invoked with name=tangd.socket state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 15 08:07:20 managed-node3 python3.12[15584]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:20 managed-node3 python3.12[15711]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d/override2.conf follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:21 managed-node3 python3.12[15838]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 15 08:07:21 managed-node3 python3.12[15903]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:22 managed-node3 python3.12[16029]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:07:22 managed-node3 python3.12[16154]: ansible-setup Invoked with gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'python_version'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 15 08:07:23 managed-node3 python3.12[16282]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:23 managed-node3 python3.12[16407]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:24 managed-node3 python3.12[16532]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 15 08:07:24 managed-node3 python3.12[16597]: ansible-ansible.legacy.dnf Invoked with name=['python3-libselinux', 'python3-policycoreutils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:25 managed-node3 python3.12[16723]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 15 08:07:25 managed-node3 python3.12[16788]: ansible-ansible.legacy.dnf Invoked with name=['policycoreutils-python-utils'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:26 managed-node3 dbus-broker-launch[646]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 15 08:07:26 managed-node3 dbus-broker-launch[646]: Noticed file-system modification, trigger reload. ░░ Subject: A configuration directory was written to ░░ Defined-By: dbus-broker ░░ Support: https://groups.google.com/forum/#!forum/bus1-devel ░░ ░░ A write was detected to one of the directories containing D-Bus configuration ░░ files, triggering a configuration reload. ░░ ░░ This functionality exists for backwards compatibility to pick up changes to ░░ D-Bus configuration without an explicit reolad request. Typically when ░░ installing or removing third-party software causes D-Bus configuration files ░░ to be added or removed. ░░ ░░ It is worth noting that this may cause partial configuration to be loaded in ░░ case dispatching this notification races with the writing of the configuration ░░ files. However, a future notification will then cause the configuration to be ░░ reladed again. Feb 15 08:07:26 managed-node3 systemd[1]: Started run-p16794-i17094.service - [systemd-run] /usr/bin/systemctl start man-db-cache-update. ░░ Subject: A start job for unit run-p16794-i17094.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit run-p16794-i17094.service has finished successfully. ░░ ░░ The job identifier is 1557. Feb 15 08:07:26 managed-node3 systemd[1]: Starting man-db-cache-update.service... ░░ Subject: A start job for unit man-db-cache-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has begun execution. ░░ ░░ The job identifier is 1635. Feb 15 08:07:26 managed-node3 systemd[1]: man-db-cache-update.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit man-db-cache-update.service has successfully entered the 'dead' state. Feb 15 08:07:26 managed-node3 systemd[1]: Finished man-db-cache-update.service. ░░ Subject: A start job for unit man-db-cache-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit man-db-cache-update.service has finished successfully. ░░ ░░ The job identifier is 1635. Feb 15 08:07:26 managed-node3 systemd[1]: run-p16794-i17094.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-p16794-i17094.service has successfully entered the 'dead' state. Feb 15 08:07:26 managed-node3 python3.12[16922]: ansible-setup Invoked with filter=['ansible_selinux'] gather_subset=['all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 15 08:07:28 managed-node3 python3.12[17082]: ansible-fedora.linux_system_roles.local_seport Invoked with ports=['7500'] proto=tcp setype=tangd_port_t state=present local=True ignore_selinux_state=False reload=True Feb 15 08:07:35 managed-node3 kernel: SELinux: Converting 403 SID table entries... Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability network_peer_controls=1 Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability open_perms=1 Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability extended_socket_class=1 Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability always_check_network=0 Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability cgroup_seclabel=1 Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability nnp_nosuid_transition=1 Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability ioctl_skip_cloexec=0 Feb 15 08:07:35 managed-node3 kernel: SELinux: policy capability userspace_initial_context=0 Feb 15 08:07:36 managed-node3 python3.12[17211]: ansible-fedora.linux_system_roles.selinux_modules_facts Invoked Feb 15 08:07:39 managed-node3 python3.12[17336]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:39 managed-node3 python3.12[17463]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=directory mode=0775 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:07:39 managed-node3 python3.12[17588]: ansible-ansible.legacy.stat Invoked with path=/etc/systemd/system/tangd.socket.d/override.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Feb 15 08:07:40 managed-node3 python3.12[17688]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1739624859.6870418-11396-275953553888585/.source.conf dest=/etc/systemd/system/tangd.socket.d/override.conf backup=True mode=0644 follow=False _original_basename=tangd_socket_override.conf.j2 checksum=cab519df8c21e60fd06ac780e2c7bd41ad441042 force=True unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:07:40 managed-node3 python3.12[17813]: ansible-setup Invoked with gather_subset=['!all', '!min', 'python_version', 'service_mgr'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Feb 15 08:07:41 managed-node3 python3.12[17941]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:41 managed-node3 python3.12[18066]: ansible-stat Invoked with path=/sbin/transactional-update follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:42 managed-node3 python3.12[18191]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 15 08:07:42 managed-node3 python3.12[18256]: ansible-ansible.legacy.dnf Invoked with name=['firewalld'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:43 managed-node3 python3.12[18382]: ansible-systemd Invoked with name=firewalld masked=False daemon_reload=False daemon_reexec=False scope=system no_block=False state=None enabled=None force=None Feb 15 08:07:44 managed-node3 python3.12[18509]: ansible-ansible.legacy.systemd Invoked with name=firewalld state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 15 08:07:44 managed-node3 systemd[1]: Reload requested from client PID 18512 ('systemctl') (unit session-6.scope)... Feb 15 08:07:44 managed-node3 systemd[1]: Reloading... Feb 15 08:07:44 managed-node3 systemd-rc-local-generator[18549]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 15 08:07:44 managed-node3 systemd[1]: tangd.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted. Feb 15 08:07:44 managed-node3 systemd[1]: Reloading finished in 190 ms. Feb 15 08:07:44 managed-node3 systemd[1]: Starting firewalld.service - firewalld - dynamic firewall daemon... ░░ Subject: A start job for unit firewalld.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit firewalld.service has begun execution. ░░ ░░ The job identifier is 1713. Feb 15 08:07:44 managed-node3 systemd[1]: Started firewalld.service - firewalld - dynamic firewall daemon. ░░ Subject: A start job for unit firewalld.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit firewalld.service has finished successfully. ░░ ░░ The job identifier is 1713. Feb 15 08:07:44 managed-node3 kernel: Warning: Unmaintained driver is detected: ip_set Feb 15 08:07:45 managed-node3 python3.12[18732]: ansible-fedora.linux_system_roles.firewall_lib Invoked with zone=public port=['7500/tcp'] permanent=True runtime=True state=enabled __report_changed=True service=[] source_port=[] forward_port=[] rich_rule=[] source=[] interface=[] interface_pci_id=[] icmp_block=[] timeout=0 ipset_entries=[] protocol=[] helper_module=[] destination=[] firewalld_conf=None masquerade=None icmp_block_inversion=None target=None set_default_zone=None ipset=None ipset_type=None description=None short=None Feb 15 08:07:46 managed-node3 python3.12[18857]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Feb 15 08:07:46 managed-node3 systemd[1]: Reload requested from client PID 18858 ('systemctl') (unit session-6.scope)... Feb 15 08:07:46 managed-node3 systemd[1]: Reloading... Feb 15 08:07:46 managed-node3 systemd-rc-local-generator[18896]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 15 08:07:46 managed-node3 systemd[1]: tangd.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted. Feb 15 08:07:46 managed-node3 systemd[1]: Reloading finished in 192 ms. Feb 15 08:07:47 managed-node3 python3.12[19031]: ansible-ansible.legacy.systemd Invoked with name=tangd.socket state=restarted enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 15 08:07:47 managed-node3 systemd[1]: tangd.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit tangd.socket has successfully entered the 'dead' state. Feb 15 08:07:47 managed-node3 systemd[1]: Closed tangd.socket - Tang Server socket. ░░ Subject: A stop job for unit tangd.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit tangd.socket has finished. ░░ ░░ The job identifier is 1796 and the job result is done. Feb 15 08:07:47 managed-node3 systemd[1]: Stopping tangd.socket - Tang Server socket... ░░ Subject: A stop job for unit tangd.socket has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit tangd.socket has begun execution. ░░ ░░ The job identifier is 1796. Feb 15 08:07:47 managed-node3 systemd[1]: Starting tangd.socket - Tang Server socket... ░░ Subject: A start job for unit tangd.socket has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit tangd.socket has begun execution. ░░ ░░ The job identifier is 1796. Feb 15 08:07:47 managed-node3 systemd[1]: Listening on tangd.socket - Tang Server socket. ░░ Subject: A start job for unit tangd.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit tangd.socket has finished successfully. ░░ ░░ The job identifier is 1796. Feb 15 08:07:47 managed-node3 python3.12[19165]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:47 managed-node3 python3.12[19292]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d/override2.conf follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:48 managed-node3 python3.12[19419]: ansible-slurp Invoked with path=/etc/systemd/system/tangd.socket.d/override.conf src=/etc/systemd/system/tangd.socket.d/override.conf Feb 15 08:07:48 managed-node3 python3.12[19544]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d/override2.conf state=absent recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:07:49 managed-node3 python3.12[19669]: ansible-ansible.legacy.setup Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] gather_timeout=10 fact_path=/etc/ansible/facts.d Feb 15 08:07:50 managed-node3 python3.12[19734]: ansible-ansible.legacy.dnf Invoked with name=['tang'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None Feb 15 08:07:50 managed-node3 python3.12[19860]: ansible-fedora.linux_system_roles.nbde_server_tang Invoked with state=keys-created keygen=/usr/libexec/tangd-keygen keydir=/var/db/tang update=/usr/libexec/tangd-update cachedir=/var/cache/tang force=False keys_to_deploy_dir=None Feb 15 08:07:51 managed-node3 python3.12[19985]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:51 managed-node3 python3.12[20112]: ansible-find Invoked with paths=['/etc/systemd/system/tangd.socket.d'] file_type=any hidden=True excludes=['^override.conf$'] use_regex=True patterns=[] read_whole_file=False age_stamp=mtime recurse=False follow=False get_checksum=False exact_mode=True contains=None age=None size=None depth=None mode=None encoding=None Feb 15 08:07:51 managed-node3 python3.12[20237]: ansible-file Invoked with path=/etc/systemd/system/tangd.socket.d state=absent mode=0775 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Feb 15 08:07:52 managed-node3 python3.12[20362]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None Feb 15 08:07:52 managed-node3 systemd[1]: Reload requested from client PID 20363 ('systemctl') (unit session-6.scope)... Feb 15 08:07:52 managed-node3 systemd[1]: Reloading... Feb 15 08:07:52 managed-node3 systemd-rc-local-generator[20398]: /etc/rc.d/rc.local is not marked executable, skipping. Feb 15 08:07:52 managed-node3 systemd[1]: tangd.socket: Socket unit configuration has changed while unit has been running, no open socket file descriptor left. The socket unit is not functional until restarted. Feb 15 08:07:52 managed-node3 systemd[1]: Reloading finished in 188 ms. Feb 15 08:07:53 managed-node3 python3.12[20536]: ansible-ansible.legacy.systemd Invoked with name=tangd.socket state=restarted enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Feb 15 08:07:53 managed-node3 systemd[1]: tangd.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit tangd.socket has successfully entered the 'dead' state. Feb 15 08:07:53 managed-node3 systemd[1]: Closed tangd.socket - Tang Server socket. ░░ Subject: A stop job for unit tangd.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit tangd.socket has finished. ░░ ░░ The job identifier is 1874 and the job result is done. Feb 15 08:07:53 managed-node3 systemd[1]: Stopping tangd.socket - Tang Server socket... ░░ Subject: A stop job for unit tangd.socket has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit tangd.socket has begun execution. ░░ ░░ The job identifier is 1874. Feb 15 08:07:53 managed-node3 systemd[1]: Starting tangd.socket - Tang Server socket... ░░ Subject: A start job for unit tangd.socket has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit tangd.socket has begun execution. ░░ ░░ The job identifier is 1874. Feb 15 08:07:53 managed-node3 systemd[1]: Listening on tangd.socket - Tang Server socket. ░░ Subject: A start job for unit tangd.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit tangd.socket has finished successfully. ░░ ░░ The job identifier is 1874. Feb 15 08:07:53 managed-node3 python3.12[20670]: ansible-stat Invoked with path=/etc/systemd/system/tangd.socket.d follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Feb 15 08:07:54 managed-node3 python3.12[20795]: ansible-ansible.legacy.command Invoked with _raw_params=journalctl -ex _uses_shell=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None TASK [Cleanup] ***************************************************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:100 Saturday 15 February 2025 08:07:54 -0500 (0:00:00.487) 0:00:41.821 ***** included: /tmp/collections-Dd7/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-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:2 Saturday 15 February 2025 08:07:54 -0500 (0:00:00.034) 0:00:41.855 ***** skipping: [managed-node3] => { "changed": false, "false_condition": "nbde_server_keys_dir | d(\"\") is match(\"^/\")", "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 Saturday 15 February 2025 08:07:54 -0500 (0:00:00.040) 0:00:41.896 ***** skipping: [managed-node3] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is match(\"^/\")", "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [managed-node3] => (item={'path': '/var/db/tang', 'remove_dir': '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.004584", "end": "2025-02-15 08:07:54.716117", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2025-02-15 08:07:54.711533" } STDERR: + '[' false = true ']' + rm -rf /var/db/tang/oyVzQdBrVxqI8EFx-R-HteMA9vWwjG6KYcwIEZRuvM8.jwk /var/db/tang/StcbjdvnPvjLYwAf2nGtz6-Z6AN_G-rZA8sb8fRJTVM.jwk '/var/db/tang/.*' changed: [managed-node3] => (item={'path': '/var/cache/tang', 'remove_dir': '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.005026", "end": "2025-02-15 08:07:55.036328", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2025-02-15 08:07:55.031302" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' PLAY RECAP ********************************************************************* managed-node3 : ok=83 changed=13 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 TASKS RECAP ******************************************************************** Saturday 15 February 2025 08:07:55 -0500 (0:00:00.682) 0:00:42.578 ***** =============================================================================== fedora.linux_system_roles.selinux : Set an SELinux label on a port ------ 8.01s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:87 fedora.linux_system_roles.selinux : Get SELinux modules facts ----------- 3.06s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/main.yml:112 fedora.linux_system_roles.selinux : Install SELinux tool semanage ------- 1.53s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:58 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.27s /tmp/collections-Dd7/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.17s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39 fedora.linux_system_roles.firewall : Install firewalld ------------------ 1.15s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/firewalld.yml:31 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.12s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 1.12s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 fedora.linux_system_roles.selinux : Install SELinux python3 tools ------- 1.11s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:35 Create a customization systemd file ------------------------------------- 1.03s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:20 fedora.linux_system_roles.firewall : Enable and start firewalld service --- 1.02s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:28 fedora.linux_system_roles.selinux : Refresh facts ----------------------- 0.90s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/selinux/tasks/ensure_selinux_packages.yml:89 fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect --- 0.74s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 fedora.linux_system_roles.nbde_server : Creates the file with the port entry that we want tangd to listen to --- 0.73s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/tangd-custom-port.yml:44 fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 0.72s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 fedora.linux_system_roles.nbde_server : Reload the daemons so the new changes take effect --- 0.70s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:34 Remove managed node files/directories ----------------------------------- 0.68s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tasks/cleanup.yml:9 fedora.linux_system_roles.firewall : Configure firewall ----------------- 0.65s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/firewall/tasks/main.yml:71 Create the tangd.socket.d directory ------------------------------------- 0.61s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/tests/nbde_server/tests_share_system_dir.yml:14 fedora.linux_system_roles.nbde_server : Ensure required services are enabled and at the right state --- 0.61s /tmp/collections-Dd7/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:39