ansible-playbook [core 2.17.12] 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-onN executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, May 9 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_example.yml **************************************************** 1 plays in /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml PLAY [Simple journald role invocation] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Thursday 05 June 2025 05:59:12 -0400 (0:00:00.017) 0:00:00.017 ********* [WARNING]: Platform linux on host managed-node1 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. ok: [managed-node1] TASK [Make a copy of the service files] **************************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Thursday 05 June 2025 05:59:13 -0400 (0:00:01.211) 0:00:01.228 ********* changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "93107c9d5a4ff3ee0b033e488b9a04cd56ec2ad1", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "item": "systemd-journald.service", "md5sum": "f3eb103789308494b42f32d02504378f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 2833, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "d99a348616139dec7488b59e194be30ed8f96b03", "dest": "/etc/systemd/system/systemd-journal-flush.service", "gid": 0, "group": "root", "item": "systemd-journal-flush.service", "md5sum": "80f0309484b0b6ae8e800a4e27c65f76", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 943, "src": "/usr/lib/systemd/system/systemd-journal-flush.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 Thursday 05 June 2025 05:59:14 -0400 (0:00:00.875) 0:00:02.104 ********* changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "backup": "", "changed": true, "item": "systemd-journald.service" } MSG: line added changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "backup": "", "changed": true, "item": "systemd-journal-flush.service" } MSG: line added TASK [Make a copy of the systemd-journald.service] ***************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:36 Thursday 05 June 2025 05:59:15 -0400 (0:00:00.835) 0:00:02.939 ********* changed: [managed-node1] => { "changed": true, "checksum": "93107c9d5a4ff3ee0b033e488b9a04cd56ec2ad1", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "md5sum": "f3eb103789308494b42f32d02504378f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 2833, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:43 Thursday 05 June 2025 05:59:16 -0400 (0:00:00.383) 0:00:03.322 ********* changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Reload systemd to ensure startlimit changes take effect upon restart] **** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 Thursday 05 June 2025 05:59:16 -0400 (0:00:00.381) 0:00:03.704 ********* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Run the role] ************************************************************ task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:53 Thursday 05 June 2025 05:59:17 -0400 (0:00:00.952) 0:00:04.656 ********* included: fedora.linux_system_roles.journald for managed-node1 TASK [fedora.linux_system_roles.journald : Set platform/version specific variables] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3 Thursday 05 June 2025 05:59:17 -0400 (0:00:00.028) 0:00:04.684 ********* included: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml for managed-node1 TASK [fedora.linux_system_roles.journald : Ensure ansible_facts used by role] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 Thursday 05 June 2025 05:59:17 -0400 (0:00:00.018) 0:00:04.703 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "__journald_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.journald : Check if system is ostree] ********** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Thursday 05 June 2025 05:59:17 -0400 (0:00:00.034) 0:00:04.738 ********* ok: [managed-node1] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.journald : Set flag to indicate system is ostree] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 Thursday 05 June 2025 05:59:17 -0400 (0:00:00.475) 0:00:05.213 ********* ok: [managed-node1] => { "ansible_facts": { "__journald_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.journald : Warn if journald_sync_interval is set in volatile mode] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6 Thursday 05 June 2025 05:59:17 -0400 (0:00:00.021) 0:00:05.235 ********* skipping: [managed-node1] => { "false_condition": "not journald_persistent" } TASK [fedora.linux_system_roles.journald : Ensure required packages are installed] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Thursday 05 June 2025 05:59:17 -0400 (0:00:00.033) 0:00:05.269 ********* ok: [managed-node1] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.journald : Ensure required services are enabled] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Thursday 05 June 2025 05:59:18 -0400 (0:00:00.916) 0:00:06.185 ********* ok: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ActiveEnterTimestampMonotonic": "181725086", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ActiveExitTimestampMonotonic": "181668272", "ActiveState": "active", "After": "system.slice -.mount systemd-journald-dev-log.socket syslog.socket systemd-journald.socket systemd-journald-audit.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:09 EDT", "AssertTimestampMonotonic": "181682718", "Before": "systemd-journal-flush.service systemd-soft-reboot.service soft-reboot.target sysinit.target systemd-tmpfiles-setup.service", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "49653000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime fdstore", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ConditionTimestampMonotonic": "181682716", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "4273", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ExecMainHandoffTimestampMonotonic": "181713676", "ExecMainPID": "8693", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ExecMainStartTimestampMonotonic": "181684641", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; 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": "4224", "FileDescriptorStorePreserve": "yes", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journald.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", "IPAddressDeny": "0.0.0.0/0 ::/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journald.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "ImportCredential": "\"journal.*\"", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:09 EDT", "InactiveEnterTimestampMonotonic": "181677414", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:09 EDT", "InactiveExitTimestampMonotonic": "181685268", "InvocationID": "ca739550d229447bb051575986e102cf", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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": "524288", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8693", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3246673920", "MemoryCurrent": "1515520", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "5095424", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "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": "14", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-250", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassEnvironment": "TERM", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice systemd-journald.socket -.mount", "RequiresMountsFor": "/run/systemd/journal", "Restart": "always", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "0", "RestartUSecNext": "0", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_NETLINK AF_UNIX AF_VSOCK", "RestrictNamespaces": "yes", "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", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeDirectorySymlink": "systemd/journal:", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2025-06-05 05:59:09 EDT", "StateChangeTimestampMonotonic": "181725086", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill landlock_add_rule landlock_create_ruleset landlock_restrict_self lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield seccomp select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-journald.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "initrd-switch-root.target sysinit.target systemd-journal-flush.service", "Wants": "systemd-journald-dev-log.socket systemd-journald.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Thu 2025-06-05 05:59:09 EDT", "WatchdogTimestampMonotonic": "181729827", "WatchdogUSec": "3min" } } ok: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": false, "enabled": true, "item": "systemd-journal-flush.service", "name": "systemd-journal-flush.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ActiveEnterTimestampMonotonic": "182314196", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ActiveExitTimestampMonotonic": "182271261", "ActiveState": "active", "After": "systemd-journald.service systemd-journald.socket -.mount system.slice systemd-quotacheck-root.service systemd-remount-fs.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:10 EDT", "AssertTimestampMonotonic": "182294901", "Before": "systemd-soft-reboot.service soft-reboot.target systemd-tmpfiles-setup.service", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "6799000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "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", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ConditionTimestampMonotonic": "182294891", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroupId": "4351", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "1", "ExecMainExitTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ExecMainExitTimestampMonotonic": "182313926", "ExecMainHandoffTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ExecMainHandoffTimestampMonotonic": "182305292", "ExecMainPID": "8850", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ExecMainStartTimestampMonotonic": "182295574", "ExecMainStatus": "0", "ExecStart": "{ path=journalctl ; argv[]=journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=journalctl ; argv[]=journalctl --flush ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; 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": "/etc/systemd/system/systemd-journal-flush.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": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:10 EDT", "InactiveEnterTimestampMonotonic": "182293999", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:10 EDT", "InactiveExitTimestampMonotonic": "182296286", "InvocationID": "f12ae6250a664683978c5ad0ca72e5ae", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3244728320", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1478656", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "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": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "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", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "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": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2025-06-05 05:59:10 EDT", "StateChangeTimestampMonotonic": "182314196", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-journald.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.journald : Create journald configuration drop-in directory] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 Thursday 05 June 2025 05:59:20 -0400 (0:00:01.110) 0:00:07.295 ********* ok: [managed-node1] => { "changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/systemd/journald.conf.d", "secontext": "unconfined_u:object_r:etc_t:s0", "size": 49, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.journald : Configure persistent journal] ******* task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:36 Thursday 05 June 2025 05:59:20 -0400 (0:00:00.467) 0:00:07.763 ********* included: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml for managed-node1 TASK [fedora.linux_system_roles.journald : Ensure persistent log store exists] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Thursday 05 June 2025 05:59:20 -0400 (0:00:00.038) 0:00:07.802 ********* changed: [managed-node1] => { "changed": true, "gid": 190, "group": "systemd-journal", "mode": "02755", "owner": "root", "path": "/var/log/journal", "secontext": "unconfined_u:object_r:var_log_t:s0", "size": 6, "state": "directory", "uid": 0 } TASK [fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Thursday 05 June 2025 05:59:20 -0400 (0:00:00.396) 0:00:08.198 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-tmpfiles", "--create", "--prefix=/var/log/journal", "/usr/lib/tmpfiles.d/systemd.conf" ], "delta": "0:00:00.034245", "end": "2025-06-05 05:59:21.335432", "rc": 0, "start": "2025-06-05 05:59:21.301187" } TASK [fedora.linux_system_roles.journald : Configure volatile journal] ********* task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:40 Thursday 05 June 2025 05:59:21 -0400 (0:00:00.486) 0:00:08.685 ********* skipping: [managed-node1] => { "changed": false, "false_condition": "not (journald_persistent | bool)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.journald : Deploy journald configuration drop-in] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Thursday 05 June 2025 05:59:21 -0400 (0:00:00.029) 0:00:08.715 ********* Notification for handler Restart journald services has been saved. changed: [managed-node1] => { "changed": true, "checksum": "a3690c13fb037f3b8fd78a62a83c7fae7057ebbb", "dest": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf", "gid": 0, "group": "root", "md5sum": "a71b3a9b3e9ef992056308cedd06d47b", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_conf_t:s0", "size": 254, "src": "/root/.ansible/tmp/ansible-tmp-1749117561.462493-7732-131403689178374/.source.conf", "state": "file", "uid": 0 } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:60 Thursday 05 June 2025 05:59:22 -0400 (0:00:00.790) 0:00:09.506 ********* NOTIFIED HANDLER fedora.linux_system_roles.journald : Restart journald services for managed-node1 META: triggered running handlers for managed-node1 RUNNING HANDLER [fedora.linux_system_roles.journald : Restart journald services] *** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Thursday 05 June 2025 05:59:22 -0400 (0:00:00.002) 0:00:09.508 ********* changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ActiveEnterTimestampMonotonic": "181725086", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ActiveExitTimestampMonotonic": "181668272", "ActiveState": "active", "After": "system.slice -.mount systemd-journald-dev-log.socket syslog.socket systemd-journald.socket systemd-journald-audit.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:09 EDT", "AssertTimestampMonotonic": "181682718", "Before": "systemd-journal-flush.service systemd-soft-reboot.service soft-reboot.target sysinit.target systemd-tmpfiles-setup.service", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "53411000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime fdstore", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ConditionTimestampMonotonic": "181682716", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "4273", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ExecMainHandoffTimestampMonotonic": "181713676", "ExecMainPID": "8693", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:09 EDT", "ExecMainStartTimestampMonotonic": "181684641", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; 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": "4224", "FileDescriptorStorePreserve": "yes", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journald.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", "IPAddressDeny": "0.0.0.0/0 ::/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journald.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "ImportCredential": "\"journal.*\"", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:09 EDT", "InactiveEnterTimestampMonotonic": "181677414", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:09 EDT", "InactiveExitTimestampMonotonic": "181685268", "InvocationID": "ca739550d229447bb051575986e102cf", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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": "524288", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8693", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3196964864", "MemoryCurrent": "1519616", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "5095424", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "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": "14", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-250", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassEnvironment": "TERM", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice systemd-journald.socket -.mount", "RequiresMountsFor": "/run/systemd/journal", "Restart": "always", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "0", "RestartUSecNext": "0", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_NETLINK AF_UNIX AF_VSOCK", "RestrictNamespaces": "yes", "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", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeDirectorySymlink": "systemd/journal:", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2025-06-05 05:59:09 EDT", "StateChangeTimestampMonotonic": "181725086", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill landlock_add_rule landlock_create_ruleset landlock_restrict_self lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield seccomp select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-journald.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "initrd-switch-root.target sysinit.target systemd-journal-flush.service", "Wants": "systemd-journald-dev-log.socket systemd-journald.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Thu 2025-06-05 05:59:09 EDT", "WatchdogTimestampMonotonic": "181729827", "WatchdogUSec": "3min" } } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journal-flush.service", "name": "systemd-journal-flush.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ActiveEnterTimestampMonotonic": "182314196", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ActiveExitTimestampMonotonic": "182271261", "ActiveState": "active", "After": "systemd-journald.service systemd-journald.socket -.mount system.slice systemd-quotacheck-root.service systemd-remount-fs.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:10 EDT", "AssertTimestampMonotonic": "182294901", "Before": "systemd-soft-reboot.service soft-reboot.target systemd-tmpfiles-setup.service", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "6799000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "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", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ConditionTimestampMonotonic": "182294891", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroupId": "4351", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "1", "ExecMainExitTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ExecMainExitTimestampMonotonic": "182313926", "ExecMainHandoffTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ExecMainHandoffTimestampMonotonic": "182305292", "ExecMainPID": "8850", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:10 EDT", "ExecMainStartTimestampMonotonic": "182295574", "ExecMainStatus": "0", "ExecStart": "{ path=journalctl ; argv[]=journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=journalctl ; argv[]=journalctl --flush ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; 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": "/etc/systemd/system/systemd-journal-flush.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": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:10 EDT", "InactiveEnterTimestampMonotonic": "182293999", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:10 EDT", "InactiveExitTimestampMonotonic": "182296286", "InvocationID": "f12ae6250a664683978c5ad0ca72e5ae", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3202908160", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1478656", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "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": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "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", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "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": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Thu 2025-06-05 05:59:10 EDT", "StateChangeTimestampMonotonic": "182314196", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-journald.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get systemd-journald service state] ************************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:63 Thursday 05 June 2025 05:59:23 -0400 (0:00:01.242) 0:00:10.751 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "--property", "SubState", "systemd-journald.service" ], "delta": "0:00:00.011101", "end": "2025-06-05 05:59:23.787018", "rc": 0, "start": "2025-06-05 05:59:23.775917" } STDOUT: SubState=running TASK [Verify that systemd-journald is running] ********************************* task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:70 Thursday 05 June 2025 05:59:23 -0400 (0:00:00.383) 0:00:11.134 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that syslog is set properly] ************************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:74 Thursday 05 June 2025 05:59:23 -0400 (0:00:00.016) 0:00:11.151 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "ForwardToSyslog=yes", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:01.004255", "end": "2025-06-05 05:59:25.190813", "rc": 0, "start": "2025-06-05 05:59:24.186558" } STDOUT: ForwardToSyslog=yes TASK [Verify that rate limit interval is set properly] ************************* task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:80 Thursday 05 June 2025 05:59:25 -0400 (0:00:01.388) 0:00:12.540 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitIntervalSec=2s", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003267", "end": "2025-06-05 05:59:25.571949", "rc": 0, "start": "2025-06-05 05:59:25.568682" } STDOUT: RateLimitIntervalSec=2s TASK [Verify that rate limit burst is set properly] **************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:86 Thursday 05 June 2025 05:59:25 -0400 (0:00:00.379) 0:00:12.919 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitBurst=2000", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003424", "end": "2025-06-05 05:59:25.952078", "rc": 0, "start": "2025-06-05 05:59:25.948654" } STDOUT: RateLimitBurst=2000 TASK [Verify that system keep free is set properly] **************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92 Thursday 05 June 2025 05:59:26 -0400 (0:00:00.380) 0:00:13.300 ********* fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": [ "grep", "SystemKeepFree=10", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003392", "end": "2025-06-05 05:59:26.334632", "rc": 1, "start": "2025-06-05 05:59:26.331240" } MSG: non-zero return code TASK [Debug] ******************************************************************* task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 Thursday 05 June 2025 05:59:26 -0400 (0:00:00.383) 0:00:13.683 ********* fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "set -x\nexec 1>&2\njournalctl -ex\njournalctl -b -u systemd-journald\ncat \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\"\n", "delta": "0:00:00.041863", "end": "2025-06-05 05:59:26.751596", "failed_when_result": true, "rc": 0, "start": "2025-06-05 05:59:26.709733" } STDERR: + exec + journalctl -ex Jun 05 05:56:10 localhost kernel: clk: Disabling unused clocks Jun 05 05:56:10 localhost kernel: PM: genpd: Disabling unused power domains Jun 05 05:56:10 localhost kernel: Freeing unused decrypted memory: 2028K Jun 05 05:56:10 localhost kernel: Freeing unused kernel image (initmem) memory: 4340K Jun 05 05:56:10 localhost kernel: Write protecting the kernel read-only data: 32768k Jun 05 05:56:10 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 168K Jun 05 05:56:10 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Jun 05 05:56:10 localhost kernel: x86/mm: Checking user space page tables Jun 05 05:56:10 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Jun 05 05:56:10 localhost kernel: Run /init as init process Jun 05 05:56:10 localhost kernel: with arguments: Jun 05 05:56:10 localhost kernel: /init Jun 05 05:56:10 localhost kernel: rhgb Jun 05 05:56:10 localhost kernel: with environment: Jun 05 05:56:10 localhost kernel: HOME=/ Jun 05 05:56:10 localhost kernel: TERM=linux Jun 05 05:56:10 localhost kernel: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-89.el10.x86_64 Jun 05 05:56:10 localhost systemd[1]: Successfully made /usr/ read-only. Jun 05 05:56:10 localhost systemd[1]: systemd 257-11.el10-g3ddb4df 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) Jun 05 05:56:10 localhost systemd[1]: Detected virtualization xen. Jun 05 05:56:10 localhost systemd[1]: Detected architecture x86-64. Jun 05 05:56:10 localhost systemd[1]: Running in initrd. Jun 05 05:56:10 localhost systemd[1]: No hostname configured, using default hostname. Jun 05 05:56:10 localhost systemd[1]: Hostname set to . Jun 05 05:56:10 localhost systemd[1]: Queued start job for default target initrd.target. Jun 05 05:56:10 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. Jun 05 05:56:10 localhost systemd[1]: Expecting device dev-disk-by\x2duuid-4432508d\x2d06ca\x2d4915\x2da295\x2d51834f9881c2.device - /dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2... Jun 05 05:56:10 localhost systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System. Jun 05 05:56:10 localhost systemd[1]: Reached target paths.target - Path Units. Jun 05 05:56:10 localhost systemd[1]: Reached target slices.target - Slice Units. Jun 05 05:56:10 localhost systemd[1]: Reached target swap.target - Swaps. Jun 05 05:56:10 localhost systemd[1]: Reached target timers.target - Timer Units. Jun 05 05:56:10 localhost systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). Jun 05 05:56:10 localhost systemd[1]: Listening on systemd-journald.socket - Journal Sockets. Jun 05 05:56:10 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. Jun 05 05:56:10 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. Jun 05 05:56:10 localhost systemd[1]: Reached target sockets.target - Socket Units. Jun 05 05:56:10 localhost kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 Jun 05 05:56:10 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Jun 05 05:56:10 localhost systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met. Jun 05 05:56:10 localhost systemd[1]: Starting systemd-journald.service - Journal Service... Jun 05 05:56:10 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met. Jun 05 05:56:10 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Jun 05 05:56:10 localhost systemd-journald[256]: Collecting audit messages is disabled. Jun 05 05:56:10 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... Jun 05 05:56:10 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. Jun 05 05:56:10 localhost systemd-journald[256]: 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. Jun 05 05:56:10 localhost systemd-journald[256]: Runtime Journal (/run/log/journal/94714a4fed044297b39f9ef7810c78e6) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/94714a4fed044297b39f9ef7810c78e6) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 684.5M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M 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. Jun 05 05:56:10 localhost systemd[1]: Started systemd-journald.service - Journal Service. Jun 05 05:56:10 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 24. Jun 05 05:56:10 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 28. Jun 05 05:56:10 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 28. Jun 05 05:56:10 localhost systemd[1]: Starting systemd-sysusers.service - Create System Users... â–‘â–‘ Subject: A start job for unit systemd-sysusers.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-sysusers.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 9. Jun 05 05:56:10 localhost systemd-sysusers[272]: Creating group 'nobody' with GID 65534. Jun 05 05:56:10 localhost systemd-sysusers[272]: Creating group 'users' with GID 100. Jun 05 05:56:10 localhost systemd-sysusers[272]: Creating group 'systemd-journal' with GID 190. Jun 05 05:56:10 localhost systemd[1]: Finished systemd-sysusers.service - Create System Users. â–‘â–‘ 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 9. Jun 05 05:56:10 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 16. Jun 05 05:56:10 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 16. Jun 05 05:56:11 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 44. Jun 05 05:56:11 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 17. Jun 05 05:56:11 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 7. Jun 05 05:56:11 localhost systemd[1]: dracut-cmdline-ask.service - dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit dracut-cmdline-ask.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-cmdline-ask.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 43. Jun 05 05:56:11 localhost systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook... â–‘â–‘ Subject: A start job for unit dracut-cmdline.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-cmdline.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 49. Jun 05 05:56:11 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 29. Jun 05 05:56:11 localhost dracut-cmdline[281]: dracut-105-4.el10 Jun 05 05:56:11 localhost dracut-cmdline[281]: Using kernel command line parameters: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-89.el10.x86_64 root=UUID=4432508d-06ca-4915-a295-51834f9881c2 ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 Jun 05 05:56:11 localhost systemd-tmpfiles[282]: /usr/lib/tmpfiles.d/var.conf:14: Duplicate line for path "/var/log", ignoring. Jun 05 05:56:11 localhost systemd[1]: Finished dracut-cmdline.service - dracut cmdline hook. â–‘â–‘ Subject: A start job for unit dracut-cmdline.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-cmdline.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 49. Jun 05 05:56:11 localhost systemd[1]: Starting dracut-pre-udev.service - dracut pre-udev hook... â–‘â–‘ Subject: A start job for unit dracut-pre-udev.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-udev.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 48. Jun 05 05:56:11 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 29. Jun 05 05:56:11 localhost systemd[1]: Finished dracut-pre-udev.service - dracut pre-udev hook. â–‘â–‘ Subject: A start job for unit dracut-pre-udev.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-udev.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 48. Jun 05 05:56:11 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 19. Jun 05 05:56:11 localhost systemd-udevd[351]: Using default interface naming scheme 'rhel-10.0'. Jun 05 05:56:11 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 19. Jun 05 05:56:11 localhost systemd[1]: dracut-pre-trigger.service - dracut pre-trigger hook was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit dracut-pre-trigger.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-trigger.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 47. Jun 05 05:56:11 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... â–‘â–‘ Subject: A start job for unit systemd-udev-trigger.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udev-trigger.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 18. Jun 05 05:56:11 localhost systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. â–‘â–‘ Subject: A start job for unit system-modprobe.slice has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit system-modprobe.slice has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 57. Jun 05 05:56:11 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 56. Jun 05 05:56:11 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 18. Jun 05 05:56:11 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. Jun 05 05:56:11 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 56. Jun 05 05:56:11 localhost systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... â–‘â–‘ Subject: A start job for unit sys-kernel-config.mount has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sys-kernel-config.mount has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 55. Jun 05 05:56:11 localhost systemd[1]: dracut-initqueue.service - dracut initqueue hook was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit dracut-initqueue.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-initqueue.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 50. Jun 05 05:56:11 localhost 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 51. Jun 05 05:56:11 localhost 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 35. Jun 05 05:56:11 localhost systemd[1]: Starting dracut-pre-mount.service - dracut pre-mount hook... â–‘â–‘ Subject: A start job for unit dracut-pre-mount.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-mount.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 53. Jun 05 05:56:11 localhost systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. â–‘â–‘ Subject: A start job for unit sys-kernel-config.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sys-kernel-config.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 55. Jun 05 05:56:11 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 3. Jun 05 05:56:11 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 2. Jun 05 05:56:11 localhost systemd[1]: Finished dracut-pre-mount.service - dracut pre-mount hook. â–‘â–‘ Subject: A start job for unit dracut-pre-mount.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-mount.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 53. Jun 05 05:56:11 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver Jun 05 05:56:11 localhost kernel: Invalid max_queues (4), will use default max: 2. Jun 05 05:56:11 localhost kernel: libata version 3.00 loaded. Jun 05 05:56:11 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; bounce buffer: disabled; Jun 05 05:56:11 localhost kernel: ata_piix 0000:00:01.1: version 2.13 Jun 05 05:56:11 localhost kernel: scsi host0: ata_piix Jun 05 05:56:11 localhost kernel: scsi host1: ata_piix Jun 05 05:56:11 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 lpm-pol 0 Jun 05 05:56:11 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 lpm-pol 0 Jun 05 05:56: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. Jun 05 05:56: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 61 and the job result is done. Jun 05 05:56:11 localhost systemd[1]: Stopping systemd-vconsole-setup.service - Virtual Console Setup... â–‘â–‘ Subject: A stop job for unit systemd-vconsole-setup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-vconsole-setup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 61. Jun 05 05:56:11 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 61. Jun 05 05:56:11 localhost kernel: GPT:Primary header thinks Alt. header is not at the end of the disk. Jun 05 05:56:11 localhost kernel: GPT:12582911 != 524287999 Jun 05 05:56:11 localhost kernel: GPT:Alternate GPT header not at the end of the disk. Jun 05 05:56:11 localhost kernel: GPT:12582911 != 524287999 Jun 05 05:56:11 localhost kernel: GPT: Use GNU Parted to correct GPT errors. Jun 05 05:56:11 localhost kernel: xvda: xvda1 xvda2 Jun 05 05:56:12 localhost systemd[1]: Found device dev-disk-by\x2duuid-4432508d\x2d06ca\x2d4915\x2da295\x2d51834f9881c2.device - /dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2. â–‘â–‘ Subject: A start job for unit dev-disk-by\x2duuid-4432508d\x2d06ca\x2d4915\x2da295\x2d51834f9881c2.device has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dev-disk-by\x2duuid-4432508d\x2d06ca\x2d4915\x2da295\x2d51834f9881c2.device has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 39. Jun 05 05:56:12 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 61. Jun 05 05:56:12 localhost systemd[1]: Reached target initrd-root-device.target - Initrd Root Device. â–‘â–‘ Subject: A start job for unit initrd-root-device.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-root-device.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 42. Jun 05 05:56:12 localhost systemd[1]: Starting systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2... â–‘â–‘ Subject: A start job for unit systemd-fsck-root.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-fsck-root.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 40. Jun 05 05:56:12 localhost systemd-fsck[410]: /usr/sbin/fsck.xfs: XFS file system. Jun 05 05:56:12 localhost systemd[1]: Finished systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2. â–‘â–‘ Subject: A start job for unit systemd-fsck-root.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-fsck-root.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 40. Jun 05 05:56:12 localhost systemd[1]: Mounting sysroot.mount - /sysroot... â–‘â–‘ Subject: A start job for unit sysroot.mount has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sysroot.mount has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 38. Jun 05 05:56:13 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled Jun 05 05:56:13 localhost kernel: XFS (xvda2): Mounting V5 Filesystem 4432508d-06ca-4915-a295-51834f9881c2 Jun 05 05:56:14 localhost kernel: XFS (xvda2): Ending clean mount Jun 05 05:56:14 localhost systemd[1]: Mounted sysroot.mount - /sysroot. â–‘â–‘ Subject: A start job for unit sysroot.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sysroot.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 38. Jun 05 05:56:14 localhost systemd[1]: Reached target initrd-root-fs.target - Initrd Root File System. â–‘â–‘ Subject: A start job for unit initrd-root-fs.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-root-fs.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 37. Jun 05 05:56:14 localhost systemd[1]: Starting initrd-parse-etc.service - Mountpoints Configured in the Real Root... â–‘â–‘ Subject: A start job for unit initrd-parse-etc.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-parse-etc.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 36. Jun 05 05:56:14 localhost systemd[1]: initrd-parse-etc.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit initrd-parse-etc.service has successfully entered the 'dead' state. Jun 05 05:56:14 localhost systemd[1]: Finished initrd-parse-etc.service - Mountpoints Configured in the Real Root. â–‘â–‘ Subject: A start job for unit initrd-parse-etc.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-parse-etc.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 36. Jun 05 05:56:14 localhost systemd[1]: Reached target initrd-fs.target - Initrd File Systems. â–‘â–‘ Subject: A start job for unit initrd-fs.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-fs.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 45. Jun 05 05:56:14 localhost systemd[1]: Reached target initrd.target - Initrd Default Target. â–‘â–‘ Subject: A start job for unit initrd.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1. Jun 05 05:56:14 localhost systemd[1]: dracut-mount.service - dracut mount hook was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit dracut-mount.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-mount.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 54. Jun 05 05:56:14 localhost systemd[1]: Starting dracut-pre-pivot.service - dracut pre-pivot and cleanup hook... â–‘â–‘ Subject: A start job for unit dracut-pre-pivot.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-pivot.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 34. Jun 05 05:56:14 localhost systemd[1]: Finished dracut-pre-pivot.service - dracut pre-pivot and cleanup hook. â–‘â–‘ Subject: A start job for unit dracut-pre-pivot.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-pivot.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 34. Jun 05 05:56:14 localhost systemd[1]: Starting initrd-cleanup.service - Cleaning Up and Shutting Down Daemons... â–‘â–‘ Subject: A start job for unit initrd-cleanup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-cleanup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 64. Jun 05 05:56:14 localhost systemd[1]: Stopped target timers.target - Timer Units. â–‘â–‘ Subject: A stop job for unit timers.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit timers.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 99 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: dracut-pre-pivot.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit dracut-pre-pivot.service has successfully entered the 'dead' state. Jun 05 05:56:14 localhost systemd[1]: Stopped dracut-pre-pivot.service - dracut pre-pivot and cleanup hook. â–‘â–‘ Subject: A stop job for unit dracut-pre-pivot.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit dracut-pre-pivot.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 111 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped target initrd.target - Initrd Default Target. â–‘â–‘ Subject: A stop job for unit initrd.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit initrd.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 101 and the job result is done. Jun 05 05:56:14 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 100 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped target initrd-root-device.target - Initrd Root Device. â–‘â–‘ Subject: A stop job for unit initrd-root-device.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit initrd-root-device.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 115 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped target initrd-usr-fs.target - Initrd /usr File System. â–‘â–‘ Subject: A stop job for unit initrd-usr-fs.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit initrd-usr-fs.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 110 and the job result is done. Jun 05 05:56:14 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 103 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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. Jun 05 05:56:14 localhost systemd[1]: Stopped target remote-fs.target - Remote File Systems. â–‘â–‘ Subject: A stop job for unit remote-fs.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit remote-fs.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 112 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped target remote-fs-pre.target - Preparation for Remote File Systems. â–‘â–‘ Subject: A stop job for unit remote-fs-pre.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit remote-fs-pre.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 98 and the job result is done. Jun 05 05:56:14 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 102 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 118 and the job result is done. Jun 05 05:56:14 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 104 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit dracut-pre-mount.service has successfully entered the 'dead' state. Jun 05 05:56:14 localhost systemd[1]: Stopped dracut-pre-mount.service - dracut pre-mount hook. â–‘â–‘ Subject: A stop job for unit dracut-pre-mount.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit dracut-pre-mount.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 107 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 116 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 96 and the job result is done. Jun 05 05:56:14 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 114 and the job result is done. Jun 05 05:56:14 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 106 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 78 and the job result is done. Jun 05 05:56:14 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 79. Jun 05 05:56:14 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. Jun 05 05:56:14 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 113 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 79 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: initrd-cleanup.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit initrd-cleanup.service has successfully entered the 'dead' state. Jun 05 05:56:14 localhost systemd[1]: Finished initrd-cleanup.service - Cleaning Up and Shutting Down Daemons. â–‘â–‘ Subject: A start job for unit initrd-cleanup.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-cleanup.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 64. Jun 05 05:56:14 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. Jun 05 05:56:14 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 81 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 77 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 109 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 108 and the job result is done. Jun 05 05:56:14 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 76. Jun 05 05:56:14 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. Jun 05 05:56:14 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 93 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 97 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 94 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 117 and the job result is done. Jun 05 05:56:14 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. Jun 05 05:56:14 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 76. Jun 05 05:56:14 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 67. Jun 05 05:56:14 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 82. Jun 05 05:56:14 localhost systemd[1]: Switching root. Jun 05 05:56:14 localhost systemd-journald[256]: 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. Jun 05 05:56:22 localhost systemd-journald[256]: Received SIGTERM from PID 1 (systemd). Jun 05 05:56:22 localhost kernel: audit: type=1404 audit(1749117377.940:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Jun 05 05:56:22 localhost kernel: SELinux: policy capability network_peer_controls=1 Jun 05 05:56:22 localhost kernel: SELinux: policy capability open_perms=1 Jun 05 05:56:22 localhost kernel: SELinux: policy capability extended_socket_class=1 Jun 05 05:56:22 localhost kernel: SELinux: policy capability always_check_network=0 Jun 05 05:56:22 localhost kernel: SELinux: policy capability cgroup_seclabel=1 Jun 05 05:56:22 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1 Jun 05 05:56:22 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jun 05 05:56:22 localhost kernel: SELinux: policy capability ioctl_skip_cloexec=0 Jun 05 05:56:22 localhost kernel: SELinux: policy capability userspace_initial_context=0 Jun 05 05:56:22 localhost kernel: audit: type=1403 audit(1749117378.252:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Jun 05 05:56:22 localhost systemd[1]: Successfully loaded SELinux policy in 314.763ms. Jun 05 05:56:22 localhost systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 10.610ms. Jun 05 05:56:22 localhost systemd[1]: systemd 257-11.el10-g3ddb4df 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) Jun 05 05:56:22 localhost systemd[1]: Detected virtualization xen. Jun 05 05:56:22 localhost systemd[1]: Detected architecture x86-64. Jun 05 05:56:22 localhost systemd[1]: Initializing machine ID from SMBIOS/DMI UUID. Jun 05 05:56:22 localhost systemd[1]: Installed transient /etc/machine-id file. Jun 05 05:56:22 localhost systemd[1]: bpf-restrict-fs: LSM BPF program attached Jun 05 05:56:22 localhost kernel: Guest personality initialized and is inactive Jun 05 05:56:22 localhost kernel: VMCI host device registered (name=vmci, major=10, minor=122) Jun 05 05:56:22 localhost kernel: Initialized host personality Jun 05 05:56:22 localhost kernel: NET: Registered PF_VSOCK protocol family Jun 05 05:56:22 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully. Jun 05 05:56:22 localhost systemd[1]: Stopped initrd-switch-root.service - Switch Root. Jun 05 05:56:22 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Jun 05 05:56:22 localhost systemd[1]: Created slice system-getty.slice - Slice /system/getty. Jun 05 05:56:22 localhost systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. Jun 05 05:56:22 localhost systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen. Jun 05 05:56:22 localhost systemd[1]: Created slice user.slice - User and Session Slice. Jun 05 05:56:22 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. Jun 05 05:56:22 localhost systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. Jun 05 05:56:22 localhost systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. Jun 05 05:56:22 localhost systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... Jun 05 05:56:22 localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. Jun 05 05:56:22 localhost systemd[1]: Stopped target initrd-switch-root.target - Switch Root. Jun 05 05:56:22 localhost systemd[1]: Stopped target initrd-fs.target - Initrd File Systems. Jun 05 05:56:22 localhost systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System. Jun 05 05:56:22 localhost systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. Jun 05 05:56:22 localhost systemd[1]: Reached target paths.target - Path Units. Jun 05 05:56:22 localhost systemd[1]: Reached target slices.target - Slice Units. Jun 05 05:56:22 localhost systemd[1]: Reached target swap.target - Swaps. Jun 05 05:56:22 localhost systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. Jun 05 05:56:22 localhost systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. Jun 05 05:56:22 localhost systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. Jun 05 05:56:22 localhost systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. Jun 05 05:56:22 localhost systemd[1]: Reached target rpcbind.target - RPC Port Mapper. Jun 05 05:56:22 localhost systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket. Jun 05 05:56:22 localhost systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. Jun 05 05:56:22 localhost systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. Jun 05 05:56:22 localhost systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Jun 05 05:56:22 localhost systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Jun 05 05:56:22 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. Jun 05 05:56:22 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. Jun 05 05:56:22 localhost systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket. Jun 05 05:56:22 localhost systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Jun 05 05:56:22 localhost systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Jun 05 05:56:22 localhost systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Jun 05 05:56:22 localhost systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Jun 05 05:56:22 localhost systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). Jun 05 05:56:22 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). Jun 05 05:56:22 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Jun 05 05:56:22 localhost systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Jun 05 05:56:22 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... Jun 05 05:56:22 localhost systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... Jun 05 05:56:22 localhost systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... Jun 05 05:56:22 localhost systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Jun 05 05:56:22 localhost systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... Jun 05 05:56:22 localhost systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... Jun 05 05:56:22 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. Jun 05 05:56:22 localhost systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device. Jun 05 05:56:22 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). Jun 05 05:56:22 localhost systemd[1]: Starting systemd-journald.service - Journal Service... Jun 05 05:56:22 localhost kernel: loop: module loaded Jun 05 05:56:22 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met. Jun 05 05:56:22 localhost systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... Jun 05 05:56:22 localhost systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Jun 05 05:56:22 localhost systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Jun 05 05:56:22 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Jun 05 05:56:22 localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. Jun 05 05:56:22 localhost kernel: device-mapper: uevent: version 1.0.3 Jun 05 05:56:22 localhost kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev Jun 05 05:56:22 localhost kernel: fuse: init (API version 7.41) Jun 05 05:56:22 localhost systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). Jun 05 05:56:22 localhost systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... Jun 05 05:56:22 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Jun 05 05:56:22 localhost systemd-journald[517]: Collecting audit messages is disabled. Jun 05 05:56:22 localhost systemd-journald[517]: 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. Jun 05 05:56:22 localhost systemd-journald[517]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.4M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M 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. Jun 05 05:56:19 localhost systemd-rc-local-generator[471]: /etc/rc.d/rc.local is not marked executable, skipping. Jun 05 05:56:22 localhost systemd[1]: Queued start job for default target multi-user.target. Jun 05 05:56:22 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. Jun 05 05:56:22 localhost systemd[1]: Started systemd-journald.service - Journal Service. Jun 05 05:56:22 localhost systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. â–‘â–‘ Subject: A start job for unit dev-hugepages.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dev-hugepages.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 154. Jun 05 05:56:22 localhost systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. â–‘â–‘ Subject: A start job for unit dev-mqueue.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dev-mqueue.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 155. Jun 05 05:56:22 localhost systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. â–‘â–‘ Subject: A start job for unit sys-kernel-debug.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sys-kernel-debug.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 192. Jun 05 05:56:22 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. â–‘â–‘ Subject: A start job for unit sys-kernel-tracing.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sys-kernel-tracing.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 173. Jun 05 05:56:22 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. â–‘â–‘ Subject: A start job for unit kmod-static-nodes.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit kmod-static-nodes.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 130. Jun 05 05:56:22 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. Jun 05 05:56:22 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 153. Jun 05 05:56:22 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. Jun 05 05:56:22 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 198. Jun 05 05:56:22 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. Jun 05 05:56:22 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 281. Jun 05 05:56:22 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. Jun 05 05:56:22 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 140. Jun 05 05:56:22 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. Jun 05 05:56:22 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 151. Jun 05 05:56:22 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. Jun 05 05:56:22 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 199. Jun 05 05:56:22 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 156. Jun 05 05:56:22 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 180. Jun 05 05:56:22 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 150. Jun 05 05:56:22 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 175. Jun 05 05:56:22 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 168. Jun 05 05:56:22 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 139. Jun 05 05:56:22 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 143. Jun 05 05:56:22 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 197. Jun 05 05:56:22 localhost systemd-journald[517]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.4M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M 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. Jun 05 05:56:22 localhost systemd-journald[517]: Received client request to flush runtime journal. Jun 05 05:56:22 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 196. Jun 05 05:56:22 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 171. Jun 05 05:56:22 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 185. Jun 05 05:56:22 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 150. Jun 05 05:56:22 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 168. Jun 05 05:56:22 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 143. Jun 05 05:56:23 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 181. Jun 05 05:56:23 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 165. Jun 05 05:56:23 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 294. Jun 05 05:56:23 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 294. Jun 05 05:56:23 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 196. Jun 05 05:56:23 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 170. Jun 05 05:56:23 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 160. Jun 05 05:56:23 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 160. Jun 05 05:56:23 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 182. Jun 05 05:56:23 localhost systemd-udevd[561]: Using default interface naming scheme 'rhel-10.0'. Jun 05 05:56:23 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 182. Jun 05 05:56:23 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 302. Jun 05 05:56:23 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. Jun 05 05:56:23 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 302. Jun 05 05:56:23 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 267. Jun 05 05:56:23 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 162. Jun 05 05:56:23 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 161. Jun 05 05:56:23 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 179. Jun 05 05:56:23 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 209. Jun 05 05:56:23 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 206. Jun 05 05:56:23 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 188. Jun 05 05:56:23 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 176. Jun 05 05:56:23 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 142. Jun 05 05:56:23 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 133. Jun 05 05:56:23 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 193. Jun 05 05:56:23 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 191. Jun 05 05:56:23 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Jun 05 05:56:23 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Jun 05 05:56:24 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Jun 05 05:56:24 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 191. Jun 05 05:56:24 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 236. Jun 05 05:56:24 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 273. Jun 05 05:56:24 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 164. Jun 05 05:56:24 localhost (udev-worker)[572]: Network interface NamePolicy= disabled on kernel command line. Jun 05 05:56:24 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Jun 05 05:56:24 localhost kernel: RPC: Registered named UNIX socket transport module. Jun 05 05:56:24 localhost kernel: RPC: Registered udp transport module. Jun 05 05:56:24 localhost kernel: RPC: Registered tcp transport module. Jun 05 05:56:24 localhost kernel: RPC: Registered tcp-with-tls transport module. Jun 05 05:56:24 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Jun 05 05:56:24 localhost kernel: Console: switching to colour dummy device 80x25 Jun 05 05:56:24 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0 Jun 05 05:56:24 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device Jun 05 05:56:24 localhost kernel: Console: switching to colour frame buffer device 128x48 Jun 05 05:56:24 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Jun 05 05:56:24 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 256. Jun 05 05:56:24 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 167. Jun 05 05:56:24 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 144. Jun 05 05:56:24 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 194. Jun 05 05:56:24 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 135. Jun 05 05:56:24 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 166. Jun 05 05:56:24 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 236. Jun 05 05:56:24 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 235. Jun 05 05:56:24 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 308. Jun 05 05:56:24 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. Jun 05 05:56:24 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 308 and the job result is done. Jun 05 05:56:24 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 308. Jun 05 05:56:24 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. Jun 05 05:56:24 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 135. Jun 05 05:56:24 localhost auditd[622]: No plugins found, not dispatching events Jun 05 05:56:24 localhost auditd[622]: Init complete, auditd 4.0.3 listening for events (startup state enable) Jun 05 05:56:24 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 273. Jun 05 05:56:24 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 240. Jun 05 05:56:24 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 261. Jun 05 05:56:24 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 256. Jun 05 05:56:24 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 261. Jun 05 05:56:24 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 308. Jun 05 05:56:24 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 123. Jun 05 05:56:24 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 219. Jun 05 05:56:24 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 227. Jun 05 05:56:24 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 225. Jun 05 05:56:24 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 226. Jun 05 05:56:24 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 218. Jun 05 05:56:24 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 204. Jun 05 05:56:24 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 208. Jun 05 05:56:24 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 210. Jun 05 05:56:24 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 211. Jun 05 05:56:24 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 207. Jun 05 05:56:24 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 215. Jun 05 05:56:24 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 200. Jun 05 05:56:24 localhost augenrules[626]: /usr/sbin/augenrules: No change Jun 05 05:56:24 localhost augenrules[645]: No rules Jun 05 05:56:24 localhost augenrules[645]: enabled 1 Jun 05 05:56:24 localhost augenrules[645]: failure 1 Jun 05 05:56:24 localhost augenrules[645]: pid 622 Jun 05 05:56:24 localhost augenrules[645]: rate_limit 0 Jun 05 05:56:24 localhost augenrules[645]: backlog_limit 8192 Jun 05 05:56:24 localhost augenrules[645]: lost 0 Jun 05 05:56:24 localhost augenrules[645]: backlog 0 Jun 05 05:56:24 localhost augenrules[645]: backlog_wait_time 60000 Jun 05 05:56:24 localhost augenrules[645]: backlog_wait_time_actual 0 Jun 05 05:56:24 localhost augenrules[645]: enabled 1 Jun 05 05:56:24 localhost augenrules[645]: failure 1 Jun 05 05:56:24 localhost augenrules[645]: pid 622 Jun 05 05:56:24 localhost augenrules[645]: rate_limit 0 Jun 05 05:56:24 localhost augenrules[645]: backlog_limit 8192 Jun 05 05:56:24 localhost augenrules[645]: lost 0 Jun 05 05:56:24 localhost augenrules[645]: backlog 0 Jun 05 05:56:24 localhost augenrules[645]: backlog_wait_time 60000 Jun 05 05:56:24 localhost augenrules[645]: backlog_wait_time_actual 0 Jun 05 05:56:24 localhost augenrules[645]: enabled 1 Jun 05 05:56:24 localhost augenrules[645]: failure 1 Jun 05 05:56:24 localhost augenrules[645]: pid 622 Jun 05 05:56:24 localhost augenrules[645]: rate_limit 0 Jun 05 05:56:24 localhost augenrules[645]: backlog_limit 8192 Jun 05 05:56:24 localhost augenrules[645]: lost 0 Jun 05 05:56:24 localhost augenrules[645]: backlog 0 Jun 05 05:56:24 localhost augenrules[645]: backlog_wait_time 60000 Jun 05 05:56:24 localhost augenrules[645]: backlog_wait_time_actual 0 Jun 05 05:56:25 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 223. Jun 05 05:56:25 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 178. Jun 05 05:56:25 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. Jun 05 05:56:25 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 240. Jun 05 05:56:25 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 223. Jun 05 05:56:25 localhost dbus-broker-launch[652]: Ready Jun 05 05:56:25 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 122. Jun 05 05:56:25 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 257. Jun 05 05:56:25 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 243. Jun 05 05:56:25 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 187. Jun 05 05:56:25 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 277. Jun 05 05:56:25 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 276. Jun 05 05:56:25 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 251. Jun 05 05:56:25 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 247. Jun 05 05:56:25 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 249. Jun 05 05:56:25 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 250. Jun 05 05:56:25 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 246. Jun 05 05:56:25 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 262. Jun 05 05:56:25 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 263. Jun 05 05:56:25 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 279. Jun 05 05:56:25 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 187. Jun 05 05:56:25 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. Jun 05 05:56:25 localhost systemd-logind[661]: Watching system buttons on /dev/input/event0 (Power Button) Jun 05 05:56:25 localhost systemd-logind[661]: Watching system buttons on /dev/input/event1 (Sleep Button) Jun 05 05:56:25 localhost systemd-logind[661]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Jun 05 05:56:25 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 279. Jun 05 05:56:26 localhost chronyd[672]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Jun 05 05:56:26 localhost chronyd[672]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Jun 05 05:56:26 localhost chronyd[672]: Loaded seccomp filter (level 2) Jun 05 05:56:26 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 257. Jun 05 05:56:26 localhost rngd[660]: Disabling 7: PKCS11 Entropy generator (pkcs11) Jun 05 05:56:26 localhost rngd[660]: Disabling 5: NIST Network Entropy Beacon (nist) Jun 05 05:56:26 localhost rngd[660]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Jun 05 05:56:26 localhost rngd[660]: Disabling 10: Named pipe entropy input (namedpipe) Jun 05 05:56:26 localhost rngd[660]: Initializing available sources Jun 05 05:56:26 localhost rngd[660]: [hwrng ]: Initialization Failed Jun 05 05:56:26 localhost rngd[660]: [rdrand]: Enabling RDRAND rng support Jun 05 05:56:26 localhost rngd[660]: [rdrand]: Initialized Jun 05 05:56:26 localhost rngd[660]: [jitter]: JITTER timeout set to 5 sec Jun 05 05:56:26 localhost rngd[660]: [jitter]: Initializing AES buffer Jun 05 05:56:31 localhost rngd[660]: [jitter]: Unable to obtain AES key, disabling JITTER source Jun 05 05:56:31 localhost rngd[660]: [jitter]: Initialization Failed Jun 05 05:56:31 localhost rngd[660]: Process privileges have been dropped to 2:2 Jun 05 05:56:32 localhost cloud-init[679]: Cloud-init v. 24.4-5.el10 running 'init-local' at Thu, 05 Jun 2025 09:56:31 +0000. Up 24.13 seconds. Jun 05 05:56:32 localhost dhcpcd[682]: dhcpcd-10.0.6 starting Jun 05 05:56:32 localhost kernel: 8021q: 802.1Q VLAN Support v1.8 Jun 05 05:56:32 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 317. Jun 05 05:56:32 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database Jun 05 05:56:32 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' Jun 05 05:56:32 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' Jun 05 05:56:32 localhost dhcpcd[685]: DUID 00:01:00:01:2f:d4:26:50:02:53:7a:68:dd:a1 Jun 05 05:56:32 localhost dhcpcd[685]: eth0: IAID 7a:68:dd:a1 Jun 05 05:56:32 localhost kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 Jun 05 05:56:32 localhost kernel: cfg80211: failed to load regulatory.db Jun 05 05:56:34 localhost dhcpcd[685]: eth0: soliciting a DHCP lease Jun 05 05:56:34 localhost dhcpcd[685]: eth0: offered 10.31.47.129 from 10.31.44.1 Jun 05 05:56:34 localhost dhcpcd[685]: eth0: leased 10.31.47.129 for 3600 seconds Jun 05 05:56:34 localhost dhcpcd[685]: eth0: adding route to 10.31.44.0/22 Jun 05 05:56:34 localhost dhcpcd[685]: eth0: adding default route via 10.31.44.1 Jun 05 05:56:34 localhost dhcpcd[685]: control command: dhcpcd --dumplease --ipv4only eth0 Jun 05 05:56:34 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 326. Jun 05 05:56:34 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 326. Jun 05 05:56:34 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[707]: Hostname set to (static) Jun 05 05:56:34 ip-10-31-47-129.testing-farm.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 243. Jun 05 05:56:34 ip-10-31-47-129.testing-farm.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 157. Jun 05 05:56:34 ip-10-31-47-129.testing-farm.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 222. Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.6856] NetworkManager (version 1.53.90-1.el10) is starting... (boot:463150dd-1d31-486b-9fca-dd58e02e779d) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.6859] Read config: /etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7021] manager[0x55d7638c0ac0]: monitoring kernel firmware directory '/lib/firmware'. Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7076] hostname: hostname: using hostnamed Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7077] hostname: static hostname changed from (none) to "ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com" Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7092] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7102] manager[0x55d7638c0ac0]: rfkill: Wi-Fi hardware radio set enabled Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7102] manager[0x55d7638c0ac0]: rfkill: WWAN hardware radio set enabled Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7209] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7210] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7211] manager: Networking is enabled by state file Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7220] settings: Loaded settings plugin: keyfile (internal) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.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 404. Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7365] dhcp: init: Using DHCP client 'internal' Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7368] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7386] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7401] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7409] device (lo): Activation: starting connection 'lo' (d01cddf2-4fc3-42ec-80d5-07ca88583771) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7423] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7430] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.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 222. Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7503] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7507] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.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 224. Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7553] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7561] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7564] device (eth0): carrier: link connected Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7567] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.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 221. Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7590] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7600] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7606] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7609] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7615] manager: NetworkManager state is now CONNECTING Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7618] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7626] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full') Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7634] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7653] dhcp4 (eth0): state changed new lease, address=10.31.47.129, acd pending Jun 05 05:56:35 ip-10-31-47-129.testing-farm.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 238. Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 0 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 0 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 48 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 48 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 49 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 49 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 50 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 50 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 51 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 51 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 52 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 52 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 53 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 53 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 54 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 54 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 55 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 55 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 56 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 56 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 57 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 57 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 58 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 58 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 59 affinity: Permission denied Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 59 affinity is now unmanaged Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.9222] dhcp4 (eth0): state changed new lease, address=10.31.47.129 Jun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.9235] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS Jun 05 05:56:35 ip-10-31-47-129.testing-farm.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 404. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.0929] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1020] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1050] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1098] device (lo): Activation: successful, device activated. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1116] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1118] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full') Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1122] manager: NetworkManager state is now CONNECTED_SITE Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1126] device (eth0): Activation: successful, device activated. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1136] manager: NetworkManager state is now CONNECTED_GLOBAL Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1139] manager: startup complete Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 221. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 244. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 238. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 234. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 230. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 231. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 255. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 229. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.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 124. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Added source 10.11.160.238 Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Added source 10.18.100.10 Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Added source 10.2.32.37 Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Added source 10.2.32.38 Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Cloud-init v. 24.4-5.el10 running 'init' at Thu, 05 Jun 2025 09:56:36 +0000. Up 28.62 seconds. Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | eth0 | True | 10.31.47.129 | 255.255.252.0 | global | 02:53:7a:68:dd:a1 | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | eth0 | True | fe80::53:7aff:fe68:dda1/64 | . | link | 02:53:7a:68:dd:a1 | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | lo | True | ::1/128 | . | host | . | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+---------+-----------+-------+ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | Route | Destination | Gateway | Interface | Flags | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+---------+-----------+-------+ Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | 0 | fe80::/64 | :: | eth0 | U | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | 2 | multicast | :: | eth0 | U | Jun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+---------+-----------+-------+ Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Generating public/private rsa key pair. Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key fingerprint is: Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: SHA256:SI1mYNInZs10+rFVswg0YUnQ1RARftXAGmX67QDcAC8 root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key's randomart image is: Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +---[RSA 3072]----+ Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | ..o+o=O+BB+o=o | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o=.+*o+ =oO. .| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o o* o E Bo. | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | + o + o.o . | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | . S o .| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | .| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +----[SHA256]-----+ Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Generating public/private ecdsa key pair. Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key fingerprint is: Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: SHA256:PIqVXSiJjugsXefZA0oeXc87MARMscc0kDAHt6b08GU root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key's randomart image is: Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +---[ECDSA 256]---+ Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | +=B+o | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | =oB o | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | + * E . | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | . + B @ + | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: |. . * O S o | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: |o. + B = + . | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: |.o. + + o o | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: |. . . | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +----[SHA256]-----+ Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Generating public/private ed25519 key pair. Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key fingerprint is: Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: SHA256:d3d84PMYFWtCx1EMY79s26DFygYo2MMPsMDFNa9rN8o root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key's randomart image is: Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +--[ED25519 256]--+ Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | ...o .=*+| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | . .. o ...++| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o . . ..oo| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | . * . . o++.| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o B S o . O++| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | * . + =.B+| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o + = ..o| Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o o . . | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | E | Jun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +----[SHA256]-----+ Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 244. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 254. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 220. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 253. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 241. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 278. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 232. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sm-notify[884]: Version 2.8.3 starting Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 275. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 245. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 264. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[888]: Server listening on 0.0.0.0 port 22. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[888]: Server listening on :: port 22. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 278. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 245. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 232. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 264. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 239. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 271. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 266. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 265. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com crond[899]: (CRON) STARTUP (1.7.0) Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com crond[899]: (CRON) INFO (Syslog will be used instead of sendmail.) Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com crond[899]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 17% if used.) Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com crond[899]: (CRON) INFO (running with inotify support) Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[923]: Cloud-init v. 24.4-5.el10 running 'modules:config' at Thu, 05 Jun 2025 09:56:38 +0000. Up 30.61 seconds. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com rsyslogd[887]: [origin software="rsyslogd" swVersion="8.2412.0-2.el10" x-pid="887" x-info="https://www.rsyslog.com"] start Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 275. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 121. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 260. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 260. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[888]: Received signal 15; terminating. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 507. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 507 and the job result is done. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 507. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com rsyslogd[887]: imjournal: journal files changed, reloading... [v8.2412.0-2.el10 try https://www.rsyslog.com/e/0 ] Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[935]: Server listening on 0.0.0.0 port 22. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[935]: Server listening on :: port 22. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 507. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 253. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.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 252. Jun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com restraintd[891]: Listening on http://localhost:8081 Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[952]: Cloud-init v. 24.4-5.el10 running 'modules:final' at Thu, 05 Jun 2025 09:56:39 +0000. Up 31.14 seconds. Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[954]: ############################################################# Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[955]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[957]: 256 SHA256:PIqVXSiJjugsXefZA0oeXc87MARMscc0kDAHt6b08GU root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com (ECDSA) Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[959]: 256 SHA256:d3d84PMYFWtCx1EMY79s26DFygYo2MMPsMDFNa9rN8o root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com (ED25519) Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[961]: 3072 SHA256:SI1mYNInZs10+rFVswg0YUnQ1RARftXAGmX67QDcAC8 root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com (RSA) Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[962]: -----END SSH HOST KEY FINGERPRINTS----- Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[963]: ############################################################# Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[952]: Cloud-init v. 24.4-5.el10 finished at Thu, 05 Jun 2025 09:56:39 +0000. Datasource DataSourceEc2Local. Up 31.31 seconds Jun 05 05:56:39 ip-10-31-47-129.testing-farm.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 252. Jun 05 05:56:39 ip-10-31-47-129.testing-farm.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 242. Jun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kdumpctl[902]: kdump: Detected change(s) in the following file(s): /etc/fstab Jun 05 05:56:40 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Jun 05 05:56:40 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kdumpctl[902]: kdump: Rebuilding /boot/initramfs-6.12.0-89.el10.x86_64kdump.img Jun 05 05:56:40 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1429]: dracut-105-4.el10 Jun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1432]: Executing: /usr/bin/dracut --list-modules Jun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1488]: dracut-105-4.el10 Jun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1491]: Executing: /usr/bin/dracut --list-modules Jun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1552]: dracut-105-4.el10 Jun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip --mount "/dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --add squash-erofs --squash-compressor lz4hc --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-6.12.0-89.el10.x86_64kdump.img 6.12.0-89.el10.x86_64 Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmand' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'plymouth' will not be installed, because it's in the list to be omitted! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'multipath' will not be installed, because command 'multipath' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'hwdb' will not be installed, because it's in the list to be omitted! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'resume' will not be installed, because it's in the list to be omitted! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Selected source 108.61.73.243 (2.centos.pool.ntp.org) Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmand' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'multipath' will not be installed, because command 'multipath' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found! Jun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'busybox' will not be installed, because command 'busybox' could not be found! Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: bash *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: shell-interpreter *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fips *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fips-crypto-policies *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-ask-password *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-initrd *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-journald *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-modules-load *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-sysctl *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-sysusers *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-tmpfiles *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-udevd *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: rngd *** Jun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: i18n *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: drm *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: prefixdevname *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kernel-modules *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kernel-modules-extra *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fstab-sys *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: rootfs-block *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: squash-erofs *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: terminfo *** Jun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: udev-rules *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: dracut-systemd *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: usrmount *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: base *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fs-lib *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kdumpbase *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: memstrack *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: microcode_ctl-fw_dir_override *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl module: mangling fw_dir Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: intel: caveats check for kernel version "6.12.0-89.el10.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration "intel-06-4f-01" is ignored Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: openssl *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: shutdown *** Jun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: squash-lib *** Jun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including modules done *** Jun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Installing kernel module dependencies *** Jun 05 05:56:46 ip-10-31-47-129.testing-farm.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. Jun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Installing kernel module dependencies done *** Jun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Resolving executable dependencies *** Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Resolving executable dependencies done *** Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Hardlinking files *** Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Mode: real Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Method: sha256 Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Files: 550 Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Linked: 24 files Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Compared: 0 xattrs Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Compared: 43 files Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Saved: 14.22 MiB Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Duration: 0.256723 seconds Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Hardlinking files done *** Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Generating early-microcode cpio image *** Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Constructing GenuineIntel.bin *** Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Constructing GenuineIntel.bin *** Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Store current command line parameters *** Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Stored kernel commandline: Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: No dracut internal kernel commandline stored in the initramfs Jun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Squashing the files inside the initramfs *** Jun 05 05:56:50 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Squashing the files inside the initramfs done *** Jun 05 05:56:50 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Creating image file '/boot/initramfs-6.12.0-89.el10.x86_64kdump.img' *** Jun 05 05:56:51 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Creating initramfs image file '/boot/initramfs-6.12.0-89.el10.x86_64kdump.img' done *** Jun 05 05:56:52 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kdumpctl[902]: kdump: kexec: loaded kdump kernel Jun 05 05:56:52 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kdumpctl[902]: kdump: Starting kdump: [OK] Jun 05 05:56:52 ip-10-31-47-129.testing-farm.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 241. Jun 05 05:56:52 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 2.214s (kernel) + 7.853s (initrd) + 34.153s (userspace) = 44.222s. â–‘â–‘ 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 2214931 microseconds. â–‘â–‘ â–‘â–‘ Initrd start-up required 7853517 microseconds. â–‘â–‘ â–‘â–‘ Userspace start-up required 34153954 microseconds. Jun 05 05:57:05 ip-10-31-47-129.testing-farm.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. Jun 05 05:57:48 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Selected source 162.159.200.1 (2.centos.pool.ntp.org) Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4436]: Accepted publickey for root from 10.30.33.122 port 44574 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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 586. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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 508. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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 4436. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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 508. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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 588. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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 4441. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com (systemd)[4441]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Queued start job for default target default.target. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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 12. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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 10. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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 9. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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 9. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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 8. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Startup finished in 123ms. â–‘â–‘ 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 123515 microseconds. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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 588. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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 669. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4436]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4452]: Received disconnect from 10.30.33.122 port 44574:11: disconnected by user Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4452]: Disconnected from user root 10.30.33.122 port 44574 Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4436]: pam_unix(sshd:session): session closed for user root Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: Session 1 logged out. Waiting for processes to exit. Jun 05 05:58:09 ip-10-31-47-129.testing-farm.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. Jun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4489]: Accepted publickey for root from 10.31.9.51 port 49486 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4490]: Accepted publickey for root from 10.31.9.51 port 49502 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jun 05 05:58:11 ip-10-31-47-129.testing-farm.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 4489. Jun 05 05:58:11 ip-10-31-47-129.testing-farm.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 751. Jun 05 05:58:11 ip-10-31-47-129.testing-farm.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 4490. Jun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4489]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:11 ip-10-31-47-129.testing-farm.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 833. Jun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4490]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4496]: Received disconnect from 10.31.9.51 port 49502:11: disconnected by user Jun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4496]: Disconnected from user root 10.31.9.51 port 49502 Jun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4490]: pam_unix(sshd:session): session closed for user root Jun 05 05:58:11 ip-10-31-47-129.testing-farm.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. Jun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: Session 4 logged out. Waiting for processes to exit. Jun 05 05:58:11 ip-10-31-47-129.testing-farm.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. Jun 05 05:58:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com unknown: Running test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1) with reboot count 0 and test restart count 0. (Be aware the test name is sanitized!) Jun 05 05:58:38 ip-10-31-47-129.testing-farm.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 915. Jun 05 05:58:38 ip-10-31-47-129.testing-farm.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 915. Jun 05 05:58:38 managed-node1 systemd-hostnamed[6352]: Hostname set to (static) Jun 05 05:58:38 managed-node1 NetworkManager[714]: [1749117518.2687] hostname: static hostname changed from "ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com" to "managed-node1" Jun 05 05:58:38 managed-node1 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 993. Jun 05 05:58:38 managed-node1 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 993. Jun 05 05:58:39 managed-node1 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!) Jun 05 05:58:48 managed-node1 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. Jun 05 05:58:56 managed-node1 sshd-session[6990]: Accepted publickey for root from 10.31.11.147 port 51974 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jun 05 05:58:56 managed-node1 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 6990. Jun 05 05:58:56 managed-node1 systemd[1]: Started session-5.scope - Session 5 of User root. â–‘â–‘ Subject: A start job for unit session-5.scope has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit session-5.scope has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1072. Jun 05 05:58:56 managed-node1 sshd-session[6990]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:58 managed-node1 python3.12[7167]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jun 05 05:58:59 managed-node1 python3.12[7345]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jun 05 05:59:00 managed-node1 python3.12[7494]: ansible-ansible.legacy.dnf Invoked with name=['systemd'] 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 Jun 05 05:59:06 managed-node1 python3.12[7667]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jun 05 05:59:06 managed-node1 python3.12[7818]: ansible-ansible.legacy.systemd Invoked with name=systemd-journal-flush.service state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jun 05 05:59:07 managed-node1 python3.12[7969]: ansible-file Invoked with path=/etc/systemd/journald.conf.d state=directory owner=root group=root 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 seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:07 managed-node1 python3.12[8118]: ansible-file Invoked with path=/run/log/journal state=directory owner=root group=systemd-journal mode=2755 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 seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:08 managed-node1 python3.12[8267]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-tmpfiles --create --prefix=/run/log/journal /usr/lib/tmpfiles.d/systemd.conf _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 Jun 05 05:59:08 managed-node1 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. Jun 05 05:59:08 managed-node1 python3.12[8420]: ansible-ansible.legacy.stat Invoked with path=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jun 05 05:59:08 managed-node1 python3.12[8540]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1749117548.2512455-7355-63049573994486/.source.conf dest=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf owner=root group=root mode=0644 follow=False _original_basename=journald.conf.j2 checksum=4e2f890fe96bc321f60c04da591a95d5ff2d362e 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 Jun 05 05:59:09 managed-node1 python3.12[8689]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Jun 05 05:59:09 managed-node1 systemd-journald[517]: 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. Jun 05 05:59:09 managed-node1 systemd-journald[517]: Received SIGTERM from PID 1 (systemd). Jun 05 05:59:09 managed-node1 systemd[1]: Stopping systemd-journald.service - Journal Service... Jun 05 05:59:09 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully. Jun 05 05:59:09 managed-node1 systemd[1]: Stopped systemd-journald.service - Journal Service. Jun 05 05:59:09 managed-node1 systemd[1]: Starting systemd-journald.service - Journal Service... Jun 05 05:59:09 managed-node1 systemd-journald[8693]: Collecting audit messages is disabled. Jun 05 05:59:09 managed-node1 systemd-journald[8693]: 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. Jun 05 05:59:09 managed-node1 systemd-journald[8693]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M 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. Jun 05 05:59:09 managed-node1 systemd[1]: Started systemd-journald.service - Journal Service. Jun 05 05:59:10 managed-node1 python3.12[8844]: ansible-ansible.legacy.systemd Invoked with name=systemd-journal-flush.service state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Jun 05 05:59:10 managed-node1 systemd[1]: Stopping systemd-journal-flush.service - Flush Journal to Persistent Storage... â–‘â–‘ Subject: A stop job for unit systemd-journal-flush.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-journal-flush.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1161. Jun 05 05:59:10 managed-node1 systemd-journald[8693]: Received client request to relinquish /var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe access. Jun 05 05:59:10 managed-node1 systemd[1]: systemd-journal-flush.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-journal-flush.service has successfully entered the 'dead' state. Jun 05 05:59:10 managed-node1 systemd[1]: Stopped systemd-journal-flush.service - Flush Journal to Persistent Storage. â–‘â–‘ Subject: A stop job for unit systemd-journal-flush.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-journal-flush.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 1161 and the job result is done. Jun 05 05:59:10 managed-node1 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 1161. Jun 05 05:59:10 managed-node1 systemd-journald[8693]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M 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. Jun 05 05:59:10 managed-node1 systemd-journald[8693]: Received client request to flush runtime journal. Jun 05 05:59:10 managed-node1 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 1161. Jun 05 05:59:10 managed-node1 python3.12[9000]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl show --property SubState systemd-journald.service _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 Jun 05 05:59:10 managed-node1 python3.12[9150]: ansible-stat Invoked with path=/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe/system.journal follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jun 05 05:59:11 managed-node1 python3.12[9301]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe/system.journal | grep -q 'State: ONLINE' _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 Jun 05 05:59:11 managed-node1 python3.12[9453]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe/system.journal | grep -q COMPRESSED _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 Jun 05 05:59:13 managed-node1 python3.12[9654]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jun 05 05:59:14 managed-node1 python3.12[9832]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journald.service dest=/etc/systemd/system/systemd-journald.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:14 managed-node1 python3.12[9981]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journal-flush.service dest=/etc/systemd/system/systemd-journal-flush.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:15 managed-node1 python3.12[10130]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journald.service insertafter=^\[Unit\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:15 managed-node1 python3.12[10280]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journal-flush.service insertafter=^\[Unit\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:15 managed-node1 python3.12[10429]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journald.service dest=/etc/systemd/system/systemd-journald.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:16 managed-node1 python3.12[10578]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journald.service insertafter=^\[Unit\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:17 managed-node1 python3.12[10727]: 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 Jun 05 05:59:17 managed-node1 systemd[1]: Reload requested from client PID 10728 ('systemctl') (unit session-5.scope)... Jun 05 05:59:17 managed-node1 systemd[1]: Reloading... Jun 05 05:59:17 managed-node1 systemd-rc-local-generator[10767]: /etc/rc.d/rc.local is not marked executable, skipping. Jun 05 05:59:17 managed-node1 systemd[1]: Reloading finished in 209 ms. Jun 05 05:59:17 managed-node1 systemd[1]: Starting logrotate.service - Rotate log files... â–‘â–‘ Subject: A start job for unit logrotate.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit logrotate.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1169. Jun 05 05:59:17 managed-node1 systemd[1]: logrotate.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit logrotate.service has successfully entered the 'dead' state. Jun 05 05:59:17 managed-node1 systemd[1]: Finished logrotate.service - Rotate log files. â–‘â–‘ Subject: A start job for unit logrotate.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit logrotate.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1169. Jun 05 05:59:17 managed-node1 python3.12[10929]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jun 05 05:59:18 managed-node1 python3.12[11078]: ansible-ansible.legacy.dnf Invoked with name=['systemd'] 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 Jun 05 05:59:19 managed-node1 python3.12[11229]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jun 05 05:59:19 managed-node1 python3.12[11380]: ansible-ansible.legacy.systemd Invoked with name=systemd-journal-flush.service state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None Jun 05 05:59:20 managed-node1 python3.12[11531]: ansible-file Invoked with path=/etc/systemd/journald.conf.d state=directory owner=root group=root 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 seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:20 managed-node1 python3.12[11680]: ansible-file Invoked with path=/var/log/journal state=directory owner=root group=systemd-journal mode=2755 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 seuser=None serole=None selevel=None setype=None attributes=None Jun 05 05:59:21 managed-node1 python3.12[11830]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-tmpfiles --create --prefix=/var/log/journal /usr/lib/tmpfiles.d/systemd.conf _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 Jun 05 05:59:21 managed-node1 python3.12[11980]: ansible-ansible.legacy.stat Invoked with path=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True Jun 05 05:59:22 managed-node1 python3.12[12102]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1749117561.462493-7732-131403689178374/.source.conf dest=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf owner=root group=root mode=0644 follow=False _original_basename=journald.conf.j2 checksum=a3690c13fb037f3b8fd78a62a83c7fae7057ebbb 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 Jun 05 05:59:22 managed-node1 python3.12[12251]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Jun 05 05:59:22 managed-node1 systemd-journald[8693]: 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. Jun 05 05:59:22 managed-node1 systemd-journald[8693]: Received SIGTERM from PID 1 (systemd). Jun 05 05:59:22 managed-node1 systemd[1]: Stopping systemd-journald.service - Journal Service... Jun 05 05:59:22 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully. Jun 05 05:59:22 managed-node1 systemd[1]: Stopped systemd-journald.service - Journal Service. Jun 05 05:59:22 managed-node1 systemd[1]: Starting systemd-journald.service - Journal Service... Jun 05 05:59:22 managed-node1 systemd-journald[12255]: Collecting audit messages is disabled. Jun 05 05:59:22 managed-node1 systemd-journald[12255]: 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. Jun 05 05:59:22 managed-node1 systemd-journald[12255]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M 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. Jun 05 05:59:22 managed-node1 systemd[1]: Started systemd-journald.service - Journal Service. Jun 05 05:59:23 managed-node1 python3.12[12406]: ansible-ansible.legacy.systemd Invoked with name=systemd-journal-flush.service state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None Jun 05 05:59:23 managed-node1 systemd[1]: Stopping systemd-journal-flush.service - Flush Journal to Persistent Storage... â–‘â–‘ Subject: A stop job for unit systemd-journal-flush.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-journal-flush.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1254. Jun 05 05:59:23 managed-node1 systemd[1]: systemd-journal-flush.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-journal-flush.service has successfully entered the 'dead' state. Jun 05 05:59:23 managed-node1 systemd[1]: Stopped systemd-journal-flush.service - Flush Journal to Persistent Storage. â–‘â–‘ Subject: A stop job for unit systemd-journal-flush.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-journal-flush.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 1254 and the job result is done. Jun 05 05:59:23 managed-node1 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 1254. Jun 05 05:59:23 managed-node1 systemd-journald[12255]: Time spent on flushing to /var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe is 19.663ms for 1426 entries. Jun 05 05:59:23 managed-node1 systemd-journald[12255]: System Journal (/var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 2G, 1.9G free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ System Journal (/var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 2G. â–‘â–‘ Leaving at least 0B free (of currently available 243.3G of disk space). â–‘â–‘ Enforced usage limit is thus 2G, of which 1.9G 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. Jun 05 05:59:23 managed-node1 systemd-journald[12255]: Received client request to flush runtime journal. Jun 05 05:59:23 managed-node1 rsyslogd[887]: imjournal: journal files changed, reloading... [v8.2412.0-2.el10 try https://www.rsyslog.com/e/0 ] Jun 05 05:59:23 managed-node1 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 1254. Jun 05 05:59:23 managed-node1 python3.12[12563]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl show --property SubState systemd-journald.service _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 Jun 05 05:59:24 managed-node1 python3.12[12713]: ansible-ansible.legacy.command Invoked with _raw_params=grep ForwardToSyslog=yes "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" _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 Jun 05 05:59:25 managed-node1 python3.12[12863]: ansible-ansible.legacy.command Invoked with _raw_params=grep RateLimitIntervalSec=2s "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" _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 Jun 05 05:59:25 managed-node1 python3.12[13013]: ansible-ansible.legacy.command Invoked with _raw_params=grep RateLimitBurst=2000 "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" _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 Jun 05 05:59:26 managed-node1 python3.12[13163]: ansible-ansible.legacy.command Invoked with _raw_params=grep SystemKeepFree=10 "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" _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 Jun 05 05:59:26 managed-node1 python3.12[13313]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 journalctl -ex journalctl -b -u systemd-journald cat "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" _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 + journalctl -b -u systemd-journald Jun 05 05:56:10 localhost systemd-journald[256]: Collecting audit messages is disabled. Jun 05 05:56:10 localhost systemd-journald[256]: Journal started Jun 05 05:56:10 localhost systemd-journald[256]: Runtime Journal (/run/log/journal/94714a4fed044297b39f9ef7810c78e6) is 8M, max 69.2M, 61.2M free. Jun 05 05:56:14 localhost systemd-journald[256]: Journal stopped Jun 05 05:56:22 localhost systemd-journald[517]: Collecting audit messages is disabled. Jun 05 05:56:22 localhost systemd-journald[517]: Journal started Jun 05 05:56:22 localhost systemd-journald[517]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. Jun 05 05:56:22 localhost systemd[1]: systemd-journald.service: Deactivated successfully. Jun 05 05:56:22 localhost systemd-journald[517]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. Jun 05 05:56:22 localhost systemd-journald[517]: Received client request to flush runtime journal. Jun 05 05:59:09 managed-node1 systemd-journald[517]: Journal stopped Jun 05 05:59:09 managed-node1 systemd-journald[8693]: Collecting audit messages is disabled. Jun 05 05:59:09 managed-node1 systemd-journald[8693]: Journal started Jun 05 05:59:09 managed-node1 systemd-journald[8693]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. Jun 05 05:59:10 managed-node1 systemd-journald[8693]: Received client request to relinquish /var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe access. Jun 05 05:59:10 managed-node1 systemd-journald[8693]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. Jun 05 05:59:10 managed-node1 systemd-journald[8693]: Received client request to flush runtime journal. Jun 05 05:59:22 managed-node1 systemd-journald[8693]: Journal stopped Jun 05 05:59:22 managed-node1 systemd-journald[12255]: Collecting audit messages is disabled. Jun 05 05:59:22 managed-node1 systemd-journald[12255]: Journal started Jun 05 05:59:22 managed-node1 systemd-journald[12255]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free. Jun 05 05:59:23 managed-node1 systemd-journald[12255]: Time spent on flushing to /var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe is 19.663ms for 1426 entries. Jun 05 05:59:23 managed-node1 systemd-journald[12255]: System Journal (/var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 2G, 1.9G free. Jun 05 05:59:23 managed-node1 systemd-journald[12255]: Received client request to flush runtime journal. + cat /etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf # SPDX-License-Identifier: MIT # # Ansible managed # # system_role:journald [Journal] Storage=persistent SystemMaxUse=2048M SplitMode=uid SyncIntervalSec=1m SystemKeepFree=0M Compress=yes ForwardToSyslog=yes RateLimitIntervalSec=2s RateLimitBurst=2000 TASK [Cleanup] ***************************************************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Thursday 05 June 2025 05:59:26 -0400 (0:00:00.456) 0:00:14.139 ********* changed: [managed-node1] => { "changed": true, "path": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf", "state": "absent" } TASK [Remove copy of the service files] **************************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 Thursday 05 June 2025 05:59:27 -0400 (0:00:00.384) 0:00:14.524 ********* changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "path": "/etc/systemd/system/systemd-journald.service", "state": "absent" } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journal-flush.service", "path": "/etc/systemd/system/systemd-journal-flush.service", "state": "absent" } TASK [Reload systemd to cleanup] *********************************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 Thursday 05 June 2025 05:59:27 -0400 (0:00:00.763) 0:00:15.287 ********* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Restart journald services] *********************************************** task path: /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 Thursday 05 June 2025 05:59:28 -0400 (0:00:00.754) 0:00:16.042 ********* changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-05 05:59:22 EDT", "ActiveEnterTimestampMonotonic": "194914852", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:22 EDT", "ActiveExitTimestampMonotonic": "194856454", "ActiveState": "active", "After": "-.mount systemd-journald.socket system.slice systemd-journald-dev-log.socket syslog.socket systemd-journald-audit.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:22 EDT", "AssertTimestampMonotonic": "194873841", "Before": "systemd-soft-reboot.service systemd-journal-flush.service systemd-tmpfiles-setup.service soft-reboot.target sysinit.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "63729000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime fdstore", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2025-06-05 05:59:22 EDT", "ConditionTimestampMonotonic": "194873837", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "4429", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Thu 2025-06-05 05:59:22 EDT", "ExecMainHandoffTimestampMonotonic": "194903989", "ExecMainPID": "12255", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:22 EDT", "ExecMainStartTimestampMonotonic": "194875600", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; 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": "4224", "FileDescriptorStorePreserve": "yes", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-journald.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", "IPAddressDeny": "0.0.0.0/0 ::/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journald.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "ImportCredential": "\"journal.*\"", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:22 EDT", "InactiveEnterTimestampMonotonic": "194867362", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:22 EDT", "InactiveExitTimestampMonotonic": "194876453", "InvocationID": "1d034eb661834e1a80831762208cd012", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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": "524288", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12255", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3256496128", "MemoryCurrent": "6504448", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "6766592", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "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": "14", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-250", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassEnvironment": "TERM", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount systemd-journald.socket", "RequiresMountsFor": "/run/systemd/journal", "Restart": "always", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "0", "RestartUSecNext": "0", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_NETLINK AF_UNIX AF_VSOCK", "RestrictNamespaces": "yes", "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", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeDirectorySymlink": "systemd/journal:", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "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", "StateChangeTimestamp": "Thu 2025-06-05 05:59:22 EDT", "StateChangeTimestampMonotonic": "194914852", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill landlock_add_rule landlock_create_ruleset landlock_restrict_self lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield seccomp select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald.socket systemd-journald-audit.socket systemd-journald-dev-log.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "initrd-switch-root.target systemd-journal-flush.service sysinit.target", "Wants": "systemd-journald.socket systemd-journald-dev-log.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Thu 2025-06-05 05:59:22 EDT", "WatchdogTimestampMonotonic": "194919415", "WatchdogUSec": "3min" } } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journal-flush.service", "name": "systemd-journal-flush.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Thu 2025-06-05 05:59:23 EDT", "ActiveEnterTimestampMonotonic": "195532343", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:23 EDT", "ActiveExitTimestampMonotonic": "195460269", "ActiveState": "active", "After": "systemd-quotacheck-root.service systemd-remount-fs.service systemd-journald.socket system.slice -.mount systemd-journald.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:23 EDT", "AssertTimestampMonotonic": "195478261", "Before": "systemd-tmpfiles-setup.service systemd-soft-reboot.service soft-reboot.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "6501000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "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", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Thu 2025-06-05 05:59:23 EDT", "ConditionTimestampMonotonic": "195478256", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroupId": "4507", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "1", "ExecMainExitTimestamp": "Thu 2025-06-05 05:59:23 EDT", "ExecMainExitTimestampMonotonic": "195532104", "ExecMainHandoffTimestamp": "Thu 2025-06-05 05:59:23 EDT", "ExecMainHandoffTimestampMonotonic": "195488272", "ExecMainPID": "12412", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:23 EDT", "ExecMainStartTimestampMonotonic": "195478889", "ExecMainStatus": "0", "ExecStart": "{ path=journalctl ; argv[]=journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=journalctl ; argv[]=journalctl --flush ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; 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/systemd-journal-flush.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": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:23 EDT", "InactiveEnterTimestampMonotonic": "195477368", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:23 EDT", "InactiveExitTimestampMonotonic": "195479462", "InvocationID": "b3db39720d954ca786e2441889bf9c7d", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "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": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3253248000", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1437696", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "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": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "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", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "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": "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": "Thu 2025-06-05 05:59:23 EDT", "StateChangeTimestampMonotonic": "195532343", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-journald.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* managed-node1 : ok=27 changed=10 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.12", "delta": "0:00:00.003392", "end_time": "2025-06-05 05:59:26.334632", "host": "managed-node1", "message": "non-zero return code", "rc": 1, "start_time": "2025-06-05 05:59:26.331240", "task_name": "Verify that system keep free is set properly", "task_path": "/tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92" }, { "ansible_version": "2.17.12", "delta": "0:00:00.041863", "end_time": "2025-06-05 05:59:26.751596", "host": "managed-node1", "message": "", "rc": 0, "start_time": "2025-06-05 05:59:26.709733", "stderr": "+ exec\n+ journalctl -ex\nJun 05 05:56:10 localhost kernel: clk: Disabling unused clocks\nJun 05 05:56:10 localhost kernel: PM: genpd: Disabling unused power domains\nJun 05 05:56:10 localhost kernel: Freeing unused decrypted memory: 2028K\nJun 05 05:56:10 localhost kernel: Freeing unused kernel image (initmem) memory: 4340K\nJun 05 05:56:10 localhost kernel: Write protecting the kernel read-only data: 32768k\nJun 05 05:56:10 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 168K\nJun 05 05:56:10 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nJun 05 05:56:10 localhost kernel: x86/mm: Checking user space page tables\nJun 05 05:56:10 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nJun 05 05:56:10 localhost kernel: Run /init as init process\nJun 05 05:56:10 localhost kernel: with arguments:\nJun 05 05:56:10 localhost kernel: /init\nJun 05 05:56:10 localhost kernel: rhgb\nJun 05 05:56:10 localhost kernel: with environment:\nJun 05 05:56:10 localhost kernel: HOME=/\nJun 05 05:56:10 localhost kernel: TERM=linux\nJun 05 05:56:10 localhost kernel: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-89.el10.x86_64\nJun 05 05:56:10 localhost systemd[1]: Successfully made /usr/ read-only.\nJun 05 05:56:10 localhost systemd[1]: systemd 257-11.el10-g3ddb4df 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)\nJun 05 05:56:10 localhost systemd[1]: Detected virtualization xen.\nJun 05 05:56:10 localhost systemd[1]: Detected architecture x86-64.\nJun 05 05:56:10 localhost systemd[1]: Running in initrd.\nJun 05 05:56:10 localhost systemd[1]: No hostname configured, using default hostname.\nJun 05 05:56:10 localhost systemd[1]: Hostname set to .\nJun 05 05:56:10 localhost systemd[1]: Queued start job for default target initrd.target.\nJun 05 05:56:10 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\nJun 05 05:56:10 localhost systemd[1]: Expecting device dev-disk-by\\x2duuid-4432508d\\x2d06ca\\x2d4915\\x2da295\\x2d51834f9881c2.device - /dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2...\nJun 05 05:56:10 localhost systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.\nJun 05 05:56:10 localhost systemd[1]: Reached target paths.target - Path Units.\nJun 05 05:56:10 localhost systemd[1]: Reached target slices.target - Slice Units.\nJun 05 05:56:10 localhost systemd[1]: Reached target swap.target - Swaps.\nJun 05 05:56:10 localhost systemd[1]: Reached target timers.target - Timer Units.\nJun 05 05:56:10 localhost systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).\nJun 05 05:56:10 localhost systemd[1]: Listening on systemd-journald.socket - Journal Sockets.\nJun 05 05:56:10 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.\nJun 05 05:56:10 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.\nJun 05 05:56:10 localhost systemd[1]: Reached target sockets.target - Socket Units.\nJun 05 05:56:10 localhost kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4\nJun 05 05:56:10 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...\nJun 05 05:56:10 localhost systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.\nJun 05 05:56:10 localhost systemd[1]: Starting systemd-journald.service - Journal Service...\nJun 05 05:56:10 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met.\nJun 05 05:56:10 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...\nJun 05 05:56:10 localhost systemd-journald[256]: Collecting audit messages is disabled.\nJun 05 05:56:10 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\nJun 05 05:56:10 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.\nJun 05 05:56:10 localhost systemd-journald[256]: Journal started\n\u2591\u2591 Subject: The journal has been started\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has started up, opened the journal\n\u2591\u2591 files for writing and is now ready to process requests.\nJun 05 05:56:10 localhost systemd-journald[256]: Runtime Journal (/run/log/journal/94714a4fed044297b39f9ef7810c78e6) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/94714a4fed044297b39f9ef7810c78e6) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 684.5M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nJun 05 05:56:10 localhost systemd[1]: Started systemd-journald.service - Journal Service.\nJun 05 05:56:10 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.\n\u2591\u2591 Subject: A start job for unit systemd-sysctl.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysctl.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 24.\nJun 05 05:56:10 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 28.\nJun 05 05:56:10 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 28.\nJun 05 05:56:10 localhost systemd[1]: Starting systemd-sysusers.service - Create System Users...\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nJun 05 05:56:10 localhost systemd-sysusers[272]: Creating group 'nobody' with GID 65534.\nJun 05 05:56:10 localhost systemd-sysusers[272]: Creating group 'users' with GID 100.\nJun 05 05:56:10 localhost systemd-sysusers[272]: Creating group 'systemd-journal' with GID 190.\nJun 05 05:56:10 localhost systemd[1]: Finished systemd-sysusers.service - Create System Users.\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nJun 05 05:56:10 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 16.\nJun 05 05:56:10 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 16.\nJun 05 05:56:11 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 44.\nJun 05 05:56:11 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 17.\nJun 05 05:56:11 localhost systemd[1]: Reached target local-fs.target - Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 7.\nJun 05 05:56:11 localhost systemd[1]: dracut-cmdline-ask.service - dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-cmdline-ask.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline-ask.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 43.\nJun 05 05:56:11 localhost systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...\n\u2591\u2591 Subject: A start job for unit dracut-cmdline.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 49.\nJun 05 05:56:11 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 29.\nJun 05 05:56:11 localhost dracut-cmdline[281]: dracut-105-4.el10\nJun 05 05:56:11 localhost dracut-cmdline[281]: Using kernel command line parameters: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-89.el10.x86_64 root=UUID=4432508d-06ca-4915-a295-51834f9881c2 ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8\nJun 05 05:56:11 localhost systemd-tmpfiles[282]: /usr/lib/tmpfiles.d/var.conf:14: Duplicate line for path \"/var/log\", ignoring.\nJun 05 05:56:11 localhost systemd[1]: Finished dracut-cmdline.service - dracut cmdline hook.\n\u2591\u2591 Subject: A start job for unit dracut-cmdline.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 49.\nJun 05 05:56:11 localhost systemd[1]: Starting dracut-pre-udev.service - dracut pre-udev hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-udev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-udev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 48.\nJun 05 05:56:11 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 29.\nJun 05 05:56:11 localhost systemd[1]: Finished dracut-pre-udev.service - dracut pre-udev hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-udev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-udev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 48.\nJun 05 05:56:11 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 19.\nJun 05 05:56:11 localhost systemd-udevd[351]: Using default interface naming scheme 'rhel-10.0'.\nJun 05 05:56:11 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 19.\nJun 05 05:56:11 localhost systemd[1]: dracut-pre-trigger.service - dracut pre-trigger hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-pre-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 47.\nJun 05 05:56:11 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 18.\nJun 05 05:56:11 localhost systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.\n\u2591\u2591 Subject: A start job for unit system-modprobe.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit system-modprobe.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 57.\nJun 05 05:56:11 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 56.\nJun 05 05:56:11 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 18.\nJun 05 05:56:11 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nJun 05 05:56:11 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 56.\nJun 05 05:56:11 localhost systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...\n\u2591\u2591 Subject: A start job for unit sys-kernel-config.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-config.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 55.\nJun 05 05:56:11 localhost systemd[1]: dracut-initqueue.service - dracut initqueue hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-initqueue.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-initqueue.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 50.\nJun 05 05:56:11 localhost systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 51.\nJun 05 05:56:11 localhost systemd[1]: Reached target remote-fs.target - Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 35.\nJun 05 05:56:11 localhost systemd[1]: Starting dracut-pre-mount.service - dracut pre-mount hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-mount.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-mount.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 53.\nJun 05 05:56:11 localhost systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.\n\u2591\u2591 Subject: A start job for unit sys-kernel-config.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-config.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 55.\nJun 05 05:56:11 localhost systemd[1]: Reached target sysinit.target - System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nJun 05 05:56:11 localhost systemd[1]: Reached target basic.target - Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nJun 05 05:56:11 localhost systemd[1]: Finished dracut-pre-mount.service - dracut pre-mount hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-mount.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-mount.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 53.\nJun 05 05:56:11 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver\nJun 05 05:56:11 localhost kernel: Invalid max_queues (4), will use default max: 2.\nJun 05 05:56:11 localhost kernel: libata version 3.00 loaded.\nJun 05 05:56:11 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; bounce buffer: disabled;\nJun 05 05:56:11 localhost kernel: ata_piix 0000:00:01.1: version 2.13\nJun 05 05:56:11 localhost kernel: scsi host0: ata_piix\nJun 05 05:56:11 localhost kernel: scsi host1: ata_piix\nJun 05 05:56:11 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 lpm-pol 0\nJun 05 05:56:11 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 lpm-pol 0\nJun 05 05:56:11 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nJun 05 05:56:11 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61 and the job result is done.\nJun 05 05:56:11 localhost systemd[1]: Stopping systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nJun 05 05:56:11 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nJun 05 05:56:11 localhost kernel: GPT:Primary header thinks Alt. header is not at the end of the disk.\nJun 05 05:56:11 localhost kernel: GPT:12582911 != 524287999\nJun 05 05:56:11 localhost kernel: GPT:Alternate GPT header not at the end of the disk.\nJun 05 05:56:11 localhost kernel: GPT:12582911 != 524287999\nJun 05 05:56:11 localhost kernel: GPT: Use GNU Parted to correct GPT errors.\nJun 05 05:56:11 localhost kernel: xvda: xvda1 xvda2\nJun 05 05:56:12 localhost systemd[1]: Found device dev-disk-by\\x2duuid-4432508d\\x2d06ca\\x2d4915\\x2da295\\x2d51834f9881c2.device - /dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2.\n\u2591\u2591 Subject: A start job for unit dev-disk-by\\x2duuid-4432508d\\x2d06ca\\x2d4915\\x2da295\\x2d51834f9881c2.device has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-disk-by\\x2duuid-4432508d\\x2d06ca\\x2d4915\\x2da295\\x2d51834f9881c2.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 39.\nJun 05 05:56:12 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nJun 05 05:56:12 localhost systemd[1]: Reached target initrd-root-device.target - Initrd Root Device.\n\u2591\u2591 Subject: A start job for unit initrd-root-device.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-root-device.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 42.\nJun 05 05:56:12 localhost systemd[1]: Starting systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2...\n\u2591\u2591 Subject: A start job for unit systemd-fsck-root.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-fsck-root.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 40.\nJun 05 05:56:12 localhost systemd-fsck[410]: /usr/sbin/fsck.xfs: XFS file system.\nJun 05 05:56:12 localhost systemd[1]: Finished systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2.\n\u2591\u2591 Subject: A start job for unit systemd-fsck-root.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-fsck-root.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 40.\nJun 05 05:56:12 localhost systemd[1]: Mounting sysroot.mount - /sysroot...\n\u2591\u2591 Subject: A start job for unit sysroot.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysroot.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 38.\nJun 05 05:56:13 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled\nJun 05 05:56:13 localhost kernel: XFS (xvda2): Mounting V5 Filesystem 4432508d-06ca-4915-a295-51834f9881c2\nJun 05 05:56:14 localhost kernel: XFS (xvda2): Ending clean mount\nJun 05 05:56:14 localhost systemd[1]: Mounted sysroot.mount - /sysroot.\n\u2591\u2591 Subject: A start job for unit sysroot.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysroot.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 38.\nJun 05 05:56:14 localhost systemd[1]: Reached target initrd-root-fs.target - Initrd Root File System.\n\u2591\u2591 Subject: A start job for unit initrd-root-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-root-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 37.\nJun 05 05:56:14 localhost systemd[1]: Starting initrd-parse-etc.service - Mountpoints Configured in the Real Root...\n\u2591\u2591 Subject: A start job for unit initrd-parse-etc.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-parse-etc.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 36.\nJun 05 05:56:14 localhost systemd[1]: initrd-parse-etc.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-parse-etc.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Finished initrd-parse-etc.service - Mountpoints Configured in the Real Root.\n\u2591\u2591 Subject: A start job for unit initrd-parse-etc.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-parse-etc.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 36.\nJun 05 05:56:14 localhost systemd[1]: Reached target initrd-fs.target - Initrd File Systems.\n\u2591\u2591 Subject: A start job for unit initrd-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 45.\nJun 05 05:56:14 localhost systemd[1]: Reached target initrd.target - Initrd Default Target.\n\u2591\u2591 Subject: A start job for unit initrd.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nJun 05 05:56:14 localhost systemd[1]: dracut-mount.service - dracut mount hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-mount.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-mount.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 54.\nJun 05 05:56:14 localhost systemd[1]: Starting dracut-pre-pivot.service - dracut pre-pivot and cleanup hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-pivot.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-pivot.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 34.\nJun 05 05:56:14 localhost systemd[1]: Finished dracut-pre-pivot.service - dracut pre-pivot and cleanup hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-pivot.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-pivot.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 34.\nJun 05 05:56:14 localhost systemd[1]: Starting initrd-cleanup.service - Cleaning Up and Shutting Down Daemons...\n\u2591\u2591 Subject: A start job for unit initrd-cleanup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-cleanup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 64.\nJun 05 05:56:14 localhost systemd[1]: Stopped target timers.target - Timer Units.\n\u2591\u2591 Subject: A stop job for unit timers.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit timers.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 99 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: dracut-pre-pivot.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-pivot.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped dracut-pre-pivot.service - dracut pre-pivot and cleanup hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-pivot.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-pivot.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 111 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target initrd.target - Initrd Default Target.\n\u2591\u2591 Subject: A stop job for unit initrd.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 101 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target basic.target - Basic System.\n\u2591\u2591 Subject: A stop job for unit basic.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit basic.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 100 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target initrd-root-device.target - Initrd Root Device.\n\u2591\u2591 Subject: A stop job for unit initrd-root-device.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd-root-device.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 115 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target initrd-usr-fs.target - Initrd /usr File System.\n\u2591\u2591 Subject: A stop job for unit initrd-usr-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd-usr-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 110 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target paths.target - Path Units.\n\u2591\u2591 Subject: A stop job for unit paths.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit paths.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 103 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-ask-password-console.path has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\n\u2591\u2591 Subject: A stop job for unit systemd-ask-password-console.path has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-ask-password-console.path has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 105 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target remote-fs.target - Remote File Systems.\n\u2591\u2591 Subject: A stop job for unit remote-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit remote-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 112 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target remote-fs-pre.target - Preparation for Remote File Systems.\n\u2591\u2591 Subject: A stop job for unit remote-fs-pre.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit remote-fs-pre.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 98 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target slices.target - Slice Units.\n\u2591\u2591 Subject: A stop job for unit slices.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit slices.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 102 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target sockets.target - Socket Units.\n\u2591\u2591 Subject: A stop job for unit sockets.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sockets.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 120 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target sysinit.target - System Initialization.\n\u2591\u2591 Subject: A stop job for unit sysinit.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sysinit.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 118 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target swap.target - Swaps.\n\u2591\u2591 Subject: A stop job for unit swap.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit swap.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 104 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-mount.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped dracut-pre-mount.service - dracut pre-mount hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-mount.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-mount.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 107 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-sysctl.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables.\n\u2591\u2591 Subject: A stop job for unit systemd-sysctl.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-sysctl.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 116 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System Files and Directories.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 96 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target local-fs.target - Local File Systems.\n\u2591\u2591 Subject: A stop job for unit local-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit local-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 114 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems.\n\u2591\u2591 Subject: A stop job for unit local-fs-pre.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit local-fs-pre.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 106 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udev-trigger.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-udev-trigger.service - Coldplug All udev Devices.\n\u2591\u2591 Subject: A stop job for unit systemd-udev-trigger.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udev-trigger.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 78 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopping systemd-udevd.service - Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A stop job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 79.\nJun 05 05:56:14 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 113 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: systemd-udevd.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-udevd.service - Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 79 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: initrd-cleanup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-cleanup.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Finished initrd-cleanup.service - Cleaning Up and Shutting Down Daemons.\n\u2591\u2591 Subject: A start job for unit initrd-cleanup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-cleanup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 64.\nJun 05 05:56:14 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd-control.socket has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Closed systemd-udevd-control.socket - udev Control Socket.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd-control.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd-control.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 81 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Closed systemd-udevd-kernel.socket - udev Kernel Socket.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd-kernel.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd-kernel.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 77 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-udev.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped dracut-pre-udev.service - dracut pre-udev hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-udev.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-udev.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 109 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-cmdline.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped dracut-cmdline.service - dracut cmdline hook.\n\u2591\u2591 Subject: A stop job for unit dracut-cmdline.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-cmdline.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 108 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Starting initrd-udevadm-cleanup-db.service - Cleanup udev Database...\n\u2591\u2591 Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-udevadm-cleanup-db.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 76.\nJun 05 05:56:14 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup-dev.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 93 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: systemd-sysusers.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-sysusers.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-sysusers.service - Create System Users.\n\u2591\u2591 Subject: A stop job for unit systemd-sysusers.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-sysusers.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 97 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-tmpfiles-setup-dev-early.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 94 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit kmod-static-nodes.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped kmod-static-nodes.service - Create List of Static Device Nodes.\n\u2591\u2591 Subject: A stop job for unit kmod-static-nodes.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit kmod-static-nodes.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 117 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Finished initrd-udevadm-cleanup-db.service - Cleanup udev Database.\n\u2591\u2591 Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-udevadm-cleanup-db.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 76.\nJun 05 05:56:14 localhost systemd[1]: Reached target initrd-switch-root.target - Switch Root.\n\u2591\u2591 Subject: A start job for unit initrd-switch-root.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-switch-root.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 67.\nJun 05 05:56:14 localhost systemd[1]: Starting initrd-switch-root.service - Switch Root...\n\u2591\u2591 Subject: A start job for unit initrd-switch-root.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-switch-root.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 82.\nJun 05 05:56:14 localhost systemd[1]: Switching root.\nJun 05 05:56:14 localhost systemd-journald[256]: Journal stopped\n\u2591\u2591 Subject: The journal has been stopped\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has shut down and closed all currently\n\u2591\u2591 active journal files.\nJun 05 05:56:22 localhost systemd-journald[256]: Received SIGTERM from PID 1 (systemd).\nJun 05 05:56:22 localhost kernel: audit: type=1404 audit(1749117377.940:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1\nJun 05 05:56:22 localhost kernel: SELinux: policy capability network_peer_controls=1\nJun 05 05:56:22 localhost kernel: SELinux: policy capability open_perms=1\nJun 05 05:56:22 localhost kernel: SELinux: policy capability extended_socket_class=1\nJun 05 05:56:22 localhost kernel: SELinux: policy capability always_check_network=0\nJun 05 05:56:22 localhost kernel: SELinux: policy capability cgroup_seclabel=1\nJun 05 05:56:22 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1\nJun 05 05:56:22 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nJun 05 05:56:22 localhost kernel: SELinux: policy capability ioctl_skip_cloexec=0\nJun 05 05:56:22 localhost kernel: SELinux: policy capability userspace_initial_context=0\nJun 05 05:56:22 localhost kernel: audit: type=1403 audit(1749117378.252:3): auid=4294967295 ses=4294967295 lsm=selinux res=1\nJun 05 05:56:22 localhost systemd[1]: Successfully loaded SELinux policy in 314.763ms.\nJun 05 05:56:22 localhost systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 10.610ms.\nJun 05 05:56:22 localhost systemd[1]: systemd 257-11.el10-g3ddb4df 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)\nJun 05 05:56:22 localhost systemd[1]: Detected virtualization xen.\nJun 05 05:56:22 localhost systemd[1]: Detected architecture x86-64.\nJun 05 05:56:22 localhost systemd[1]: Initializing machine ID from SMBIOS/DMI UUID.\nJun 05 05:56:22 localhost systemd[1]: Installed transient /etc/machine-id file.\nJun 05 05:56:22 localhost systemd[1]: bpf-restrict-fs: LSM BPF program attached\nJun 05 05:56:22 localhost kernel: Guest personality initialized and is inactive\nJun 05 05:56:22 localhost kernel: VMCI host device registered (name=vmci, major=10, minor=122)\nJun 05 05:56:22 localhost kernel: Initialized host personality\nJun 05 05:56:22 localhost kernel: NET: Registered PF_VSOCK protocol family\nJun 05 05:56:22 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully.\nJun 05 05:56:22 localhost systemd[1]: Stopped initrd-switch-root.service - Switch Root.\nJun 05 05:56:22 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.\nJun 05 05:56:22 localhost systemd[1]: Created slice system-getty.slice - Slice /system/getty.\nJun 05 05:56:22 localhost systemd[1]: Created slice system-serial\\x2dgetty.slice - Slice /system/serial-getty.\nJun 05 05:56:22 localhost systemd[1]: Created slice system-sshd\\x2dkeygen.slice - Slice /system/sshd-keygen.\nJun 05 05:56:22 localhost systemd[1]: Created slice user.slice - User and Session Slice.\nJun 05 05:56:22 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\nJun 05 05:56:22 localhost systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.\nJun 05 05:56:22 localhost systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.\nJun 05 05:56:22 localhost systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0...\nJun 05 05:56:22 localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.\nJun 05 05:56:22 localhost systemd[1]: Stopped target initrd-switch-root.target - Switch Root.\nJun 05 05:56:22 localhost systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.\nJun 05 05:56:22 localhost systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.\nJun 05 05:56:22 localhost systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.\nJun 05 05:56:22 localhost systemd[1]: Reached target paths.target - Path Units.\nJun 05 05:56:22 localhost systemd[1]: Reached target slices.target - Slice Units.\nJun 05 05:56:22 localhost systemd[1]: Reached target swap.target - Swaps.\nJun 05 05:56:22 localhost systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.\nJun 05 05:56:22 localhost systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.\nJun 05 05:56:22 localhost systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.\nJun 05 05:56:22 localhost systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.\nJun 05 05:56:22 localhost systemd[1]: Reached target rpcbind.target - RPC Port Mapper.\nJun 05 05:56:22 localhost systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.\nJun 05 05:56:22 localhost systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.\nJun 05 05:56:22 localhost systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.\nJun 05 05:56:22 localhost systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nJun 05 05:56:22 localhost systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nJun 05 05:56:22 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.\nJun 05 05:56:22 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.\nJun 05 05:56:22 localhost systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.\nJun 05 05:56:22 localhost systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...\nJun 05 05:56:22 localhost systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...\nJun 05 05:56:22 localhost systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...\nJun 05 05:56:22 localhost systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...\nJun 05 05:56:22 localhost systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\nJun 05 05:56:22 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).\nJun 05 05:56:22 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...\nJun 05 05:56:22 localhost systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\nJun 05 05:56:22 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...\nJun 05 05:56:22 localhost systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...\nJun 05 05:56:22 localhost systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...\nJun 05 05:56:22 localhost systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...\nJun 05 05:56:22 localhost systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...\nJun 05 05:56:22 localhost systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...\nJun 05 05:56:22 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully.\nJun 05 05:56:22 localhost systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.\nJun 05 05:56:22 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).\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-journald.service - Journal Service...\nJun 05 05:56:22 localhost kernel: loop: module loaded\nJun 05 05:56:22 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met.\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...\nJun 05 05:56:22 localhost systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...\nJun 05 05:56:22 localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.\nJun 05 05:56:22 localhost kernel: device-mapper: uevent: version 1.0.3\nJun 05 05:56:22 localhost kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev\nJun 05 05:56:22 localhost kernel: fuse: init (API version 7.41)\nJun 05 05:56:22 localhost systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...\nJun 05 05:56:22 localhost systemd-journald[517]: Collecting audit messages is disabled.\nJun 05 05:56:22 localhost systemd-journald[517]: Journal started\n\u2591\u2591 Subject: The journal has been started\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has started up, opened the journal\n\u2591\u2591 files for writing and is now ready to process requests.\nJun 05 05:56:22 localhost systemd-journald[517]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.4M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nJun 05 05:56:19 localhost systemd-rc-local-generator[471]: /etc/rc.d/rc.local is not marked executable, skipping.\nJun 05 05:56:22 localhost systemd[1]: Queued start job for default target multi-user.target.\nJun 05 05:56:22 localhost systemd[1]: systemd-journald.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-journald.service has successfully entered the 'dead' state.\nJun 05 05:56:22 localhost systemd[1]: Started systemd-journald.service - Journal Service.\nJun 05 05:56:22 localhost systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.\n\u2591\u2591 Subject: A start job for unit dev-hugepages.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-hugepages.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 154.\nJun 05 05:56:22 localhost systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.\n\u2591\u2591 Subject: A start job for unit dev-mqueue.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-mqueue.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 155.\nJun 05 05:56:22 localhost systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.\n\u2591\u2591 Subject: A start job for unit sys-kernel-debug.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-debug.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 192.\nJun 05 05:56:22 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.\n\u2591\u2591 Subject: A start job for unit sys-kernel-tracing.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-tracing.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 173.\nJun 05 05:56:22 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.\n\u2591\u2591 Subject: A start job for unit kmod-static-nodes.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kmod-static-nodes.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 130.\nJun 05 05:56:22 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nJun 05 05:56:22 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 153.\nJun 05 05:56:22 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@dm_mod.service has successfully entered the 'dead' state.\nJun 05 05:56:22 localhost systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.\n\u2591\u2591 Subject: A start job for unit modprobe@dm_mod.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@dm_mod.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 198.\nJun 05 05:56:22 localhost systemd[1]: modprobe@drm.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@drm.service has successfully entered the 'dead' state.\nJun 05 05:56:22 localhost systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.\n\u2591\u2591 Subject: A start job for unit modprobe@drm.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@drm.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 281.\nJun 05 05:56:22 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@efi_pstore.service has successfully entered the 'dead' state.\nJun 05 05:56:22 localhost systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.\n\u2591\u2591 Subject: A start job for unit modprobe@efi_pstore.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@efi_pstore.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 140.\nJun 05 05:56:22 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@fuse.service has successfully entered the 'dead' state.\nJun 05 05:56:22 localhost systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.\n\u2591\u2591 Subject: A start job for unit modprobe@fuse.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@fuse.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 151.\nJun 05 05:56:22 localhost systemd[1]: modprobe@loop.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@loop.service has successfully entered the 'dead' state.\nJun 05 05:56:22 localhost systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.\n\u2591\u2591 Subject: A start job for unit modprobe@loop.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@loop.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 199.\nJun 05 05:56:22 localhost systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.\n\u2591\u2591 Subject: A start job for unit systemd-network-generator.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-network-generator.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 156.\nJun 05 05:56:22 localhost systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.\n\u2591\u2591 Subject: A start job for unit systemd-remount-fs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-remount-fs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 180.\nJun 05 05:56:22 localhost systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 150.\nJun 05 05:56:22 localhost systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).\n\u2591\u2591 Subject: A start job for unit systemd-hwdb-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hwdb-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 175.\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 168.\nJun 05 05:56:22 localhost systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).\n\u2591\u2591 Subject: A start job for unit systemd-pstore.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pstore.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 139.\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...\n\u2591\u2591 Subject: A start job for unit systemd-random-seed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-random-seed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 143.\nJun 05 05:56:22 localhost systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-repart.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-repart.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 197.\nJun 05 05:56:22 localhost systemd-journald[517]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.4M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nJun 05 05:56:22 localhost systemd-journald[517]: Received client request to flush runtime journal.\nJun 05 05:56:22 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev-early.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 196.\nJun 05 05:56:22 localhost systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\n\u2591\u2591 Subject: A start job for unit systemd-tpm2-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tpm2-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 171.\nJun 05 05:56:22 localhost systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.\n\u2591\u2591 Subject: A start job for unit systemd-udev-load-credentials.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-load-credentials.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 185.\nJun 05 05:56:22 localhost systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 150.\nJun 05 05:56:22 localhost systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 168.\nJun 05 05:56:22 localhost systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.\n\u2591\u2591 Subject: A start job for unit systemd-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 143.\nJun 05 05:56:23 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 181.\nJun 05 05:56:23 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.\n\u2591\u2591 Subject: A start job for unit systemd-sysctl.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysctl.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 165.\nJun 05 05:56:23 localhost systemd[1]: Starting systemd-userdbd.service - User Database Manager...\n\u2591\u2591 Subject: A start job for unit systemd-userdbd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-userdbd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 294.\nJun 05 05:56:23 localhost systemd[1]: Started systemd-userdbd.service - User Database Manager.\n\u2591\u2591 Subject: A start job for unit systemd-userdbd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-userdbd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 294.\nJun 05 05:56:23 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 196.\nJun 05 05:56:23 localhost systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 170.\nJun 05 05:56:23 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 160.\nJun 05 05:56:23 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 160.\nJun 05 05:56:23 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 182.\nJun 05 05:56:23 localhost systemd-udevd[561]: Using default interface naming scheme 'rhel-10.0'.\nJun 05 05:56:23 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 182.\nJun 05 05:56:23 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 302.\nJun 05 05:56:23 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nJun 05 05:56:23 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 302.\nJun 05 05:56:23 localhost systemd[1]: Condition check resulted in dev-ttyS0.device - /dev/ttyS0 being skipped.\n\u2591\u2591 Subject: A start job for unit dev-ttyS0.device has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-ttyS0.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 267.\nJun 05 05:56:23 localhost systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.\n\u2591\u2591 Subject: A start job for unit lvm2-monitor.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit lvm2-monitor.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 162.\nJun 05 05:56:23 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 161.\nJun 05 05:56:23 localhost systemd[1]: Reached target local-fs.target - Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 179.\nJun 05 05:56:23 localhost systemd[1]: Listening on systemd-bootctl.socket - Boot Entries Service Socket.\n\u2591\u2591 Subject: A start job for unit systemd-bootctl.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-bootctl.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 209.\nJun 05 05:56:23 localhost systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management.\n\u2591\u2591 Subject: A start job for unit systemd-sysext.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysext.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 206.\nJun 05 05:56:23 localhost systemd[1]: selinux-autorelabel-mark.service - Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux).\n\u2591\u2591 Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit selinux-autorelabel-mark.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 188.\nJun 05 05:56:23 localhost systemd[1]: systemd-binfmt.service - Set Up Additional Binary Formats was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-binfmt.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-binfmt.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 176.\nJun 05 05:56:23 localhost systemd[1]: systemd-boot-random-seed.service - Update Boot Loader Random Seed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-boot-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 142.\nJun 05 05:56:23 localhost systemd[1]: systemd-confext.service - Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-confext.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-confext.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 133.\nJun 05 05:56:23 localhost systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-sysext.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysext.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 193.\nJun 05 05:56:23 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 191.\nJun 05 05:56:23 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer\nJun 05 05:56:23 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5\nJun 05 05:56:24 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr\nJun 05 05:56:24 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 191.\nJun 05 05:56:24 localhost systemd[1]: Mounting var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System...\n\u2591\u2591 Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 236.\nJun 05 05:56:24 localhost systemd[1]: Starting auditd.service - Security Audit Logging Service...\n\u2591\u2591 Subject: A start job for unit auditd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 273.\nJun 05 05:56:24 localhost systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit ldconfig.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ldconfig.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 164.\nJun 05 05:56:24 localhost (udev-worker)[572]: Network interface NamePolicy= disabled on kernel command line.\nJun 05 05:56:24 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console\nJun 05 05:56:24 localhost kernel: RPC: Registered named UNIX socket transport module.\nJun 05 05:56:24 localhost kernel: RPC: Registered udp transport module.\nJun 05 05:56:24 localhost kernel: RPC: Registered tcp transport module.\nJun 05 05:56:24 localhost kernel: RPC: Registered tcp-with-tls transport module.\nJun 05 05:56:24 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.\nJun 05 05:56:24 localhost kernel: Console: switching to colour dummy device 80x25\nJun 05 05:56:24 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0\nJun 05 05:56:24 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device\nJun 05 05:56:24 localhost kernel: Console: switching to colour frame buffer device 128x48\nJun 05 05:56:24 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device\nJun 05 05:56:24 localhost systemd[1]: Starting rpcbind.service - RPC Bind...\n\u2591\u2591 Subject: A start job for unit rpcbind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpcbind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 256.\nJun 05 05:56:24 localhost systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).\n\u2591\u2591 Subject: A start job for unit systemd-firstboot.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-firstboot.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 167.\nJun 05 05:56:24 localhost systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).\n\u2591\u2591 Subject: A start job for unit first-boot-complete.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit first-boot-complete.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 144.\nJun 05 05:56:24 localhost systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).\n\u2591\u2591 Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-catalog-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 194.\nJun 05 05:56:24 localhost systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to Disk...\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 135.\nJun 05 05:56:24 localhost systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-update-done.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-done.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 166.\nJun 05 05:56:24 localhost systemd[1]: Mounted var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System.\n\u2591\u2591 Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 236.\nJun 05 05:56:24 localhost systemd[1]: Reached target rpc_pipefs.target.\n\u2591\u2591 Subject: A start job for unit rpc_pipefs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc_pipefs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 235.\nJun 05 05:56:24 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308.\nJun 05 05:56:24 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nJun 05 05:56:24 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308 and the job result is done.\nJun 05 05:56:24 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308.\nJun 05 05:56:24 localhost systemd[1]: etc-machine\\x2did.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit etc-machine\\x2did.mount has successfully entered the 'dead' state.\nJun 05 05:56:24 localhost systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to Disk.\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 135.\nJun 05 05:56:24 localhost auditd[622]: No plugins found, not dispatching events\nJun 05 05:56:24 localhost auditd[622]: Init complete, auditd 4.0.3 listening for events (startup state enable)\nJun 05 05:56:24 localhost systemd[1]: Started auditd.service - Security Audit Logging Service.\n\u2591\u2591 Subject: A start job for unit auditd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 273.\nJun 05 05:56:24 localhost systemd[1]: Starting audit-rules.service - Load Audit Rules...\n\u2591\u2591 Subject: A start job for unit audit-rules.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit audit-rules.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 240.\nJun 05 05:56:24 localhost systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 261.\nJun 05 05:56:24 localhost systemd[1]: Started rpcbind.service - RPC Bind.\n\u2591\u2591 Subject: A start job for unit rpcbind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpcbind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 256.\nJun 05 05:56:24 localhost systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 261.\nJun 05 05:56:24 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308.\nJun 05 05:56:24 localhost systemd[1]: Reached target sysinit.target - System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 123.\nJun 05 05:56:24 localhost systemd[1]: Started dnf-makecache.timer - dnf makecache --timer.\n\u2591\u2591 Subject: A start job for unit dnf-makecache.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dnf-makecache.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 219.\nJun 05 05:56:24 localhost systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week.\n\u2591\u2591 Subject: A start job for unit fstrim.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit fstrim.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 227.\nJun 05 05:56:24 localhost systemd[1]: Started logrotate.timer - Daily rotation of log files.\n\u2591\u2591 Subject: A start job for unit logrotate.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 225.\nJun 05 05:56:24 localhost systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-clean.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 226.\nJun 05 05:56:24 localhost systemd[1]: Reached target timers.target - Timer Units.\n\u2591\u2591 Subject: A start job for unit timers.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit timers.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 218.\nJun 05 05:56:24 localhost systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit dbus.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 204.\nJun 05 05:56:24 localhost systemd[1]: Listening on sshd-unix-local.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).\n\u2591\u2591 Subject: A start job for unit sshd-unix-local.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-unix-local.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 208.\nJun 05 05:56:24 localhost systemd[1]: Listening on sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK).\n\u2591\u2591 Subject: A start job for unit sshd-vsock.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-vsock.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 210.\nJun 05 05:56:24 localhost systemd[1]: Reached target ssh-access.target - SSH Access Available.\n\u2591\u2591 Subject: A start job for unit ssh-access.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ssh-access.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 211.\nJun 05 05:56:24 localhost systemd[1]: Listening on sssd-kcm.socket - SSSD Kerberos Cache Manager responder socket.\n\u2591\u2591 Subject: A start job for unit sssd-kcm.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd-kcm.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 207.\nJun 05 05:56:24 localhost systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 215.\nJun 05 05:56:24 localhost systemd[1]: Reached target sockets.target - Socket Units.\n\u2591\u2591 Subject: A start job for unit sockets.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sockets.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 200.\nJun 05 05:56:24 localhost augenrules[626]: /usr/sbin/augenrules: No change\nJun 05 05:56:24 localhost augenrules[645]: No rules\nJun 05 05:56:24 localhost augenrules[645]: enabled 1\nJun 05 05:56:24 localhost augenrules[645]: failure 1\nJun 05 05:56:24 localhost augenrules[645]: pid 622\nJun 05 05:56:24 localhost augenrules[645]: rate_limit 0\nJun 05 05:56:24 localhost augenrules[645]: backlog_limit 8192\nJun 05 05:56:24 localhost augenrules[645]: lost 0\nJun 05 05:56:24 localhost augenrules[645]: backlog 0\nJun 05 05:56:24 localhost augenrules[645]: backlog_wait_time 60000\nJun 05 05:56:24 localhost augenrules[645]: backlog_wait_time_actual 0\nJun 05 05:56:24 localhost augenrules[645]: enabled 1\nJun 05 05:56:24 localhost augenrules[645]: failure 1\nJun 05 05:56:24 localhost augenrules[645]: pid 622\nJun 05 05:56:24 localhost augenrules[645]: rate_limit 0\nJun 05 05:56:24 localhost augenrules[645]: backlog_limit 8192\nJun 05 05:56:24 localhost augenrules[645]: lost 0\nJun 05 05:56:24 localhost augenrules[645]: backlog 0\nJun 05 05:56:24 localhost augenrules[645]: backlog_wait_time 60000\nJun 05 05:56:24 localhost augenrules[645]: backlog_wait_time_actual 0\nJun 05 05:56:24 localhost augenrules[645]: enabled 1\nJun 05 05:56:24 localhost augenrules[645]: failure 1\nJun 05 05:56:24 localhost augenrules[645]: pid 622\nJun 05 05:56:24 localhost augenrules[645]: rate_limit 0\nJun 05 05:56:24 localhost augenrules[645]: backlog_limit 8192\nJun 05 05:56:24 localhost augenrules[645]: lost 0\nJun 05 05:56:24 localhost augenrules[645]: backlog 0\nJun 05 05:56:24 localhost augenrules[645]: backlog_wait_time 60000\nJun 05 05:56:24 localhost augenrules[645]: backlog_wait_time_actual 0\nJun 05 05:56:25 localhost systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus...\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nJun 05 05:56:25 localhost systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase-sysinit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 178.\nJun 05 05:56:25 localhost systemd[1]: audit-rules.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit audit-rules.service has successfully entered the 'dead' state.\nJun 05 05:56:25 localhost systemd[1]: Finished audit-rules.service - Load Audit Rules.\n\u2591\u2591 Subject: A start job for unit audit-rules.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit audit-rules.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 240.\nJun 05 05:56:25 localhost systemd[1]: Started dbus-broker.service - D-Bus System Message Bus.\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nJun 05 05:56:25 localhost dbus-broker-launch[652]: Ready\nJun 05 05:56:25 localhost systemd[1]: Reached target basic.target - Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 122.\nJun 05 05:56:25 localhost systemd[1]: Starting chronyd.service - NTP client/server...\n\u2591\u2591 Subject: A start job for unit chronyd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 257.\nJun 05 05:56:25 localhost systemd[1]: Starting cloud-init-local.service - Cloud-init: Local Stage (pre-network)...\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 243.\nJun 05 05:56:25 localhost systemd[1]: Starting dracut-shutdown.service - Restore /run/initramfs on shutdown...\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 187.\nJun 05 05:56:25 localhost systemd[1]: Started irqbalance.service - irqbalance daemon.\n\u2591\u2591 Subject: A start job for unit irqbalance.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit irqbalance.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 277.\nJun 05 05:56:25 localhost systemd[1]: Started rngd.service - Hardware RNG Entropy Gatherer Daemon.\n\u2591\u2591 Subject: A start job for unit rngd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rngd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 276.\nJun 05 05:56:25 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).\n\u2591\u2591 Subject: A start job for unit ssh-host-keys-migration.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ssh-host-keys-migration.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 251.\nJun 05 05:56:25 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).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ecdsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 247.\nJun 05 05:56:25 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).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ed25519.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 249.\nJun 05 05:56:25 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).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@rsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@rsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 250.\nJun 05 05:56:25 localhost systemd[1]: Reached target sshd-keygen.target.\n\u2591\u2591 Subject: A start job for unit sshd-keygen.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 246.\nJun 05 05:56:25 localhost systemd[1]: sssd.service - System Security Services Daemon was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit sssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 262.\nJun 05 05:56:25 localhost systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.\n\u2591\u2591 Subject: A start job for unit nss-user-lookup.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nss-user-lookup.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 263.\nJun 05 05:56:25 localhost systemd[1]: Starting systemd-logind.service - User Login Management...\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 279.\nJun 05 05:56:25 localhost systemd[1]: Finished dracut-shutdown.service - Restore /run/initramfs on shutdown.\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 187.\nJun 05 05:56:25 localhost systemd-logind[661]: New seat seat0.\n\u2591\u2591 Subject: A new seat seat0 is now available\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new seat seat0 has been configured and is now available.\nJun 05 05:56:25 localhost systemd-logind[661]: Watching system buttons on /dev/input/event0 (Power Button)\nJun 05 05:56:25 localhost systemd-logind[661]: Watching system buttons on /dev/input/event1 (Sleep Button)\nJun 05 05:56:25 localhost systemd-logind[661]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)\nJun 05 05:56:25 localhost systemd[1]: Started systemd-logind.service - User Login Management.\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 279.\nJun 05 05:56:26 localhost chronyd[672]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)\nJun 05 05:56:26 localhost chronyd[672]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift\nJun 05 05:56:26 localhost chronyd[672]: Loaded seccomp filter (level 2)\nJun 05 05:56:26 localhost systemd[1]: Started chronyd.service - NTP client/server.\n\u2591\u2591 Subject: A start job for unit chronyd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 257.\nJun 05 05:56:26 localhost rngd[660]: Disabling 7: PKCS11 Entropy generator (pkcs11)\nJun 05 05:56:26 localhost rngd[660]: Disabling 5: NIST Network Entropy Beacon (nist)\nJun 05 05:56:26 localhost rngd[660]: Disabling 9: Qrypt quantum entropy beacon (qrypt)\nJun 05 05:56:26 localhost rngd[660]: Disabling 10: Named pipe entropy input (namedpipe)\nJun 05 05:56:26 localhost rngd[660]: Initializing available sources\nJun 05 05:56:26 localhost rngd[660]: [hwrng ]: Initialization Failed\nJun 05 05:56:26 localhost rngd[660]: [rdrand]: Enabling RDRAND rng support\nJun 05 05:56:26 localhost rngd[660]: [rdrand]: Initialized\nJun 05 05:56:26 localhost rngd[660]: [jitter]: JITTER timeout set to 5 sec\nJun 05 05:56:26 localhost rngd[660]: [jitter]: Initializing AES buffer\nJun 05 05:56:31 localhost rngd[660]: [jitter]: Unable to obtain AES key, disabling JITTER source\nJun 05 05:56:31 localhost rngd[660]: [jitter]: Initialization Failed\nJun 05 05:56:31 localhost rngd[660]: Process privileges have been dropped to 2:2\nJun 05 05:56:32 localhost cloud-init[679]: Cloud-init v. 24.4-5.el10 running 'init-local' at Thu, 05 Jun 2025 09:56:31 +0000. Up 24.13 seconds.\nJun 05 05:56:32 localhost dhcpcd[682]: dhcpcd-10.0.6 starting\nJun 05 05:56:32 localhost kernel: 8021q: 802.1Q VLAN Support v1.8\nJun 05 05:56:32 localhost systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.\n\u2591\u2591 Subject: A start job for unit systemd-rfkill.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-rfkill.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 317.\nJun 05 05:56:32 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database\nJun 05 05:56:32 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'\nJun 05 05:56:32 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'\nJun 05 05:56:32 localhost dhcpcd[685]: DUID 00:01:00:01:2f:d4:26:50:02:53:7a:68:dd:a1\nJun 05 05:56:32 localhost dhcpcd[685]: eth0: IAID 7a:68:dd:a1\nJun 05 05:56:32 localhost kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2\nJun 05 05:56:32 localhost kernel: cfg80211: failed to load regulatory.db\nJun 05 05:56:34 localhost dhcpcd[685]: eth0: soliciting a DHCP lease\nJun 05 05:56:34 localhost dhcpcd[685]: eth0: offered 10.31.47.129 from 10.31.44.1\nJun 05 05:56:34 localhost dhcpcd[685]: eth0: leased 10.31.47.129 for 3600 seconds\nJun 05 05:56:34 localhost dhcpcd[685]: eth0: adding route to 10.31.44.0/22\nJun 05 05:56:34 localhost dhcpcd[685]: eth0: adding default route via 10.31.44.1\nJun 05 05:56:34 localhost dhcpcd[685]: control command: dhcpcd --dumplease --ipv4only eth0\nJun 05 05:56:34 localhost systemd[1]: Starting systemd-hostnamed.service - Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 326.\nJun 05 05:56:34 localhost systemd[1]: Started systemd-hostnamed.service - Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 326.\nJun 05 05:56:34 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[707]: Hostname set to (static)\nJun 05 05:56:34 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init-local.service - Cloud-init: Local Stage (pre-network).\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 243.\nJun 05 05:56:34 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-pre.target - Preparation for Network.\n\u2591\u2591 Subject: A start job for unit network-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 157.\nJun 05 05:56:34 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager.service - Network Manager...\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.6856] NetworkManager (version 1.53.90-1.el10) is starting... (boot:463150dd-1d31-486b-9fca-dd58e02e779d)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.6859] Read config: /etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7021] manager[0x55d7638c0ac0]: monitoring kernel firmware directory '/lib/firmware'.\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7076] hostname: hostname: using hostnamed\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7077] hostname: static hostname changed from (none) to \"ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com\"\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7092] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7102] manager[0x55d7638c0ac0]: rfkill: Wi-Fi hardware radio set enabled\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7102] manager[0x55d7638c0ac0]: rfkill: WWAN hardware radio set enabled\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7209] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7210] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7211] manager: Networking is enabled by state file\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7220] settings: Loaded settings plugin: keyfile (internal)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 404.\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7365] dhcp: init: Using DHCP client 'internal'\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7368] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7386] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7401] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7409] device (lo): Activation: starting connection 'lo' (d01cddf2-4fc3-42ec-80d5-07ca88583771)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7423] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7430] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager.service - Network Manager.\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7503] bus-manager: acquired D-Bus service \"org.freedesktop.NetworkManager\"\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7507] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network.target - Network.\n\u2591\u2591 Subject: A start job for unit network.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 224.\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7553] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7561] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7564] device (eth0): carrier: link connected\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7567] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online...\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 221.\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7590] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7600] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7606] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7609] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7615] manager: NetworkManager state is now CONNECTING\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7618] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7626] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full')\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7634] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.7653] dhcp4 (eth0): state changed new lease, address=10.31.47.129, acd pending\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting gssproxy.service - GSSAPI Proxy Daemon...\n\u2591\u2591 Subject: A start job for unit gssproxy.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 238.\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 0 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 0 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 48 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 48 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 49 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 49 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 50 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 50 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 51 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 51 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 52 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 52 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 53 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 53 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 54 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 54 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 55 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 55 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 56 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 56 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 57 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 57 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 58 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 58 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: Cannot change IRQ 59 affinity: Permission denied\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com irqbalance[658]: IRQ 59 affinity is now unmanaged\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.9222] dhcp4 (eth0): state changed new lease, address=10.31.47.129\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117395.9235] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS\nJun 05 05:56:35 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 404.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.0929] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1020] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1050] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1098] device (lo): Activation: successful, device activated.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1116] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1118] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full')\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1122] manager: NetworkManager state is now CONNECTED_SITE\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1126] device (eth0): Activation: successful, device activated.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1136] manager: NetworkManager state is now CONNECTED_GLOBAL\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com NetworkManager[714]: [1749117396.1139] manager: startup complete\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online.\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 221.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-init.service - Cloud-init: Network Stage...\n\u2591\u2591 Subject: A start job for unit cloud-init.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 244.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started gssproxy.service - GSSAPI Proxy Daemon.\n\u2591\u2591 Subject: A start job for unit gssproxy.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 238.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.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).\n\u2591\u2591 Subject: A start job for unit rpc-gssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-gssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 234.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target nfs-client.target - NFS client services.\n\u2591\u2591 Subject: A start job for unit nfs-client.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nfs-client.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 230.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 231.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes.\n\u2591\u2591 Subject: A start job for unit remote-cryptsetup.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-cryptsetup.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 255.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs.target - Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 229.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.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).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 124.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Added source 10.11.160.238\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Added source 10.18.100.10\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Added source 10.2.32.37\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Added source 10.2.32.38\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Cloud-init v. 24.4-5.el10 running 'init' at Thu, 05 Jun 2025 09:56:36 +0000. Up 28.62 seconds.\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | eth0 | True | 10.31.47.129 | 255.255.252.0 | global | 02:53:7a:68:dd:a1 |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | eth0 | True | fe80::53:7aff:fe68:dda1/64 | . | link | 02:53:7a:68:dd:a1 |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | lo | True | ::1/128 | . | host | . |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+---------+-----------+-------+\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | Route | Destination | Gateway | Interface | Flags |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+---------+-----------+-------+\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | 0 | fe80::/64 | :: | eth0 | U |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: | 2 | multicast | :: | eth0 | U |\nJun 05 05:56:36 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: ci-info: +-------+-------------+---------+-----------+-------+\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Generating public/private rsa key pair.\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key fingerprint is:\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: SHA256:SI1mYNInZs10+rFVswg0YUnQ1RARftXAGmX67QDcAC8 root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key's randomart image is:\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +---[RSA 3072]----+\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | ..o+o=O+BB+o=o |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o=.+*o+ =oO. .|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o o* o E Bo. |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | + o + o.o . |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | . S o .|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | .|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +----[SHA256]-----+\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Generating public/private ecdsa key pair.\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key fingerprint is:\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: SHA256:PIqVXSiJjugsXefZA0oeXc87MARMscc0kDAHt6b08GU root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key's randomart image is:\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +---[ECDSA 256]---+\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | +=B+o |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | =oB o |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | + * E . |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | . + B @ + |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: |. . * O S o |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: |o. + B = + . |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: |.o. + + o o |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: |. . . |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +----[SHA256]-----+\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Generating public/private ed25519 key pair.\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key fingerprint is:\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: SHA256:d3d84PMYFWtCx1EMY79s26DFygYo2MMPsMDFNa9rN8o root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: The key's randomart image is:\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +--[ED25519 256]--+\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | ...o .=*+|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | . .. o ...++|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o . . ..oo|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | . * . . o++.|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o B S o . O++|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | * . + =.B+|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o + = ..o|\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | o o . . |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: | E |\nJun 05 05:56:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[802]: +----[SHA256]-----+\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init.service - Cloud-init: Network Stage.\n\u2591\u2591 Subject: A start job for unit cloud-init.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 244.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-config.target - Cloud-config availability.\n\u2591\u2591 Subject: A start job for unit cloud-config.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 254.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-online.target - Network is Online.\n\u2591\u2591 Subject: A start job for unit network-online.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-online.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 220.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-config.service - Cloud-init: Config Stage...\n\u2591\u2591 Subject: A start job for unit cloud-config.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 253.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting kdump.service - Crash recovery kernel arming...\n\u2591\u2591 Subject: A start job for unit kdump.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 241.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting restraintd.service - The restraint harness....\n\u2591\u2591 Subject: A start job for unit restraintd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 278.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart...\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 232.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sm-notify[884]: Version 2.8.3 starting\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rsyslog.service - System Logging Service...\n\u2591\u2591 Subject: A start job for unit rsyslog.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 275.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 245.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions...\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 264.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[888]: Server listening on 0.0.0.0 port 22.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[888]: Server listening on :: port 22.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started restraintd.service - The restraint harness..\n\u2591\u2591 Subject: A start job for unit restraintd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 278.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 245.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart.\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 232.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions.\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 264.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started crond.service - Command Scheduler.\n\u2591\u2591 Subject: A start job for unit crond.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit crond.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 239.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started getty@tty1.service - Getty on tty1.\n\u2591\u2591 Subject: A start job for unit getty@tty1.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty@tty1.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 271.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started serial-getty@ttyS0.service - Serial Getty on ttyS0.\n\u2591\u2591 Subject: A start job for unit serial-getty@ttyS0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit serial-getty@ttyS0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 266.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target getty.target - Login Prompts.\n\u2591\u2591 Subject: A start job for unit getty.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 265.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com crond[899]: (CRON) STARTUP (1.7.0)\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com crond[899]: (CRON) INFO (Syslog will be used instead of sendmail.)\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com crond[899]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 17% if used.)\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com crond[899]: (CRON) INFO (running with inotify support)\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[923]: Cloud-init v. 24.4-5.el10 running 'modules:config' at Thu, 05 Jun 2025 09:56:38 +0000. Up 30.61 seconds.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com rsyslogd[887]: [origin software=\"rsyslogd\" swVersion=\"8.2412.0-2.el10\" x-pid=\"887\" x-info=\"https://www.rsyslog.com\"] start\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rsyslog.service - System Logging Service.\n\u2591\u2591 Subject: A start job for unit rsyslog.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 275.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target multi-user.target - Multi-User System.\n\u2591\u2591 Subject: A start job for unit multi-user.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit multi-user.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 121.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 260.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 260.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[888]: Received signal 15; terminating.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A stop job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 507.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit sshd.service has successfully entered the 'dead' state.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A stop job for unit sshd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 507 and the job result is done.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 507.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com rsyslogd[887]: imjournal: journal files changed, reloading... [v8.2412.0-2.el10 try https://www.rsyslog.com/e/0 ]\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[935]: Server listening on 0.0.0.0 port 22.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd[935]: Server listening on :: port 22.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 507.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-config.service - Cloud-init: Config Stage.\n\u2591\u2591 Subject: A start job for unit cloud-config.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 253.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-final.service - Cloud-init: Final Stage...\n\u2591\u2591 Subject: A start job for unit cloud-final.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 252.\nJun 05 05:56:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com restraintd[891]: Listening on http://localhost:8081\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[952]: Cloud-init v. 24.4-5.el10 running 'modules:final' at Thu, 05 Jun 2025 09:56:39 +0000. Up 31.14 seconds.\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[954]: #############################################################\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[955]: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[957]: 256 SHA256:PIqVXSiJjugsXefZA0oeXc87MARMscc0kDAHt6b08GU root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com (ECDSA)\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[959]: 256 SHA256:d3d84PMYFWtCx1EMY79s26DFygYo2MMPsMDFNa9rN8o root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com (ED25519)\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[961]: 3072 SHA256:SI1mYNInZs10+rFVswg0YUnQ1RARftXAGmX67QDcAC8 root@ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com (RSA)\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[962]: -----END SSH HOST KEY FINGERPRINTS-----\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[963]: #############################################################\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com cloud-init[952]: Cloud-init v. 24.4-5.el10 finished at Thu, 05 Jun 2025 09:56:39 +0000. Datasource DataSourceEc2Local. Up 31.31 seconds\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-final.service - Cloud-init: Final Stage.\n\u2591\u2591 Subject: A start job for unit cloud-final.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 252.\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-init.target - Cloud-init target.\n\u2591\u2591 Subject: A start job for unit cloud-init.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 242.\nJun 05 05:56:39 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kdumpctl[902]: kdump: Detected change(s) in the following file(s): /etc/fstab\nJun 05 05:56:40 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated.\nJun 05 05:56:40 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kdumpctl[902]: kdump: Rebuilding /boot/initramfs-6.12.0-89.el10.x86_64kdump.img\nJun 05 05:56:40 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1429]: dracut-105-4.el10\nJun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1432]: Executing: /usr/bin/dracut --list-modules\nJun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1488]: dracut-105-4.el10\nJun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1491]: Executing: /usr/bin/dracut --list-modules\nJun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1552]: dracut-105-4.el10\nJun 05 05:56:41 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip --mount \"/dev/disk/by-uuid/4432508d-06ca-4915-a295-51834f9881c2 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota\" --add squash-erofs --squash-compressor lz4hc --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-6.12.0-89.el10.x86_64kdump.img 6.12.0-89.el10.x86_64\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmand' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'plymouth' will not be installed, because it's in the list to be omitted!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'multipath' will not be installed, because command 'multipath' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'hwdb' will not be installed, because it's in the list to be omitted!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'resume' will not be installed, because it's in the list to be omitted!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Selected source 108.61.73.243 (2.centos.pool.ntp.org)\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'busybox' will not be installed, because command 'busybox' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'earlykdump' will not be installed, because it's in the list to be omitted!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmand' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'multipath' will not be installed, because command 'multipath' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found!\nJun 05 05:56:42 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Module 'busybox' will not be installed, because command 'busybox' could not be found!\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: bash ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: shell-interpreter ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fips ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fips-crypto-policies ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-ask-password ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-initrd ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-journald ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-modules-load ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-sysctl ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-sysusers ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-tmpfiles ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: systemd-udevd ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: rngd ***\nJun 05 05:56:43 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: i18n ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: drm ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: prefixdevname ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kernel-modules ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kernel-modules-extra ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: configuration source \"/run/depmod.d\" does not exist\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: configuration source \"/lib/depmod.d\" does not exist\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: parsing configuration file \"/etc/depmod.d/dist.conf\"\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: kernel-modules-extra: /etc/depmod.d/dist.conf: added \"updates extra built-in weak-updates\" to the list of search directories\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fstab-sys ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: rootfs-block ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: squash-erofs ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: terminfo ***\nJun 05 05:56:44 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: udev-rules ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: dracut-systemd ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: usrmount ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: base ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: fs-lib ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: kdumpbase ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: memstrack ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: microcode_ctl-fw_dir_override ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl module: mangling fw_dir\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: reset fw_dir to \"/lib/firmware/updates /lib/firmware\"\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel\"...\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: intel: caveats check for kernel version \"6.12.0-89.el10.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel\" to fw_dir variable\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01\"...\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: configuration \"intel-06-4f-01\" is ignored\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: microcode_ctl: final fw_dir: \"/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware\"\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: openssl ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: shutdown ***\nJun 05 05:56:45 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including module: squash-lib ***\nJun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Including modules done ***\nJun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Installing kernel module dependencies ***\nJun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nJun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Installing kernel module dependencies done ***\nJun 05 05:56:46 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Resolving executable dependencies ***\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Resolving executable dependencies done ***\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Hardlinking files ***\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Mode: real\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Method: sha256\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Files: 550\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Linked: 24 files\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Compared: 0 xattrs\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Compared: 43 files\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Saved: 14.22 MiB\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Duration: 0.256723 seconds\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Hardlinking files done ***\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Generating early-microcode cpio image ***\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Constructing GenuineIntel.bin ***\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Constructing GenuineIntel.bin ***\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Store current command line parameters ***\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: Stored kernel commandline:\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: No dracut internal kernel commandline stored in the initramfs\nJun 05 05:56:47 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Squashing the files inside the initramfs ***\nJun 05 05:56:50 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Squashing the files inside the initramfs done ***\nJun 05 05:56:50 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Creating image file '/boot/initramfs-6.12.0-89.el10.x86_64kdump.img' ***\nJun 05 05:56:51 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com dracut[1555]: *** Creating initramfs image file '/boot/initramfs-6.12.0-89.el10.x86_64kdump.img' done ***\nJun 05 05:56:52 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kdumpctl[902]: kdump: kexec: loaded kdump kernel\nJun 05 05:56:52 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com kdumpctl[902]: kdump: Starting kdump: [OK]\nJun 05 05:56:52 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished kdump.service - Crash recovery kernel arming.\n\u2591\u2591 Subject: A start job for unit kdump.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 241.\nJun 05 05:56:52 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 2.214s (kernel) + 7.853s (initrd) + 34.153s (userspace) = 44.222s.\n\u2591\u2591 Subject: System start-up is now complete\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 All system services necessary queued for starting at boot have been\n\u2591\u2591 started. Note that this does not mean that the machine is now idle as services\n\u2591\u2591 might still be busy with completing start-up.\n\u2591\u2591 \n\u2591\u2591 Kernel start-up required 2214931 microseconds.\n\u2591\u2591 \n\u2591\u2591 Initrd start-up required 7853517 microseconds.\n\u2591\u2591 \n\u2591\u2591 Userspace start-up required 34153954 microseconds.\nJun 05 05:57:05 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nJun 05 05:57:48 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com chronyd[672]: Selected source 162.159.200.1 (2.centos.pool.ntp.org)\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4436]: Accepted publickey for root from 10.30.33.122 port 44574 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.slice - User Slice of UID 0.\n\u2591\u2591 Subject: A start job for unit user-0.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-0.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 586.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 508.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: New session 1 of user root.\n\u2591\u2591 Subject: A new session 1 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 1 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4436.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 508.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - User Manager for UID 0...\n\u2591\u2591 Subject: A start job for unit user@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 588.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: New session 2 of user root.\n\u2591\u2591 Subject: A new session 2 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 2 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4441.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com (systemd)[4441]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Queued start job for default target default.target.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Created slice app.slice - User Application Slice.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: 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).\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 11.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Reached target paths.target - Paths.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 7.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Reached target timers.target - Timers.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 10.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Starting dbus.socket - D-Bus User Message Bus Socket...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Listening on dbus.socket - D-Bus User Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Reached target sockets.target - Sockets.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 8.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Reached target basic.target - Basic System.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Reached target default.target - Main User Target.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[4441]: Startup finished in 123ms.\n\u2591\u2591 Subject: User manager start-up is now complete\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The user manager instance for user 0 has been started. All services queued\n\u2591\u2591 for starting have been started. Note that other services might still be starting\n\u2591\u2591 up or be started at any later time.\n\u2591\u2591 \n\u2591\u2591 Startup of the manager took 123515 microseconds.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - User Manager for UID 0.\n\u2591\u2591 Subject: A start job for unit user@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 588.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-1.scope - Session 1 of User root.\n\u2591\u2591 Subject: A start job for unit session-1.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-1.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 669.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4436]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4452]: Received disconnect from 10.30.33.122 port 44574:11: disconnected by user\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4452]: Disconnected from user root 10.30.33.122 port 44574\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4436]: pam_unix(sshd:session): session closed for user root\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-1.scope has successfully entered the 'dead' state.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: Session 1 logged out. Waiting for processes to exit.\nJun 05 05:58:09 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: Removed session 1.\n\u2591\u2591 Subject: Session 1 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 1 has been terminated.\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4489]: Accepted publickey for root from 10.31.9.51 port 49486 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4490]: Accepted publickey for root from 10.31.9.51 port 49502 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: New session 3 of user root.\n\u2591\u2591 Subject: A new session 3 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 3 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4489.\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-3.scope - Session 3 of User root.\n\u2591\u2591 Subject: A start job for unit session-3.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-3.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 751.\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: New session 4 of user root.\n\u2591\u2591 Subject: A new session 4 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 4 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4490.\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4489]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-4.scope - Session 4 of User root.\n\u2591\u2591 Subject: A start job for unit session-4.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-4.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 833.\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4490]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4496]: Received disconnect from 10.31.9.51 port 49502:11: disconnected by user\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4496]: Disconnected from user root 10.31.9.51 port 49502\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com sshd-session[4490]: pam_unix(sshd:session): session closed for user root\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-4.scope has successfully entered the 'dead' state.\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: Session 4 logged out. Waiting for processes to exit.\nJun 05 05:58:11 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd-logind[661]: Removed session 4.\n\u2591\u2591 Subject: Session 4 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 4 has been terminated.\nJun 05 05:58:37 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com unknown: Running test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1) with reboot count 0 and test restart count 0. (Be aware the test name is sanitized!)\nJun 05 05:58:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-hostnamed.service - Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 915.\nJun 05 05:58:38 ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started systemd-hostnamed.service - Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 915.\nJun 05 05:58:38 managed-node1 systemd-hostnamed[6352]: Hostname set to (static)\nJun 05 05:58:38 managed-node1 NetworkManager[714]: [1749117518.2687] hostname: static hostname changed from \"ip-10-31-47-129.testing-farm.us-east-1.aws.redhat.com\" to \"managed-node1\"\nJun 05 05:58:38 managed-node1 systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 993.\nJun 05 05:58:38 managed-node1 systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 993.\nJun 05 05:58:39 managed-node1 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!)\nJun 05 05:58:48 managed-node1 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nJun 05 05:58:56 managed-node1 sshd-session[6990]: Accepted publickey for root from 10.31.11.147 port 51974 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nJun 05 05:58:56 managed-node1 systemd-logind[661]: New session 5 of user root.\n\u2591\u2591 Subject: A new session 5 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 5 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 6990.\nJun 05 05:58:56 managed-node1 systemd[1]: Started session-5.scope - Session 5 of User root.\n\u2591\u2591 Subject: A start job for unit session-5.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-5.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1072.\nJun 05 05:58:56 managed-node1 sshd-session[6990]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:58 managed-node1 python3.12[7167]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJun 05 05:58:59 managed-node1 python3.12[7345]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJun 05 05:59:00 managed-node1 python3.12[7494]: ansible-ansible.legacy.dnf Invoked with name=['systemd'] 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\nJun 05 05:59:06 managed-node1 python3.12[7667]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJun 05 05:59:06 managed-node1 python3.12[7818]: ansible-ansible.legacy.systemd Invoked with name=systemd-journal-flush.service state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJun 05 05:59:07 managed-node1 python3.12[7969]: ansible-file Invoked with path=/etc/systemd/journald.conf.d state=directory owner=root group=root 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 seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:07 managed-node1 python3.12[8118]: ansible-file Invoked with path=/run/log/journal state=directory owner=root group=systemd-journal mode=2755 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 seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:08 managed-node1 python3.12[8267]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-tmpfiles --create\n --prefix=/run/log/journal\n /usr/lib/tmpfiles.d/systemd.conf\n _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\nJun 05 05:59:08 managed-node1 systemd[1]: systemd-hostnamed.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nJun 05 05:59:08 managed-node1 python3.12[8420]: ansible-ansible.legacy.stat Invoked with path=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nJun 05 05:59:08 managed-node1 python3.12[8540]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1749117548.2512455-7355-63049573994486/.source.conf dest=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf owner=root group=root mode=0644 follow=False _original_basename=journald.conf.j2 checksum=4e2f890fe96bc321f60c04da591a95d5ff2d362e 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\nJun 05 05:59:09 managed-node1 python3.12[8689]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None\nJun 05 05:59:09 managed-node1 systemd-journald[517]: Journal stopped\n\u2591\u2591 Subject: The journal has been stopped\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has shut down and closed all currently\n\u2591\u2591 active journal files.\nJun 05 05:59:09 managed-node1 systemd-journald[517]: Received SIGTERM from PID 1 (systemd).\nJun 05 05:59:09 managed-node1 systemd[1]: Stopping systemd-journald.service - Journal Service...\nJun 05 05:59:09 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully.\nJun 05 05:59:09 managed-node1 systemd[1]: Stopped systemd-journald.service - Journal Service.\nJun 05 05:59:09 managed-node1 systemd[1]: Starting systemd-journald.service - Journal Service...\nJun 05 05:59:09 managed-node1 systemd-journald[8693]: Collecting audit messages is disabled.\nJun 05 05:59:09 managed-node1 systemd-journald[8693]: Journal started\n\u2591\u2591 Subject: The journal has been started\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has started up, opened the journal\n\u2591\u2591 files for writing and is now ready to process requests.\nJun 05 05:59:09 managed-node1 systemd-journald[8693]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nJun 05 05:59:09 managed-node1 systemd[1]: Started systemd-journald.service - Journal Service.\nJun 05 05:59:10 managed-node1 python3.12[8844]: ansible-ansible.legacy.systemd Invoked with name=systemd-journal-flush.service state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None\nJun 05 05:59:10 managed-node1 systemd[1]: Stopping systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A stop job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1161.\nJun 05 05:59:10 managed-node1 systemd-journald[8693]: Received client request to relinquish /var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe access.\nJun 05 05:59:10 managed-node1 systemd[1]: systemd-journal-flush.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-journal-flush.service has successfully entered the 'dead' state.\nJun 05 05:59:10 managed-node1 systemd[1]: Stopped systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A stop job for unit systemd-journal-flush.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-journal-flush.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1161 and the job result is done.\nJun 05 05:59:10 managed-node1 systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1161.\nJun 05 05:59:10 managed-node1 systemd-journald[8693]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nJun 05 05:59:10 managed-node1 systemd-journald[8693]: Received client request to flush runtime journal.\nJun 05 05:59:10 managed-node1 systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1161.\nJun 05 05:59:10 managed-node1 python3.12[9000]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl show --property SubState systemd-journald.service _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\nJun 05 05:59:10 managed-node1 python3.12[9150]: ansible-stat Invoked with path=/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe/system.journal follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJun 05 05:59:11 managed-node1 python3.12[9301]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe/system.journal | grep -q 'State: ONLINE'\n _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\nJun 05 05:59:11 managed-node1 python3.12[9453]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe/system.journal | grep -q COMPRESSED\n _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\nJun 05 05:59:13 managed-node1 python3.12[9654]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJun 05 05:59:14 managed-node1 python3.12[9832]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journald.service dest=/etc/systemd/system/systemd-journald.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:14 managed-node1 python3.12[9981]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journal-flush.service dest=/etc/systemd/system/systemd-journal-flush.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:15 managed-node1 python3.12[10130]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journald.service insertafter=^\\[Unit\\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:15 managed-node1 python3.12[10280]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journal-flush.service insertafter=^\\[Unit\\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:15 managed-node1 python3.12[10429]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journald.service dest=/etc/systemd/system/systemd-journald.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:16 managed-node1 python3.12[10578]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journald.service insertafter=^\\[Unit\\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:17 managed-node1 python3.12[10727]: 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\nJun 05 05:59:17 managed-node1 systemd[1]: Reload requested from client PID 10728 ('systemctl') (unit session-5.scope)...\nJun 05 05:59:17 managed-node1 systemd[1]: Reloading...\nJun 05 05:59:17 managed-node1 systemd-rc-local-generator[10767]: /etc/rc.d/rc.local is not marked executable, skipping.\nJun 05 05:59:17 managed-node1 systemd[1]: Reloading finished in 209 ms.\nJun 05 05:59:17 managed-node1 systemd[1]: Starting logrotate.service - Rotate log files...\n\u2591\u2591 Subject: A start job for unit logrotate.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1169.\nJun 05 05:59:17 managed-node1 systemd[1]: logrotate.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit logrotate.service has successfully entered the 'dead' state.\nJun 05 05:59:17 managed-node1 systemd[1]: Finished logrotate.service - Rotate log files.\n\u2591\u2591 Subject: A start job for unit logrotate.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1169.\nJun 05 05:59:17 managed-node1 python3.12[10929]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJun 05 05:59:18 managed-node1 python3.12[11078]: ansible-ansible.legacy.dnf Invoked with name=['systemd'] 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\nJun 05 05:59:19 managed-node1 python3.12[11229]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJun 05 05:59:19 managed-node1 python3.12[11380]: ansible-ansible.legacy.systemd Invoked with name=systemd-journal-flush.service state=started enabled=True daemon_reload=False daemon_reexec=False scope=system no_block=False force=None masked=None\nJun 05 05:59:20 managed-node1 python3.12[11531]: ansible-file Invoked with path=/etc/systemd/journald.conf.d state=directory owner=root group=root 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 seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:20 managed-node1 python3.12[11680]: ansible-file Invoked with path=/var/log/journal state=directory owner=root group=systemd-journal mode=2755 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 seuser=None serole=None selevel=None setype=None attributes=None\nJun 05 05:59:21 managed-node1 python3.12[11830]: ansible-ansible.legacy.command Invoked with _raw_params=systemd-tmpfiles --create\n --prefix=/var/log/journal\n /usr/lib/tmpfiles.d/systemd.conf\n _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\nJun 05 05:59:21 managed-node1 python3.12[11980]: ansible-ansible.legacy.stat Invoked with path=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf follow=False get_checksum=True get_size=False checksum_algorithm=sha1 get_mime=True get_attributes=True\nJun 05 05:59:22 managed-node1 python3.12[12102]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1749117561.462493-7732-131403689178374/.source.conf dest=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf owner=root group=root mode=0644 follow=False _original_basename=journald.conf.j2 checksum=a3690c13fb037f3b8fd78a62a83c7fae7057ebbb 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\nJun 05 05:59:22 managed-node1 python3.12[12251]: ansible-ansible.legacy.systemd Invoked with name=systemd-journald.service state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None\nJun 05 05:59:22 managed-node1 systemd-journald[8693]: Journal stopped\n\u2591\u2591 Subject: The journal has been stopped\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has shut down and closed all currently\n\u2591\u2591 active journal files.\nJun 05 05:59:22 managed-node1 systemd-journald[8693]: Received SIGTERM from PID 1 (systemd).\nJun 05 05:59:22 managed-node1 systemd[1]: Stopping systemd-journald.service - Journal Service...\nJun 05 05:59:22 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully.\nJun 05 05:59:22 managed-node1 systemd[1]: Stopped systemd-journald.service - Journal Service.\nJun 05 05:59:22 managed-node1 systemd[1]: Starting systemd-journald.service - Journal Service...\nJun 05 05:59:22 managed-node1 systemd-journald[12255]: Collecting audit messages is disabled.\nJun 05 05:59:22 managed-node1 systemd-journald[12255]: Journal started\n\u2591\u2591 Subject: The journal has been started\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has started up, opened the journal\n\u2591\u2591 files for writing and is now ready to process requests.\nJun 05 05:59:22 managed-node1 systemd-journald[12255]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nJun 05 05:59:22 managed-node1 systemd[1]: Started systemd-journald.service - Journal Service.\nJun 05 05:59:23 managed-node1 python3.12[12406]: ansible-ansible.legacy.systemd Invoked with name=systemd-journal-flush.service state=restarted daemon_reload=False daemon_reexec=False scope=system no_block=False enabled=None force=None masked=None\nJun 05 05:59:23 managed-node1 systemd[1]: Stopping systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A stop job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1254.\nJun 05 05:59:23 managed-node1 systemd[1]: systemd-journal-flush.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-journal-flush.service has successfully entered the 'dead' state.\nJun 05 05:59:23 managed-node1 systemd[1]: Stopped systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A stop job for unit systemd-journal-flush.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-journal-flush.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1254 and the job result is done.\nJun 05 05:59:23 managed-node1 systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1254.\nJun 05 05:59:23 managed-node1 systemd-journald[12255]: Time spent on flushing to /var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe is 19.663ms for 1426 entries.\nJun 05 05:59:23 managed-node1 systemd-journald[12255]: System Journal (/var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 2G, 1.9G free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 System Journal (/var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 2G.\n\u2591\u2591 Leaving at least 0B free (of currently available 243.3G of disk space).\n\u2591\u2591 Enforced usage limit is thus 2G, of which 1.9G are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nJun 05 05:59:23 managed-node1 systemd-journald[12255]: Received client request to flush runtime journal.\nJun 05 05:59:23 managed-node1 rsyslogd[887]: imjournal: journal files changed, reloading... [v8.2412.0-2.el10 try https://www.rsyslog.com/e/0 ]\nJun 05 05:59:23 managed-node1 systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1254.\nJun 05 05:59:23 managed-node1 python3.12[12563]: ansible-ansible.legacy.command Invoked with _raw_params=systemctl show --property SubState systemd-journald.service _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\nJun 05 05:59:24 managed-node1 python3.12[12713]: ansible-ansible.legacy.command Invoked with _raw_params=grep ForwardToSyslog=yes \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\" _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\nJun 05 05:59:25 managed-node1 python3.12[12863]: ansible-ansible.legacy.command Invoked with _raw_params=grep RateLimitIntervalSec=2s \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\" _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\nJun 05 05:59:25 managed-node1 python3.12[13013]: ansible-ansible.legacy.command Invoked with _raw_params=grep RateLimitBurst=2000 \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\" _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\nJun 05 05:59:26 managed-node1 python3.12[13163]: ansible-ansible.legacy.command Invoked with _raw_params=grep SystemKeepFree=10 \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\" _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\nJun 05 05:59:26 managed-node1 python3.12[13313]: ansible-ansible.legacy.command Invoked with _raw_params=set -x\n exec 1>&2\n journalctl -ex\n journalctl -b -u systemd-journald\n cat \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\"\n _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\n+ journalctl -b -u systemd-journald\nJun 05 05:56:10 localhost systemd-journald[256]: Collecting audit messages is disabled.\nJun 05 05:56:10 localhost systemd-journald[256]: Journal started\nJun 05 05:56:10 localhost systemd-journald[256]: Runtime Journal (/run/log/journal/94714a4fed044297b39f9ef7810c78e6) is 8M, max 69.2M, 61.2M free.\nJun 05 05:56:14 localhost systemd-journald[256]: Journal stopped\nJun 05 05:56:22 localhost systemd-journald[517]: Collecting audit messages is disabled.\nJun 05 05:56:22 localhost systemd-journald[517]: Journal started\nJun 05 05:56:22 localhost systemd-journald[517]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\nJun 05 05:56:22 localhost systemd[1]: systemd-journald.service: Deactivated successfully.\nJun 05 05:56:22 localhost systemd-journald[517]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\nJun 05 05:56:22 localhost systemd-journald[517]: Received client request to flush runtime journal.\nJun 05 05:59:09 managed-node1 systemd-journald[517]: Journal stopped\nJun 05 05:59:09 managed-node1 systemd-journald[8693]: Collecting audit messages is disabled.\nJun 05 05:59:09 managed-node1 systemd-journald[8693]: Journal started\nJun 05 05:59:09 managed-node1 systemd-journald[8693]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\nJun 05 05:59:10 managed-node1 systemd-journald[8693]: Received client request to relinquish /var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe access.\nJun 05 05:59:10 managed-node1 systemd-journald[8693]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\nJun 05 05:59:10 managed-node1 systemd-journald[8693]: Received client request to flush runtime journal.\nJun 05 05:59:22 managed-node1 systemd-journald[8693]: Journal stopped\nJun 05 05:59:22 managed-node1 systemd-journald[12255]: Collecting audit messages is disabled.\nJun 05 05:59:22 managed-node1 systemd-journald[12255]: Journal started\nJun 05 05:59:22 managed-node1 systemd-journald[12255]: Runtime Journal (/run/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 69.2M, 61.2M free.\nJun 05 05:59:23 managed-node1 systemd-journald[12255]: Time spent on flushing to /var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe is 19.663ms for 1426 entries.\nJun 05 05:59:23 managed-node1 systemd-journald[12255]: System Journal (/var/log/journal/ec29338dcaf36b5fa91a3fe82f4360fe) is 8M, max 2G, 1.9G free.\nJun 05 05:59:23 managed-node1 systemd-journald[12255]: Received client request to flush runtime journal.\n+ cat /etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\n# SPDX-License-Identifier: MIT\n\n#\n# Ansible managed\n#\n# system_role:journald\n\n[Journal]\nStorage=persistent\nSystemMaxUse=2048M\nSplitMode=uid\nSyncIntervalSec=1m\nSystemKeepFree=0M\nCompress=yes\nForwardToSyslog=yes\nRateLimitIntervalSec=2s\nRateLimitBurst=2000", "task_name": "Debug", "task_path": "/tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Thursday 05 June 2025 05:59:29 -0400 (0:00:01.224) 0:00:17.266 ********* =============================================================================== Verify that syslog is set properly -------------------------------------- 1.39s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:74 fedora.linux_system_roles.journald : Restart journald services ---------- 1.24s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Restart journald services ----------------------------------------------- 1.22s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 Gathering Facts --------------------------------------------------------- 1.21s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 fedora.linux_system_roles.journald : Ensure required services are enabled --- 1.11s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Reload systemd to ensure startlimit changes take effect upon restart ---- 0.95s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 fedora.linux_system_roles.journald : Ensure required packages are installed --- 0.92s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Make a copy of the service files ---------------------------------------- 0.88s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Change the startlimit to avoid errors with excessive journald restarts --- 0.84s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 fedora.linux_system_roles.journald : Deploy journald configuration drop-in --- 0.79s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Remove copy of the service files ---------------------------------------- 0.76s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 Reload systemd to cleanup ----------------------------------------------- 0.75s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store --- 0.49s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 fedora.linux_system_roles.journald : Check if system is ostree ---------- 0.48s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 fedora.linux_system_roles.journald : Create journald configuration drop-in directory --- 0.47s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 Debug ------------------------------------------------------------------- 0.46s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 fedora.linux_system_roles.journald : Ensure persistent log store exists --- 0.40s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Cleanup ----------------------------------------------------------------- 0.38s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Get systemd-journald service state -------------------------------------- 0.38s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:63 Make a copy of the systemd-journald.service ----------------------------- 0.38s /tmp/collections-onN/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:36