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-iyK executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, May 9 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] (/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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml PLAY [Simple journald role invocation] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Thursday 05 June 2025 05:59:35 -0400 (0:00:00.020) 0:00:00.020 ********* [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, 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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Thursday 05 June 2025 05:59:36 -0400 (0:00:01.067) 0:00:01.088 ********* changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "77b6b53e3f5a0c0e5656457e086a8629d9469f0d", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "item": "systemd-journald.service", "md5sum": "1fcbc4c1eda8a1f3797061554781cabb", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 2001, "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": "1e83334cea6373b763e16f9707edcfcbe3884e46", "dest": "/etc/systemd/system/systemd-journal-flush.service", "gid": 0, "group": "root", "item": "systemd-journal-flush.service", "md5sum": "ee03c6f45804fdce1afdf9a8fa1243d8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 819, "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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 Thursday 05 June 2025 05:59:37 -0400 (0:00:00.829) 0:00:01.917 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:36 Thursday 05 June 2025 05:59:38 -0400 (0:00:00.787) 0:00:02.705 ********* changed: [managed-node1] => { "changed": true, "checksum": "77b6b53e3f5a0c0e5656457e086a8629d9469f0d", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "md5sum": "1fcbc4c1eda8a1f3797061554781cabb", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 2001, "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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:43 Thursday 05 June 2025 05:59:38 -0400 (0:00:00.349) 0:00:03.055 ********* changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Reload systemd to ensure startlimit changes take effect upon restart] **** task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 Thursday 05 June 2025 05:59:39 -0400 (0:00:00.355) 0:00:03.410 ********* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Run the role] ************************************************************ task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:53 Thursday 05 June 2025 05:59:39 -0400 (0:00:00.884) 0:00:04.295 ********* included: fedora.linux_system_roles.journald for managed-node1 TASK [fedora.linux_system_roles.journald : Set platform/version specific variables] *** task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3 Thursday 05 June 2025 05:59:40 -0400 (0:00:00.033) 0:00:04.328 ********* included: /tmp/collections-iyK/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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 Thursday 05 June 2025 05:59:40 -0400 (0:00:00.021) 0:00:04.349 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Thursday 05 June 2025 05:59:40 -0400 (0:00:00.039) 0:00:04.389 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 Thursday 05 June 2025 05:59:40 -0400 (0:00:00.446) 0:00:04.836 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6 Thursday 05 June 2025 05:59:40 -0400 (0:00:00.024) 0:00:04.860 ********* skipping: [managed-node1] => { "false_condition": "not journald_persistent" } TASK [fedora.linux_system_roles.journald : Ensure required packages are installed] *** task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Thursday 05 June 2025 05:59:40 -0400 (0:00:00.039) 0:00:04.899 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Thursday 05 June 2025 05:59:42 -0400 (0:00:01.459) 0:00:06.359 ********* 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:32 EDT", "ActiveEnterTimestampMonotonic": "201894457", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:32 EDT", "ActiveExitTimestampMonotonic": "201867694", "ActiveState": "active", "After": "syslog.socket system.slice -.mount systemd-journald.socket systemd-journald-dev-log.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:32 EDT", "AssertTimestampMonotonic": "201874281", "Before": "systemd-tmpfiles-setup.service systemd-journal-flush.service sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "24297000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime", "CanFreeze": "yes", "CanIsolate": "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:32 EDT", "ConditionTimestampMonotonic": "201874277", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "3835", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8555", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:32 EDT", "ExecMainStartTimestampMonotonic": "201880153", "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", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:32 EDT", "InactiveEnterTimestampMonotonic": "201872515", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:32 EDT", "InactiveExitTimestampMonotonic": "201880512", "InvocationID": "4c023655b86e47d4b1f2a2ba71a5e2ca", "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": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8555", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1613824", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "13", "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", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "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", "RestartUSec": "0", "RestrictAddressFamilies": "AF_NETLINK AF_UNIX", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2025-06-05 05:59:32 EDT", "StateChangeTimestampMonotonic": "201894457", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl 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 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 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": "21900", "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.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-dev-log.socket systemd-journald.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Thu 2025-06-05 05:59:32 EDT", "WatchdogTimestampMonotonic": "201895719", "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:33 EDT", "ActiveEnterTimestampMonotonic": "202396631", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:33 EDT", "ActiveExitTimestampMonotonic": "202380323", "ActiveState": "active", "After": "system.slice systemd-remount-fs.service -.mount systemd-journald.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:33 EDT", "AssertTimestampMonotonic": "202388962", "Before": "systemd-tmpfiles-setup.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "5965000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "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:33 EDT", "ConditionTimestampMonotonic": "202388955", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Thu 2025-06-05 05:59:33 EDT", "ExecMainExitTimestampMonotonic": "202396536", "ExecMainPID": "8709", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:33 EDT", "ExecMainStartTimestampMonotonic": "202389996", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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:33 EDT", "InactiveEnterTimestampMonotonic": "202388543", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:33 EDT", "InactiveExitTimestampMonotonic": "202390290", "InvocationID": "46989d9da8cd4d89a0c434c2658feb5c", "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": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "-.mount system.slice", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2025-06-05 05:59:33 EDT", "StateChangeTimestampMonotonic": "202396631", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21900", "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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 Thursday 05 June 2025 05:59:43 -0400 (0:00:00.985) 0:00:07.345 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:36 Thursday 05 June 2025 05:59:43 -0400 (0:00:00.474) 0:00:07.819 ********* included: /tmp/collections-iyK/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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Thursday 05 June 2025 05:59:43 -0400 (0:00:00.044) 0:00:07.863 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Thursday 05 June 2025 05:59:43 -0400 (0:00:00.365) 0:00:08.228 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-tmpfiles", "--create", "--prefix=/var/log/journal", "/usr/lib/tmpfiles.d/systemd.conf" ], "delta": "0:00:00.025229", "end": "2025-06-05 05:59:44.325653", "rc": 0, "start": "2025-06-05 05:59:44.300424" } TASK [fedora.linux_system_roles.journald : Configure volatile journal] ********* task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:40 Thursday 05 June 2025 05:59:44 -0400 (0:00:00.465) 0:00:08.694 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Thursday 05 June 2025 05:59:44 -0400 (0:00:00.035) 0:00:08.729 ********* 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:etc_t:s0", "size": 254, "src": "/root/.ansible/tmp/ansible-tmp-1749117584.456801-7843-255730864768221/.source.conf", "state": "file", "uid": 0 } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:60 Thursday 05 June 2025 05:59:45 -0400 (0:00:00.732) 0:00:09.462 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Thursday 05 June 2025 05:59:45 -0400 (0:00:00.003) 0:00:09.465 ********* 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:32 EDT", "ActiveEnterTimestampMonotonic": "201894457", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:32 EDT", "ActiveExitTimestampMonotonic": "201867694", "ActiveState": "active", "After": "syslog.socket system.slice -.mount systemd-journald.socket systemd-journald-dev-log.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:32 EDT", "AssertTimestampMonotonic": "201874281", "Before": "systemd-tmpfiles-setup.service systemd-journal-flush.service sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "27257000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime", "CanFreeze": "yes", "CanIsolate": "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:32 EDT", "ConditionTimestampMonotonic": "201874277", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "3835", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8555", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:32 EDT", "ExecMainStartTimestampMonotonic": "201880153", "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", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:32 EDT", "InactiveEnterTimestampMonotonic": "201872515", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:32 EDT", "InactiveExitTimestampMonotonic": "201880512", "InvocationID": "4c023655b86e47d4b1f2a2ba71a5e2ca", "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": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8555", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "1634304", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "13", "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", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "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", "RestartUSec": "0", "RestrictAddressFamilies": "AF_NETLINK AF_UNIX", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2025-06-05 05:59:32 EDT", "StateChangeTimestampMonotonic": "201894457", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl 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 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 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": "21900", "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.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-dev-log.socket systemd-journald.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Thu 2025-06-05 05:59:32 EDT", "WatchdogTimestampMonotonic": "201895719", "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:33 EDT", "ActiveEnterTimestampMonotonic": "202396631", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:33 EDT", "ActiveExitTimestampMonotonic": "202380323", "ActiveState": "active", "After": "system.slice systemd-remount-fs.service -.mount systemd-journald.service systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:33 EDT", "AssertTimestampMonotonic": "202388962", "Before": "systemd-tmpfiles-setup.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "5965000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "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:33 EDT", "ConditionTimestampMonotonic": "202388955", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Thu 2025-06-05 05:59:33 EDT", "ExecMainExitTimestampMonotonic": "202396536", "ExecMainPID": "8709", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:33 EDT", "ExecMainStartTimestampMonotonic": "202389996", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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:33 EDT", "InactiveEnterTimestampMonotonic": "202388543", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:33 EDT", "InactiveExitTimestampMonotonic": "202390290", "InvocationID": "46989d9da8cd4d89a0c434c2658feb5c", "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": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "-.mount system.slice", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2025-06-05 05:59:33 EDT", "StateChangeTimestampMonotonic": "202396631", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21900", "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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:63 Thursday 05 June 2025 05:59:46 -0400 (0:00:01.020) 0:00:10.486 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "--property", "SubState", "systemd-journald.service" ], "delta": "0:00:00.009622", "end": "2025-06-05 05:59:46.462998", "rc": 0, "start": "2025-06-05 05:59:46.453376" } STDOUT: SubState=running TASK [Verify that systemd-journald is running] ********************************* task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:70 Thursday 05 June 2025 05:59:46 -0400 (0:00:00.343) 0:00:10.829 ********* ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that syslog is set properly] ************************************** task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:74 Thursday 05 June 2025 05:59:46 -0400 (0:00:00.018) 0:00:10.847 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "ForwardToSyslog=yes", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002996", "end": "2025-06-05 05:59:46.821689", "rc": 0, "start": "2025-06-05 05:59:46.818693" } STDOUT: ForwardToSyslog=yes TASK [Verify that rate limit interval is set properly] ************************* task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:80 Thursday 05 June 2025 05:59:46 -0400 (0:00:00.339) 0:00:11.186 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitIntervalSec=2s", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003276", "end": "2025-06-05 05:59:47.162925", "rc": 0, "start": "2025-06-05 05:59:47.159649" } STDOUT: RateLimitIntervalSec=2s TASK [Verify that rate limit burst is set properly] **************************** task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:86 Thursday 05 June 2025 05:59:47 -0400 (0:00:00.343) 0:00:11.530 ********* ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitBurst=2000", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002983", "end": "2025-06-05 05:59:47.505848", "rc": 0, "start": "2025-06-05 05:59:47.502865" } STDOUT: RateLimitBurst=2000 TASK [Verify that system keep free is set properly] **************************** task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92 Thursday 05 June 2025 05:59:47 -0400 (0:00:00.341) 0:00:11.871 ********* 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.003387", "end": "2025-06-05 05:59:47.850396", "rc": 1, "start": "2025-06-05 05:59:47.847009" } MSG: non-zero return code TASK [Debug] ******************************************************************* task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 Thursday 05 June 2025 05:59:47 -0400 (0:00:00.346) 0:00:12.217 ********* 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:01.043932", "end": "2025-06-05 05:59:49.243556", "failed_when_result": true, "rc": 0, "start": "2025-06-05 05:59:48.199624" } STDERR: + exec + journalctl -ex Jun 05 05:56:11 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Jun 05 05:56:11 localhost kernel: i8042: Warning: Keylock active Jun 05 05:56:11 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Jun 05 05:56:11 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Jun 05 05:56:11 localhost kernel: mousedev: PS/2 mouse device common for all mice Jun 05 05:56:11 localhost kernel: rtc_cmos 00:02: registered as rtc0 Jun 05 05:56:11 localhost kernel: rtc_cmos 00:02: setting system clock to 2025-06-05T09:56:11 UTC (1749117371) Jun 05 05:56:11 localhost kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Jun 05 05:56:11 localhost kernel: intel_pstate: CPU model not supported Jun 05 05:56:11 localhost kernel: hid: raw HID events driver (C) Jiri Kosina Jun 05 05:56:11 localhost kernel: usbcore: registered new interface driver usbhid Jun 05 05:56:11 localhost kernel: usbhid: USB HID core driver Jun 05 05:56:11 localhost kernel: drop_monitor: Initializing network drop monitor service Jun 05 05:56:11 localhost kernel: Initializing XFRM netlink socket Jun 05 05:56:11 localhost kernel: NET: Registered PF_INET6 protocol family Jun 05 05:56:11 localhost kernel: Segment Routing with IPv6 Jun 05 05:56:11 localhost kernel: NET: Registered PF_PACKET protocol family Jun 05 05:56:11 localhost kernel: mpls_gso: MPLS GSO support Jun 05 05:56:11 localhost kernel: IPI shorthand broadcast: enabled Jun 05 05:56:11 localhost kernel: AVX2 version of gcm_enc/dec engaged. Jun 05 05:56:11 localhost kernel: AES CTR mode by8 optimization enabled Jun 05 05:56:11 localhost kernel: sched_clock: Marking stable (849339466, 249384846)->(1196995994, -98271682) Jun 05 05:56:11 localhost kernel: registered taskstats version 1 Jun 05 05:56:11 localhost kernel: Loading compiled-in X.509 certificates Jun 05 05:56:11 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: eb252a41ce2cfc4359f9ea8b7e9c0893576e5aae' Jun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' Jun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' Jun 05 05:56:11 localhost kernel: Loaded X.509 cert 'RH-IMA-CA: Red Hat IMA CA: fb31825dd0e073685b264e3038963673f753959a' Jun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Nvidia GPU OOT signing 001: 55e1cef88193e60419f0b0ec379c49f77545acf0' Jun 05 05:56:11 localhost kernel: Demotion targets for Node 0: null Jun 05 05:56:11 localhost kernel: page_owner is disabled Jun 05 05:56:11 localhost kernel: Key type .fscrypt registered Jun 05 05:56:11 localhost kernel: Key type fscrypt-provisioning registered Jun 05 05:56:11 localhost kernel: Key type big_key registered Jun 05 05:56:11 localhost kernel: Key type encrypted registered Jun 05 05:56:11 localhost kernel: ima: No TPM chip found, activating TPM-bypass! Jun 05 05:56:11 localhost kernel: Loading compiled-in module X.509 certificates Jun 05 05:56:11 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: eb252a41ce2cfc4359f9ea8b7e9c0893576e5aae' Jun 05 05:56:11 localhost kernel: ima: Allocated hash algorithm: sha256 Jun 05 05:56:11 localhost kernel: ima: No architecture policies found Jun 05 05:56:11 localhost kernel: evm: Initialising EVM extended attributes: Jun 05 05:56:11 localhost kernel: evm: security.selinux Jun 05 05:56:11 localhost kernel: evm: security.SMACK64 (disabled) Jun 05 05:56:11 localhost kernel: evm: security.SMACK64EXEC (disabled) Jun 05 05:56:11 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled) Jun 05 05:56:11 localhost kernel: evm: security.SMACK64MMAP (disabled) Jun 05 05:56:11 localhost kernel: evm: security.apparmor (disabled) Jun 05 05:56:11 localhost kernel: evm: security.ima Jun 05 05:56:11 localhost kernel: evm: security.capability Jun 05 05:56:11 localhost kernel: evm: HMAC attrs: 0x1 Jun 05 05:56:11 localhost kernel: Running certificate verification RSA selftest Jun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' Jun 05 05:56:11 localhost kernel: Running certificate verification ECDSA selftest Jun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Certificate verification ECDSA self-testing key: 2900bcea1deb7bc8479a84a23d758efdfdd2b2d3' Jun 05 05:56:11 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Jun 05 05:56:11 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Jun 05 05:56:11 localhost kernel: clk: Disabling unused clocks Jun 05 05:56:11 localhost kernel: Freeing unused decrypted memory: 2028K Jun 05 05:56:11 localhost kernel: Freeing unused kernel image (initmem) memory: 4052K Jun 05 05:56:11 localhost kernel: Write protecting the kernel read-only data: 30720k Jun 05 05:56:11 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 408K Jun 05 05:56:11 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Jun 05 05:56:11 localhost kernel: x86/mm: Checking user space page tables Jun 05 05:56:11 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. Jun 05 05:56:11 localhost kernel: Run /init as init process Jun 05 05:56:11 localhost kernel: with arguments: Jun 05 05:56:11 localhost kernel: /init Jun 05 05:56:11 localhost kernel: rhgb Jun 05 05:56:11 localhost kernel: with environment: Jun 05 05:56:11 localhost kernel: HOME=/ Jun 05 05:56:11 localhost kernel: TERM=linux Jun 05 05:56:11 localhost kernel: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-587.el9.x86_64 Jun 05 05:56:11 localhost systemd[1]: systemd 252-53.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) Jun 05 05:56:11 localhost systemd[1]: Detected virtualization xen. Jun 05 05:56:11 localhost systemd[1]: Detected architecture x86-64. Jun 05 05:56:11 localhost systemd[1]: Running in initrd. Jun 05 05:56:11 localhost systemd[1]: No hostname configured, using default hostname. Jun 05 05:56:11 localhost systemd[1]: Hostname set to . Jun 05 05:56:11 localhost systemd[1]: Queued start job for default target Initrd Default Target. Jun 05 05:56:11 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. Jun 05 05:56:11 localhost systemd[1]: Reached target Initrd /usr File System. Jun 05 05:56:11 localhost systemd[1]: Reached target Local File Systems. Jun 05 05:56:11 localhost systemd[1]: Reached target Path Units. Jun 05 05:56:11 localhost systemd[1]: Reached target Slice Units. Jun 05 05:56:11 localhost systemd[1]: Reached target Swaps. Jun 05 05:56:11 localhost systemd[1]: Reached target Timer Units. Jun 05 05:56:11 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. Jun 05 05:56:11 localhost systemd[1]: Listening on Journal Socket (/dev/log). Jun 05 05:56:11 localhost systemd[1]: Listening on Journal Socket. Jun 05 05:56:11 localhost systemd[1]: Listening on udev Control Socket. Jun 05 05:56:11 localhost systemd[1]: Listening on udev Kernel Socket. Jun 05 05:56:11 localhost systemd[1]: Reached target Socket Units. Jun 05 05:56:11 localhost systemd[1]: Starting Create List of Static Device Nodes... Jun 05 05:56:11 localhost systemd[1]: Starting Journal Service... Jun 05 05:56:11 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. Jun 05 05:56:11 localhost systemd[1]: Starting Apply Kernel Variables... Jun 05 05:56:11 localhost systemd[1]: Starting Create System Users... Jun 05 05:56:11 localhost systemd[1]: Starting Setup Virtual Console... Jun 05 05:56:11 localhost systemd[1]: Finished Create List of Static Device Nodes. Jun 05 05:56:11 localhost systemd-journald[235]: 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:11 localhost systemd-journald[235]: Runtime Journal (/run/log/journal/48c2ba286ee5480ba88aa113dbafbbfe) is 8.0M, max 69.3M, 61.3M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/48c2ba286ee5480ba88aa113dbafbbfe) is currently using 8.0M. â–‘â–‘ Maximum allowed usage is set to 69.3M. â–‘â–‘ Leaving at least 34.6M free (of currently available 684.9M of disk space). â–‘â–‘ Enforced usage limit is thus 69.3M, of which 61.3M 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:11 localhost systemd-sysusers[237]: Creating group 'nobody' with GID 65534. Jun 05 05:56:11 localhost systemd[1]: Started Journal Service. Jun 05 05:56:12 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Jun 05 05:56:12 localhost systemd[1]: Finished 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 4. Jun 05 05:56:12 localhost systemd-sysusers[237]: Creating group 'users' with GID 100. Jun 05 05:56:12 localhost systemd-sysusers[237]: Creating group 'dbus' with GID 81. Jun 05 05:56:12 localhost systemd-sysusers[237]: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81. Jun 05 05:56:12 localhost systemd[1]: Finished 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 14. Jun 05 05:56:12 localhost systemd[1]: Starting 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 18. Jun 05 05:56:12 localhost systemd[1]: Starting Create Volatile 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 16. Jun 05 05:56:12 localhost systemd[1]: Finished 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 18. Jun 05 05:56:12 localhost systemd[1]: Finished Create Volatile 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 16. Jun 05 05:56:12 localhost systemd[1]: Finished Setup Virtual Console. â–‘â–‘ 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 41. Jun 05 05:56:12 localhost systemd[1]: 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 40. Jun 05 05:56:12 localhost systemd[1]: Starting 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 33. Jun 05 05:56:12 localhost dracut-cmdline[252]: dracut-9 dracut-057-87.git20250311.el9 Jun 05 05:56:12 localhost dracut-cmdline[252]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-587.el9.x86_64 root=UUID=5295750c-4ddc-4d83-9af4-ea4188bf87ce ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 Jun 05 05:56:12 localhost systemd[1]: Finished 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 33. Jun 05 05:56:12 localhost systemd[1]: Starting 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 32. Jun 05 05:56:12 localhost systemd[1]: Finished 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 32. Jun 05 05:56:12 localhost systemd[1]: Starting 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 8. Jun 05 05:56:12 localhost systemd-udevd[334]: Using default interface naming scheme 'rhel-9.0'. Jun 05 05:56:12 localhost systemd[1]: Started 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 8. Jun 05 05:56:12 localhost systemd[1]: 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 31. Jun 05 05:56:12 localhost systemd[1]: Starting 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 12. Jun 05 05:56:12 localhost systemd[1]: Finished 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 12. Jun 05 05:56:12 localhost systemd[1]: Reached 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:12 localhost systemd[1]: Reached 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:12 localhost systemd[1]: nm-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet). â–‘â–‘ Subject: A start job for unit nm-initrd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit nm-initrd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 35. Jun 05 05:56:12 localhost systemd[1]: Reached 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 37. Jun 05 05:56:12 localhost systemd[1]: nm-wait-online-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet). â–‘â–‘ Subject: A start job for unit nm-wait-online-initrd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit nm-wait-online-initrd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 34. Jun 05 05:56:12 localhost systemd[1]: Starting dracut initqueue hook... â–‘â–‘ Subject: A start job for unit dracut-initqueue.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-initqueue.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 53. Jun 05 05:56:12 localhost kernel: libata version 3.00 loaded. Jun 05 05:56:12 localhost kernel: ata_piix 0000:00:01.1: version 2.13 Jun 05 05:56:12 localhost kernel: scsi host0: ata_piix Jun 05 05:56:12 localhost kernel: scsi host1: ata_piix Jun 05 05:56:12 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0 Jun 05 05:56:12 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0 Jun 05 05:56:12 localhost kernel: Invalid max_queues (4), will use default max: 2. Jun 05 05:56:12 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver Jun 05 05:56:12 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Jun 05 05:56:12 localhost kernel: xvda: xvda1 Jun 05 05:56:12 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 Jun 05 05:56:12 localhost systemd-udevd[341]: Network interface NamePolicy= disabled on kernel command line. Jun 05 05:56:12 localhost systemd[1]: Found device /dev/disk/by-uuid/5295750c-4ddc-4d83-9af4-ea4188bf87ce. â–‘â–‘ Subject: A start job for unit dev-disk-by\x2duuid-5295750c\x2d4ddc\x2d4d83\x2d9af4\x2dea4188bf87ce.device has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dev-disk-by\x2duuid-5295750c\x2d4ddc\x2d4d83\x2d9af4\x2dea4188bf87ce.device has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 39. Jun 05 05:56:12 localhost systemd[1]: Reached 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 38. Jun 05 05:56:12 localhost systemd[1]: Finished dracut initqueue hook. â–‘â–‘ 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 53. Jun 05 05:56:12 localhost systemd[1]: Reached 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 54. Jun 05 05:56:12 localhost systemd[1]: Reached 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 52. Jun 05 05:56:12 localhost systemd[1]: Starting 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 47. Jun 05 05:56:12 localhost systemd[1]: Finished 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 47. Jun 05 05:56:12 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/5295750c-4ddc-4d83-9af4-ea4188bf87ce... â–‘â–‘ 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 44. Jun 05 05:56:12 localhost systemd-fsck[398]: /usr/sbin/fsck.xfs: XFS file system. Jun 05 05:56:12 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/5295750c-4ddc-4d83-9af4-ea4188bf87ce. â–‘â–‘ 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 44. Jun 05 05:56:12 localhost systemd[1]: Mounting /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 43. 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 (xvda1): Mounting V5 Filesystem 5295750c-4ddc-4d83-9af4-ea4188bf87ce Jun 05 05:56:13 localhost kernel: XFS (xvda1): Ending clean mount Jun 05 05:56:13 localhost systemd[1]: Mounted /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 43. Jun 05 05:56:13 localhost systemd[1]: Reached 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 42. Jun 05 05:56:13 localhost systemd[1]: Starting 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 46. 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 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 46. Jun 05 05:56:14 localhost systemd[1]: Reached 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 50. Jun 05 05:56:14 localhost systemd[1]: Reached 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 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 48. Jun 05 05:56:14 localhost systemd[1]: Starting 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 51. Jun 05 05:56:14 localhost systemd[1]: Finished 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 51. Jun 05 05:56:14 localhost systemd[1]: Starting 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 57. Jun 05 05:56:14 localhost systemd[1]: Stopped target Network. â–‘â–‘ Subject: A stop job for unit network.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit network.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 91 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 102 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: dbus.socket: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit dbus.socket has successfully entered the 'dead' state. Jun 05 05:56:14 localhost systemd[1]: Closed D-Bus System Message Bus Socket. â–‘â–‘ Subject: A stop job for unit dbus.socket has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit dbus.socket has finished. â–‘â–‘ â–‘â–‘ The job identifier is 95 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 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 103 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 99 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 109 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 113 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 89 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 108 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 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 114 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 90 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 100 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 94 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 107 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 110 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 92 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopped 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 115 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 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 93 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: dracut-initqueue.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit dracut-initqueue.service has successfully entered the 'dead' state. Jun 05 05:56:14 localhost systemd[1]: Stopped dracut initqueue hook. â–‘â–‘ Subject: A stop job for unit dracut-initqueue.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit dracut-initqueue.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 106 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 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 104 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 Create Volatile 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 86 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 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 82 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Stopping 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 Setup Virtual Console. â–‘â–‘ 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 105 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount has successfully entered the 'dead' state. Jun 05 05:56:14 localhost systemd[1]: run-credentials-systemd\x2dsysctl.service.mount: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit run-credentials-systemd\x2dsysctl.service.mount has successfully entered the 'dead' state. 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 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]: 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 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 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 78 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 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 112 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 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 88 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: Starting 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 77. 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 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 85 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 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 101 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 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 87 and the job result is done. Jun 05 05:56:14 localhost systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount has successfully entered the 'dead' state. Jun 05 05:56:14 localhost systemd[1]: run-credentials-systemd\x2dsysusers.service.mount: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit run-credentials-systemd\x2dsysusers.service.mount has successfully entered the 'dead' state. 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 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 57. 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 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 77. Jun 05 05:56:14 localhost systemd[1]: Reached 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 60. Jun 05 05:56:14 localhost systemd[1]: Starting 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 76. Jun 05 05:56:14 localhost systemd[1]: Switching root. Jun 05 05:56:14 localhost systemd-journald[235]: 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:20 localhost systemd-journald[235]: Received SIGTERM from PID 1 (systemd). Jun 05 05:56:20 localhost kernel: audit: type=1404 audit(1749117375.980:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 Jun 05 05:56:20 localhost kernel: SELinux: policy capability network_peer_controls=1 Jun 05 05:56:20 localhost kernel: SELinux: policy capability open_perms=1 Jun 05 05:56:20 localhost kernel: SELinux: policy capability extended_socket_class=1 Jun 05 05:56:20 localhost kernel: SELinux: policy capability always_check_network=0 Jun 05 05:56:20 localhost kernel: SELinux: policy capability cgroup_seclabel=1 Jun 05 05:56:20 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1 Jun 05 05:56:20 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1 Jun 05 05:56:20 localhost kernel: audit: type=1403 audit(1749117376.631:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 Jun 05 05:56:20 localhost systemd[1]: Successfully loaded SELinux policy in 656.123ms. Jun 05 05:56:20 localhost systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 20.125ms. Jun 05 05:56:20 localhost systemd[1]: systemd 252-53.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) Jun 05 05:56:20 localhost systemd[1]: Detected virtualization xen. Jun 05 05:56:20 localhost systemd[1]: Detected architecture x86-64. Jun 05 05:56:20 localhost systemd[1]: Initializing machine ID from random generator. Jun 05 05:56:20 localhost systemd[1]: Installed transient /etc/machine-id file. Jun 05 05:56:20 localhost systemd-rc-local-generator[464]: /etc/rc.d/rc.local is not marked executable, skipping. Jun 05 05:56:20 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully. Jun 05 05:56:20 localhost systemd[1]: Stopped Switch Root. Jun 05 05:56:20 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. Jun 05 05:56:20 localhost systemd[1]: Created slice Slice /system/getty. Jun 05 05:56:20 localhost systemd[1]: Created slice Slice /system/modprobe. Jun 05 05:56:20 localhost systemd[1]: Created slice Slice /system/serial-getty. Jun 05 05:56:20 localhost systemd[1]: Created slice Slice /system/sshd-keygen. Jun 05 05:56:20 localhost systemd[1]: Created slice User and Session Slice. Jun 05 05:56:20 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. Jun 05 05:56:20 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch. Jun 05 05:56:20 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. Jun 05 05:56:20 localhost systemd[1]: Reached target Local Encrypted Volumes. Jun 05 05:56:20 localhost systemd[1]: Stopped target Switch Root. Jun 05 05:56:20 localhost systemd[1]: Stopped target Initrd File Systems. Jun 05 05:56:20 localhost systemd[1]: Stopped target Initrd Root File System. Jun 05 05:56:20 localhost systemd[1]: Reached target Local Integrity Protected Volumes. Jun 05 05:56:20 localhost systemd[1]: Reached target Path Units. Jun 05 05:56:20 localhost systemd[1]: Reached target Slice Units. Jun 05 05:56:20 localhost systemd[1]: Reached target Swaps. Jun 05 05:56:20 localhost systemd[1]: Reached target Local Verity Protected Volumes. Jun 05 05:56:20 localhost systemd[1]: Listening on RPCbind Server Activation Socket. Jun 05 05:56:20 localhost systemd[1]: Reached target RPC Port Mapper. Jun 05 05:56:20 localhost systemd[1]: Listening on Process Core Dump Socket. Jun 05 05:56:20 localhost systemd[1]: Listening on initctl Compatibility Named Pipe. Jun 05 05:56:20 localhost systemd[1]: Listening on udev Control Socket. Jun 05 05:56:20 localhost systemd[1]: Listening on udev Kernel Socket. Jun 05 05:56:20 localhost systemd[1]: Mounting Huge Pages File System... Jun 05 05:56:20 localhost systemd[1]: Mounting POSIX Message Queue File System... Jun 05 05:56:20 localhost systemd[1]: Mounting Kernel Debug File System... Jun 05 05:56:20 localhost systemd[1]: Mounting Kernel Trace File System... Jun 05 05:56:20 localhost systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). Jun 05 05:56:20 localhost systemd[1]: Starting Create List of Static Device Nodes... Jun 05 05:56:20 localhost systemd[1]: Starting Load Kernel Module configfs... Jun 05 05:56:20 localhost systemd[1]: Starting Load Kernel Module drm... Jun 05 05:56:20 localhost systemd[1]: Starting Load Kernel Module efi_pstore... Jun 05 05:56:20 localhost systemd[1]: Starting Load Kernel Module fuse... Jun 05 05:56:20 localhost systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network... Jun 05 05:56:20 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. Jun 05 05:56:20 localhost systemd[1]: Stopped File System Check on Root Device. Jun 05 05:56:20 localhost systemd[1]: Stopped Journal Service. Jun 05 05:56:20 localhost systemd[1]: Starting Journal Service... Jun 05 05:56:20 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. Jun 05 05:56:20 localhost systemd[1]: Starting Generate network units from Kernel command line... Jun 05 05:56:20 localhost systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). Jun 05 05:56:20 localhost systemd[1]: Starting Remount Root and Kernel File Systems... Jun 05 05:56:20 localhost systemd-journald[503]: 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:20 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M. â–‘â–‘ Maximum allowed usage is set to 69.3M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.9M of disk space). â–‘â–‘ Enforced usage limit is thus 69.3M, of which 61.3M 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:20 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met. Jun 05 05:56:20 localhost systemd[1]: Queued start job for default target Multi-User System. Jun 05 05:56:20 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:20 localhost systemd[1]: Starting Apply Kernel Variables... Jun 05 05:56:20 localhost systemd[1]: Starting Coldplug All udev Devices... Jun 05 05:56:20 localhost systemd[1]: Started Journal Service. Jun 05 05:56:20 localhost systemd[1]: Mounted 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 174. Jun 05 05:56:20 localhost systemd[1]: Mounted 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 160. Jun 05 05:56:20 localhost systemd[1]: Mounted 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 131. Jun 05 05:56:20 localhost systemd[1]: Mounted 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 180. Jun 05 05:56:20 localhost systemd[1]: Finished 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 152. Jun 05 05:56:20 localhost systemd[1]: Finished Read and set NIS domainname from /etc/sysconfig/network. â–‘â–‘ Subject: A start job for unit nis-domainname.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit nis-domainname.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 158. Jun 05 05:56:20 localhost systemd[1]: Finished 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 153. Jun 05 05:56:20 localhost systemd[1]: Finished 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 126. Jun 05 05:56:20 localhost systemd[1]: Finished 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 151. Jun 05 05:56:20 localhost systemd[1]: 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 155. Jun 05 05:56:20 localhost systemd[1]: 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 144. Jun 05 05:56:20 localhost systemd[1]: Starting 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 172. Jun 05 05:56:20 localhost systemd[1]: Starting 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 159. Jun 05 05:56:20 localhost systemd[1]: 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 171. Jun 05 05:56:20 localhost systemd[1]: Starting 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 179. Jun 05 05:56:20 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M. â–‘â–‘ Maximum allowed usage is set to 69.3M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.8M of disk space). â–‘â–‘ Enforced usage limit is thus 69.3M, of which 61.3M 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:20 localhost systemd-journald[503]: Received client request to flush runtime journal. Jun 05 05:56:20 localhost systemd[1]: Finished 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 172. Jun 05 05:56:20 localhost systemd[1]: Finished 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 159. Jun 05 05:56:20 localhost systemd[1]: 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 156. Jun 05 05:56:20 localhost systemd[1]: Finished 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 146. Jun 05 05:56:20 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:20 localhost systemd[1]: Finished 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 163. Jun 05 05:56:20 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:20 localhost systemd[1]: Finished 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 177. Jun 05 05:56:20 localhost systemd[1]: Mounting 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 162. Jun 05 05:56:20 localhost systemd[1]: 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 176. Jun 05 05:56:20 localhost systemd[1]: Mounted 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 162. Jun 05 05:56:21 localhost kernel: ACPI: bus type drm_connector registered Jun 05 05:56:21 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:21 localhost systemd[1]: Finished 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 206. Jun 05 05:56:21 localhost kernel: fuse: init (API version 7.37) Jun 05 05:56:21 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:21 localhost systemd[1]: Finished 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 169. Jun 05 05:56:21 localhost systemd[1]: Mounting 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 168. Jun 05 05:56:21 localhost systemd[1]: Mounted 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 168. Jun 05 05:56:21 localhost systemd[1]: Finished 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 179. Jun 05 05:56:21 localhost systemd[1]: Reached 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 127. Jun 05 05:56:21 localhost systemd[1]: Reached 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 125. Jun 05 05:56:21 localhost systemd[1]: 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 129. Jun 05 05:56:21 localhost systemd[1]: 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 181. Jun 05 05:56:21 localhost systemd[1]: 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 142. Jun 05 05:56:21 localhost systemd[1]: 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 138. Jun 05 05:56:21 localhost systemd[1]: Starting Automatic Boot Loader Update... â–‘â–‘ Subject: A start job for unit systemd-boot-update.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-boot-update.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 133. Jun 05 05:56:21 localhost systemd[1]: Starting Commit a transient machine-id on disk... â–‘â–‘ Subject: A start job for unit systemd-machine-id-commit.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-machine-id-commit.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 175. Jun 05 05:56:21 localhost systemd[1]: Starting Create Volatile 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 157. Jun 05 05:56:21 localhost systemd[1]: Starting 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 147. Jun 05 05:56:21 localhost bootctl[516]: Couldn't find EFI system partition, skipping. Jun 05 05:56:21 localhost systemd[1]: Finished Automatic Boot Loader Update. â–‘â–‘ Subject: A start job for unit systemd-boot-update.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-boot-update.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 133. Jun 05 05:56:21 localhost systemd-udevd[520]: Using default interface naming scheme 'rhel-9.0'. Jun 05 05:56:21 localhost systemd[1]: Finished Commit a transient machine-id on disk. â–‘â–‘ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-machine-id-commit.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 175. Jun 05 05:56:21 localhost systemd[1]: Finished Create Volatile 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 157. Jun 05 05:56:21 localhost systemd[1]: Starting Security Auditing 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 220. Jun 05 05:56:21 localhost systemd[1]: Starting 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 208. Jun 05 05:56:21 localhost systemd[1]: 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 128. Jun 05 05:56:21 localhost systemd[1]: 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 141. Jun 05 05:56:21 localhost auditd[523]: No plugins found, not dispatching events Jun 05 05:56:21 localhost auditd[523]: Init complete, auditd 3.1.5 listening for events (startup state enable) Jun 05 05:56:21 localhost systemd[1]: Started 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 208. Jun 05 05:56:21 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:21 localhost systemd[1]: Mounting 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 215. Jun 05 05:56:21 localhost kernel: RPC: Registered named UNIX socket transport module. Jun 05 05:56:21 localhost kernel: RPC: Registered udp transport module. Jun 05 05:56:21 localhost kernel: RPC: Registered tcp transport module. Jun 05 05:56:21 localhost kernel: RPC: Registered tcp-with-tls transport module. Jun 05 05:56:21 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Jun 05 05:56:21 localhost systemd[1]: Mounted 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 215. Jun 05 05:56:21 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 214. Jun 05 05:56:21 localhost systemd[1]: Started 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 147. Jun 05 05:56:21 localhost systemd[1]: Starting 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 265. Jun 05 05:56:21 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:21 localhost systemd[1]: Finished 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 265. Jun 05 05:56:21 localhost systemd[1]: Condition check resulted in /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 240. Jun 05 05:56:21 localhost augenrules[526]: /sbin/augenrules: No change Jun 05 05:56:21 localhost augenrules[571]: No rules Jun 05 05:56:21 localhost augenrules[571]: enabled 1 Jun 05 05:56:21 localhost augenrules[571]: failure 1 Jun 05 05:56:21 localhost augenrules[571]: pid 523 Jun 05 05:56:21 localhost augenrules[571]: rate_limit 0 Jun 05 05:56:21 localhost augenrules[571]: backlog_limit 8192 Jun 05 05:56:21 localhost augenrules[571]: lost 0 Jun 05 05:56:21 localhost augenrules[571]: backlog 0 Jun 05 05:56:21 localhost augenrules[571]: backlog_wait_time 60000 Jun 05 05:56:21 localhost augenrules[571]: backlog_wait_time_actual 0 Jun 05 05:56:21 localhost augenrules[571]: enabled 1 Jun 05 05:56:21 localhost augenrules[571]: failure 1 Jun 05 05:56:21 localhost augenrules[571]: pid 523 Jun 05 05:56:21 localhost augenrules[571]: rate_limit 0 Jun 05 05:56:21 localhost augenrules[571]: backlog_limit 8192 Jun 05 05:56:21 localhost augenrules[571]: lost 0 Jun 05 05:56:21 localhost augenrules[571]: backlog 4 Jun 05 05:56:21 localhost augenrules[571]: backlog_wait_time 60000 Jun 05 05:56:21 localhost augenrules[571]: backlog_wait_time_actual 0 Jun 05 05:56:21 localhost augenrules[571]: enabled 1 Jun 05 05:56:21 localhost augenrules[571]: failure 1 Jun 05 05:56:21 localhost augenrules[571]: pid 523 Jun 05 05:56:21 localhost augenrules[571]: rate_limit 0 Jun 05 05:56:21 localhost augenrules[571]: backlog_limit 8192 Jun 05 05:56:21 localhost augenrules[571]: lost 0 Jun 05 05:56:21 localhost augenrules[571]: backlog 4 Jun 05 05:56:21 localhost augenrules[571]: backlog_wait_time 60000 Jun 05 05:56:21 localhost augenrules[571]: backlog_wait_time_actual 0 Jun 05 05:56:21 localhost systemd[1]: Started Security Auditing 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 220. Jun 05 05:56:21 localhost systemd[1]: Starting 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 202. Jun 05 05:56:21 localhost systemd[1]: Finished 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 202. Jun 05 05:56:21 localhost systemd[1]: Reached 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 118. Jun 05 05:56:21 localhost systemd[1]: Started 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 185. Jun 05 05:56:21 localhost systemd[1]: Started 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 184. Jun 05 05:56:21 localhost systemd[1]: Started 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 183. Jun 05 05:56:21 localhost systemd[1]: Reached 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 182. Jun 05 05:56:21 localhost systemd[1]: Listening on 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 190. Jun 05 05:56:21 localhost systemd[1]: Listening on 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 198. Jun 05 05:56:21 localhost systemd[1]: Reached 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 193. Jun 05 05:56:22 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 Jun 05 05:56:22 localhost systemd-udevd[555]: Network interface NamePolicy= disabled on kernel command line. Jun 05 05:56:22 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Jun 05 05:56:22 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console Jun 05 05:56:22 localhost kernel: Console: switching to colour dummy device 80x25 Jun 05 05:56:22 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0 Jun 05 05:56:22 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device Jun 05 05:56:22 localhost kernel: Console: switching to colour frame buffer device 128x48 Jun 05 05:56:22 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device Jun 05 05:56:22 localhost systemd[1]: Starting 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 189. Jun 05 05:56:22 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). â–‘â–‘ 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 170. Jun 05 05:56:22 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer Jun 05 05:56:22 localhost systemd[1]: Started 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 189. Jun 05 05:56:22 localhost systemd[1]: Reached 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 117. Jun 05 05:56:22 localhost dbus-broker-lau[585]: Ready Jun 05 05:56:22 localhost systemd[1]: Starting 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 248. Jun 05 05:56:22 localhost systemd[1]: Starting 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 246. Jun 05 05:56:22 localhost systemd[1]: Starting 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 124. Jun 05 05:56:22 localhost systemd[1]: Started 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 204. Jun 05 05:56:22 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload). â–‘â–‘ Subject: A start job for unit microcode.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit microcode.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 200. Jun 05 05:56:22 localhost systemd[1]: Started 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 232. Jun 05 05:56:22 localhost systemd[1]: 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 226. Jun 05 05:56:22 localhost systemd[1]: 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 228. Jun 05 05:56:22 localhost systemd[1]: 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 229. Jun 05 05:56:22 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 225. Jun 05 05:56:22 localhost systemd[1]: 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 221. Jun 05 05:56:22 localhost systemd[1]: Reached 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 222. Jun 05 05:56:22 localhost systemd[1]: Starting 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 205. Jun 05 05:56:22 localhost systemd[1]: Starting 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 269. Jun 05 05:56:22 localhost systemd[1]: Finished 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 124. Jun 05 05:56:22 localhost systemd-logind[608]: 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:22 localhost systemd-logind[608]: Watching system buttons on /dev/input/event0 (Power Button) Jun 05 05:56:22 localhost systemd-logind[608]: Watching system buttons on /dev/input/event1 (Sleep Button) Jun 05 05:56:22 localhost systemd-logind[608]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) Jun 05 05:56:22 localhost systemd[1]: Started 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 205. Jun 05 05:56:22 localhost 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:56:22 localhost systemd[1]: Finished 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 269. Jun 05 05:56:22 localhost rngd[607]: Disabling 7: PKCS11 Entropy generator (pkcs11) Jun 05 05:56:22 localhost rngd[607]: Disabling 5: NIST Network Entropy Beacon (nist) Jun 05 05:56:22 localhost rngd[607]: Disabling 9: Qrypt quantum entropy beacon (qrypt) Jun 05 05:56:22 localhost rngd[607]: Disabling 10: Named pipe entropy input (namedpipe) Jun 05 05:56:22 localhost rngd[607]: Initializing available sources Jun 05 05:56:22 localhost rngd[607]: [hwrng ]: Initialization Failed Jun 05 05:56:22 localhost rngd[607]: [rdrand]: Enabling RDRAND rng support Jun 05 05:56:22 localhost rngd[607]: [rdrand]: Initialized Jun 05 05:56:22 localhost rngd[607]: [jitter]: JITTER timeout set to 5 sec Jun 05 05:56:22 localhost rngd[607]: [jitter]: Initializing AES buffer Jun 05 05:56:23 localhost chronyd[617]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) Jun 05 05:56:23 localhost chronyd[617]: Loaded 0 symmetric keys Jun 05 05:56:23 localhost chronyd[617]: Using right/UTC timezone to obtain leap second data Jun 05 05:56:23 localhost chronyd[617]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Jun 05 05:56:23 localhost chronyd[617]: Loaded seccomp filter (level 2) Jun 05 05:56:23 localhost systemd[1]: Started 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 248. Jun 05 05:56:26 localhost cloud-init[621]: Cloud-init v. 24.4-6.el9 running 'init-local' at Thu, 05 Jun 2025 09:56:26 +0000. Up 15.37 seconds. Jun 05 05:56:26 localhost dhclient[625]: Internet Systems Consortium DHCP Client 4.4.2b1 Jun 05 05:56:26 localhost dhclient[625]: Copyright 2004-2019 Internet Systems Consortium. Jun 05 05:56:26 localhost dhclient[625]: All rights reserved. Jun 05 05:56:26 localhost dhclient[625]: For info, please visit https://www.isc.org/software/dhcp/ Jun 05 05:56:26 localhost dhclient[625]: Jun 05 05:56:26 localhost dhclient[625]: Listening on LPF/eth0/02:9b:7f:12:1b:23 Jun 05 05:56:26 localhost dhclient[625]: Sending on LPF/eth0/02:9b:7f:12:1b:23 Jun 05 05:56:26 localhost dhclient[625]: Sending on Socket/fallback Jun 05 05:56:26 localhost dhclient[625]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x8b41ae38) Jun 05 05:56:26 localhost dhclient[625]: DHCPOFFER of 10.31.46.158 from 10.31.44.1 Jun 05 05:56:26 localhost dhclient[625]: DHCPREQUEST for 10.31.46.158 on eth0 to 255.255.255.255 port 67 (xid=0x8b41ae38) Jun 05 05:56:26 localhost dhclient[625]: DHCPACK of 10.31.46.158 from 10.31.44.1 (xid=0x8b41ae38) Jun 05 05:56:26 localhost dhclient[625]: bound to 10.31.46.158 -- renewal in 1714 seconds. Jun 05 05:56:26 localhost systemd[1]: Starting 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 334. Jun 05 05:56:26 localhost systemd[1]: Started 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 334. Jun 05 05:56:26 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[640]: Hostname set to (static) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rngd[607]: [jitter]: Unable to obtain AES key, disabling JITTER source Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rngd[607]: [jitter]: Initialization Failed Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rngd[607]: Process privileges have been dropped to 2:2 Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 246. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 154. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 188. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1154] NetworkManager (version 1.53.4-1.el9) is starting... (boot:5c074f66-0bf1-4fdf-ba9f-47d704b09e56) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1156] Read config: /etc/NetworkManager/NetworkManager.conf, /run/NetworkManager/conf.d/15-carrier-timeout.conf Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1280] manager[0x55781f153080]: monitoring kernel firmware directory '/lib/firmware'. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1311] hostname: hostname: using hostnamed Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1311] hostname: static hostname changed from (none) to "ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com" Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1315] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1816] manager[0x55781f153080]: rfkill: Wi-Fi hardware radio set enabled Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1816] manager[0x55781f153080]: rfkill: WWAN hardware radio set enabled Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1934] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.53.4-1.el9/libnm-device-plugin-team.so) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1934] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1935] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1935] manager: Networking is enabled by state file Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1944] settings: Loaded settings plugin: keyfile (internal) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 401. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Listening on 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 467. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3320] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.53.4-1.el9/libnm-settings-plugin-ifcfg-rh.so") Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3349] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using "nmcli connection migrate" Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3370] dhcp: init: Using DHCP client 'internal' Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3372] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3384] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3401] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3414] device (lo): Activation: starting connection 'lo' (e979fa1d-8e7a-4e52-a100-6ef8abac49ab) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3422] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3426] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 188. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3454] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 191. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3466] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3478] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3483] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3487] device (eth0): carrier: link connected Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3491] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3499] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3506] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3511] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3512] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3520] manager: NetworkManager state is now CONNECTING Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3523] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3532] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3538] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3555] dhcp4 (eth0): state changed new lease, address=10.31.46.158 Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 187. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 217. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 401. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3630] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3720] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3729] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3733] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3738] device (lo): Activation: successful, device activated. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 217. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: 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 213. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 210. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 211. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 209. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). â–‘â–‘ 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 145. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4128] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4134] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full') Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4146] manager: NetworkManager state is now CONNECTED_SITE Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4160] device (eth0): Activation: successful, device activated. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4165] manager: NetworkManager state is now CONNECTED_GLOBAL Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4167] manager: startup complete Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 187. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 247. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Added source 10.11.160.238 Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Added source 10.18.100.10 Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Added source 10.2.32.37 Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Added source 10.2.32.38 Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Cloud-init v. 24.4-6.el9 running 'init' at Thu, 05 Jun 2025 09:56:27 +0000. Up 17.01 seconds. Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | eth0 | True | 10.31.46.158 | 255.255.252.0 | global | 02:9b:7f:12:1b:23 | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | eth0 | True | fe80::9b:7fff:fe12:1b23/64 | . | link | 02:9b:7f:12:1b:23 | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | lo | True | ::1/128 | . | host | . | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+---------+-----------+-------+ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | Route | Destination | Gateway | Interface | Flags | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+---------+-----------+-------+ Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | 3 | multicast | :: | eth0 | U | Jun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+---------+-----------+-------+ Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Generating public/private rsa key pair. Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key fingerprint is: Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: SHA256:gdLPcu1+Qy10d+l9kWu4ikDFsubW8Izell4JUphb8bg root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key's randomart image is: Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +---[RSA 3072]----+ Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . .+ + | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . o+.* . o| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . oBo. . .+o| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .BSE.. oo.=| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | +oB.. +..+o| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | = +o+ .o .| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | o o+o o. | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .o+.o.. | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +----[SHA256]-----+ Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Generating public/private ecdsa key pair. Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key fingerprint is: Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: SHA256:XVU/bNX0JT4xgRt6HV8z0m4fzrvVu67VUu4cY5Rgi6w root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key's randomart image is: Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +---[ECDSA 256]---+ Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .B+*| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | o+oBB| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | ..*=**| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .o.= ==+| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | S .+ .+o+| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . .=+| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | E .=*| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | o==| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .o==| Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +----[SHA256]-----+ Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Generating public/private ed25519 key pair. Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key fingerprint is: Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: SHA256:qbwIYhq38DF1moC0sZdcwniSaw/Mvl84tBThwPIPb9U root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key's randomart image is: Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +--[ED25519 256]--+ Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |.. . | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |..* . | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |.B * . . | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |+.@ = . E. | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |.O.X... S | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |o *o*= . | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |+o=*o.o | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |o*.=o. . | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |..+.. . | Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +----[SHA256]-----+ Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 247. Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 245. Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 186. Jun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 244. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 231. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 219. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 218. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 233. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sm-notify[810]: Version 2.5.4 starting Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 224. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 203. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 219. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 218. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 203. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rsyslogd[811]: [origin software="rsyslogd" swVersion="8.2412.0-2.el9" x-pid="811" x-info="https://www.rsyslog.com"] start Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 233. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 230. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 235. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com crond[821]: (CRON) STARTUP (1.5.7) Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com crond[821]: (CRON) INFO (Syslog will be used instead of sendmail.) Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com crond[821]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 57% if used.) Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com crond[821]: (CRON) INFO (running with inotify support) Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 239. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 234. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[812]: Server listening on 0.0.0.0 port 22. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[812]: Server listening on :: port 22. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 224. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 116. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 201. Jun 05 05:56:29 ip-10-31-46-158.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:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 201. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rsyslogd[811]: imjournal: journal files changed, reloading... [v8.2412.0-2.el9 try https://www.rsyslog.com/e/0 ] Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[872]: Cloud-init v. 24.4-6.el9 running 'modules:config' at Thu, 05 Jun 2025 09:56:29 +0000. Up 18.64 seconds. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping 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 488. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[812]: Received signal 15; terminating. Jun 05 05:56:29 ip-10-31-46-158.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:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped 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 488 and the job result is done. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 488. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[875]: Server listening on 0.0.0.0 port 22. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[875]: Server listening on :: port 22. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 488. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com restraintd[816]: Listening on http://localhost:8081 Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 244. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 243. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kdumpctl[825]: kdump: Detected change(s) in the following file(s): /etc/fstab Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1103]: Cloud-init v. 24.4-6.el9 running 'modules:final' at Thu, 05 Jun 2025 09:56:29 +0000. Up 19.13 seconds. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1105]: ############################################################# Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1106]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1108]: 256 SHA256:XVU/bNX0JT4xgRt6HV8z0m4fzrvVu67VUu4cY5Rgi6w root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com (ECDSA) Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1110]: 256 SHA256:qbwIYhq38DF1moC0sZdcwniSaw/Mvl84tBThwPIPb9U root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com (ED25519) Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1112]: 3072 SHA256:gdLPcu1+Qy10d+l9kWu4ikDFsubW8Izell4JUphb8bg root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com (RSA) Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1113]: -----END SSH HOST KEY FINGERPRINTS----- Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1114]: ############################################################# Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1103]: Cloud-init v. 24.4-6.el9 finished at Thu, 05 Jun 2025 09:56:29 +0000. Datasource DataSourceEc2Local. Up 19.24 seconds Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 243. Jun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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:31 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. Jun 05 05:56:31 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kdumpctl[825]: kdump: Rebuilding /boot/initramfs-5.14.0-587.el9.x86_64kdump.img Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1464]: dracut-057-87.git20250311.el9 Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --mount "/dev/disk/by-uuid/5295750c-4ddc-4d83-9af4-ea4188bf87ce /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --squash-compressor zstd --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-5.14.0-587.el9.x86_64kdump.img 5.14.0-587.el9.x86_64 Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 0 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 0 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 48 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 48 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 49 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 49 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 50 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 50 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 51 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 51 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 52 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 52 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 53 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 53 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 54 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 54 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 55 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 55 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 56 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 56 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 57 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 57 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 58 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 58 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 59 affinity: Operation not permitted Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 59 affinity is now unmanaged Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Jun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Module 'ifcfg' will not be installed, because it's in the list to be omitted! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Module 'plymouth' will not be installed, because it's in the list to be omitted! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Module 'resume' will not be installed, because it's in the list to be omitted! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: memstrack is not available Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: memstrack is not available Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: systemd *** Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Selected source 64.246.132.14 (2.centos.pool.ntp.org) Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: System clock TAI offset set to 37 seconds Jun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: fips *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: systemd-initrd *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: rngd *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: i18n *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: drm *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: prefixdevname *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: kernel-modules *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: kernel-modules-extra *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: 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:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: fstab-sys *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: rootfs-block *** Jun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: terminfo *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: udev-rules *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Skipping udev rule: 91-permissions.rules Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Skipping udev rule: 80-drivers-modprobe.rules Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: dracut-systemd *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: usrmount *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: base *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: fs-lib *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: kdumpbase *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: microcode_ctl-fw_dir_override *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl module: mangling fw_dir Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: intel: caveats check for kernel version "5.14.0-587.el9.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration "intel-06-2d-07" is ignored Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration "intel-06-4e-03" is ignored Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration "intel-06-4f-01" is ignored Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration "intel-06-55-04" is ignored Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration "intel-06-5e-03" is ignored Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration "intel-06-8c-01" is ignored Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: openssl *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: shutdown *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: squash *** Jun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including modules done *** Jun 05 05:56:36 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Installing kernel module dependencies *** Jun 05 05:56:36 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Installing kernel module dependencies done *** Jun 05 05:56:36 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Resolving executable dependencies *** Jun 05 05:56:37 ip-10-31-46-158.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:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Resolving executable dependencies done *** Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Hardlinking files *** Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Mode: real Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Files: 449 Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Linked: 2 files Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Compared: 0 xattrs Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Compared: 11 files Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Saved: 56.21 KiB Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Duration: 0.006116 seconds Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Hardlinking files done *** Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Generating early-microcode cpio image *** Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Constructing GenuineIntel.bin *** Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Constructing GenuineIntel.bin *** Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Store current command line parameters *** Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Stored kernel commandline: Jun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: No dracut internal kernel commandline stored in the initramfs Jun 05 05:56:38 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Install squash loader *** Jun 05 05:56:38 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Squashing the files inside the initramfs *** Jun 05 05:56:44 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Squashing the files inside the initramfs done *** Jun 05 05:56:44 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Creating image file '/boot/initramfs-5.14.0-587.el9.x86_64kdump.img' *** Jun 05 05:56:45 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Creating initramfs image file '/boot/initramfs-5.14.0-587.el9.x86_64kdump.img' done *** Jun 05 05:56:46 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kdumpctl[825]: kdump: kexec: loaded kdump kernel Jun 05 05:56:46 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kdumpctl[825]: kdump: Starting kdump: [OK] Jun 05 05:56:46 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 231. Jun 05 05:56:46 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.128s (kernel) + 4.161s (initrd) + 30.156s (userspace) = 35.446s. â–‘â–‘ 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 1128345 microseconds. â–‘â–‘ â–‘â–‘ Initrd start-up required 4161921 microseconds. â–‘â–‘ â–‘â–‘ Userspace start-up required 30156695 microseconds. Jun 05 05:56:57 ip-10-31-46-158.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:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4261]: Accepted publickey for root from 10.30.33.122 port 58392 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created 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 555. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 490. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: 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 4261. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 490. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 489. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Queued start job for default target Main User Target. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Created 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 6. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Started 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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 3. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Starting 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Starting Create User's Volatile 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 5. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Listening on 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Finished Create User's Volatile 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 5. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Startup finished in 72ms. â–‘â–‘ 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 72985 microseconds. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 489. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 557. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4261]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4274]: Received disconnect from 10.30.33.122 port 58392:11: disconnected by user Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4274]: Disconnected from user root 10.30.33.122 port 58392 Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4261]: pam_unix(sshd:session): session closed for user root Jun 05 05:58:01 ip-10-31-46-158.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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: Session 1 logged out. Waiting for processes to exit. Jun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: 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:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4311]: Accepted publickey for root from 10.31.9.4 port 40762 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4310]: Accepted publickey for root from 10.31.9.4 port 40750 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: 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 4311. Jun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 626. Jun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: 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 4310. Jun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 695. Jun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4311]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4310]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4316]: Received disconnect from 10.31.9.4 port 40762:11: disconnected by user Jun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4316]: Disconnected from user root 10.31.9.4 port 40762 Jun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4311]: pam_unix(sshd:session): session closed for user root Jun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: Session 3 logged out. Waiting for processes to exit. Jun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit session-3.scope has successfully entered the 'dead' state. Jun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: Removed session 3. â–‘â–‘ Subject: Session 3 has been terminated â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ Documentation: sd-login(3) â–‘â–‘ â–‘â–‘ A session with the ID 3 has been terminated. Jun 05 05:58:27 ip-10-31-46-158.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:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 765. Jun 05 05:58:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 765. Jun 05 05:58:27 managed-node1 systemd-hostnamed[6213]: Hostname set to (static) Jun 05 05:58:27 managed-node1 NetworkManager[644]: [1749117507.5624] hostname: static hostname changed from "ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com" to "managed-node1" Jun 05 05:58:27 managed-node1 systemd[1]: Starting 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 831. Jun 05 05:58:27 managed-node1 systemd[1]: Started 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 831. Jun 05 05:58:28 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:37 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:57 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:07 managed-node1 sshd[6854]: Accepted publickey for root from 10.31.45.92 port 45416 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE Jun 05 05:59:07 managed-node1 systemd-logind[608]: New session 5 of user root. â–‘â–‘ Subject: A new session 5 has been created for user root â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ Documentation: sd-login(3) â–‘â–‘ â–‘â–‘ A new session with the ID 5 has been created for the user root. â–‘â–‘ â–‘â–‘ The leading process of the session is 6854. Jun 05 05:59:07 managed-node1 systemd[1]: Started 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 897. Jun 05 05:59:07 managed-node1 sshd[6854]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) Jun 05 05:59:09 managed-node1 python3.9[7031]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jun 05 05:59:10 managed-node1 python3.9[7206]: 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:10 managed-node1 python3.9[7355]: 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:29 managed-node1 python3.9[7532]: 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:29 managed-node1 python3.9[7683]: 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:30 managed-node1 python3.9[7834]: 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:30 managed-node1 python3.9[7983]: 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:31 managed-node1 python3.9[8132]: 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:31 managed-node1 python3.9[8282]: 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:32 managed-node1 python3.9[8402]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1749117571.3610065-7469-12613384628424/.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:32 managed-node1 python3.9[8551]: 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:32 managed-node1 systemd-journald[503]: 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:32 managed-node1 systemd[1]: Stopping Journal Service... Jun 05 05:59:32 managed-node1 systemd-journald[503]: Received SIGTERM from PID 1 (systemd). Jun 05 05:59:32 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully. Jun 05 05:59:32 managed-node1 systemd[1]: Stopped Journal Service. Jun 05 05:59:32 managed-node1 systemd[1]: Starting Journal Service... Jun 05 05:59:32 managed-node1 systemd-journald[8555]: 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:32 managed-node1 systemd-journald[8555]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M. â–‘â–‘ Maximum allowed usage is set to 69.3M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.4M of disk space). â–‘â–‘ Enforced usage limit is thus 69.3M, of which 61.3M 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:32 managed-node1 systemd[1]: Started Journal Service. Jun 05 05:59:33 managed-node1 python3.9[8704]: 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:33 managed-node1 systemd[1]: Stopping 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 972. Jun 05 05:59:33 managed-node1 systemd-journald[8555]: Received client request to relinquish /var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5 access. Jun 05 05:59:33 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:33 managed-node1 systemd[1]: Stopped 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 972 and the job result is done. Jun 05 05:59:33 managed-node1 systemd[1]: Starting 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 972. Jun 05 05:59:33 managed-node1 systemd-journald[8555]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M. â–‘â–‘ Maximum allowed usage is set to 69.3M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.4M of disk space). â–‘â–‘ Enforced usage limit is thus 69.3M, of which 61.3M 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:33 managed-node1 systemd-journald[8555]: Received client request to flush runtime journal. Jun 05 05:59:33 managed-node1 systemd[1]: Finished 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 972. Jun 05 05:59:33 managed-node1 python3.9[8858]: 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:33 managed-node1 python3.9[9008]: ansible-stat Invoked with path=/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5/system.journal follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Jun 05 05:59:34 managed-node1 python3.9[9159]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5/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:34 managed-node1 python3.9[9311]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5/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:36 managed-node1 python3.9[9512]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d Jun 05 05:59:37 managed-node1 python3.9[9687]: 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:37 managed-node1 python3.9[9836]: 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:38 managed-node1 python3.9[9985]: 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:38 managed-node1 python3.9[10134]: 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:38 managed-node1 python3.9[10283]: 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:39 managed-node1 python3.9[10432]: 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:39 managed-node1 python3.9[10581]: 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:39 managed-node1 systemd[1]: Reloading. Jun 05 05:59:39 managed-node1 systemd-rc-local-generator[10598]: /etc/rc.d/rc.local is not marked executable, skipping. Jun 05 05:59:40 managed-node1 python3.9[10759]: 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:41 managed-node1 python3.9[10908]: 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:42 managed-node1 python3.9[11058]: 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:42 managed-node1 python3.9[11209]: 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:43 managed-node1 python3.9[11360]: 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:43 managed-node1 python3.9[11509]: 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:44 managed-node1 python3.9[11658]: 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:44 managed-node1 python3.9[11808]: 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:45 managed-node1 python3.9[11930]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1749117584.456801-7843-255730864768221/.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:45 managed-node1 python3.9[12079]: 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:45 managed-node1 systemd-journald[8555]: 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:45 managed-node1 systemd-journald[8555]: Received SIGTERM from PID 1 (systemd). Jun 05 05:59:45 managed-node1 systemd[1]: Stopping Journal Service... Jun 05 05:59:45 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully. Jun 05 05:59:45 managed-node1 systemd[1]: Stopped Journal Service. Jun 05 05:59:45 managed-node1 systemd[1]: Starting Journal Service... Jun 05 05:59:45 managed-node1 systemd-journald[12083]: 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:45 managed-node1 systemd-journald[12083]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M. â–‘â–‘ Maximum allowed usage is set to 69.3M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.4M of disk space). â–‘â–‘ Enforced usage limit is thus 69.3M, of which 61.3M 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:45 managed-node1 systemd[1]: Started Journal Service. Jun 05 05:59:46 managed-node1 python3.9[12232]: 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:46 managed-node1 systemd[1]: Stopping 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 985. Jun 05 05:59:46 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:46 managed-node1 systemd[1]: Stopped 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 985 and the job result is done. Jun 05 05:59:46 managed-node1 systemd[1]: Starting 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 985. Jun 05 05:59:46 managed-node1 systemd-journald[12083]: Time spent on flushing to /var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5 is 17.008ms for 1367 entries. Jun 05 05:59:46 managed-node1 systemd-journald[12083]: System Journal (/var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 2.0G, 1.9G free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ System Journal (/var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M. â–‘â–‘ Maximum allowed usage is set to 2.0G. â–‘â–‘ Leaving at least 0B free (of currently available 246.0G of disk space). â–‘â–‘ Enforced usage limit is thus 2.0G, 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:46 managed-node1 systemd-journald[12083]: Received client request to flush runtime journal. Jun 05 05:59:46 managed-node1 systemd[1]: Finished 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 985. Jun 05 05:59:46 managed-node1 rsyslogd[811]: imjournal: journal files changed, reloading... [v8.2412.0-2.el9 try https://www.rsyslog.com/e/0 ] Jun 05 05:59:46 managed-node1 python3.9[12387]: 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:46 managed-node1 python3.9[12537]: 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:47 managed-node1 python3.9[12687]: 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:47 managed-node1 python3.9[12837]: 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:47 managed-node1 python3.9[12987]: 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:48 managed-node1 python3.9[13137]: 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:11 localhost systemd-journald[235]: Journal started Jun 05 05:56:11 localhost systemd-journald[235]: Runtime Journal (/run/log/journal/48c2ba286ee5480ba88aa113dbafbbfe) is 8.0M, max 69.3M, 61.3M free. Jun 05 05:56:14 localhost systemd-journald[235]: Journal stopped Jun 05 05:56:20 localhost systemd-journald[503]: Journal started Jun 05 05:56:20 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. Jun 05 05:56:20 localhost systemd[1]: systemd-journald.service: Deactivated successfully. Jun 05 05:56:20 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. Jun 05 05:56:20 localhost systemd-journald[503]: Received client request to flush runtime journal. Jun 05 05:59:32 managed-node1 systemd-journald[503]: Journal stopped Jun 05 05:59:32 managed-node1 systemd-journald[8555]: Journal started Jun 05 05:59:32 managed-node1 systemd-journald[8555]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. Jun 05 05:59:33 managed-node1 systemd-journald[8555]: Received client request to relinquish /var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5 access. Jun 05 05:59:33 managed-node1 systemd-journald[8555]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. Jun 05 05:59:33 managed-node1 systemd-journald[8555]: Received client request to flush runtime journal. Jun 05 05:59:45 managed-node1 systemd-journald[8555]: Journal stopped Jun 05 05:59:45 managed-node1 systemd-journald[12083]: Journal started Jun 05 05:59:45 managed-node1 systemd-journald[12083]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free. Jun 05 05:59:46 managed-node1 systemd-journald[12083]: Time spent on flushing to /var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5 is 17.008ms for 1367 entries. Jun 05 05:59:46 managed-node1 systemd-journald[12083]: System Journal (/var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 2.0G, 1.9G free. Jun 05 05:59:46 managed-node1 systemd-journald[12083]: 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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Thursday 05 June 2025 05:59:49 -0400 (0:00:01.436) 0:00:13.654 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 Thursday 05 June 2025 05:59:49 -0400 (0:00:00.352) 0:00:14.006 ********* 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-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 Thursday 05 June 2025 05:59:50 -0400 (0:00:00.685) 0:00:14.692 ********* ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Restart journald services] *********************************************** task path: /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 Thursday 05 June 2025 05:59:51 -0400 (0:00:00.626) 0:00:15.318 ********* 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:45 EDT", "ActiveEnterTimestampMonotonic": "214920759", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:45 EDT", "ActiveExitTimestampMonotonic": "214902644", "ActiveState": "active", "After": "-.mount systemd-journald-dev-log.socket syslog.socket systemd-journald.socket system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:45 EDT", "AssertTimestampMonotonic": "214904071", "Before": "systemd-tmpfiles-setup.service systemd-journal-flush.service sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "40813000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime", "CanFreeze": "yes", "CanIsolate": "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:45 EDT", "ConditionTimestampMonotonic": "214904068", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "3952", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "12083", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:45 EDT", "ExecMainStartTimestampMonotonic": "214907896", "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", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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", "InactiveEnterTimestamp": "Thu 2025-06-05 05:59:45 EDT", "InactiveEnterTimestampMonotonic": "214903266", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:45 EDT", "InactiveExitTimestampMonotonic": "214908181", "InvocationID": "2ff771ed66604b00b6103bae04413287", "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": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12083", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "6479872", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "13", "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", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "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", "RestartUSec": "0", "RestrictAddressFamilies": "AF_NETLINK AF_UNIX", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2025-06-05 05:59:45 EDT", "StateChangeTimestampMonotonic": "214920759", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl 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 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 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": "21900", "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.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-dev-log.socket systemd-journald.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Thu 2025-06-05 05:59:45 EDT", "WatchdogTimestampMonotonic": "214921499", "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:46 EDT", "ActiveEnterTimestampMonotonic": "215426684", "ActiveExitTimestamp": "Thu 2025-06-05 05:59:46 EDT", "ActiveExitTimestampMonotonic": "215392310", "ActiveState": "active", "After": "systemd-journald.socket system.slice -.mount systemd-remount-fs.service systemd-journald.service", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Thu 2025-06-05 05:59:46 EDT", "AssertTimestampMonotonic": "215397699", "Before": "systemd-tmpfiles-setup.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "4725000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "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:46 EDT", "ConditionTimestampMonotonic": "215397692", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Thu 2025-06-05 05:59:46 EDT", "ExecMainExitTimestampMonotonic": "215426560", "ExecMainPID": "12237", "ExecMainStartTimestamp": "Thu 2025-06-05 05:59:46 EDT", "ExecMainStartTimestampMonotonic": "215398652", "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", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "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:46 EDT", "InactiveEnterTimestampMonotonic": "215397277", "InactiveExitTimestamp": "Thu 2025-06-05 05:59:46 EDT", "InactiveExitTimestampMonotonic": "215398918", "InvocationID": "82f9344e0c324401bd7a0ccab2676842", "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": "13688", "LimitNPROCSoft": "13688", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13688", "LimitSIGPENDINGSoft": "13688", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "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", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "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": "-.mount system.slice", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "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]", "StateChangeTimestamp": "Thu 2025-06-05 05:59:46 EDT", "StateChangeTimestampMonotonic": "215426684", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21900", "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.003387", "end_time": "2025-06-05 05:59:47.850396", "host": "managed-node1", "message": "non-zero return code", "rc": 1, "start_time": "2025-06-05 05:59:47.847009", "task_name": "Verify that system keep free is set properly", "task_path": "/tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92" }, { "ansible_version": "2.17.12", "delta": "0:00:01.043932", "end_time": "2025-06-05 05:59:49.243556", "host": "managed-node1", "message": "", "rc": 0, "start_time": "2025-06-05 05:59:48.199624", "stderr": "+ exec\n+ journalctl -ex\nJun 05 05:56:11 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12\nJun 05 05:56:11 localhost kernel: i8042: Warning: Keylock active\nJun 05 05:56:11 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1\nJun 05 05:56:11 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12\nJun 05 05:56:11 localhost kernel: mousedev: PS/2 mouse device common for all mice\nJun 05 05:56:11 localhost kernel: rtc_cmos 00:02: registered as rtc0\nJun 05 05:56:11 localhost kernel: rtc_cmos 00:02: setting system clock to 2025-06-05T09:56:11 UTC (1749117371)\nJun 05 05:56:11 localhost kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs\nJun 05 05:56:11 localhost kernel: intel_pstate: CPU model not supported\nJun 05 05:56:11 localhost kernel: hid: raw HID events driver (C) Jiri Kosina\nJun 05 05:56:11 localhost kernel: usbcore: registered new interface driver usbhid\nJun 05 05:56:11 localhost kernel: usbhid: USB HID core driver\nJun 05 05:56:11 localhost kernel: drop_monitor: Initializing network drop monitor service\nJun 05 05:56:11 localhost kernel: Initializing XFRM netlink socket\nJun 05 05:56:11 localhost kernel: NET: Registered PF_INET6 protocol family\nJun 05 05:56:11 localhost kernel: Segment Routing with IPv6\nJun 05 05:56:11 localhost kernel: NET: Registered PF_PACKET protocol family\nJun 05 05:56:11 localhost kernel: mpls_gso: MPLS GSO support\nJun 05 05:56:11 localhost kernel: IPI shorthand broadcast: enabled\nJun 05 05:56:11 localhost kernel: AVX2 version of gcm_enc/dec engaged.\nJun 05 05:56:11 localhost kernel: AES CTR mode by8 optimization enabled\nJun 05 05:56:11 localhost kernel: sched_clock: Marking stable (849339466, 249384846)->(1196995994, -98271682)\nJun 05 05:56:11 localhost kernel: registered taskstats version 1\nJun 05 05:56:11 localhost kernel: Loading compiled-in X.509 certificates\nJun 05 05:56:11 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: eb252a41ce2cfc4359f9ea8b7e9c0893576e5aae'\nJun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'\nJun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'\nJun 05 05:56:11 localhost kernel: Loaded X.509 cert 'RH-IMA-CA: Red Hat IMA CA: fb31825dd0e073685b264e3038963673f753959a'\nJun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Nvidia GPU OOT signing 001: 55e1cef88193e60419f0b0ec379c49f77545acf0'\nJun 05 05:56:11 localhost kernel: Demotion targets for Node 0: null\nJun 05 05:56:11 localhost kernel: page_owner is disabled\nJun 05 05:56:11 localhost kernel: Key type .fscrypt registered\nJun 05 05:56:11 localhost kernel: Key type fscrypt-provisioning registered\nJun 05 05:56:11 localhost kernel: Key type big_key registered\nJun 05 05:56:11 localhost kernel: Key type encrypted registered\nJun 05 05:56:11 localhost kernel: ima: No TPM chip found, activating TPM-bypass!\nJun 05 05:56:11 localhost kernel: Loading compiled-in module X.509 certificates\nJun 05 05:56:11 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: eb252a41ce2cfc4359f9ea8b7e9c0893576e5aae'\nJun 05 05:56:11 localhost kernel: ima: Allocated hash algorithm: sha256\nJun 05 05:56:11 localhost kernel: ima: No architecture policies found\nJun 05 05:56:11 localhost kernel: evm: Initialising EVM extended attributes:\nJun 05 05:56:11 localhost kernel: evm: security.selinux\nJun 05 05:56:11 localhost kernel: evm: security.SMACK64 (disabled)\nJun 05 05:56:11 localhost kernel: evm: security.SMACK64EXEC (disabled)\nJun 05 05:56:11 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled)\nJun 05 05:56:11 localhost kernel: evm: security.SMACK64MMAP (disabled)\nJun 05 05:56:11 localhost kernel: evm: security.apparmor (disabled)\nJun 05 05:56:11 localhost kernel: evm: security.ima\nJun 05 05:56:11 localhost kernel: evm: security.capability\nJun 05 05:56:11 localhost kernel: evm: HMAC attrs: 0x1\nJun 05 05:56:11 localhost kernel: Running certificate verification RSA selftest\nJun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'\nJun 05 05:56:11 localhost kernel: Running certificate verification ECDSA selftest\nJun 05 05:56:11 localhost kernel: Loaded X.509 cert 'Certificate verification ECDSA self-testing key: 2900bcea1deb7bc8479a84a23d758efdfdd2b2d3'\nJun 05 05:56:11 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768\nJun 05 05:56:11 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vif/0\nJun 05 05:56:11 localhost kernel: clk: Disabling unused clocks\nJun 05 05:56:11 localhost kernel: Freeing unused decrypted memory: 2028K\nJun 05 05:56:11 localhost kernel: Freeing unused kernel image (initmem) memory: 4052K\nJun 05 05:56:11 localhost kernel: Write protecting the kernel read-only data: 30720k\nJun 05 05:56:11 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 408K\nJun 05 05:56:11 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nJun 05 05:56:11 localhost kernel: x86/mm: Checking user space page tables\nJun 05 05:56:11 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nJun 05 05:56:11 localhost kernel: Run /init as init process\nJun 05 05:56:11 localhost kernel: with arguments:\nJun 05 05:56:11 localhost kernel: /init\nJun 05 05:56:11 localhost kernel: rhgb\nJun 05 05:56:11 localhost kernel: with environment:\nJun 05 05:56:11 localhost kernel: HOME=/\nJun 05 05:56:11 localhost kernel: TERM=linux\nJun 05 05:56:11 localhost kernel: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-587.el9.x86_64\nJun 05 05:56:11 localhost systemd[1]: systemd 252-53.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)\nJun 05 05:56:11 localhost systemd[1]: Detected virtualization xen.\nJun 05 05:56:11 localhost systemd[1]: Detected architecture x86-64.\nJun 05 05:56:11 localhost systemd[1]: Running in initrd.\nJun 05 05:56:11 localhost systemd[1]: No hostname configured, using default hostname.\nJun 05 05:56:11 localhost systemd[1]: Hostname set to .\nJun 05 05:56:11 localhost systemd[1]: Queued start job for default target Initrd Default Target.\nJun 05 05:56:11 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\nJun 05 05:56:11 localhost systemd[1]: Reached target Initrd /usr File System.\nJun 05 05:56:11 localhost systemd[1]: Reached target Local File Systems.\nJun 05 05:56:11 localhost systemd[1]: Reached target Path Units.\nJun 05 05:56:11 localhost systemd[1]: Reached target Slice Units.\nJun 05 05:56:11 localhost systemd[1]: Reached target Swaps.\nJun 05 05:56:11 localhost systemd[1]: Reached target Timer Units.\nJun 05 05:56:11 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.\nJun 05 05:56:11 localhost systemd[1]: Listening on Journal Socket (/dev/log).\nJun 05 05:56:11 localhost systemd[1]: Listening on Journal Socket.\nJun 05 05:56:11 localhost systemd[1]: Listening on udev Control Socket.\nJun 05 05:56:11 localhost systemd[1]: Listening on udev Kernel Socket.\nJun 05 05:56:11 localhost systemd[1]: Reached target Socket Units.\nJun 05 05:56:11 localhost systemd[1]: Starting Create List of Static Device Nodes...\nJun 05 05:56:11 localhost systemd[1]: Starting Journal Service...\nJun 05 05:56:11 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.\nJun 05 05:56:11 localhost systemd[1]: Starting Apply Kernel Variables...\nJun 05 05:56:11 localhost systemd[1]: Starting Create System Users...\nJun 05 05:56:11 localhost systemd[1]: Starting Setup Virtual Console...\nJun 05 05:56:11 localhost systemd[1]: Finished Create List of Static Device Nodes.\nJun 05 05:56:11 localhost systemd-journald[235]: 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:11 localhost systemd-journald[235]: Runtime Journal (/run/log/journal/48c2ba286ee5480ba88aa113dbafbbfe) is 8.0M, max 69.3M, 61.3M 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/48c2ba286ee5480ba88aa113dbafbbfe) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 684.9M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M 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:11 localhost systemd-sysusers[237]: Creating group 'nobody' with GID 65534.\nJun 05 05:56:11 localhost systemd[1]: Started Journal Service.\nJun 05 05:56:12 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2\nJun 05 05:56:12 localhost systemd[1]: Finished 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 4.\nJun 05 05:56:12 localhost systemd-sysusers[237]: Creating group 'users' with GID 100.\nJun 05 05:56:12 localhost systemd-sysusers[237]: Creating group 'dbus' with GID 81.\nJun 05 05:56:12 localhost systemd-sysusers[237]: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.\nJun 05 05:56:12 localhost systemd[1]: Finished 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 14.\nJun 05 05:56:12 localhost systemd[1]: Starting 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 18.\nJun 05 05:56:12 localhost systemd[1]: Starting Create Volatile 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 16.\nJun 05 05:56:12 localhost systemd[1]: Finished 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 18.\nJun 05 05:56:12 localhost systemd[1]: Finished Create Volatile 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 16.\nJun 05 05:56:12 localhost systemd[1]: Finished Setup Virtual Console.\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 41.\nJun 05 05:56:12 localhost systemd[1]: 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 40.\nJun 05 05:56:12 localhost systemd[1]: Starting 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 33.\nJun 05 05:56:12 localhost dracut-cmdline[252]: dracut-9 dracut-057-87.git20250311.el9\nJun 05 05:56:12 localhost dracut-cmdline[252]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-587.el9.x86_64 root=UUID=5295750c-4ddc-4d83-9af4-ea4188bf87ce ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8\nJun 05 05:56:12 localhost systemd[1]: Finished 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 33.\nJun 05 05:56:12 localhost systemd[1]: Starting 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 32.\nJun 05 05:56:12 localhost systemd[1]: Finished 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 32.\nJun 05 05:56:12 localhost systemd[1]: Starting 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 8.\nJun 05 05:56:12 localhost systemd-udevd[334]: Using default interface naming scheme 'rhel-9.0'.\nJun 05 05:56:12 localhost systemd[1]: Started 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 8.\nJun 05 05:56:12 localhost systemd[1]: 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 31.\nJun 05 05:56:12 localhost systemd[1]: Starting 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 12.\nJun 05 05:56:12 localhost systemd[1]: Finished 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 12.\nJun 05 05:56:12 localhost systemd[1]: Reached 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:12 localhost systemd[1]: Reached 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:12 localhost systemd[1]: nm-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).\n\u2591\u2591 Subject: A start job for unit nm-initrd.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 nm-initrd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 35.\nJun 05 05:56:12 localhost systemd[1]: Reached 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 37.\nJun 05 05:56:12 localhost systemd[1]: nm-wait-online-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).\n\u2591\u2591 Subject: A start job for unit nm-wait-online-initrd.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 nm-wait-online-initrd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 34.\nJun 05 05:56:12 localhost systemd[1]: Starting dracut initqueue hook...\n\u2591\u2591 Subject: A start job for unit dracut-initqueue.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-initqueue.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 53.\nJun 05 05:56:12 localhost kernel: libata version 3.00 loaded.\nJun 05 05:56:12 localhost kernel: ata_piix 0000:00:01.1: version 2.13\nJun 05 05:56:12 localhost kernel: scsi host0: ata_piix\nJun 05 05:56:12 localhost kernel: scsi host1: ata_piix\nJun 05 05:56:12 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0\nJun 05 05:56:12 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0\nJun 05 05:56:12 localhost kernel: Invalid max_queues (4), will use default max: 2.\nJun 05 05:56:12 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver\nJun 05 05:56:12 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;\nJun 05 05:56:12 localhost kernel: xvda: xvda1\nJun 05 05:56:12 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4\nJun 05 05:56:12 localhost systemd-udevd[341]: Network interface NamePolicy= disabled on kernel command line.\nJun 05 05:56:12 localhost systemd[1]: Found device /dev/disk/by-uuid/5295750c-4ddc-4d83-9af4-ea4188bf87ce.\n\u2591\u2591 Subject: A start job for unit dev-disk-by\\x2duuid-5295750c\\x2d4ddc\\x2d4d83\\x2d9af4\\x2dea4188bf87ce.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-5295750c\\x2d4ddc\\x2d4d83\\x2d9af4\\x2dea4188bf87ce.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 39.\nJun 05 05:56:12 localhost systemd[1]: Reached 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 38.\nJun 05 05:56:12 localhost systemd[1]: Finished dracut initqueue hook.\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 53.\nJun 05 05:56:12 localhost systemd[1]: Reached 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 54.\nJun 05 05:56:12 localhost systemd[1]: Reached 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 52.\nJun 05 05:56:12 localhost systemd[1]: Starting 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 47.\nJun 05 05:56:12 localhost systemd[1]: Finished 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 47.\nJun 05 05:56:12 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/5295750c-4ddc-4d83-9af4-ea4188bf87ce...\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 44.\nJun 05 05:56:12 localhost systemd-fsck[398]: /usr/sbin/fsck.xfs: XFS file system.\nJun 05 05:56:12 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/5295750c-4ddc-4d83-9af4-ea4188bf87ce.\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 44.\nJun 05 05:56:12 localhost systemd[1]: Mounting /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 43.\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 (xvda1): Mounting V5 Filesystem 5295750c-4ddc-4d83-9af4-ea4188bf87ce\nJun 05 05:56:13 localhost kernel: XFS (xvda1): Ending clean mount\nJun 05 05:56:13 localhost systemd[1]: Mounted /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 43.\nJun 05 05:56:13 localhost systemd[1]: Reached 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 42.\nJun 05 05:56:13 localhost systemd[1]: Starting 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 46.\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 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 46.\nJun 05 05:56:14 localhost systemd[1]: Reached 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 50.\nJun 05 05:56:14 localhost systemd[1]: Reached 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 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 48.\nJun 05 05:56:14 localhost systemd[1]: Starting 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 51.\nJun 05 05:56:14 localhost systemd[1]: Finished 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 51.\nJun 05 05:56:14 localhost systemd[1]: Starting 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 57.\nJun 05 05:56:14 localhost systemd[1]: Stopped target Network.\n\u2591\u2591 Subject: A stop job for unit network.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 network.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 91 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 102 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: dbus.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 dbus.socket has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Closed D-Bus System Message Bus Socket.\n\u2591\u2591 Subject: A stop job for unit dbus.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 dbus.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 95 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 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 103 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 99 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 109 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 113 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 89 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 108 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 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 114 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 90 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 100 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 94 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 107 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 110 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 92 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopped 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 115 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 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 93 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: dracut-initqueue.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-initqueue.service has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: Stopped dracut initqueue hook.\n\u2591\u2591 Subject: A stop job for unit dracut-initqueue.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-initqueue.service 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-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 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 104 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 Create Volatile 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 86 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 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 82 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Stopping 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 Setup Virtual Console.\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 105 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: run-credentials-systemd\\x2dtmpfiles\\x2dsetup.service.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 run-credentials-systemd\\x2dtmpfiles\\x2dsetup.service.mount has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: run-credentials-systemd\\x2dsysctl.service.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 run-credentials-systemd\\x2dsysctl.service.mount has successfully entered the 'dead' state.\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 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]: 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 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 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 78 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 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 112 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 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 88 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: Starting 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 77.\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 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 85 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 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 101 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 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 87 and the job result is done.\nJun 05 05:56:14 localhost systemd[1]: run-credentials-systemd\\x2dtmpfiles\\x2dsetup\\x2ddev.service.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 run-credentials-systemd\\x2dtmpfiles\\x2dsetup\\x2ddev.service.mount has successfully entered the 'dead' state.\nJun 05 05:56:14 localhost systemd[1]: run-credentials-systemd\\x2dsysusers.service.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 run-credentials-systemd\\x2dsysusers.service.mount has successfully entered the 'dead' state.\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 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 57.\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 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 77.\nJun 05 05:56:14 localhost systemd[1]: Reached 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 60.\nJun 05 05:56:14 localhost systemd[1]: Starting 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 76.\nJun 05 05:56:14 localhost systemd[1]: Switching root.\nJun 05 05:56:14 localhost systemd-journald[235]: 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:20 localhost systemd-journald[235]: Received SIGTERM from PID 1 (systemd).\nJun 05 05:56:20 localhost kernel: audit: type=1404 audit(1749117375.980:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1\nJun 05 05:56:20 localhost kernel: SELinux: policy capability network_peer_controls=1\nJun 05 05:56:20 localhost kernel: SELinux: policy capability open_perms=1\nJun 05 05:56:20 localhost kernel: SELinux: policy capability extended_socket_class=1\nJun 05 05:56:20 localhost kernel: SELinux: policy capability always_check_network=0\nJun 05 05:56:20 localhost kernel: SELinux: policy capability cgroup_seclabel=1\nJun 05 05:56:20 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1\nJun 05 05:56:20 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nJun 05 05:56:20 localhost kernel: audit: type=1403 audit(1749117376.631:3): auid=4294967295 ses=4294967295 lsm=selinux res=1\nJun 05 05:56:20 localhost systemd[1]: Successfully loaded SELinux policy in 656.123ms.\nJun 05 05:56:20 localhost systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 20.125ms.\nJun 05 05:56:20 localhost systemd[1]: systemd 252-53.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)\nJun 05 05:56:20 localhost systemd[1]: Detected virtualization xen.\nJun 05 05:56:20 localhost systemd[1]: Detected architecture x86-64.\nJun 05 05:56:20 localhost systemd[1]: Initializing machine ID from random generator.\nJun 05 05:56:20 localhost systemd[1]: Installed transient /etc/machine-id file.\nJun 05 05:56:20 localhost systemd-rc-local-generator[464]: /etc/rc.d/rc.local is not marked executable, skipping.\nJun 05 05:56:20 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully.\nJun 05 05:56:20 localhost systemd[1]: Stopped Switch Root.\nJun 05 05:56:20 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.\nJun 05 05:56:20 localhost systemd[1]: Created slice Slice /system/getty.\nJun 05 05:56:20 localhost systemd[1]: Created slice Slice /system/modprobe.\nJun 05 05:56:20 localhost systemd[1]: Created slice Slice /system/serial-getty.\nJun 05 05:56:20 localhost systemd[1]: Created slice Slice /system/sshd-keygen.\nJun 05 05:56:20 localhost systemd[1]: Created slice User and Session Slice.\nJun 05 05:56:20 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\nJun 05 05:56:20 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch.\nJun 05 05:56:20 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\nJun 05 05:56:20 localhost systemd[1]: Reached target Local Encrypted Volumes.\nJun 05 05:56:20 localhost systemd[1]: Stopped target Switch Root.\nJun 05 05:56:20 localhost systemd[1]: Stopped target Initrd File Systems.\nJun 05 05:56:20 localhost systemd[1]: Stopped target Initrd Root File System.\nJun 05 05:56:20 localhost systemd[1]: Reached target Local Integrity Protected Volumes.\nJun 05 05:56:20 localhost systemd[1]: Reached target Path Units.\nJun 05 05:56:20 localhost systemd[1]: Reached target Slice Units.\nJun 05 05:56:20 localhost systemd[1]: Reached target Swaps.\nJun 05 05:56:20 localhost systemd[1]: Reached target Local Verity Protected Volumes.\nJun 05 05:56:20 localhost systemd[1]: Listening on RPCbind Server Activation Socket.\nJun 05 05:56:20 localhost systemd[1]: Reached target RPC Port Mapper.\nJun 05 05:56:20 localhost systemd[1]: Listening on Process Core Dump Socket.\nJun 05 05:56:20 localhost systemd[1]: Listening on initctl Compatibility Named Pipe.\nJun 05 05:56:20 localhost systemd[1]: Listening on udev Control Socket.\nJun 05 05:56:20 localhost systemd[1]: Listening on udev Kernel Socket.\nJun 05 05:56:20 localhost systemd[1]: Mounting Huge Pages File System...\nJun 05 05:56:20 localhost systemd[1]: Mounting POSIX Message Queue File System...\nJun 05 05:56:20 localhost systemd[1]: Mounting Kernel Debug File System...\nJun 05 05:56:20 localhost systemd[1]: Mounting Kernel Trace File System...\nJun 05 05:56:20 localhost systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\nJun 05 05:56:20 localhost systemd[1]: Starting Create List of Static Device Nodes...\nJun 05 05:56:20 localhost systemd[1]: Starting Load Kernel Module configfs...\nJun 05 05:56:20 localhost systemd[1]: Starting Load Kernel Module drm...\nJun 05 05:56:20 localhost systemd[1]: Starting Load Kernel Module efi_pstore...\nJun 05 05:56:20 localhost systemd[1]: Starting Load Kernel Module fuse...\nJun 05 05:56:20 localhost systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...\nJun 05 05:56:20 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully.\nJun 05 05:56:20 localhost systemd[1]: Stopped File System Check on Root Device.\nJun 05 05:56:20 localhost systemd[1]: Stopped Journal Service.\nJun 05 05:56:20 localhost systemd[1]: Starting Journal Service...\nJun 05 05:56:20 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.\nJun 05 05:56:20 localhost systemd[1]: Starting Generate network units from Kernel command line...\nJun 05 05:56:20 localhost systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\nJun 05 05:56:20 localhost systemd[1]: Starting Remount Root and Kernel File Systems...\nJun 05 05:56:20 localhost systemd-journald[503]: 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:20 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M 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/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.9M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M 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:20 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.\nJun 05 05:56:20 localhost systemd[1]: Queued start job for default target Multi-User System.\nJun 05 05:56:20 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:20 localhost systemd[1]: Starting Apply Kernel Variables...\nJun 05 05:56:20 localhost systemd[1]: Starting Coldplug All udev Devices...\nJun 05 05:56:20 localhost systemd[1]: Started Journal Service.\nJun 05 05:56:20 localhost systemd[1]: Mounted 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 174.\nJun 05 05:56:20 localhost systemd[1]: Mounted 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 160.\nJun 05 05:56:20 localhost systemd[1]: Mounted 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 131.\nJun 05 05:56:20 localhost systemd[1]: Mounted 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 180.\nJun 05 05:56:20 localhost systemd[1]: Finished 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 152.\nJun 05 05:56:20 localhost systemd[1]: Finished Read and set NIS domainname from /etc/sysconfig/network.\n\u2591\u2591 Subject: A start job for unit nis-domainname.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 nis-domainname.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 158.\nJun 05 05:56:20 localhost systemd[1]: Finished 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 153.\nJun 05 05:56:20 localhost systemd[1]: Finished 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 126.\nJun 05 05:56:20 localhost systemd[1]: Finished 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 151.\nJun 05 05:56:20 localhost systemd[1]: 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 155.\nJun 05 05:56:20 localhost systemd[1]: 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 144.\nJun 05 05:56:20 localhost systemd[1]: Starting 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 172.\nJun 05 05:56:20 localhost systemd[1]: Starting 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 159.\nJun 05 05:56:20 localhost systemd[1]: 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 171.\nJun 05 05:56:20 localhost systemd[1]: Starting 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 179.\nJun 05 05:56:20 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M 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/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.8M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M 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:20 localhost systemd-journald[503]: Received client request to flush runtime journal.\nJun 05 05:56:20 localhost systemd[1]: Finished 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 172.\nJun 05 05:56:20 localhost systemd[1]: Finished 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 159.\nJun 05 05:56:20 localhost systemd[1]: 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 156.\nJun 05 05:56:20 localhost systemd[1]: Finished 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 146.\nJun 05 05:56:20 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:20 localhost systemd[1]: Finished 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 163.\nJun 05 05:56:20 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:20 localhost systemd[1]: Finished 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 177.\nJun 05 05:56:20 localhost systemd[1]: Mounting 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 162.\nJun 05 05:56:20 localhost systemd[1]: 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 176.\nJun 05 05:56:20 localhost systemd[1]: Mounted 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 162.\nJun 05 05:56:21 localhost kernel: ACPI: bus type drm_connector registered\nJun 05 05:56:21 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:21 localhost systemd[1]: Finished 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 206.\nJun 05 05:56:21 localhost kernel: fuse: init (API version 7.37)\nJun 05 05:56:21 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:21 localhost systemd[1]: Finished 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 169.\nJun 05 05:56:21 localhost systemd[1]: Mounting 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 168.\nJun 05 05:56:21 localhost systemd[1]: Mounted 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 168.\nJun 05 05:56:21 localhost systemd[1]: Finished 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 179.\nJun 05 05:56:21 localhost systemd[1]: Reached 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 127.\nJun 05 05:56:21 localhost systemd[1]: Reached 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 125.\nJun 05 05:56:21 localhost systemd[1]: 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 129.\nJun 05 05:56:21 localhost systemd[1]: 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 181.\nJun 05 05:56:21 localhost systemd[1]: 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 142.\nJun 05 05:56:21 localhost systemd[1]: 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 138.\nJun 05 05:56:21 localhost systemd[1]: Starting Automatic Boot Loader Update...\n\u2591\u2591 Subject: A start job for unit systemd-boot-update.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-boot-update.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 133.\nJun 05 05:56:21 localhost systemd[1]: Starting Commit a transient machine-id on 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 175.\nJun 05 05:56:21 localhost systemd[1]: Starting Create Volatile 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 157.\nJun 05 05:56:21 localhost systemd[1]: Starting 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 147.\nJun 05 05:56:21 localhost bootctl[516]: Couldn't find EFI system partition, skipping.\nJun 05 05:56:21 localhost systemd[1]: Finished Automatic Boot Loader Update.\n\u2591\u2591 Subject: A start job for unit systemd-boot-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-boot-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 133.\nJun 05 05:56:21 localhost systemd-udevd[520]: Using default interface naming scheme 'rhel-9.0'.\nJun 05 05:56:21 localhost systemd[1]: Finished Commit a transient machine-id on 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 175.\nJun 05 05:56:21 localhost systemd[1]: Finished Create Volatile 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 157.\nJun 05 05:56:21 localhost systemd[1]: Starting Security Auditing 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 220.\nJun 05 05:56:21 localhost systemd[1]: Starting 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 208.\nJun 05 05:56:21 localhost systemd[1]: 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 128.\nJun 05 05:56:21 localhost systemd[1]: 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 141.\nJun 05 05:56:21 localhost auditd[523]: No plugins found, not dispatching events\nJun 05 05:56:21 localhost auditd[523]: Init complete, auditd 3.1.5 listening for events (startup state enable)\nJun 05 05:56:21 localhost systemd[1]: Started 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 208.\nJun 05 05:56:21 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:21 localhost systemd[1]: Mounting 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 215.\nJun 05 05:56:21 localhost kernel: RPC: Registered named UNIX socket transport module.\nJun 05 05:56:21 localhost kernel: RPC: Registered udp transport module.\nJun 05 05:56:21 localhost kernel: RPC: Registered tcp transport module.\nJun 05 05:56:21 localhost kernel: RPC: Registered tcp-with-tls transport module.\nJun 05 05:56:21 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.\nJun 05 05:56:21 localhost systemd[1]: Mounted 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 215.\nJun 05 05:56:21 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 214.\nJun 05 05:56:21 localhost systemd[1]: Started 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 147.\nJun 05 05:56:21 localhost systemd[1]: Starting 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 265.\nJun 05 05:56:21 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:21 localhost systemd[1]: Finished 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 265.\nJun 05 05:56:21 localhost systemd[1]: Condition check resulted in /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 240.\nJun 05 05:56:21 localhost augenrules[526]: /sbin/augenrules: No change\nJun 05 05:56:21 localhost augenrules[571]: No rules\nJun 05 05:56:21 localhost augenrules[571]: enabled 1\nJun 05 05:56:21 localhost augenrules[571]: failure 1\nJun 05 05:56:21 localhost augenrules[571]: pid 523\nJun 05 05:56:21 localhost augenrules[571]: rate_limit 0\nJun 05 05:56:21 localhost augenrules[571]: backlog_limit 8192\nJun 05 05:56:21 localhost augenrules[571]: lost 0\nJun 05 05:56:21 localhost augenrules[571]: backlog 0\nJun 05 05:56:21 localhost augenrules[571]: backlog_wait_time 60000\nJun 05 05:56:21 localhost augenrules[571]: backlog_wait_time_actual 0\nJun 05 05:56:21 localhost augenrules[571]: enabled 1\nJun 05 05:56:21 localhost augenrules[571]: failure 1\nJun 05 05:56:21 localhost augenrules[571]: pid 523\nJun 05 05:56:21 localhost augenrules[571]: rate_limit 0\nJun 05 05:56:21 localhost augenrules[571]: backlog_limit 8192\nJun 05 05:56:21 localhost augenrules[571]: lost 0\nJun 05 05:56:21 localhost augenrules[571]: backlog 4\nJun 05 05:56:21 localhost augenrules[571]: backlog_wait_time 60000\nJun 05 05:56:21 localhost augenrules[571]: backlog_wait_time_actual 0\nJun 05 05:56:21 localhost augenrules[571]: enabled 1\nJun 05 05:56:21 localhost augenrules[571]: failure 1\nJun 05 05:56:21 localhost augenrules[571]: pid 523\nJun 05 05:56:21 localhost augenrules[571]: rate_limit 0\nJun 05 05:56:21 localhost augenrules[571]: backlog_limit 8192\nJun 05 05:56:21 localhost augenrules[571]: lost 0\nJun 05 05:56:21 localhost augenrules[571]: backlog 4\nJun 05 05:56:21 localhost augenrules[571]: backlog_wait_time 60000\nJun 05 05:56:21 localhost augenrules[571]: backlog_wait_time_actual 0\nJun 05 05:56:21 localhost systemd[1]: Started Security Auditing 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 220.\nJun 05 05:56:21 localhost systemd[1]: Starting 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 202.\nJun 05 05:56:21 localhost systemd[1]: Finished 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 202.\nJun 05 05:56:21 localhost systemd[1]: Reached 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 118.\nJun 05 05:56:21 localhost systemd[1]: Started 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 185.\nJun 05 05:56:21 localhost systemd[1]: Started 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 184.\nJun 05 05:56:21 localhost systemd[1]: Started 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 183.\nJun 05 05:56:21 localhost systemd[1]: Reached 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 182.\nJun 05 05:56:21 localhost systemd[1]: Listening on 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 190.\nJun 05 05:56:21 localhost systemd[1]: Listening on 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 198.\nJun 05 05:56:21 localhost systemd[1]: Reached 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 193.\nJun 05 05:56:22 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5\nJun 05 05:56:22 localhost systemd-udevd[555]: Network interface NamePolicy= disabled on kernel command line.\nJun 05 05:56:22 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr\nJun 05 05:56:22 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console\nJun 05 05:56:22 localhost kernel: Console: switching to colour dummy device 80x25\nJun 05 05:56:22 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0\nJun 05 05:56:22 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device\nJun 05 05:56:22 localhost kernel: Console: switching to colour frame buffer device 128x48\nJun 05 05:56:22 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device\nJun 05 05:56:22 localhost systemd[1]: Starting 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 189.\nJun 05 05:56:22 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\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 170.\nJun 05 05:56:22 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer\nJun 05 05:56:22 localhost systemd[1]: Started 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 189.\nJun 05 05:56:22 localhost systemd[1]: Reached 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 117.\nJun 05 05:56:22 localhost dbus-broker-lau[585]: Ready\nJun 05 05:56:22 localhost systemd[1]: Starting 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 248.\nJun 05 05:56:22 localhost systemd[1]: Starting 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 246.\nJun 05 05:56:22 localhost systemd[1]: Starting 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 124.\nJun 05 05:56:22 localhost systemd[1]: Started 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 204.\nJun 05 05:56:22 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload).\n\u2591\u2591 Subject: A start job for unit microcode.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 microcode.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 200.\nJun 05 05:56:22 localhost systemd[1]: Started 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 232.\nJun 05 05:56:22 localhost systemd[1]: 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 226.\nJun 05 05:56:22 localhost systemd[1]: 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 228.\nJun 05 05:56:22 localhost systemd[1]: 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 229.\nJun 05 05:56:22 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 225.\nJun 05 05:56:22 localhost systemd[1]: 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 221.\nJun 05 05:56:22 localhost systemd[1]: Reached 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 222.\nJun 05 05:56:22 localhost systemd[1]: Starting 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 205.\nJun 05 05:56:22 localhost systemd[1]: Starting 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 269.\nJun 05 05:56:22 localhost systemd[1]: Finished 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 124.\nJun 05 05:56:22 localhost systemd-logind[608]: 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:22 localhost systemd-logind[608]: Watching system buttons on /dev/input/event0 (Power Button)\nJun 05 05:56:22 localhost systemd-logind[608]: Watching system buttons on /dev/input/event1 (Sleep Button)\nJun 05 05:56:22 localhost systemd-logind[608]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)\nJun 05 05:56:22 localhost systemd[1]: Started 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 205.\nJun 05 05:56:22 localhost 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:56:22 localhost systemd[1]: Finished 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 269.\nJun 05 05:56:22 localhost rngd[607]: Disabling 7: PKCS11 Entropy generator (pkcs11)\nJun 05 05:56:22 localhost rngd[607]: Disabling 5: NIST Network Entropy Beacon (nist)\nJun 05 05:56:22 localhost rngd[607]: Disabling 9: Qrypt quantum entropy beacon (qrypt)\nJun 05 05:56:22 localhost rngd[607]: Disabling 10: Named pipe entropy input (namedpipe)\nJun 05 05:56:22 localhost rngd[607]: Initializing available sources\nJun 05 05:56:22 localhost rngd[607]: [hwrng ]: Initialization Failed\nJun 05 05:56:22 localhost rngd[607]: [rdrand]: Enabling RDRAND rng support\nJun 05 05:56:22 localhost rngd[607]: [rdrand]: Initialized\nJun 05 05:56:22 localhost rngd[607]: [jitter]: JITTER timeout set to 5 sec\nJun 05 05:56:22 localhost rngd[607]: [jitter]: Initializing AES buffer\nJun 05 05:56:23 localhost chronyd[617]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)\nJun 05 05:56:23 localhost chronyd[617]: Loaded 0 symmetric keys\nJun 05 05:56:23 localhost chronyd[617]: Using right/UTC timezone to obtain leap second data\nJun 05 05:56:23 localhost chronyd[617]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift\nJun 05 05:56:23 localhost chronyd[617]: Loaded seccomp filter (level 2)\nJun 05 05:56:23 localhost systemd[1]: Started 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 248.\nJun 05 05:56:26 localhost cloud-init[621]: Cloud-init v. 24.4-6.el9 running 'init-local' at Thu, 05 Jun 2025 09:56:26 +0000. Up 15.37 seconds.\nJun 05 05:56:26 localhost dhclient[625]: Internet Systems Consortium DHCP Client 4.4.2b1\nJun 05 05:56:26 localhost dhclient[625]: Copyright 2004-2019 Internet Systems Consortium.\nJun 05 05:56:26 localhost dhclient[625]: All rights reserved.\nJun 05 05:56:26 localhost dhclient[625]: For info, please visit https://www.isc.org/software/dhcp/\nJun 05 05:56:26 localhost dhclient[625]: \nJun 05 05:56:26 localhost dhclient[625]: Listening on LPF/eth0/02:9b:7f:12:1b:23\nJun 05 05:56:26 localhost dhclient[625]: Sending on LPF/eth0/02:9b:7f:12:1b:23\nJun 05 05:56:26 localhost dhclient[625]: Sending on Socket/fallback\nJun 05 05:56:26 localhost dhclient[625]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x8b41ae38)\nJun 05 05:56:26 localhost dhclient[625]: DHCPOFFER of 10.31.46.158 from 10.31.44.1\nJun 05 05:56:26 localhost dhclient[625]: DHCPREQUEST for 10.31.46.158 on eth0 to 255.255.255.255 port 67 (xid=0x8b41ae38)\nJun 05 05:56:26 localhost dhclient[625]: DHCPACK of 10.31.46.158 from 10.31.44.1 (xid=0x8b41ae38)\nJun 05 05:56:26 localhost dhclient[625]: bound to 10.31.46.158 -- renewal in 1714 seconds.\nJun 05 05:56:26 localhost systemd[1]: Starting 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 334.\nJun 05 05:56:26 localhost systemd[1]: Started 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 334.\nJun 05 05:56:26 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[640]: Hostname set to (static)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rngd[607]: [jitter]: Unable to obtain AES key, disabling JITTER source\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rngd[607]: [jitter]: Initialization Failed\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rngd[607]: Process privileges have been dropped to 2:2\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 246.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 154.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 188.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1154] NetworkManager (version 1.53.4-1.el9) is starting... (boot:5c074f66-0bf1-4fdf-ba9f-47d704b09e56)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1156] Read config: /etc/NetworkManager/NetworkManager.conf, /run/NetworkManager/conf.d/15-carrier-timeout.conf\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1280] manager[0x55781f153080]: monitoring kernel firmware directory '/lib/firmware'.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1311] hostname: hostname: using hostnamed\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1311] hostname: static hostname changed from (none) to \"ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com\"\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1315] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1816] manager[0x55781f153080]: rfkill: Wi-Fi hardware radio set enabled\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1816] manager[0x55781f153080]: rfkill: WWAN hardware radio set enabled\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1934] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.53.4-1.el9/libnm-device-plugin-team.so)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1934] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1935] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1935] manager: Networking is enabled by state file\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.1944] settings: Loaded settings plugin: keyfile (internal)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 401.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Listening on 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 467.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3320] settings: Loaded settings plugin: ifcfg-rh (\"/usr/lib64/NetworkManager/1.53.4-1.el9/libnm-settings-plugin-ifcfg-rh.so\")\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3349] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using \"nmcli connection migrate\"\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3370] dhcp: init: Using DHCP client 'internal'\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3372] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3384] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3401] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3414] device (lo): Activation: starting connection 'lo' (e979fa1d-8e7a-4e52-a100-6ef8abac49ab)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3422] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3426] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 188.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3454] bus-manager: acquired D-Bus service \"org.freedesktop.NetworkManager\"\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 191.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3466] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3478] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3483] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3487] device (eth0): carrier: link connected\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3491] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3499] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3506] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3511] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3512] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3520] manager: NetworkManager state is now CONNECTING\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3523] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3532] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3538] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3555] dhcp4 (eth0): state changed new lease, address=10.31.46.158\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 187.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 217.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 401.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3630] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3720] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3729] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3733] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.3738] device (lo): Activation: successful, device activated.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 217.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: 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 213.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 210.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 211.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 209.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\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 145.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4128] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4134] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full')\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4146] manager: NetworkManager state is now CONNECTED_SITE\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4160] device (eth0): Activation: successful, device activated.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4165] manager: NetworkManager state is now CONNECTED_GLOBAL\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com NetworkManager[644]: [1749117387.4167] manager: startup complete\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 187.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 247.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Added source 10.11.160.238\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Added source 10.18.100.10\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Added source 10.2.32.37\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Added source 10.2.32.38\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Cloud-init v. 24.4-6.el9 running 'init' at Thu, 05 Jun 2025 09:56:27 +0000. Up 17.01 seconds.\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | eth0 | True | 10.31.46.158 | 255.255.252.0 | global | 02:9b:7f:12:1b:23 |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | eth0 | True | fe80::9b:7fff:fe12:1b23/64 | . | link | 02:9b:7f:12:1b:23 |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | lo | True | ::1/128 | . | host | . |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+---------+-----------+-------+\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | Route | Destination | Gateway | Interface | Flags |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+---------+-----------+-------+\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | 1 | fe80::/64 | :: | eth0 | U |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: | 3 | multicast | :: | eth0 | U |\nJun 05 05:56:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: ci-info: +-------+-------------+---------+-----------+-------+\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Generating public/private rsa key pair.\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key fingerprint is:\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: SHA256:gdLPcu1+Qy10d+l9kWu4ikDFsubW8Izell4JUphb8bg root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key's randomart image is:\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +---[RSA 3072]----+\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . .+ + |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . o+.* . o|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . oBo. . .+o|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .BSE.. oo.=|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | +oB.. +..+o|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | = +o+ .o .|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | o o+o o. |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .o+.o.. |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +----[SHA256]-----+\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Generating public/private ecdsa key pair.\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key fingerprint is:\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: SHA256:XVU/bNX0JT4xgRt6HV8z0m4fzrvVu67VUu4cY5Rgi6w root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key's randomart image is:\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +---[ECDSA 256]---+\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .B+*|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | o+oBB|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | ..*=**|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .o.= ==+|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | S .+ .+o+|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | . .=+|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | E .=*|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | o==|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: | .o==|\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +----[SHA256]-----+\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Generating public/private ed25519 key pair.\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key fingerprint is:\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: SHA256:qbwIYhq38DF1moC0sZdcwniSaw/Mvl84tBThwPIPb9U root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: The key's randomart image is:\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +--[ED25519 256]--+\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |.. . |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |..* . |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |.B * . . |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |+.@ = . E. |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |.O.X... S |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |o *o*= . |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |+o=*o.o |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |o*.=o. . |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: |..+.. . |\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[735]: +----[SHA256]-----+\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 247.\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 245.\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 186.\nJun 05 05:56:28 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 244.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 231.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 219.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 218.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 233.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sm-notify[810]: Version 2.5.4 starting\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 224.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 203.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 219.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 218.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 203.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rsyslogd[811]: [origin software=\"rsyslogd\" swVersion=\"8.2412.0-2.el9\" x-pid=\"811\" x-info=\"https://www.rsyslog.com\"] start\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 233.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 230.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 235.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com crond[821]: (CRON) STARTUP (1.5.7)\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com crond[821]: (CRON) INFO (Syslog will be used instead of sendmail.)\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com crond[821]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 57% if used.)\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com crond[821]: (CRON) INFO (running with inotify support)\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 239.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 234.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[812]: Server listening on 0.0.0.0 port 22.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[812]: Server listening on :: port 22.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 224.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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 116.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 201.\nJun 05 05:56:29 ip-10-31-46-158.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:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 201.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com rsyslogd[811]: imjournal: journal files changed, reloading... [v8.2412.0-2.el9 try https://www.rsyslog.com/e/0 ]\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[872]: Cloud-init v. 24.4-6.el9 running 'modules:config' at Thu, 05 Jun 2025 09:56:29 +0000. Up 18.64 seconds.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping 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 488.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[812]: Received signal 15; terminating.\nJun 05 05:56:29 ip-10-31-46-158.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:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped 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 488 and the job result is done.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 488.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[875]: Server listening on 0.0.0.0 port 22.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[875]: Server listening on :: port 22.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 488.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com restraintd[816]: Listening on http://localhost:8081\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 244.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 243.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kdumpctl[825]: kdump: Detected change(s) in the following file(s): /etc/fstab\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1103]: Cloud-init v. 24.4-6.el9 running 'modules:final' at Thu, 05 Jun 2025 09:56:29 +0000. Up 19.13 seconds.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1105]: #############################################################\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1106]: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1108]: 256 SHA256:XVU/bNX0JT4xgRt6HV8z0m4fzrvVu67VUu4cY5Rgi6w root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com (ECDSA)\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1110]: 256 SHA256:qbwIYhq38DF1moC0sZdcwniSaw/Mvl84tBThwPIPb9U root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com (ED25519)\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1112]: 3072 SHA256:gdLPcu1+Qy10d+l9kWu4ikDFsubW8Izell4JUphb8bg root@ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com (RSA)\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1113]: -----END SSH HOST KEY FINGERPRINTS-----\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1114]: #############################################################\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com cloud-init[1103]: Cloud-init v. 24.4-6.el9 finished at Thu, 05 Jun 2025 09:56:29 +0000. Datasource DataSourceEc2Local. Up 19.24 seconds\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 243.\nJun 05 05:56:29 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached 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:31 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated.\nJun 05 05:56:31 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kdumpctl[825]: kdump: Rebuilding /boot/initramfs-5.14.0-587.el9.x86_64kdump.img\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1464]: dracut-057-87.git20250311.el9\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --mount \"/dev/disk/by-uuid/5295750c-4ddc-4d83-9af4-ea4188bf87ce /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota\" --squash-compressor zstd --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-5.14.0-587.el9.x86_64kdump.img 5.14.0-587.el9.x86_64\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 0 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 0 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 48 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 48 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 49 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 49 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 50 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 50 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 51 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 51 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 52 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 52 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 53 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 53 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 54 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 54 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 55 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 55 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 56 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 56 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 57 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 57 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 58 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 58 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: Cannot change IRQ 59 affinity: Operation not permitted\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com irqbalance[606]: IRQ 59 affinity is now unmanaged\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found!\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nJun 05 05:56:32 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmand' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Module 'ifcfg' will not be installed, because it's in the list to be omitted!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Module 'plymouth' will not be installed, because it's in the list to be omitted!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Module 'resume' will not be installed, because it's in the list to be omitted!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Module 'earlykdump' will not be installed, because it's in the list to be omitted!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: memstrack is not available\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmand' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: memstrack is not available\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: systemd ***\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: Selected source 64.246.132.14 (2.centos.pool.ntp.org)\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com chronyd[617]: System clock TAI offset set to 37 seconds\nJun 05 05:56:33 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: fips ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: systemd-initrd ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: rngd ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: i18n ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: drm ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: prefixdevname ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: kernel-modules ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: kernel-modules-extra ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: kernel-modules-extra: configuration source \"/run/depmod.d\" does not exist\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: kernel-modules-extra: configuration source \"/lib/depmod.d\" does not exist\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: kernel-modules-extra: parsing configuration file \"/etc/depmod.d/dist.conf\"\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: 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:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: fstab-sys ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: rootfs-block ***\nJun 05 05:56:34 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: terminfo ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: udev-rules ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Skipping udev rule: 91-permissions.rules\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Skipping udev rule: 80-drivers-modprobe.rules\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: dracut-systemd ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: usrmount ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: base ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: fs-lib ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: kdumpbase ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: microcode_ctl-fw_dir_override ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl module: mangling fw_dir\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: reset fw_dir to \"/lib/firmware/updates /lib/firmware\"\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: intel: caveats check for kernel version \"5.14.0-587.el9.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel\" to fw_dir variable\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration \"intel-06-2d-07\" is ignored\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration \"intel-06-4e-03\" is ignored\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration \"intel-06-4f-01\" is ignored\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration \"intel-06-55-04\" is ignored\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration \"intel-06-5e-03\" is ignored\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration \"intel-06-8c-01\" is ignored\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration \"intel-06-8e-9e-0x-0xca\" is ignored\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell\"...\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: configuration \"intel-06-8e-9e-0x-dell\" is ignored\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: microcode_ctl: final fw_dir: \"/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware\"\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: openssl ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: shutdown ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including module: squash ***\nJun 05 05:56:35 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Including modules done ***\nJun 05 05:56:36 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Installing kernel module dependencies ***\nJun 05 05:56:36 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Installing kernel module dependencies done ***\nJun 05 05:56:36 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Resolving executable dependencies ***\nJun 05 05:56:37 ip-10-31-46-158.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:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Resolving executable dependencies done ***\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Hardlinking files ***\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Mode: real\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Files: 449\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Linked: 2 files\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Compared: 0 xattrs\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Compared: 11 files\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Saved: 56.21 KiB\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Duration: 0.006116 seconds\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Hardlinking files done ***\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Generating early-microcode cpio image ***\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Constructing GenuineIntel.bin ***\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Constructing GenuineIntel.bin ***\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Store current command line parameters ***\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: Stored kernel commandline:\nJun 05 05:56:37 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: No dracut internal kernel commandline stored in the initramfs\nJun 05 05:56:38 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Install squash loader ***\nJun 05 05:56:38 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Squashing the files inside the initramfs ***\nJun 05 05:56:44 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Squashing the files inside the initramfs done ***\nJun 05 05:56:44 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Creating image file '/boot/initramfs-5.14.0-587.el9.x86_64kdump.img' ***\nJun 05 05:56:45 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com dracut[1466]: *** Creating initramfs image file '/boot/initramfs-5.14.0-587.el9.x86_64kdump.img' done ***\nJun 05 05:56:46 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kdumpctl[825]: kdump: kexec: loaded kdump kernel\nJun 05 05:56:46 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com kdumpctl[825]: kdump: Starting kdump: [OK]\nJun 05 05:56:46 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 231.\nJun 05 05:56:46 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.128s (kernel) + 4.161s (initrd) + 30.156s (userspace) = 35.446s.\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 1128345 microseconds.\n\u2591\u2591 \n\u2591\u2591 Initrd start-up required 4161921 microseconds.\n\u2591\u2591 \n\u2591\u2591 Userspace start-up required 30156695 microseconds.\nJun 05 05:56:57 ip-10-31-46-158.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:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4261]: Accepted publickey for root from 10.30.33.122 port 58392 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created 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 555.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 490.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: 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 4261.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished 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 490.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 489.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Queued start job for default target Main User Target.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Created 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 6.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Started 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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 3.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Starting 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Starting Create User's Volatile 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 5.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Listening on 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Finished Create User's Volatile 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 5.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Reached 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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[4265]: Startup finished in 72ms.\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 72985 microseconds.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 489.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 557.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4261]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4274]: Received disconnect from 10.30.33.122 port 58392:11: disconnected by user\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4274]: Disconnected from user root 10.30.33.122 port 58392\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4261]: pam_unix(sshd:session): session closed for user root\nJun 05 05:58:01 ip-10-31-46-158.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:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: Session 1 logged out. Waiting for processes to exit.\nJun 05 05:58:01 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: 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:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4311]: Accepted publickey for root from 10.31.9.4 port 40762 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4310]: Accepted publickey for root from 10.31.9.4 port 40750 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nJun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: 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 4311.\nJun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 626.\nJun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: 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 4310.\nJun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 695.\nJun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4311]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:09 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4310]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4316]: Received disconnect from 10.31.9.4 port 40762:11: disconnected by user\nJun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4316]: Disconnected from user root 10.31.9.4 port 40762\nJun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com sshd[4311]: pam_unix(sshd:session): session closed for user root\nJun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: Session 3 logged out. Waiting for processes to exit.\nJun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-3.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-3.scope has successfully entered the 'dead' state.\nJun 05 05:58:10 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd-logind[608]: Removed session 3.\n\u2591\u2591 Subject: Session 3 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 3 has been terminated.\nJun 05 05:58:27 ip-10-31-46-158.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:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting 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 765.\nJun 05 05:58:27 ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started 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 765.\nJun 05 05:58:27 managed-node1 systemd-hostnamed[6213]: Hostname set to (static)\nJun 05 05:58:27 managed-node1 NetworkManager[644]: [1749117507.5624] hostname: static hostname changed from \"ip-10-31-46-158.testing-farm.us-east-1.aws.redhat.com\" to \"managed-node1\"\nJun 05 05:58:27 managed-node1 systemd[1]: Starting 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 831.\nJun 05 05:58:27 managed-node1 systemd[1]: Started 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 831.\nJun 05 05:58:28 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:37 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:57 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:07 managed-node1 sshd[6854]: Accepted publickey for root from 10.31.45.92 port 45416 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nJun 05 05:59:07 managed-node1 systemd-logind[608]: 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 6854.\nJun 05 05:59:07 managed-node1 systemd[1]: Started 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 897.\nJun 05 05:59:07 managed-node1 sshd[6854]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nJun 05 05:59:09 managed-node1 python3.9[7031]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJun 05 05:59:10 managed-node1 python3.9[7206]: 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:10 managed-node1 python3.9[7355]: 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:29 managed-node1 python3.9[7532]: 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:29 managed-node1 python3.9[7683]: 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:30 managed-node1 python3.9[7834]: 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:30 managed-node1 python3.9[7983]: 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:31 managed-node1 python3.9[8132]: 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:31 managed-node1 python3.9[8282]: 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:32 managed-node1 python3.9[8402]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1749117571.3610065-7469-12613384628424/.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:32 managed-node1 python3.9[8551]: 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:32 managed-node1 systemd-journald[503]: 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:32 managed-node1 systemd[1]: Stopping Journal Service...\nJun 05 05:59:32 managed-node1 systemd-journald[503]: Received SIGTERM from PID 1 (systemd).\nJun 05 05:59:32 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully.\nJun 05 05:59:32 managed-node1 systemd[1]: Stopped Journal Service.\nJun 05 05:59:32 managed-node1 systemd[1]: Starting Journal Service...\nJun 05 05:59:32 managed-node1 systemd-journald[8555]: 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:32 managed-node1 systemd-journald[8555]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M 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/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\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.3M, of which 61.3M 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:32 managed-node1 systemd[1]: Started Journal Service.\nJun 05 05:59:33 managed-node1 python3.9[8704]: 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:33 managed-node1 systemd[1]: Stopping 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 972.\nJun 05 05:59:33 managed-node1 systemd-journald[8555]: Received client request to relinquish /var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5 access.\nJun 05 05:59:33 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:33 managed-node1 systemd[1]: Stopped 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 972 and the job result is done.\nJun 05 05:59:33 managed-node1 systemd[1]: Starting 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 972.\nJun 05 05:59:33 managed-node1 systemd-journald[8555]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M 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/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\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.3M, of which 61.3M 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:33 managed-node1 systemd-journald[8555]: Received client request to flush runtime journal.\nJun 05 05:59:33 managed-node1 systemd[1]: Finished 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 972.\nJun 05 05:59:33 managed-node1 python3.9[8858]: 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:33 managed-node1 python3.9[9008]: ansible-stat Invoked with path=/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5/system.journal follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nJun 05 05:59:34 managed-node1 python3.9[9159]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5/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:34 managed-node1 python3.9[9311]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5/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:36 managed-node1 python3.9[9512]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nJun 05 05:59:37 managed-node1 python3.9[9687]: 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:37 managed-node1 python3.9[9836]: 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:38 managed-node1 python3.9[9985]: 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:38 managed-node1 python3.9[10134]: 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:38 managed-node1 python3.9[10283]: 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:39 managed-node1 python3.9[10432]: 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:39 managed-node1 python3.9[10581]: 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:39 managed-node1 systemd[1]: Reloading.\nJun 05 05:59:39 managed-node1 systemd-rc-local-generator[10598]: /etc/rc.d/rc.local is not marked executable, skipping.\nJun 05 05:59:40 managed-node1 python3.9[10759]: 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:41 managed-node1 python3.9[10908]: 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:42 managed-node1 python3.9[11058]: 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:42 managed-node1 python3.9[11209]: 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:43 managed-node1 python3.9[11360]: 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:43 managed-node1 python3.9[11509]: 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:44 managed-node1 python3.9[11658]: 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:44 managed-node1 python3.9[11808]: 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:45 managed-node1 python3.9[11930]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1749117584.456801-7843-255730864768221/.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:45 managed-node1 python3.9[12079]: 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:45 managed-node1 systemd-journald[8555]: 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:45 managed-node1 systemd-journald[8555]: Received SIGTERM from PID 1 (systemd).\nJun 05 05:59:45 managed-node1 systemd[1]: Stopping Journal Service...\nJun 05 05:59:45 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully.\nJun 05 05:59:45 managed-node1 systemd[1]: Stopped Journal Service.\nJun 05 05:59:45 managed-node1 systemd[1]: Starting Journal Service...\nJun 05 05:59:45 managed-node1 systemd-journald[12083]: 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:45 managed-node1 systemd-journald[12083]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M 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/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\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.3M, of which 61.3M 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:45 managed-node1 systemd[1]: Started Journal Service.\nJun 05 05:59:46 managed-node1 python3.9[12232]: 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:46 managed-node1 systemd[1]: Stopping 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 985.\nJun 05 05:59:46 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:46 managed-node1 systemd[1]: Stopped 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 985 and the job result is done.\nJun 05 05:59:46 managed-node1 systemd[1]: Starting 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 985.\nJun 05 05:59:46 managed-node1 systemd-journald[12083]: Time spent on flushing to /var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5 is 17.008ms for 1367 entries.\nJun 05 05:59:46 managed-node1 systemd-journald[12083]: System Journal (/var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 2.0G, 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/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 2.0G.\n\u2591\u2591 Leaving at least 0B free (of currently available 246.0G of disk space).\n\u2591\u2591 Enforced usage limit is thus 2.0G, 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:46 managed-node1 systemd-journald[12083]: Received client request to flush runtime journal.\nJun 05 05:59:46 managed-node1 systemd[1]: Finished 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 985.\nJun 05 05:59:46 managed-node1 rsyslogd[811]: imjournal: journal files changed, reloading... [v8.2412.0-2.el9 try https://www.rsyslog.com/e/0 ]\nJun 05 05:59:46 managed-node1 python3.9[12387]: 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:46 managed-node1 python3.9[12537]: 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:47 managed-node1 python3.9[12687]: 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:47 managed-node1 python3.9[12837]: 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:47 managed-node1 python3.9[12987]: 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:48 managed-node1 python3.9[13137]: 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:11 localhost systemd-journald[235]: Journal started\nJun 05 05:56:11 localhost systemd-journald[235]: Runtime Journal (/run/log/journal/48c2ba286ee5480ba88aa113dbafbbfe) is 8.0M, max 69.3M, 61.3M free.\nJun 05 05:56:14 localhost systemd-journald[235]: Journal stopped\nJun 05 05:56:20 localhost systemd-journald[503]: Journal started\nJun 05 05:56:20 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free.\nJun 05 05:56:20 localhost systemd[1]: systemd-journald.service: Deactivated successfully.\nJun 05 05:56:20 localhost systemd-journald[503]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free.\nJun 05 05:56:20 localhost systemd-journald[503]: Received client request to flush runtime journal.\nJun 05 05:59:32 managed-node1 systemd-journald[503]: Journal stopped\nJun 05 05:59:32 managed-node1 systemd-journald[8555]: Journal started\nJun 05 05:59:32 managed-node1 systemd-journald[8555]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free.\nJun 05 05:59:33 managed-node1 systemd-journald[8555]: Received client request to relinquish /var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5 access.\nJun 05 05:59:33 managed-node1 systemd-journald[8555]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free.\nJun 05 05:59:33 managed-node1 systemd-journald[8555]: Received client request to flush runtime journal.\nJun 05 05:59:45 managed-node1 systemd-journald[8555]: Journal stopped\nJun 05 05:59:45 managed-node1 systemd-journald[12083]: Journal started\nJun 05 05:59:45 managed-node1 systemd-journald[12083]: Runtime Journal (/run/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 69.3M, 61.3M free.\nJun 05 05:59:46 managed-node1 systemd-journald[12083]: Time spent on flushing to /var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5 is 17.008ms for 1367 entries.\nJun 05 05:59:46 managed-node1 systemd-journald[12083]: System Journal (/var/log/journal/eb0cdaadcd7a49c5a2cee1a0890f3dc5) is 8.0M, max 2.0G, 1.9G free.\nJun 05 05:59:46 managed-node1 systemd-journald[12083]: 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-iyK/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:52 -0400 (0:00:01.017) 0:00:16.336 ********* =============================================================================== fedora.linux_system_roles.journald : Ensure required packages are installed --- 1.46s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Debug ------------------------------------------------------------------- 1.44s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 Gathering Facts --------------------------------------------------------- 1.07s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 fedora.linux_system_roles.journald : Restart journald services ---------- 1.02s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Restart journald services ----------------------------------------------- 1.02s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 fedora.linux_system_roles.journald : Ensure required services are enabled --- 0.99s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Reload systemd to ensure startlimit changes take effect upon restart ---- 0.88s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 Make a copy of the service files ---------------------------------------- 0.83s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Change the startlimit to avoid errors with excessive journald restarts --- 0.79s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 fedora.linux_system_roles.journald : Deploy journald configuration drop-in --- 0.73s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Remove copy of the service files ---------------------------------------- 0.69s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 Reload systemd to cleanup ----------------------------------------------- 0.63s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 fedora.linux_system_roles.journald : Create journald configuration drop-in directory --- 0.47s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store --- 0.47s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 fedora.linux_system_roles.journald : Check if system is ostree ---------- 0.45s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 fedora.linux_system_roles.journald : Ensure persistent log store exists --- 0.37s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Change the startlimit to avoid errors with excessive journald restarts --- 0.36s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:43 Cleanup ----------------------------------------------------------------- 0.35s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Make a copy of the systemd-journald.service ----------------------------- 0.35s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:36 Verify that system keep free is set properly ---------------------------- 0.35s /tmp/collections-iyK/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92