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-DVa executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, Apr 22 2025, 00:00:00) [GCC 14.2.1 20250110 (Red Hat 14.2.1-7)] (/usr/bin/python3.12) jinja version = 3.1.5 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles 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-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml PLAY [Simple journald role invocation] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Friday 30 May 2025 06:33:23 -0400 (0:00:00.017) 0:00:00.017 ************ [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.12, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Make a copy of the service files] **************************************** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Friday 30 May 2025 06:33:24 -0400 (0:00:01.161) 0:00:01.179 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "93107c9d5a4ff3ee0b033e488b9a04cd56ec2ad1", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "item": "systemd-journald.service", "md5sum": "f3eb103789308494b42f32d02504378f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 2833, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "d99a348616139dec7488b59e194be30ed8f96b03", "dest": "/etc/systemd/system/systemd-journal-flush.service", "gid": 0, "group": "root", "item": "systemd-journal-flush.service", "md5sum": "80f0309484b0b6ae8e800a4e27c65f76", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 943, "src": "/usr/lib/systemd/system/systemd-journal-flush.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 Friday 30 May 2025 06:33:25 -0400 (0:00:00.794) 0:00:01.973 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:36 Friday 30 May 2025 06:33:26 -0400 (0:00:00.770) 0:00:02.744 ************ changed: [managed-node1] => { "changed": true, "checksum": "93107c9d5a4ff3ee0b033e488b9a04cd56ec2ad1", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "md5sum": "f3eb103789308494b42f32d02504378f", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 2833, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:43 Friday 30 May 2025 06:33:26 -0400 (0:00:00.351) 0:00:03.096 ************ changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Reload systemd to ensure startlimit changes take effect upon restart] **** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 Friday 30 May 2025 06:33:26 -0400 (0:00:00.345) 0:00:03.441 ************ ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Run the role] ************************************************************ task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:53 Friday 30 May 2025 06:33:27 -0400 (0:00:00.878) 0:00:04.320 ************ included: fedora.linux_system_roles.journald for managed-node1 TASK [fedora.linux_system_roles.journald : Set platform/version specific variables] *** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3 Friday 30 May 2025 06:33:27 -0400 (0:00:00.028) 0:00:04.349 ************ included: /tmp/collections-DVa/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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 Friday 30 May 2025 06:33:27 -0400 (0:00:00.017) 0:00:04.367 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Friday 30 May 2025 06:33:27 -0400 (0:00:00.032) 0:00:04.399 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 Friday 30 May 2025 06:33:28 -0400 (0:00:00.432) 0:00:04.831 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6 Friday 30 May 2025 06:33:28 -0400 (0:00:00.021) 0:00:04.853 ************ skipping: [managed-node1] => { "false_condition": "not journald_persistent" } TASK [fedora.linux_system_roles.journald : Ensure required packages are installed] *** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Friday 30 May 2025 06:33:28 -0400 (0:00:00.032) 0:00:04.886 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Friday 30 May 2025 06:33:29 -0400 (0:00:00.866) 0:00:05.753 ************ 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": "Fri 2025-05-30 06:33:20 EDT", "ActiveEnterTimestampMonotonic": "252613141", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ActiveExitTimestampMonotonic": "252576605", "ActiveState": "active", "After": "systemd-journald-audit.socket system.slice syslog.socket -.mount systemd-journald-dev-log.socket systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:20 EDT", "AssertTimestampMonotonic": "252581579", "Before": "soft-reboot.target systemd-journal-flush.service sysinit.target systemd-soft-reboot.service systemd-tmpfiles-setup.service", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "31713000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime fdstore", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ConditionTimestampMonotonic": "252581576", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "4312", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainHandoffTimestampMonotonic": "252605313", "ExecMainPID": "8689", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainStartTimestampMonotonic": "252583305", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FileDescriptorStorePreserve": "yes", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPAddressDeny": "0.0.0.0/0 ::/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journald.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "ImportCredential": "\"journal.*\"", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:20 EDT", "InactiveEnterTimestampMonotonic": "252579177", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "InactiveExitTimestampMonotonic": "252583926", "InvocationID": "5b4f5ccf0bf74713bcc8fb258982ebdc", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "524288", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8689", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3202899968", "MemoryCurrent": "1503232", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4911104", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "14", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-250", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassEnvironment": "TERM", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount systemd-journald.socket", "RequiresMountsFor": "/run/systemd/journal", "Restart": "always", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "0", "RestartUSecNext": "0", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_NETLINK AF_UNIX AF_VSOCK", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeDirectorySymlink": "systemd/journal:", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-05-30 06:33:20 EDT", "StateChangeTimestampMonotonic": "252613141", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill landlock_add_rule landlock_create_ruleset landlock_restrict_self lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield seccomp select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald-audit.socket systemd-journald.socket systemd-journald-dev-log.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "initrd-switch-root.target systemd-journal-flush.service sysinit.target", "Wants": "systemd-journald-dev-log.socket systemd-journald.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Fri 2025-05-30 06:33:20 EDT", "WatchdogTimestampMonotonic": "252614538", "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": "Fri 2025-05-30 06:33:20 EDT", "ActiveEnterTimestampMonotonic": "253145853", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ActiveExitTimestampMonotonic": "253114564", "ActiveState": "active", "After": "systemd-journald.socket -.mount systemd-quotacheck-root.service systemd-remount-fs.service systemd-journald.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:20 EDT", "AssertTimestampMonotonic": "253133972", "Before": "systemd-tmpfiles-setup.service systemd-soft-reboot.service soft-reboot.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "5806000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ConditionTimestampMonotonic": "253133962", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroupId": "4390", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainExitTimestampMonotonic": "253145664", "ExecMainHandoffTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainHandoffTimestampMonotonic": "253140206", "ExecMainPID": "8846", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainStartTimestampMonotonic": "253134658", "ExecMainStatus": "0", "ExecStart": "{ path=journalctl ; argv[]=journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=journalctl ; argv[]=journalctl --flush ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:20 EDT", "InactiveEnterTimestampMonotonic": "253133277", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "InactiveExitTimestampMonotonic": "253135186", "InvocationID": "11386801051e4b939205ce0c7c67badc", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3203756032", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1470464", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-05-30 06:33:20 EDT", "StateChangeTimestampMonotonic": "253145853", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-journald.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.journald : Create journald configuration drop-in directory] *** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 Friday 30 May 2025 06:33:30 -0400 (0:00:01.009) 0:00:06.762 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:36 Friday 30 May 2025 06:33:30 -0400 (0:00:00.445) 0:00:07.208 ************ included: /tmp/collections-DVa/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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Friday 30 May 2025 06:33:30 -0400 (0:00:00.038) 0:00:07.247 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Friday 30 May 2025 06:33:30 -0400 (0:00:00.359) 0:00:07.607 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-tmpfiles", "--create", "--prefix=/var/log/journal", "/usr/lib/tmpfiles.d/systemd.conf" ], "delta": "0:00:00.027924", "end": "2025-05-30 06:33:31.352183", "rc": 0, "start": "2025-05-30 06:33:31.324259" } TASK [fedora.linux_system_roles.journald : Configure volatile journal] ********* task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:40 Friday 30 May 2025 06:33:31 -0400 (0:00:00.452) 0:00:08.059 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Friday 30 May 2025 06:33:31 -0400 (0:00:00.030) 0:00:08.089 ************ Notification for handler Restart journald services has been saved. changed: [managed-node1] => { "changed": true, "checksum": "145d6969c386e1ad3341efbcf9e5d533aa41f499", "dest": "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf", "gid": 0, "group": "root", "md5sum": "ededd1698c93f8f78b3ad15261037cb1", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_conf_t:s0", "size": 236, "src": "/root/.ansible/tmp/ansible-tmp-1748601211.4768965-7741-14211395592688/.source.conf", "state": "file", "uid": 0 } TASK [Flush handlers] ********************************************************** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:60 Friday 30 May 2025 06:33:32 -0400 (0:00:00.718) 0:00:08.807 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Friday 30 May 2025 06:33:32 -0400 (0:00:00.002) 0:00:08.810 ************ 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": "Fri 2025-05-30 06:33:20 EDT", "ActiveEnterTimestampMonotonic": "252613141", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ActiveExitTimestampMonotonic": "252576605", "ActiveState": "active", "After": "systemd-journald-audit.socket system.slice syslog.socket -.mount systemd-journald-dev-log.socket systemd-journald.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:20 EDT", "AssertTimestampMonotonic": "252581579", "Before": "soft-reboot.target systemd-journal-flush.service sysinit.target systemd-soft-reboot.service systemd-tmpfiles-setup.service", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "34758000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime fdstore", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ConditionTimestampMonotonic": "252581576", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "4312", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainHandoffTimestampMonotonic": "252605313", "ExecMainPID": "8689", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainStartTimestampMonotonic": "252583305", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FileDescriptorStorePreserve": "yes", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPAddressDeny": "0.0.0.0/0 ::/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journald.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "ImportCredential": "\"journal.*\"", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:20 EDT", "InactiveEnterTimestampMonotonic": "252579177", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "InactiveExitTimestampMonotonic": "252583926", "InvocationID": "5b4f5ccf0bf74713bcc8fb258982ebdc", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "524288", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8689", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3227176960", "MemoryCurrent": "1515520", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "4911104", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "14", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-250", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassEnvironment": "TERM", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount systemd-journald.socket", "RequiresMountsFor": "/run/systemd/journal", "Restart": "always", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "0", "RestartUSecNext": "0", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_NETLINK AF_UNIX AF_VSOCK", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeDirectorySymlink": "systemd/journal:", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-05-30 06:33:20 EDT", "StateChangeTimestampMonotonic": "252613141", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill landlock_add_rule landlock_create_ruleset landlock_restrict_self lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield seccomp select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald-audit.socket systemd-journald.socket systemd-journald-dev-log.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "initrd-switch-root.target systemd-journal-flush.service sysinit.target", "Wants": "systemd-journald-dev-log.socket systemd-journald.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Fri 2025-05-30 06:33:20 EDT", "WatchdogTimestampMonotonic": "252614538", "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": "Fri 2025-05-30 06:33:20 EDT", "ActiveEnterTimestampMonotonic": "253145853", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ActiveExitTimestampMonotonic": "253114564", "ActiveState": "active", "After": "systemd-journald.socket -.mount systemd-quotacheck-root.service systemd-remount-fs.service systemd-journald.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:20 EDT", "AssertTimestampMonotonic": "253133972", "Before": "systemd-tmpfiles-setup.service systemd-soft-reboot.service soft-reboot.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "5806000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ConditionTimestampMonotonic": "253133962", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroupId": "4390", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainExitTimestampMonotonic": "253145664", "ExecMainHandoffTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainHandoffTimestampMonotonic": "253140206", "ExecMainPID": "8846", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:20 EDT", "ExecMainStartTimestampMonotonic": "253134658", "ExecMainStatus": "0", "ExecStart": "{ path=journalctl ; argv[]=journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=journalctl ; argv[]=journalctl --flush ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:20 EDT", "InactiveEnterTimestampMonotonic": "253133277", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:20 EDT", "InactiveExitTimestampMonotonic": "253135186", "InvocationID": "11386801051e4b939205ce0c7c67badc", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3236569088", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1470464", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-05-30 06:33:20 EDT", "StateChangeTimestampMonotonic": "253145853", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-journald.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [Get systemd-journald service state] ************************************** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:63 Friday 30 May 2025 06:33:33 -0400 (0:00:01.112) 0:00:09.923 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "--property", "SubState", "systemd-journald.service" ], "delta": "0:00:00.011272", "end": "2025-05-30 06:33:33.574170", "rc": 0, "start": "2025-05-30 06:33:33.562898" } STDOUT: SubState=running TASK [Verify that systemd-journald is running] ********************************* task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:70 Friday 30 May 2025 06:33:33 -0400 (0:00:00.357) 0:00:10.280 ************ ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that syslog is set properly] ************************************** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:74 Friday 30 May 2025 06:33:33 -0400 (0:00:00.016) 0:00:10.297 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "ForwardToSyslog=yes", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003187", "end": "2025-05-30 06:33:33.939917", "rc": 0, "start": "2025-05-30 06:33:33.936730" } STDOUT: ForwardToSyslog=yes TASK [Verify that rate limit interval is set properly] ************************* task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:80 Friday 30 May 2025 06:33:33 -0400 (0:00:00.348) 0:00:10.646 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitIntervalSec=2s", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003246", "end": "2025-05-30 06:33:34.289452", "rc": 0, "start": "2025-05-30 06:33:34.286206" } STDOUT: RateLimitIntervalSec=2s TASK [Verify that rate limit burst is set properly] **************************** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:86 Friday 30 May 2025 06:33:34 -0400 (0:00:00.349) 0:00:10.995 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitBurst=2000", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.003126", "end": "2025-05-30 06:33:34.636909", "rc": 0, "start": "2025-05-30 06:33:34.633783" } STDOUT: RateLimitBurst=2000 TASK [Verify that system keep free is set properly] **************************** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92 Friday 30 May 2025 06:33:34 -0400 (0:00:00.347) 0:00:11.342 ************ 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.003139", "end": "2025-05-30 06:33:34.986078", "rc": 1, "start": "2025-05-30 06:33:34.982939" } MSG: non-zero return code TASK [Debug] ******************************************************************* task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 Friday 30 May 2025 06:33:35 -0400 (0:00:00.355) 0:00:11.698 ************ fatal: [managed-node1]: FAILED! => { "changed": false, "cmd": "set -x\nexec 1>&2\njournalctl -ex\njournalctl -b -u systemd-journald\ncat \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\"\n", "delta": "0:00:00.035765", "end": "2025-05-30 06:33:35.375672", "failed_when_result": true, "rc": 0, "start": "2025-05-30 06:33:35.339907" } STDERR: + exec + journalctl -ex May 30 06:29:09 localhost kernel: clk: Disabling unused clocks May 30 06:29:09 localhost kernel: PM: genpd: Disabling unused power domains May 30 06:29:09 localhost kernel: Freeing unused decrypted memory: 2028K May 30 06:29:09 localhost kernel: Freeing unused kernel image (initmem) memory: 4340K May 30 06:29:09 localhost kernel: Write protecting the kernel read-only data: 32768k May 30 06:29:09 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 168K May 30 06:29:09 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. May 30 06:29:09 localhost kernel: x86/mm: Checking user space page tables May 30 06:29:09 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. May 30 06:29:09 localhost kernel: Run /init as init process May 30 06:29:09 localhost kernel: with arguments: May 30 06:29:09 localhost kernel: /init May 30 06:29:09 localhost kernel: rhgb May 30 06:29:09 localhost kernel: with environment: May 30 06:29:09 localhost kernel: HOME=/ May 30 06:29:09 localhost kernel: TERM=linux May 30 06:29:09 localhost kernel: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-83.el10.x86_64 May 30 06:29:09 localhost systemd[1]: Successfully made /usr/ read-only. May 30 06:29:09 localhost systemd[1]: systemd 257-11.el10-g3ddb4df running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE) May 30 06:29:09 localhost systemd[1]: Detected virtualization xen. May 30 06:29:09 localhost systemd[1]: Detected architecture x86-64. May 30 06:29:09 localhost systemd[1]: Running in initrd. May 30 06:29:09 localhost systemd[1]: No hostname configured, using default hostname. May 30 06:29:09 localhost systemd[1]: Hostname set to . May 30 06:29:09 localhost systemd[1]: Queued start job for default target initrd.target. May 30 06:29:09 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. May 30 06:29:09 localhost systemd[1]: Expecting device dev-disk-by\x2duuid-eed44663\x2d6e0b\x2d489c\x2d8ced\x2de1d034f48f5b.device - /dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b... May 30 06:29:09 localhost systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System. May 30 06:29:09 localhost systemd[1]: Reached target paths.target - Path Units. May 30 06:29:09 localhost systemd[1]: Reached target slices.target - Slice Units. May 30 06:29:09 localhost systemd[1]: Reached target swap.target - Swaps. May 30 06:29:09 localhost systemd[1]: Reached target timers.target - Timer Units. May 30 06:29:09 localhost systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). May 30 06:29:09 localhost systemd[1]: Listening on systemd-journald.socket - Journal Sockets. May 30 06:29:09 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. May 30 06:29:09 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. May 30 06:29:09 localhost systemd[1]: Reached target sockets.target - Socket Units. May 30 06:29:09 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... May 30 06:29:09 localhost systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met. May 30 06:29:09 localhost systemd[1]: Starting systemd-journald.service - Journal Service... May 30 06:29:09 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met. May 30 06:29:09 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... May 30 06:29:09 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... May 30 06:29:09 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. May 30 06:29:09 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... May 30 06:29:09 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. May 30 06:29:09 localhost systemd-journald[257]: Collecting audit messages is disabled. May 30 06:29:09 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 May 30 06:29:09 localhost systemd-journald[257]: 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. May 30 06:29:09 localhost systemd-journald[257]: Runtime Journal (/run/log/journal/4be4f659688a41a1ad2af79736aaba20) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/4be4f659688a41a1ad2af79736aaba20) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 684.5M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M are still available. â–‘â–‘ â–‘â–‘ The limits controlling how much disk space is used by the journal may â–‘â–‘ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, â–‘â–‘ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in â–‘â–‘ /etc/systemd/journald.conf. See journald.conf(5) for details. May 30 06:29:09 localhost systemd[1]: Started systemd-journald.service - Journal Service. May 30 06:29:09 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 24. May 30 06:29:09 localhost systemd[1]: Starting systemd-sysusers.service - Create System Users... â–‘â–‘ Subject: A start job for unit systemd-sysusers.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-sysusers.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 22. May 30 06:29:09 localhost systemd-sysusers[274]: Creating group 'nobody' with GID 65534. May 30 06:29:09 localhost systemd-sysusers[274]: Creating group 'users' with GID 100. May 30 06:29:09 localhost systemd-sysusers[274]: Creating group 'systemd-journal' with GID 190. May 30 06:29:09 localhost systemd[1]: Finished systemd-sysusers.service - Create System Users. â–‘â–‘ Subject: A start job for unit systemd-sysusers.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-sysusers.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 22. May 30 06:29:09 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup-dev.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 12. May 30 06:29:09 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. â–‘â–‘ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-vconsole-setup.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 48. May 30 06:29:09 localhost systemd[1]: dracut-cmdline-ask.service - dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit dracut-cmdline-ask.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-cmdline-ask.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 47. May 30 06:29:09 localhost systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook... â–‘â–‘ Subject: A start job for unit dracut-cmdline.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-cmdline.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 41. May 30 06:29:09 localhost dracut-cmdline[283]: dracut-105-4.el10 May 30 06:29:09 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 12. May 30 06:29:09 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. â–‘â–‘ Subject: A start job for unit local-fs-pre.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit local-fs-pre.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 13. May 30 06:29:09 localhost systemd[1]: Reached target local-fs.target - Local File Systems. â–‘â–‘ Subject: A start job for unit local-fs.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit local-fs.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 17. May 30 06:29:09 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories... â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 25. May 30 06:29:09 localhost dracut-cmdline[283]: Using kernel command line parameters: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-83.el10.x86_64 root=UUID=eed44663-6e0b-489c-8ced-e1d034f48f5b ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 May 30 06:29:09 localhost systemd-tmpfiles[297]: /usr/lib/tmpfiles.d/var.conf:14: Duplicate line for path "/var/log", ignoring. May 30 06:29:09 localhost systemd[1]: Finished dracut-cmdline.service - dracut cmdline hook. â–‘â–‘ Subject: A start job for unit dracut-cmdline.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-cmdline.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 41. May 30 06:29:09 localhost systemd[1]: Starting dracut-pre-udev.service - dracut pre-udev hook... â–‘â–‘ Subject: A start job for unit dracut-pre-udev.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-udev.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 40. May 30 06:29:09 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories. â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 25. May 30 06:29:09 localhost systemd[1]: Finished dracut-pre-udev.service - dracut pre-udev hook. â–‘â–‘ Subject: A start job for unit dracut-pre-udev.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-udev.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 40. May 30 06:29:09 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... â–‘â–‘ Subject: A start job for unit systemd-udevd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udevd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 4. May 30 06:29:09 localhost systemd-udevd[355]: Using default interface naming scheme 'rhel-10.0'. May 30 06:29:09 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. â–‘â–‘ Subject: A start job for unit systemd-udevd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udevd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 4. May 30 06:29:09 localhost systemd[1]: dracut-pre-trigger.service - dracut pre-trigger hook was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit dracut-pre-trigger.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-trigger.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 54. May 30 06:29:09 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... â–‘â–‘ Subject: A start job for unit systemd-udev-trigger.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udev-trigger.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 16. May 30 06:29:09 localhost systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. â–‘â–‘ Subject: A start job for unit system-modprobe.slice has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit system-modprobe.slice has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 58. May 30 06:29:09 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... â–‘â–‘ Subject: A start job for unit modprobe@configfs.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit modprobe@configfs.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 57. May 30 06:29:09 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. â–‘â–‘ Subject: A start job for unit systemd-udev-trigger.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udev-trigger.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 16. May 30 06:29:09 localhost systemd[1]: dracut-initqueue.service - dracut initqueue hook was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit dracut-initqueue.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-initqueue.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 34. May 30 06:29:09 localhost systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems. â–‘â–‘ Subject: A start job for unit remote-fs-pre.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit remote-fs-pre.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 35. May 30 06:29:09 localhost systemd[1]: Reached target remote-fs.target - Remote File Systems. â–‘â–‘ Subject: A start job for unit remote-fs.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit remote-fs.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 52. May 30 06:29:09 localhost systemd[1]: Starting dracut-pre-mount.service - dracut pre-mount hook... â–‘â–‘ Subject: A start job for unit dracut-pre-mount.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-mount.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 46. May 30 06:29:09 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. May 30 06:29:09 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. â–‘â–‘ Subject: A start job for unit modprobe@configfs.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit modprobe@configfs.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 57. May 30 06:29:09 localhost systemd[1]: Finished dracut-pre-mount.service - dracut pre-mount hook. â–‘â–‘ Subject: A start job for unit dracut-pre-mount.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-mount.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 46. May 30 06:29:09 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 May 30 06:29:09 localhost kernel: libata version 3.00 loaded. May 30 06:29:09 localhost kernel: ata_piix 0000:00:01.1: version 2.13 May 30 06:29:09 localhost kernel: scsi host0: ata_piix May 30 06:29:09 localhost kernel: scsi host1: ata_piix May 30 06:29:09 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0 May 30 06:29:09 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0 May 30 06:29:09 localhost kernel: Invalid max_queues (4), will use default max: 2. May 30 06:29:09 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; bounce buffer: disabled; May 30 06:29:09 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver May 30 06:29:09 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. May 30 06:29:09 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. â–‘â–‘ Subject: A stop job for unit systemd-vconsole-setup.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-vconsole-setup.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 61 and the job result is done. May 30 06:29:09 localhost systemd[1]: Stopping systemd-vconsole-setup.service - Virtual Console Setup... â–‘â–‘ Subject: A stop job for unit systemd-vconsole-setup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-vconsole-setup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 61. May 30 06:29:09 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... â–‘â–‘ Subject: A start job for unit systemd-vconsole-setup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-vconsole-setup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 61. May 30 06:29:09 localhost kernel: GPT:Primary header thinks Alt. header is not at the end of the disk. May 30 06:29:09 localhost kernel: GPT:12582911 != 524287999 May 30 06:29:09 localhost kernel: GPT:Alternate GPT header not at the end of the disk. May 30 06:29:09 localhost kernel: GPT:12582911 != 524287999 May 30 06:29:09 localhost kernel: GPT: Use GNU Parted to correct GPT errors. May 30 06:29:09 localhost kernel: xvda: xvda1 xvda2 May 30 06:29:09 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. â–‘â–‘ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-vconsole-setup.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 61. May 30 06:29:09 localhost systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... â–‘â–‘ Subject: A start job for unit sys-kernel-config.mount has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sys-kernel-config.mount has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 55. May 30 06:29:09 localhost systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. â–‘â–‘ Subject: A start job for unit sys-kernel-config.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sys-kernel-config.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 55. May 30 06:29:09 localhost systemd[1]: Reached target sysinit.target - System Initialization. â–‘â–‘ Subject: A start job for unit sysinit.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sysinit.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 3. May 30 06:29:09 localhost systemd[1]: Reached target basic.target - Basic System. â–‘â–‘ Subject: A start job for unit basic.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit basic.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 2. May 30 06:29:10 localhost systemd[1]: Found device dev-disk-by\x2duuid-eed44663\x2d6e0b\x2d489c\x2d8ced\x2de1d034f48f5b.device - /dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b. â–‘â–‘ Subject: A start job for unit dev-disk-by\x2duuid-eed44663\x2d6e0b\x2d489c\x2d8ced\x2de1d034f48f5b.device has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dev-disk-by\x2duuid-eed44663\x2d6e0b\x2d489c\x2d8ced\x2de1d034f48f5b.device has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 39. May 30 06:29:10 localhost systemd[1]: Reached target initrd-root-device.target - Initrd Root Device. â–‘â–‘ Subject: A start job for unit initrd-root-device.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-root-device.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 38. May 30 06:29:10 localhost systemd[1]: Starting systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b... â–‘â–‘ 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. May 30 06:29:10 localhost systemd-fsck[414]: /usr/sbin/fsck.xfs: XFS file system. May 30 06:29:10 localhost systemd[1]: Finished systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b. â–‘â–‘ 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. May 30 06:29:10 localhost systemd[1]: Mounting sysroot.mount - /sysroot... â–‘â–‘ Subject: A start job for unit sysroot.mount has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sysroot.mount has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 43. May 30 06:29:10 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled May 30 06:29:10 localhost kernel: XFS (xvda2): Mounting V5 Filesystem eed44663-6e0b-489c-8ced-e1d034f48f5b May 30 06:29:11 localhost kernel: XFS (xvda2): Ending clean mount May 30 06:29:11 localhost systemd[1]: Mounted sysroot.mount - /sysroot. â–‘â–‘ Subject: A start job for unit sysroot.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sysroot.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 43. May 30 06:29:11 localhost systemd[1]: Reached target initrd-root-fs.target - Initrd Root File System. â–‘â–‘ Subject: A start job for unit initrd-root-fs.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-root-fs.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 42. May 30 06:29:11 localhost systemd[1]: Starting initrd-parse-etc.service - Mountpoints Configured in the Real Root... â–‘â–‘ Subject: A start job for unit initrd-parse-etc.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-parse-etc.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 49. May 30 06:29:11 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. May 30 06:29:11 localhost systemd[1]: Finished initrd-parse-etc.service - Mountpoints Configured in the Real Root. â–‘â–‘ Subject: A start job for unit initrd-parse-etc.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-parse-etc.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 49. May 30 06:29:11 localhost systemd[1]: Reached target initrd-fs.target - Initrd File Systems. â–‘â–‘ Subject: A start job for unit initrd-fs.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-fs.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 53. May 30 06:29:11 localhost systemd[1]: Reached target initrd.target - Initrd Default Target. â–‘â–‘ Subject: A start job for unit initrd.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1. May 30 06:29:11 localhost systemd[1]: dracut-mount.service - dracut mount hook was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit dracut-mount.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-mount.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 37. May 30 06:29:11 localhost systemd[1]: Starting dracut-pre-pivot.service - dracut pre-pivot and cleanup hook... â–‘â–‘ Subject: A start job for unit dracut-pre-pivot.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-pivot.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 51. May 30 06:29:11 localhost systemd[1]: Finished dracut-pre-pivot.service - dracut pre-pivot and cleanup hook. â–‘â–‘ Subject: A start job for unit dracut-pre-pivot.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-pre-pivot.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 51. May 30 06:29:11 localhost systemd[1]: Starting initrd-cleanup.service - Cleaning Up and Shutting Down Daemons... â–‘â–‘ Subject: A start job for unit initrd-cleanup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-cleanup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 64. May 30 06:29:11 localhost systemd[1]: Stopped target timers.target - Timer Units. â–‘â–‘ Subject: A stop job for unit timers.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit timers.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 109 and the job result is done. May 30 06:29:11 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. May 30 06:29:11 localhost systemd[1]: Stopped dracut-pre-pivot.service - dracut pre-pivot and cleanup hook. â–‘â–‘ Subject: A stop job for unit dracut-pre-pivot.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit dracut-pre-pivot.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 99 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target initrd.target - Initrd Default Target. â–‘â–‘ Subject: A stop job for unit initrd.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit initrd.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 98 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target basic.target - Basic System. â–‘â–‘ Subject: A stop job for unit basic.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit basic.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 103 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target initrd-root-device.target - Initrd Root Device. â–‘â–‘ Subject: A stop job for unit initrd-root-device.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit initrd-root-device.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 113 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target initrd-usr-fs.target - Initrd /usr File System. â–‘â–‘ Subject: A stop job for unit initrd-usr-fs.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit initrd-usr-fs.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 104 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target paths.target - Path Units. â–‘â–‘ Subject: A stop job for unit paths.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit paths.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 114 and the job result is done. May 30 06:29:11 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-ask-password-console.path has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. â–‘â–‘ Subject: A stop job for unit systemd-ask-password-console.path has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-ask-password-console.path has finished. â–‘â–‘ â–‘â–‘ The job identifier is 116 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target remote-fs.target - Remote File Systems. â–‘â–‘ Subject: A stop job for unit remote-fs.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit remote-fs.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 100 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target remote-fs-pre.target - Preparation for Remote File Systems. â–‘â–‘ Subject: A stop job for unit remote-fs-pre.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit remote-fs-pre.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 118 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target slices.target - Slice Units. â–‘â–‘ Subject: A stop job for unit slices.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit slices.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 106 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target sockets.target - Socket Units. â–‘â–‘ Subject: A stop job for unit sockets.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit sockets.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 102 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target sysinit.target - System Initialization. â–‘â–‘ Subject: A stop job for unit sysinit.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit sysinit.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 107 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target swap.target - Swaps. â–‘â–‘ Subject: A stop job for unit swap.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit swap.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 112 and the job result is done. May 30 06:29:11 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. May 30 06:29:11 localhost systemd[1]: Stopped dracut-pre-mount.service - dracut pre-mount hook. â–‘â–‘ Subject: A stop job for unit dracut-pre-mount.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit dracut-pre-mount.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 110 and the job result is done. May 30 06:29:11 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-sysctl.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables. â–‘â–‘ Subject: A stop job for unit systemd-sysctl.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-sysctl.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 117 and the job result is done. May 30 06:29:11 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System Files and Directories. â–‘â–‘ Subject: A stop job for unit systemd-tmpfiles-setup.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-tmpfiles-setup.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 95 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target local-fs.target - Local File Systems. â–‘â–‘ Subject: A stop job for unit local-fs.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit local-fs.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 101 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems. â–‘â–‘ Subject: A stop job for unit local-fs-pre.target has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit local-fs-pre.target has finished. â–‘â–‘ â–‘â–‘ The job identifier is 119 and the job result is done. May 30 06:29:11 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-udev-trigger.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-udev-trigger.service - Coldplug All udev Devices. â–‘â–‘ Subject: A stop job for unit systemd-udev-trigger.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-udev-trigger.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 88 and the job result is done. May 30 06:29:11 localhost systemd[1]: Stopping systemd-udevd.service - Rule-based Manager for Device Events and Files... â–‘â–‘ Subject: A stop job for unit systemd-udevd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-udevd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 86. May 30 06:29:11 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. â–‘â–‘ Subject: A stop job for unit systemd-vconsole-setup.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-vconsole-setup.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 115 and the job result is done. May 30 06:29:11 localhost systemd[1]: systemd-udevd.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-udevd.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-udevd.service - Rule-based Manager for Device Events and Files. â–‘â–‘ Subject: A stop job for unit systemd-udevd.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-udevd.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 86 and the job result is done. May 30 06:29:11 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. May 30 06:29:11 localhost systemd[1]: Finished initrd-cleanup.service - Cleaning Up and Shutting Down Daemons. â–‘â–‘ Subject: A start job for unit initrd-cleanup.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-cleanup.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 64. May 30 06:29:11 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-udevd-control.socket has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Closed systemd-udevd-control.socket - udev Control Socket. â–‘â–‘ Subject: A stop job for unit systemd-udevd-control.socket has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-udevd-control.socket has finished. â–‘â–‘ â–‘â–‘ The job identifier is 89 and the job result is done. May 30 06:29:11 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Closed systemd-udevd-kernel.socket - udev Kernel Socket. â–‘â–‘ Subject: A stop job for unit systemd-udevd-kernel.socket has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-udevd-kernel.socket has finished. â–‘â–‘ â–‘â–‘ The job identifier is 87 and the job result is done. May 30 06:29:11 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit dracut-pre-udev.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped dracut-pre-udev.service - dracut pre-udev hook. â–‘â–‘ Subject: A stop job for unit dracut-pre-udev.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit dracut-pre-udev.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 105 and the job result is done. May 30 06:29:11 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit dracut-cmdline.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped dracut-cmdline.service - dracut cmdline hook. â–‘â–‘ Subject: A stop job for unit dracut-cmdline.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit dracut-cmdline.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 111 and the job result is done. May 30 06:29:11 localhost systemd[1]: Starting initrd-udevadm-cleanup-db.service - Cleanup udev Database... â–‘â–‘ Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-udevadm-cleanup-db.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 85. May 30 06:29:11 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. â–‘â–‘ Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-tmpfiles-setup-dev.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 97 and the job result is done. May 30 06:29:11 localhost systemd[1]: systemd-sysusers.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-sysusers.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-sysusers.service - Create System Users. â–‘â–‘ Subject: A stop job for unit systemd-sysusers.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-sysusers.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 94 and the job result is done. May 30 06:29:11 localhost systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit systemd-tmpfiles-setup-dev-early.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. â–‘â–‘ Subject: A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 93 and the job result is done. May 30 06:29:11 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit kmod-static-nodes.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Stopped kmod-static-nodes.service - Create List of Static Device Nodes. â–‘â–‘ Subject: A stop job for unit kmod-static-nodes.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit kmod-static-nodes.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 120 and the job result is done. May 30 06:29:11 localhost systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state. May 30 06:29:11 localhost systemd[1]: Finished initrd-udevadm-cleanup-db.service - Cleanup udev Database. â–‘â–‘ Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-udevadm-cleanup-db.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 85. May 30 06:29:11 localhost systemd[1]: Reached target initrd-switch-root.target - Switch Root. â–‘â–‘ Subject: A start job for unit initrd-switch-root.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-switch-root.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 67. May 30 06:29:11 localhost systemd[1]: Starting initrd-switch-root.service - Switch Root... â–‘â–‘ Subject: A start job for unit initrd-switch-root.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit initrd-switch-root.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 91. May 30 06:29:11 localhost systemd[1]: Switching root. May 30 06:29:12 localhost systemd-journald[257]: 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. May 30 06:29:22 localhost systemd-journald[257]: Received SIGTERM from PID 1 (systemd). May 30 06:29:22 localhost kernel: audit: type=1404 audit(1748600955.416:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 May 30 06:29:22 localhost kernel: SELinux: policy capability network_peer_controls=1 May 30 06:29:22 localhost kernel: SELinux: policy capability open_perms=1 May 30 06:29:22 localhost kernel: SELinux: policy capability extended_socket_class=1 May 30 06:29:22 localhost kernel: SELinux: policy capability always_check_network=0 May 30 06:29:22 localhost kernel: SELinux: policy capability cgroup_seclabel=1 May 30 06:29:22 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1 May 30 06:29:22 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1 May 30 06:29:22 localhost kernel: SELinux: policy capability ioctl_skip_cloexec=0 May 30 06:29:22 localhost kernel: SELinux: policy capability userspace_initial_context=0 May 30 06:29:22 localhost kernel: audit: type=1403 audit(1748600956.348:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 May 30 06:29:22 localhost systemd[1]: Successfully loaded SELinux policy in 934.267ms. May 30 06:29:22 localhost systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 6.558ms. May 30 06:29:22 localhost systemd[1]: systemd 257-11.el10-g3ddb4df running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE) May 30 06:29:22 localhost systemd[1]: Detected virtualization xen. May 30 06:29:22 localhost systemd[1]: Detected architecture x86-64. May 30 06:29:22 localhost systemd[1]: Initializing machine ID from SMBIOS/DMI UUID. May 30 06:29:22 localhost systemd[1]: Installed transient /etc/machine-id file. May 30 06:29:22 localhost systemd[1]: bpf-restrict-fs: LSM BPF program attached May 30 06:29:22 localhost kernel: Guest personality initialized and is inactive May 30 06:29:22 localhost kernel: VMCI host device registered (name=vmci, major=10, minor=122) May 30 06:29:22 localhost kernel: Initialized host personality May 30 06:29:22 localhost kernel: NET: Registered PF_VSOCK protocol family May 30 06:29:22 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully. May 30 06:29:22 localhost systemd[1]: Stopped initrd-switch-root.service - Switch Root. May 30 06:29:22 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. May 30 06:29:22 localhost systemd[1]: Created slice system-getty.slice - Slice /system/getty. May 30 06:29:22 localhost systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. May 30 06:29:22 localhost systemd[1]: Created slice system-sshd\x2dkeygen.slice - Slice /system/sshd-keygen. May 30 06:29:22 localhost systemd[1]: Created slice user.slice - User and Session Slice. May 30 06:29:22 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. May 30 06:29:22 localhost systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. May 30 06:29:22 localhost systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. May 30 06:29:22 localhost systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0... May 30 06:29:22 localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes. May 30 06:29:22 localhost systemd[1]: Stopped target initrd-switch-root.target - Switch Root. May 30 06:29:22 localhost systemd[1]: Stopped target initrd-fs.target - Initrd File Systems. May 30 06:29:22 localhost systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System. May 30 06:29:22 localhost systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes. May 30 06:29:22 localhost systemd[1]: Reached target paths.target - Path Units. May 30 06:29:22 localhost systemd[1]: Reached target slices.target - Slice Units. May 30 06:29:22 localhost systemd[1]: Reached target swap.target - Swaps. May 30 06:29:22 localhost systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes. May 30 06:29:22 localhost systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. May 30 06:29:22 localhost systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. May 30 06:29:22 localhost systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket. May 30 06:29:22 localhost systemd[1]: Reached target rpcbind.target - RPC Port Mapper. May 30 06:29:22 localhost systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket. May 30 06:29:22 localhost systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. May 30 06:29:22 localhost systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe. May 30 06:29:22 localhost systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki). May 30 06:29:22 localhost systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki). May 30 06:29:22 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. May 30 06:29:22 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. May 30 06:29:22 localhost systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket. May 30 06:29:22 localhost systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... May 30 06:29:22 localhost systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... May 30 06:29:22 localhost systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... May 30 06:29:22 localhost systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... May 30 06:29:22 localhost systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). May 30 06:29:22 localhost systemd[1]: fips-crypto-policy-overlay.service - Bind-mount FIPS crypto-policy in FIPS mode was skipped because of an unmet condition check (ConditionKernelCommandLine=fips=1). May 30 06:29:22 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... May 30 06:29:22 localhost systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... May 30 06:29:22 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... May 30 06:29:22 localhost systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod... May 30 06:29:22 localhost systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm... May 30 06:29:22 localhost systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... May 30 06:29:22 localhost systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse... May 30 06:29:22 localhost systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop... May 30 06:29:22 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. May 30 06:29:22 localhost systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device. May 30 06:29:22 localhost systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67). May 30 06:29:22 localhost systemd[1]: Starting systemd-journald.service - Journal Service... May 30 06:29:22 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met. May 30 06:29:22 localhost systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line... May 30 06:29:22 localhost systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki). May 30 06:29:22 localhost systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... May 30 06:29:22 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... May 30 06:29:22 localhost systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). May 30 06:29:22 localhost systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... May 30 06:29:22 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... May 30 06:29:22 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. May 30 06:29:22 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. May 30 06:29:22 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. May 30 06:29:22 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. May 30 06:29:22 localhost systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. May 30 06:29:22 localhost systemd[1]: modprobe@drm.service: Deactivated successfully. May 30 06:29:22 localhost systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. May 30 06:29:22 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... May 30 06:29:22 localhost systemd-journald[520]: Collecting audit messages is disabled. May 30 06:29:22 localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. May 30 06:29:22 localhost kernel: device-mapper: uevent: version 1.0.3 May 30 06:29:22 localhost kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev May 30 06:29:22 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully. May 30 06:29:22 localhost systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. May 30 06:29:22 localhost systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. May 30 06:29:22 localhost systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. May 30 06:29:22 localhost systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. May 30 06:29:22 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. May 30 06:29:22 localhost systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line. May 30 06:29:22 localhost kernel: fuse: init (API version 7.41) May 30 06:29:22 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully. May 30 06:29:22 localhost systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. May 30 06:29:22 localhost systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. May 30 06:29:22 localhost systemd-journald[520]: 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. May 30 06:29:22 localhost systemd-journald[520]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.4M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M are still available. â–‘â–‘ â–‘â–‘ The limits controlling how much disk space is used by the journal may â–‘â–‘ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, â–‘â–‘ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in â–‘â–‘ /etc/systemd/journald.conf. See journald.conf(5) for details. May 30 06:29:17 localhost systemd-rc-local-generator[474]: /etc/rc.d/rc.local is not marked executable, skipping. May 30 06:29:21 localhost systemd[1]: Queued start job for default target multi-user.target. May 30 06:29:21 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. May 30 06:29:22 localhost kernel: loop: module loaded May 30 06:29:22 localhost systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). May 30 06:29:22 localhost systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). May 30 06:29:22 localhost systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... May 30 06:29:22 localhost systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). May 30 06:29:22 localhost systemd[1]: Started systemd-journald.service - Journal Service. May 30 06:29:22 localhost systemd[1]: modprobe@loop.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit modprobe@loop.service has successfully entered the 'dead' state. May 30 06:29:22 localhost systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. â–‘â–‘ Subject: A start job for unit modprobe@loop.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit modprobe@loop.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 165. May 30 06:29:22 localhost systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. â–‘â–‘ Subject: A start job for unit systemd-udev-load-credentials.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udev-load-credentials.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 155. May 30 06:29:22 localhost systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. â–‘â–‘ Subject: A start job for unit systemd-random-seed.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-random-seed.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 167. May 30 06:29:22 localhost systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage... â–‘â–‘ Subject: A start job for unit systemd-journal-flush.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-journal-flush.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 137. May 30 06:29:22 localhost systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit systemd-repart.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-repart.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 163. May 30 06:29:22 localhost systemd[1]: Starting systemd-userdbd.service - User Database Manager... â–‘â–‘ Subject: A start job for unit systemd-userdbd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-userdbd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 294. May 30 06:29:22 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. â–‘â–‘ Subject: A start job for unit systemd-udev-trigger.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udev-trigger.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 187. May 30 06:29:22 localhost systemd[1]: Started systemd-userdbd.service - User Database Manager. â–‘â–‘ Subject: A start job for unit systemd-userdbd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-userdbd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 294. May 30 06:29:22 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. â–‘â–‘ Subject: A start job for unit systemd-sysctl.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-sysctl.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 161. May 30 06:29:22 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 173. May 30 06:29:22 localhost systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit systemd-sysusers.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-sysusers.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 153. May 30 06:29:22 localhost systemd-journald[520]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676.4M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M are still available. â–‘â–‘ â–‘â–‘ The limits controlling how much disk space is used by the journal may â–‘â–‘ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, â–‘â–‘ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in â–‘â–‘ /etc/systemd/journald.conf. See journald.conf(5) for details. May 30 06:29:22 localhost systemd-journald[520]: Received client request to flush runtime journal. May 30 06:29:22 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup-dev.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 135. May 30 06:29:22 localhost systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage. â–‘â–‘ Subject: A start job for unit systemd-journal-flush.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-journal-flush.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 137. May 30 06:29:22 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 135. May 30 06:29:22 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... â–‘â–‘ Subject: A start job for unit systemd-udevd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udevd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 154. May 30 06:29:22 localhost systemd-udevd[562]: Using default interface naming scheme 'rhel-10.0'. May 30 06:29:22 localhost systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... â–‘â–‘ Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sys-fs-fuse-connections.mount has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 182. May 30 06:29:22 localhost systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. â–‘â–‘ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sys-fs-fuse-connections.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 182. May 30 06:29:22 localhost systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. â–‘â–‘ Subject: A start job for unit lvm2-monitor.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit lvm2-monitor.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 127. May 30 06:29:22 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. â–‘â–‘ Subject: A start job for unit local-fs-pre.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit local-fs-pre.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 136. May 30 06:29:22 localhost systemd[1]: Reached target local-fs.target - Local File Systems. â–‘â–‘ Subject: A start job for unit local-fs.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit local-fs.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 146. May 30 06:29:22 localhost systemd[1]: Listening on systemd-bootctl.socket - Boot Entries Service Socket. â–‘â–‘ Subject: A start job for unit systemd-bootctl.socket has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-bootctl.socket has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 214. May 30 06:29:22 localhost systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. â–‘â–‘ Subject: A start job for unit systemd-sysext.socket has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-sysext.socket has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 216. May 30 06:29:22 localhost systemd[1]: selinux-autorelabel-mark.service - Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux). â–‘â–‘ Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit selinux-autorelabel-mark.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 178. May 30 06:29:22 localhost systemd[1]: systemd-binfmt.service - Set Up Additional Binary Formats was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit systemd-binfmt.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-binfmt.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 188. May 30 06:29:22 localhost systemd[1]: systemd-boot-random-seed.service - Update Boot Loader Random Seed was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit systemd-boot-random-seed.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-boot-random-seed.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 152. May 30 06:29:22 localhost systemd[1]: systemd-confext.service - Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit systemd-confext.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-confext.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 141. May 30 06:29:22 localhost systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit systemd-sysext.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-sysext.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 166. May 30 06:29:22 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories... â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 133. May 30 06:29:23 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. â–‘â–‘ Subject: A start job for unit systemd-udevd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-udevd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 154. May 30 06:29:23 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs... â–‘â–‘ Subject: A start job for unit modprobe@configfs.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit modprobe@configfs.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 302. May 30 06:29:23 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit modprobe@configfs.service has successfully entered the 'dead' state. May 30 06:29:23 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. â–‘â–‘ Subject: A start job for unit modprobe@configfs.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit modprobe@configfs.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 302. May 30 06:29:23 localhost systemd[1]: Condition check resulted in dev-ttyS0.device - /dev/ttyS0 being skipped. â–‘â–‘ Subject: A start job for unit dev-ttyS0.device has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dev-ttyS0.device has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 266. May 30 06:29:23 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories. â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-setup.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 133. May 30 06:29:23 localhost systemd[1]: Mounting var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System... â–‘â–‘ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 234. May 30 06:29:23 localhost systemd[1]: Starting auditd.service - Security Audit Logging Service... â–‘â–‘ Subject: A start job for unit auditd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit auditd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 260. May 30 06:29:23 localhost systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit ldconfig.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit ldconfig.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 162. May 30 06:29:23 localhost systemd[1]: Starting rpcbind.service - RPC Bind... â–‘â–‘ Subject: A start job for unit rpcbind.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit rpcbind.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 239. May 30 06:29:23 localhost systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). â–‘â–‘ Subject: A start job for unit systemd-firstboot.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-firstboot.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 142. May 30 06:29:23 localhost systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). â–‘â–‘ Subject: A start job for unit first-boot-complete.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit first-boot-complete.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 143. May 30 06:29:23 localhost systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var). â–‘â–‘ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-journal-catalog-update.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 181. May 30 06:29:23 localhost systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to Disk... â–‘â–‘ Subject: A start job for unit systemd-machine-id-commit.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-machine-id-commit.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 190. May 30 06:29:23 localhost systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit systemd-update-done.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-update-done.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 159. May 30 06:29:23 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer May 30 06:29:23 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 May 30 06:29:23 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. May 30 06:29:23 localhost systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to Disk. â–‘â–‘ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-machine-id-commit.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 190. May 30 06:29:23 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... â–‘â–‘ Subject: A start job for unit systemd-vconsole-setup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-vconsole-setup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 308. May 30 06:29:23 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console May 30 06:29:23 localhost kernel: Console: switching to colour dummy device 80x25 May 30 06:29:23 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0 May 30 06:29:23 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device May 30 06:29:23 localhost kernel: Console: switching to colour frame buffer device 128x48 May 30 06:29:23 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device May 30 06:29:23 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. May 30 06:29:23 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. â–‘â–‘ Subject: A stop job for unit systemd-vconsole-setup.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-vconsole-setup.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 308 and the job result is done. May 30 06:29:23 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... â–‘â–‘ Subject: A start job for unit systemd-vconsole-setup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-vconsole-setup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 308. May 30 06:29:23 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. May 30 06:29:23 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup. â–‘â–‘ Subject: A stop job for unit systemd-vconsole-setup.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-vconsole-setup.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 308 and the job result is done. May 30 06:29:23 localhost (udev-worker)[575]: Network interface NamePolicy= disabled on kernel command line. May 30 06:29:23 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup... â–‘â–‘ Subject: A start job for unit systemd-vconsole-setup.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-vconsole-setup.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 308. May 30 06:29:23 localhost kernel: RPC: Registered named UNIX socket transport module. May 30 06:29:23 localhost kernel: RPC: Registered udp transport module. May 30 06:29:23 localhost kernel: RPC: Registered tcp transport module. May 30 06:29:23 localhost kernel: RPC: Registered tcp-with-tls transport module. May 30 06:29:23 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. May 30 06:29:23 localhost systemd[1]: Mounted var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System. â–‘â–‘ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 234. May 30 06:29:23 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr May 30 06:29:23 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 233. May 30 06:29:23 localhost auditd[627]: No plugins found, not dispatching events May 30 06:29:23 localhost auditd[627]: Init complete, auditd 4.0.3 listening for events (startup state enable) May 30 06:29:23 localhost systemd[1]: Started auditd.service - Security Audit Logging Service. â–‘â–‘ Subject: A start job for unit auditd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit auditd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 260. May 30 06:29:23 localhost systemd[1]: Starting audit-rules.service - Load Audit Rules... â–‘â–‘ Subject: A start job for unit audit-rules.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit audit-rules.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 261. May 30 06:29:23 localhost systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP... â–‘â–‘ Subject: A start job for unit systemd-update-utmp.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-update-utmp.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 276. May 30 06:29:23 localhost systemd[1]: Started rpcbind.service - RPC Bind. â–‘â–‘ Subject: A start job for unit rpcbind.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit rpcbind.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 239. May 30 06:29:23 localhost systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP. â–‘â–‘ Subject: A start job for unit systemd-update-utmp.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-update-utmp.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 276. May 30 06:29:24 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup. â–‘â–‘ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-vconsole-setup.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 308. May 30 06:29:24 localhost systemd[1]: Reached target sysinit.target - System Initialization. â–‘â–‘ Subject: A start job for unit sysinit.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sysinit.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 123. May 30 06:29:24 localhost systemd[1]: Started dnf-makecache.timer - dnf makecache --timer. â–‘â–‘ Subject: A start job for unit dnf-makecache.timer has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dnf-makecache.timer has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 219. May 30 06:29:24 localhost systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week. â–‘â–‘ Subject: A start job for unit fstrim.timer has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit fstrim.timer has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 218. May 30 06:29:24 localhost systemd[1]: Started logrotate.timer - Daily rotation of log files. â–‘â–‘ Subject: A start job for unit logrotate.timer has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit logrotate.timer has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 225. May 30 06:29:24 localhost systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories. â–‘â–‘ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 226. May 30 06:29:24 localhost systemd[1]: Reached target timers.target - Timer Units. â–‘â–‘ Subject: A start job for unit timers.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit timers.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 217. May 30 06:29:24 localhost systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. â–‘â–‘ Subject: A start job for unit dbus.socket has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dbus.socket has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 213. May 30 06:29:24 localhost systemd[1]: Listening on sshd-unix-local.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local). â–‘â–‘ Subject: A start job for unit sshd-unix-local.socket has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd-unix-local.socket has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 204. May 30 06:29:24 localhost systemd[1]: Listening on sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK). â–‘â–‘ Subject: A start job for unit sshd-vsock.socket has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd-vsock.socket has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 211. May 30 06:29:24 localhost systemd[1]: Reached target ssh-access.target - SSH Access Available. â–‘â–‘ Subject: A start job for unit ssh-access.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit ssh-access.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 212. May 30 06:29:24 localhost systemd[1]: Listening on sssd-kcm.socket - SSSD Kerberos Cache Manager responder socket. â–‘â–‘ Subject: A start job for unit sssd-kcm.socket has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sssd-kcm.socket has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 201. May 30 06:29:24 localhost systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket. â–‘â–‘ Subject: A start job for unit systemd-hostnamed.socket has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-hostnamed.socket has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 205. May 30 06:29:24 localhost systemd[1]: Reached target sockets.target - Socket Units. â–‘â–‘ Subject: A start job for unit sockets.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sockets.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 200. May 30 06:29:24 localhost systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus... â–‘â–‘ Subject: A start job for unit dbus-broker.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dbus-broker.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 223. May 30 06:29:24 localhost systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). â–‘â–‘ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 174. May 30 06:29:24 localhost augenrules[631]: /usr/sbin/augenrules: No change May 30 06:29:24 localhost augenrules[653]: No rules May 30 06:29:24 localhost augenrules[653]: enabled 1 May 30 06:29:24 localhost augenrules[653]: failure 1 May 30 06:29:24 localhost augenrules[653]: pid 627 May 30 06:29:24 localhost augenrules[653]: rate_limit 0 May 30 06:29:24 localhost augenrules[653]: backlog_limit 8192 May 30 06:29:24 localhost augenrules[653]: lost 0 May 30 06:29:24 localhost augenrules[653]: backlog 0 May 30 06:29:24 localhost augenrules[653]: backlog_wait_time 60000 May 30 06:29:24 localhost augenrules[653]: backlog_wait_time_actual 0 May 30 06:29:24 localhost augenrules[653]: enabled 1 May 30 06:29:24 localhost augenrules[653]: failure 1 May 30 06:29:24 localhost augenrules[653]: pid 627 May 30 06:29:24 localhost augenrules[653]: rate_limit 0 May 30 06:29:24 localhost augenrules[653]: backlog_limit 8192 May 30 06:29:24 localhost augenrules[653]: lost 0 May 30 06:29:24 localhost augenrules[653]: backlog 0 May 30 06:29:24 localhost augenrules[653]: backlog_wait_time 60000 May 30 06:29:24 localhost augenrules[653]: backlog_wait_time_actual 0 May 30 06:29:24 localhost augenrules[653]: enabled 1 May 30 06:29:24 localhost augenrules[653]: failure 1 May 30 06:29:24 localhost augenrules[653]: pid 627 May 30 06:29:24 localhost augenrules[653]: rate_limit 0 May 30 06:29:24 localhost augenrules[653]: backlog_limit 8192 May 30 06:29:24 localhost augenrules[653]: lost 0 May 30 06:29:24 localhost augenrules[653]: backlog 0 May 30 06:29:24 localhost augenrules[653]: backlog_wait_time 60000 May 30 06:29:24 localhost augenrules[653]: backlog_wait_time_actual 0 May 30 06:29:24 localhost systemd[1]: audit-rules.service: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit audit-rules.service has successfully entered the 'dead' state. May 30 06:29:24 localhost systemd[1]: Finished audit-rules.service - Load Audit Rules. â–‘â–‘ Subject: A start job for unit audit-rules.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit audit-rules.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 261. May 30 06:29:24 localhost systemd[1]: Started dbus-broker.service - D-Bus System Message Bus. â–‘â–‘ Subject: A start job for unit dbus-broker.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dbus-broker.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 223. May 30 06:29:24 localhost dbus-broker-launch[645]: Ready May 30 06:29:24 localhost systemd[1]: Reached target basic.target - Basic System. â–‘â–‘ Subject: A start job for unit basic.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit basic.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 122. May 30 06:29:24 localhost systemd[1]: Starting chronyd.service - NTP client/server... â–‘â–‘ Subject: A start job for unit chronyd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit chronyd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 278. May 30 06:29:24 localhost systemd[1]: Starting cloud-init-local.service - Cloud-init: Local Stage (pre-network)... â–‘â–‘ Subject: A start job for unit cloud-init-local.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-init-local.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 243. May 30 06:29:24 localhost systemd[1]: Starting dracut-shutdown.service - Restore /run/initramfs on shutdown... â–‘â–‘ Subject: A start job for unit dracut-shutdown.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-shutdown.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 171. May 30 06:29:24 localhost systemd[1]: Started irqbalance.service - irqbalance daemon. â–‘â–‘ Subject: A start job for unit irqbalance.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit irqbalance.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 240. May 30 06:29:24 localhost systemd[1]: Started rngd.service - Hardware RNG Entropy Gatherer Daemon. â–‘â–‘ Subject: A start job for unit rngd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit rngd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 259. May 30 06:29:24 localhost systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration). â–‘â–‘ Subject: A start job for unit ssh-host-keys-migration.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit ssh-host-keys-migration.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 253. May 30 06:29:24 localhost systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). â–‘â–‘ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd-keygen@ecdsa.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 249. May 30 06:29:24 localhost systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). â–‘â–‘ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd-keygen@ed25519.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 251. May 30 06:29:24 localhost systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). â–‘â–‘ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd-keygen@rsa.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 252. May 30 06:29:24 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 248. May 30 06:29:24 localhost systemd[1]: sssd.service - System Security Services Daemon was skipped because no trigger condition checks were met. â–‘â–‘ Subject: A start job for unit sssd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sssd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 272. May 30 06:29:24 localhost systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups. â–‘â–‘ Subject: A start job for unit nss-user-lookup.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit nss-user-lookup.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 273. May 30 06:29:24 localhost systemd[1]: Starting systemd-logind.service - User Login Management... â–‘â–‘ Subject: A start job for unit systemd-logind.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-logind.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 255. May 30 06:29:24 localhost systemd[1]: Finished dracut-shutdown.service - Restore /run/initramfs on shutdown. â–‘â–‘ Subject: A start job for unit dracut-shutdown.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit dracut-shutdown.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 171. May 30 06:29:25 localhost systemd-logind[668]: 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. May 30 06:29:25 localhost systemd-logind[668]: Watching system buttons on /dev/input/event0 (Power Button) May 30 06:29:25 localhost systemd-logind[668]: Watching system buttons on /dev/input/event1 (Sleep Button) May 30 06:29:25 localhost systemd-logind[668]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) May 30 06:29:25 localhost systemd[1]: Started systemd-logind.service - User Login Management. â–‘â–‘ Subject: A start job for unit systemd-logind.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-logind.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 255. May 30 06:29:25 localhost rngd[666]: Disabling 7: PKCS11 Entropy generator (pkcs11) May 30 06:29:25 localhost rngd[666]: Disabling 5: NIST Network Entropy Beacon (nist) May 30 06:29:25 localhost rngd[666]: Disabling 9: Qrypt quantum entropy beacon (qrypt) May 30 06:29:25 localhost rngd[666]: Disabling 10: Named pipe entropy input (namedpipe) May 30 06:29:25 localhost rngd[666]: Initializing available sources May 30 06:29:25 localhost rngd[666]: [hwrng ]: Initialization Failed May 30 06:29:25 localhost rngd[666]: [rdrand]: Enabling RDRAND rng support May 30 06:29:25 localhost rngd[666]: [rdrand]: Initialized May 30 06:29:25 localhost rngd[666]: [jitter]: JITTER timeout set to 5 sec May 30 06:29:25 localhost chronyd[679]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) May 30 06:29:25 localhost chronyd[679]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift May 30 06:29:25 localhost chronyd[679]: Loaded seccomp filter (level 2) May 30 06:29:25 localhost systemd[1]: Started chronyd.service - NTP client/server. â–‘â–‘ Subject: A start job for unit chronyd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit chronyd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 278. May 30 06:29:25 localhost rngd[666]: [jitter]: Initializing AES buffer May 30 06:29:30 localhost rngd[666]: [jitter]: Unable to obtain AES key, disabling JITTER source May 30 06:29:30 localhost rngd[666]: [jitter]: Initialization Failed May 30 06:29:30 localhost rngd[666]: Process privileges have been dropped to 2:2 May 30 06:29:31 localhost cloud-init[686]: Cloud-init v. 24.4-4.el10 running 'init-local' at Fri, 30 May 2025 10:29:31 +0000. Up 24.12 seconds. May 30 06:29:31 localhost dhcpcd[689]: dhcpcd-10.0.6 starting May 30 06:29:32 localhost kernel: 8021q: 802.1Q VLAN Support v1.8 May 30 06:29:32 localhost systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. â–‘â–‘ Subject: A start job for unit systemd-rfkill.socket has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-rfkill.socket has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 317. May 30 06:29:32 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database May 30 06:29:32 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' May 30 06:29:32 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600' May 30 06:29:32 localhost kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 May 30 06:29:32 localhost kernel: cfg80211: failed to load regulatory.db May 30 06:29:32 localhost dhcpcd[692]: DUID 00:01:00:01:2f:cc:45:0c:0a:ff:f3:3a:6f:11 May 30 06:29:32 localhost dhcpcd[692]: eth0: IAID f3:3a:6f:11 May 30 06:29:32 localhost dhcpcd[692]: eth0: soliciting a DHCP lease May 30 06:29:32 localhost dhcpcd[692]: eth0: offered 10.31.13.67 from 10.31.12.1 May 30 06:29:32 localhost dhcpcd[692]: eth0: leased 10.31.13.67 for 3600 seconds May 30 06:29:32 localhost dhcpcd[692]: eth0: adding route to 10.31.12.0/22 May 30 06:29:32 localhost dhcpcd[692]: eth0: adding default route via 10.31.12.1 May 30 06:29:32 localhost dhcpcd[692]: control command: dhcpcd --dumplease --ipv4only eth0 May 30 06:29:32 localhost systemd[1]: Starting systemd-hostnamed.service - Hostname Service... â–‘â–‘ Subject: A start job for unit systemd-hostnamed.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-hostnamed.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 326. May 30 06:29:32 localhost systemd[1]: Started systemd-hostnamed.service - Hostname Service. â–‘â–‘ Subject: A start job for unit systemd-hostnamed.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-hostnamed.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 326. May 30 06:29:32 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[714]: Hostname set to (static) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init-local.service - Cloud-init: Local Stage (pre-network). â–‘â–‘ Subject: A start job for unit cloud-init-local.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-init-local.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 243. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-pre.target - Preparation for Network. â–‘â–‘ Subject: A start job for unit network-pre.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit network-pre.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 177. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager.service - Network Manager... â–‘â–‘ Subject: A start job for unit NetworkManager.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit NetworkManager.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 222. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.4981] NetworkManager (version 1.53.4-1.el10) is starting... (boot:5f6d04bf-c773-40fa-b3d9-b1efe7298b87) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.4983] Read config: /etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5107] manager[0x55756f3099e0]: monitoring kernel firmware directory '/lib/firmware'. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5143] hostname: hostname: using hostnamed May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5144] hostname: static hostname changed from (none) to "ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com" May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5158] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5167] manager[0x55756f3099e0]: rfkill: Wi-Fi hardware radio set enabled May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5167] manager[0x55756f3099e0]: rfkill: WWAN hardware radio set enabled May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5244] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5244] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5245] manager: Networking is enabled by state file May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5252] settings: Loaded settings plugin: keyfile (internal) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... â–‘â–‘ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit NetworkManager-dispatcher.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 404. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5389] dhcp: init: Using DHCP client 'internal' May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5392] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5401] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5404] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5408] device (lo): Activation: starting connection 'lo' (1cfefdc2-d1dc-4db3-9177-7bae569af069) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5421] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5425] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager.service - Network Manager. â–‘â–‘ Subject: A start job for unit NetworkManager.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit NetworkManager.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 222. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network.target - Network. â–‘â–‘ Subject: A start job for unit network.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit network.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 224. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5464] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5467] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5469] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5471] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5473] device (eth0): carrier: link connected May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5475] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5480] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online... â–‘â–‘ Subject: A start job for unit NetworkManager-wait-online.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit NetworkManager-wait-online.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 221. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5493] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5523] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5525] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5530] manager: NetworkManager state is now CONNECTING May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5533] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5538] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting gssproxy.service - GSSAPI Proxy Daemon... â–‘â–‘ Subject: A start job for unit gssproxy.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit gssproxy.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 236. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5551] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5563] dhcp4 (eth0): state changed new lease, address=10.31.13.67, acd pending May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.6873] dhcp4 (eth0): state changed new lease, address=10.31.13.67 May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.6881] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.6946] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. â–‘â–‘ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit NetworkManager-dispatcher.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 404. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started gssproxy.service - GSSAPI Proxy Daemon. â–‘â–‘ Subject: A start job for unit gssproxy.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit gssproxy.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 236. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: rpc-gssd.service - RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). â–‘â–‘ Subject: A start job for unit rpc-gssd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit rpc-gssd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 232. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target nfs-client.target - NFS client services. â–‘â–‘ Subject: A start job for unit nfs-client.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit nfs-client.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 230. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems. â–‘â–‘ Subject: A start job for unit remote-fs-pre.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit remote-fs-pre.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 238. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes. â–‘â–‘ Subject: A start job for unit remote-cryptsetup.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit remote-cryptsetup.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 241. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs.target - Remote File Systems. â–‘â–‘ Subject: A start job for unit remote-fs.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit remote-fs.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 229. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). â–‘â–‘ Subject: A start job for unit systemd-pcrphase.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-pcrphase.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 168. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8484] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8485] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8487] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8493] device (lo): Activation: successful, device activated. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8499] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full') May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8502] manager: NetworkManager state is now CONNECTED_SITE May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8524] device (eth0): Activation: successful, device activated. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8530] manager: NetworkManager state is now CONNECTED_GLOBAL May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8532] manager: startup complete May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online. â–‘â–‘ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit NetworkManager-wait-online.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 221. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-init.service - Cloud-init: Network Stage... â–‘â–‘ Subject: A start job for unit cloud-init.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-init.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 246. May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Added source 10.11.160.238 May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Added source 10.18.100.10 May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Added source 10.2.32.37 May 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Added source 10.2.32.38 May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Cloud-init v. 24.4-4.el10 running 'init' at Fri, 30 May 2025 10:29:34 +0000. Up 26.36 seconds. May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | eth0 | True | 10.31.13.67 | 255.255.252.0 | global | 0a:ff:f3:3a:6f:11 | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | eth0 | True | fe80::8ff:f3ff:fe3a:6f11/64 | . | link | 0a:ff:f3:3a:6f:11 | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | lo | True | ::1/128 | . | host | . | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Route | Destination | Gateway | Interface | Flags | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+ May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 0 | fe80::/64 | :: | eth0 | U | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 2 | multicast | :: | eth0 | U | May 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+ May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private rsa key pair. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is: May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: SHA256:xs3ib9FNaAdC2UiNmMFMbkF6cIm3IjpwXjGy/uJ1bXg root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is: May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +---[RSA 3072]----+ May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | .**Bo* | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | . o .=B.= + | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o o..+. . o | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |. o o .+.o o o | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | = o . .S oo + | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | = = .. . . | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o. o E . | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | .... o .. | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | ... .. | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+ May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private ecdsa key pair. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is: May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: SHA256:+J9iE2tIVjIyTZ6nDm12XJkw1mRiKjLScRAzLqynzlE root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is: May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +---[ECDSA 256]---+ May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | *o. ooo | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.o = .o+o. | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |o.= .+.o o o | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.o oo.*.o + | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |. .E +.BS. | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o. . B.+ | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.. B o.o | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |o . o *. . | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o o oo | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+ May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private ed25519 key pair. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is: May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: SHA256:M4Dhwlgf/PEDqB1sKNnQ9slbJ3k5L+EMSmphNGfaFTE root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is: May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +--[ED25519 256]--+ May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.=.+o.Eo | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |o+BoO++. | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.+o%+=.= . | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | =.B *.O | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | . + + BS= | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o o +o. | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | . . | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | | May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+ May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 0 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 0 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 48 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 48 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 49 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 49 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 50 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 50 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 51 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 51 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 52 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 52 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 53 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 53 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 54 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 54 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 55 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 55 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 56 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 56 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 57 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 57 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 58 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 58 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 59 affinity: Permission denied May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 59 affinity is now unmanaged May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init.service - Cloud-init: Network Stage. â–‘â–‘ Subject: A start job for unit cloud-init.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-init.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 246. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-config.target - Cloud-config availability. â–‘â–‘ Subject: A start job for unit cloud-config.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-config.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 245. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-online.target - Network is Online. â–‘â–‘ Subject: A start job for unit network-online.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit network-online.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 220. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-config.service - Cloud-init: Config Stage... â–‘â–‘ Subject: A start job for unit cloud-config.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-config.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 244. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting kdump.service - Crash recovery kernel arming... â–‘â–‘ Subject: A start job for unit kdump.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit kdump.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 271. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting restraintd.service - The restraint harness.... â–‘â–‘ Subject: A start job for unit restraintd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit restraintd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 281. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart... â–‘â–‘ Subject: A start job for unit rpc-statd-notify.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit rpc-statd-notify.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 237. May 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rsyslog.service - System Logging Service... â–‘â–‘ Subject: A start job for unit rsyslog.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit rsyslog.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 274. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon... â–‘â–‘ Subject: A start job for unit sshd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 247. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sm-notify[889]: Version 2.8.2 starting May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions... â–‘â–‘ Subject: A start job for unit systemd-user-sessions.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-user-sessions.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 277. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started restraintd.service - The restraint harness.. â–‘â–‘ Subject: A start job for unit restraintd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit restraintd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 281. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[891]: Server listening on 0.0.0.0 port 22. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[891]: Server listening on :: port 22. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon. â–‘â–‘ Subject: A start job for unit sshd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 247. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart. â–‘â–‘ Subject: A start job for unit rpc-statd-notify.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit rpc-statd-notify.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 237. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions. â–‘â–‘ Subject: A start job for unit systemd-user-sessions.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-user-sessions.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 277. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started crond.service - Command Scheduler. â–‘â–‘ Subject: A start job for unit crond.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit crond.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 258. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started getty@tty1.service - Getty on tty1. â–‘â–‘ Subject: A start job for unit getty@tty1.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit getty@tty1.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 269. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com rsyslogd[890]: [origin software="rsyslogd" swVersion="8.2412.0-2.el10" x-pid="890" x-info="https://www.rsyslog.com"] start May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started serial-getty@ttyS0.service - Serial Getty on ttyS0. â–‘â–‘ Subject: A start job for unit serial-getty@ttyS0.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit serial-getty@ttyS0.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 264. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target getty.target - Login Prompts. â–‘â–‘ Subject: A start job for unit getty.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit getty.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 263. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rsyslog.service - System Logging Service. â–‘â–‘ Subject: A start job for unit rsyslog.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit rsyslog.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 274. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target multi-user.target - Multi-User System. â–‘â–‘ Subject: A start job for unit multi-user.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit multi-user.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 121. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP... â–‘â–‘ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-update-utmp-runlevel.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 275. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com crond[903]: (CRON) STARTUP (1.7.0) May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com crond[903]: (CRON) INFO (Syslog will be used instead of sendmail.) May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com crond[903]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 14% if used.) May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com crond[903]: (CRON) INFO (running with inotify support) May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com rsyslogd[890]: imjournal: journal files changed, reloading... [v8.2412.0-2.el10 try https://www.rsyslog.com/e/0 ] May 30 06:29:36 ip-10-31-13-67.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. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP. â–‘â–‘ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 275. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[947]: Cloud-init v. 24.4-4.el10 running 'modules:config' at Fri, 30 May 2025 10:29:36 +0000. Up 28.56 seconds. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[891]: Received signal 15; terminating. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping sshd.service - OpenSSH server daemon... â–‘â–‘ Subject: A stop job for unit sshd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit sshd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 507. May 30 06:29:36 ip-10-31-13-67.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. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped sshd.service - OpenSSH server daemon. â–‘â–‘ Subject: A stop job for unit sshd.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit sshd.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 507 and the job result is done. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon... â–‘â–‘ Subject: A start job for unit sshd.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 507. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[951]: Server listening on 0.0.0.0 port 22. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[951]: Server listening on :: port 22. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon. â–‘â–‘ Subject: A start job for unit sshd.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit sshd.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 507. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-config.service - Cloud-init: Config Stage. â–‘â–‘ Subject: A start job for unit cloud-config.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-config.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 244. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-final.service - Cloud-init: Final Stage... â–‘â–‘ Subject: A start job for unit cloud-final.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-final.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 254. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com restraintd[896]: Listening on http://localhost:8081 May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[957]: Cloud-init v. 24.4-4.el10 running 'modules:final' at Fri, 30 May 2025 10:29:36 +0000. Up 28.97 seconds. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[959]: ############################################################# May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[960]: -----BEGIN SSH HOST KEY FINGERPRINTS----- May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[962]: 256 SHA256:+J9iE2tIVjIyTZ6nDm12XJkw1mRiKjLScRAzLqynzlE root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com (ECDSA) May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[964]: 256 SHA256:M4Dhwlgf/PEDqB1sKNnQ9slbJ3k5L+EMSmphNGfaFTE root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com (ED25519) May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[966]: 3072 SHA256:xs3ib9FNaAdC2UiNmMFMbkF6cIm3IjpwXjGy/uJ1bXg root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com (RSA) May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[967]: -----END SSH HOST KEY FINGERPRINTS----- May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[968]: ############################################################# May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[957]: Cloud-init v. 24.4-4.el10 finished at Fri, 30 May 2025 10:29:36 +0000. Datasource DataSourceEc2Local. Up 29.06 seconds May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-final.service - Cloud-init: Final Stage. â–‘â–‘ Subject: A start job for unit cloud-final.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-final.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 254. May 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-init.target - Cloud-init target. â–‘â–‘ Subject: A start job for unit cloud-init.target has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit cloud-init.target has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 242. May 30 06:29:37 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kdumpctl[911]: kdump: Detected change(s) in the following file(s): /etc/fstab May 30 06:29:37 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. May 30 06:29:38 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kdumpctl[911]: kdump: Rebuilding /boot/initramfs-6.12.0-83.el10.x86_64kdump.img May 30 06:29:38 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1424]: dracut-105-4.el10 May 30 06:29:38 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1427]: Executing: /usr/bin/dracut --list-modules May 30 06:29:38 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1484]: dracut-105-4.el10 May 30 06:29:39 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1487]: Executing: /usr/bin/dracut --list-modules May 30 06:29:39 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1548]: dracut-105-4.el10 May 30 06:29:39 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip --mount "/dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --add squash-erofs --squash-compressor lz4hc --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-6.12.0-83.el10.x86_64kdump.img 6.12.0-83.el10.x86_64 May 30 06:29:39 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Selected source 162.159.200.123 (2.centos.pool.ntp.org) May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmand' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'plymouth' will not be installed, because it's in the list to be omitted! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'multipath' will not be installed, because command 'multipath' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'hwdb' will not be installed, because it's in the list to be omitted! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'resume' will not be installed, because it's in the list to be omitted! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'busybox' will not be installed, because command 'busybox' could not be found! May 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmand' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmanctl' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'multipath' will not be installed, because command 'multipath' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'nvmf' will not be installed, because command 'nvme' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'busybox' will not be installed, because command 'busybox' could not be found! May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: bash *** May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: shell-interpreter *** May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd *** May 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: fips *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: fips-crypto-policies *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-ask-password *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-initrd *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-journald *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-modules-load *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-sysctl *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-sysusers *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-tmpfiles *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-udevd *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: rngd *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: i18n *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: drm *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: prefixdevname *** May 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: kernel-modules *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: kernel-modules-extra *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: fstab-sys *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: rootfs-block *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: squash-erofs *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: terminfo *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: udev-rules *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: dracut-systemd *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: usrmount *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: base *** May 30 06:29:43 ip-10-31-13-67.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. May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: fs-lib *** May 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: kdumpbase *** May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: memstrack *** May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: microcode_ctl-fw_dir_override *** May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl module: mangling fw_dir May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: intel: caveats check for kernel version "6.12.0-83.el10.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: configuration "intel-06-4f-01" is ignored May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: openssl *** May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: shutdown *** May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: squash-lib *** May 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including modules done *** May 30 06:29:45 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Installing kernel module dependencies *** May 30 06:29:45 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Installing kernel module dependencies done *** May 30 06:29:45 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Resolving executable dependencies *** May 30 06:29:46 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Resolving executable dependencies done *** May 30 06:29:46 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Hardlinking files *** May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Mode: real May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Method: sha256 May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Files: 551 May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Linked: 24 files May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Compared: 0 xattrs May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Compared: 42 files May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Saved: 14.22 MiB May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Duration: 0.214555 seconds May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Hardlinking files done *** May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Generating early-microcode cpio image *** May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Constructing GenuineIntel.bin *** May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Constructing GenuineIntel.bin *** May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Store current command line parameters *** May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Stored kernel commandline: May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: No dracut internal kernel commandline stored in the initramfs May 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Squashing the files inside the initramfs *** May 30 06:29:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Squashing the files inside the initramfs done *** May 30 06:29:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Creating image file '/boot/initramfs-6.12.0-83.el10.x86_64kdump.img' *** May 30 06:29:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Creating initramfs image file '/boot/initramfs-6.12.0-83.el10.x86_64kdump.img' done *** May 30 06:29:51 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kdumpctl[911]: kdump: kexec: loaded kdump kernel May 30 06:29:51 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kdumpctl[911]: kdump: Starting kdump: [OK] May 30 06:29:51 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished kdump.service - Crash recovery kernel arming. â–‘â–‘ Subject: A start job for unit kdump.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit kdump.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 271. May 30 06:29:51 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.001s (kernel) + 6.498s (initrd) + 36.378s (userspace) = 43.878s. â–‘â–‘ 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 1001076 microseconds. â–‘â–‘ â–‘â–‘ Initrd start-up required 6498329 microseconds. â–‘â–‘ â–‘â–‘ Userspace start-up required 36378803 microseconds. May 30 06:30:03 ip-10-31-13-67.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. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4432]: Accepted publickey for root from 10.30.33.24 port 43526 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: 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 4432. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.slice - User Slice of UID 0. â–‘â–‘ Subject: A start job for unit user-0.slice has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit user-0.slice has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 586. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0... â–‘â–‘ Subject: A start job for unit user-runtime-dir@0.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit user-runtime-dir@0.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 508. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0. â–‘â–‘ Subject: A start job for unit user-runtime-dir@0.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit user-runtime-dir@0.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 508. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - User Manager for UID 0... â–‘â–‘ Subject: A start job for unit user@0.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit user@0.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 588. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: New session 2 of user root. â–‘â–‘ Subject: A new session 2 has been created for user root â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ Documentation: sd-login(3) â–‘â–‘ â–‘â–‘ A new session with the ID 2 has been created for the user root. â–‘â–‘ â–‘â–‘ The leading process of the session is 4437. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com (systemd)[4437]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Queued start job for default target default.target. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Created slice app.slice - User Application Slice. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 9. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 6. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 4. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target paths.target - Paths. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 11. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target timers.target - Timers. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 3. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Starting dbus.socket - D-Bus User Message Bus Socket... â–‘â–‘ Subject: A start job for unit UNIT has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 8. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories... â–‘â–‘ Subject: A start job for unit UNIT has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 12. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Listening on dbus.socket - D-Bus User Message Bus Socket. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 8. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 12. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target sockets.target - Sockets. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 7. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target basic.target - Basic System. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 2. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target default.target - Main User Target. â–‘â–‘ Subject: A start job for unit UNIT has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit UNIT has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Startup finished in 107ms. â–‘â–‘ Subject: User manager start-up is now complete â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The user manager instance for user 0 has been started. All services queued â–‘â–‘ for starting have been started. Note that other services might still be starting â–‘â–‘ up or be started at any later time. â–‘â–‘ â–‘â–‘ Startup of the manager took 107213 microseconds. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - User Manager for UID 0. â–‘â–‘ Subject: A start job for unit user@0.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit user@0.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 588. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-1.scope - Session 1 of User root. â–‘â–‘ Subject: A start job for unit session-1.scope has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit session-1.scope has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 669. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4432]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4448]: Received disconnect from 10.30.33.24 port 43526:11: disconnected by user May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4448]: Disconnected from user root 10.30.33.24 port 43526 May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4432]: pam_unix(sshd:session): session closed for user root May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: Session 1 logged out. Waiting for processes to exit. May 30 06:31:09 ip-10-31-13-67.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. May 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: 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. May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4485]: Accepted publickey for root from 10.31.8.183 port 41366 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4486]: Accepted publickey for root from 10.31.8.183 port 41370 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: 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 4485. May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-3.scope - Session 3 of User root. â–‘â–‘ Subject: A start job for unit session-3.scope has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit session-3.scope has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 751. May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: 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 4486. May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4485]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-4.scope - Session 4 of User root. â–‘â–‘ Subject: A start job for unit session-4.scope has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit session-4.scope has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 833. May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4486]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4492]: Received disconnect from 10.31.8.183 port 41370:11: disconnected by user May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4492]: Disconnected from user root 10.31.8.183 port 41370 May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4486]: pam_unix(sshd:session): session closed for user root May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully. â–‘â–‘ Subject: Unit succeeded â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ The unit session-4.scope has successfully entered the 'dead' state. May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: Session 4 logged out. Waiting for processes to exit. May 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: Removed session 4. â–‘â–‘ Subject: Session 4 has been terminated â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ Documentation: sd-login(3) â–‘â–‘ â–‘â–‘ A session with the ID 4 has been terminated. May 30 06:32:49 ip-10-31-13-67.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!) May 30 06:32:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-hostnamed.service - Hostname Service... â–‘â–‘ Subject: A start job for unit systemd-hostnamed.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-hostnamed.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 915. May 30 06:32:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started systemd-hostnamed.service - Hostname Service. â–‘â–‘ Subject: A start job for unit systemd-hostnamed.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-hostnamed.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 915. May 30 06:32:50 managed-node1 systemd-hostnamed[6348]: Hostname set to (static) May 30 06:32:50 managed-node1 NetworkManager[721]: [1748601170.1050] hostname: static hostname changed from "ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com" to "managed-node1" May 30 06:32:50 managed-node1 systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service... â–‘â–‘ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit NetworkManager-dispatcher.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 993. May 30 06:32:50 managed-node1 systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service. â–‘â–‘ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit NetworkManager-dispatcher.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 993. May 30 06:32:50 managed-node1 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!) May 30 06:33:00 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. May 30 06:33:08 managed-node1 sshd-session[6986]: Accepted publickey for root from 10.31.10.233 port 56184 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE May 30 06:33:08 managed-node1 systemd-logind[668]: 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 6986. May 30 06:33:08 managed-node1 systemd[1]: Started session-5.scope - Session 5 of User root. â–‘â–‘ Subject: A start job for unit session-5.scope has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit session-5.scope has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1072. May 30 06:33:08 managed-node1 sshd-session[6986]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) May 30 06:33:10 managed-node1 python3.12[7163]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d May 30 06:33:11 managed-node1 python3.12[7341]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 30 06:33:11 managed-node1 python3.12[7490]: 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 May 30 06:33:17 managed-node1 python3.12[7663]: 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 May 30 06:33:17 managed-node1 python3.12[7814]: 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 May 30 06:33:18 managed-node1 python3.12[7965]: 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 May 30 06:33:18 managed-node1 python3.12[8114]: 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 May 30 06:33:19 managed-node1 python3.12[8263]: 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 May 30 06:33:19 managed-node1 python3.12[8413]: 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 May 30 06:33:19 managed-node1 python3.12[8533]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1748601199.195913-7370-6829771891940/.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=43b0cba5e0e2d6ac29edb0f52f65382b542aac04 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 May 30 06:33:20 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. May 30 06:33:20 managed-node1 python3.12[8682]: 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 May 30 06:33:20 managed-node1 systemd-journald[520]: Received SIGTERM from PID 1 (systemd). May 30 06:33:20 managed-node1 systemd-journald[520]: 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. May 30 06:33:20 managed-node1 systemd[1]: Stopping systemd-journald.service - Journal Service... May 30 06:33:20 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully. May 30 06:33:20 managed-node1 systemd[1]: Stopped systemd-journald.service - Journal Service. May 30 06:33:20 managed-node1 systemd[1]: Starting systemd-journald.service - Journal Service... May 30 06:33:20 managed-node1 systemd-journald[8689]: Collecting audit messages is disabled. May 30 06:33:20 managed-node1 systemd-journald[8689]: 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. May 30 06:33:20 managed-node1 systemd-journald[8689]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M are still available. â–‘â–‘ â–‘â–‘ The limits controlling how much disk space is used by the journal may â–‘â–‘ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, â–‘â–‘ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in â–‘â–‘ /etc/systemd/journald.conf. See journald.conf(5) for details. May 30 06:33:20 managed-node1 systemd[1]: Started systemd-journald.service - Journal Service. May 30 06:33:20 managed-node1 python3.12[8840]: 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 May 30 06:33:20 managed-node1 systemd[1]: Stopping systemd-journal-flush.service - Flush Journal to Persistent Storage... â–‘â–‘ Subject: A stop job for unit systemd-journal-flush.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-journal-flush.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1161. May 30 06:33:20 managed-node1 systemd-journald[8689]: Received client request to relinquish /var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb access. May 30 06:33:20 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. May 30 06:33:20 managed-node1 systemd[1]: Stopped systemd-journal-flush.service - Flush Journal to Persistent Storage. â–‘â–‘ Subject: A stop job for unit systemd-journal-flush.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-journal-flush.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 1161 and the job result is done. May 30 06:33:20 managed-node1 systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage... â–‘â–‘ Subject: A start job for unit systemd-journal-flush.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-journal-flush.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1161. May 30 06:33:20 managed-node1 systemd-journald[8689]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M are still available. â–‘â–‘ â–‘â–‘ The limits controlling how much disk space is used by the journal may â–‘â–‘ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, â–‘â–‘ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in â–‘â–‘ /etc/systemd/journald.conf. See journald.conf(5) for details. May 30 06:33:20 managed-node1 systemd-journald[8689]: Received client request to flush runtime journal. May 30 06:33:20 managed-node1 systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage. â–‘â–‘ Subject: A start job for unit systemd-journal-flush.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-journal-flush.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1161. May 30 06:33:21 managed-node1 python3.12[8996]: 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 May 30 06:33:21 managed-node1 python3.12[9146]: ansible-stat Invoked with path=/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb/system.journal follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 30 06:33:22 managed-node1 python3.12[9297]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb/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 May 30 06:33:22 managed-node1 python3.12[9449]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb/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 May 30 06:33:24 managed-node1 python3.12[9650]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d May 30 06:33:24 managed-node1 python3.12[9828]: 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 May 30 06:33:25 managed-node1 python3.12[9977]: 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 May 30 06:33:25 managed-node1 python3.12[10126]: 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 May 30 06:33:26 managed-node1 python3.12[10276]: 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 May 30 06:33:26 managed-node1 python3.12[10426]: 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 May 30 06:33:26 managed-node1 python3.12[10575]: 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 May 30 06:33:27 managed-node1 python3.12[10724]: 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 May 30 06:33:27 managed-node1 systemd[1]: Reload requested from client PID 10725 ('systemctl') (unit session-5.scope)... May 30 06:33:27 managed-node1 systemd[1]: Reloading... May 30 06:33:27 managed-node1 systemd-rc-local-generator[10764]: /etc/rc.d/rc.local is not marked executable, skipping. May 30 06:33:27 managed-node1 systemd[1]: Reloading finished in 197 ms. May 30 06:33:28 managed-node1 python3.12[10922]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 30 06:33:28 managed-node1 python3.12[11071]: 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 May 30 06:33:29 managed-node1 python3.12[11221]: 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 May 30 06:33:30 managed-node1 python3.12[11372]: 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 May 30 06:33:30 managed-node1 python3.12[11523]: 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 May 30 06:33:30 managed-node1 python3.12[11672]: 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 May 30 06:33:31 managed-node1 python3.12[11822]: 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 May 30 06:33:31 managed-node1 python3.12[11972]: 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 May 30 06:33:32 managed-node1 python3.12[12094]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1748601211.4768965-7741-14211395592688/.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=145d6969c386e1ad3341efbcf9e5d533aa41f499 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 May 30 06:33:32 managed-node1 python3.12[12243]: 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 May 30 06:33:32 managed-node1 systemd[1]: Stopping systemd-journald.service - Journal Service... May 30 06:33:32 managed-node1 systemd-journald[8689]: Received SIGTERM from PID 1 (systemd). May 30 06:33:32 managed-node1 systemd-journald[8689]: 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. May 30 06:33:32 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully. May 30 06:33:32 managed-node1 systemd[1]: Stopped systemd-journald.service - Journal Service. May 30 06:33:32 managed-node1 systemd[1]: Starting systemd-journald.service - Journal Service... May 30 06:33:32 managed-node1 systemd-journald[12247]: Collecting audit messages is disabled. May 30 06:33:32 managed-node1 systemd-journald[12247]: 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. May 30 06:33:32 managed-node1 systemd-journald[12247]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 69.2M. â–‘â–‘ Leaving at least 34.6M free (of currently available 676M of disk space). â–‘â–‘ Enforced usage limit is thus 69.2M, of which 61.2M are still available. â–‘â–‘ â–‘â–‘ The limits controlling how much disk space is used by the journal may â–‘â–‘ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, â–‘â–‘ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in â–‘â–‘ /etc/systemd/journald.conf. See journald.conf(5) for details. May 30 06:33:32 managed-node1 systemd[1]: Started systemd-journald.service - Journal Service. May 30 06:33:33 managed-node1 python3.12[12398]: 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 May 30 06:33:33 managed-node1 systemd[1]: Stopping systemd-journal-flush.service - Flush Journal to Persistent Storage... â–‘â–‘ Subject: A stop job for unit systemd-journal-flush.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-journal-flush.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1176. May 30 06:33: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. May 30 06:33:33 managed-node1 systemd[1]: Stopped systemd-journal-flush.service - Flush Journal to Persistent Storage. â–‘â–‘ Subject: A stop job for unit systemd-journal-flush.service has finished â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A stop job for unit systemd-journal-flush.service has finished. â–‘â–‘ â–‘â–‘ The job identifier is 1176 and the job result is done. May 30 06:33:33 managed-node1 systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage... â–‘â–‘ Subject: A start job for unit systemd-journal-flush.service has begun execution â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-journal-flush.service has begun execution. â–‘â–‘ â–‘â–‘ The job identifier is 1176. May 30 06:33:33 managed-node1 systemd-journald[12247]: Time spent on flushing to /var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb is 18.557ms for 1423 entries. May 30 06:33:33 managed-node1 systemd-journald[12247]: System Journal (/var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 2G, 1.9G free. â–‘â–‘ Subject: Disk space used by the journal â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ System Journal (/var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M. â–‘â–‘ Maximum allowed usage is set to 2G. â–‘â–‘ Leaving at least 4G free (of currently available 243.4G of disk space). â–‘â–‘ Enforced usage limit is thus 2G, of which 1.9G are still available. â–‘â–‘ â–‘â–‘ The limits controlling how much disk space is used by the journal may â–‘â–‘ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, â–‘â–‘ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in â–‘â–‘ /etc/systemd/journald.conf. See journald.conf(5) for details. May 30 06:33:33 managed-node1 systemd-journald[12247]: Received client request to flush runtime journal. May 30 06:33:33 managed-node1 rsyslogd[890]: imjournal: journal files changed, reloading... [v8.2412.0-2.el10 try https://www.rsyslog.com/e/0 ] May 30 06:33:33 managed-node1 systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage. â–‘â–‘ Subject: A start job for unit systemd-journal-flush.service has finished successfully â–‘â–‘ Defined-By: systemd â–‘â–‘ Support: https://access.redhat.com/support â–‘â–‘ â–‘â–‘ A start job for unit systemd-journal-flush.service has finished successfully. â–‘â–‘ â–‘â–‘ The job identifier is 1176. May 30 06:33:33 managed-node1 python3.12[12555]: 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 May 30 06:33:33 managed-node1 python3.12[12705]: 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 May 30 06:33:34 managed-node1 python3.12[12855]: 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 May 30 06:33:34 managed-node1 python3.12[13005]: 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 May 30 06:33:34 managed-node1 python3.12[13155]: 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 May 30 06:33:35 managed-node1 python3.12[13305]: 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 May 30 06:29:09 localhost systemd-journald[257]: Collecting audit messages is disabled. May 30 06:29:09 localhost systemd-journald[257]: Journal started May 30 06:29:09 localhost systemd-journald[257]: Runtime Journal (/run/log/journal/4be4f659688a41a1ad2af79736aaba20) is 8M, max 69.2M, 61.2M free. May 30 06:29:12 localhost systemd-journald[257]: Journal stopped May 30 06:29:22 localhost systemd-journald[520]: Collecting audit messages is disabled. May 30 06:29:22 localhost systemd-journald[520]: Journal started May 30 06:29:22 localhost systemd-journald[520]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. May 30 06:29:21 localhost systemd[1]: systemd-journald.service: Deactivated successfully. May 30 06:29:22 localhost systemd-journald[520]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. May 30 06:29:22 localhost systemd-journald[520]: Received client request to flush runtime journal. May 30 06:33:20 managed-node1 systemd-journald[520]: Received SIGTERM from PID 1 (systemd). May 30 06:33:20 managed-node1 systemd-journald[520]: Journal stopped May 30 06:33:20 managed-node1 systemd-journald[8689]: Collecting audit messages is disabled. May 30 06:33:20 managed-node1 systemd-journald[8689]: Journal started May 30 06:33:20 managed-node1 systemd-journald[8689]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. May 30 06:33:20 managed-node1 systemd-journald[8689]: Received client request to relinquish /var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb access. May 30 06:33:20 managed-node1 systemd-journald[8689]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. May 30 06:33:20 managed-node1 systemd-journald[8689]: Received client request to flush runtime journal. May 30 06:33:32 managed-node1 systemd-journald[8689]: Received SIGTERM from PID 1 (systemd). May 30 06:33:32 managed-node1 systemd-journald[8689]: Journal stopped May 30 06:33:32 managed-node1 systemd-journald[12247]: Collecting audit messages is disabled. May 30 06:33:32 managed-node1 systemd-journald[12247]: Journal started May 30 06:33:32 managed-node1 systemd-journald[12247]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free. May 30 06:33:33 managed-node1 systemd-journald[12247]: Time spent on flushing to /var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb is 18.557ms for 1423 entries. May 30 06:33:33 managed-node1 systemd-journald[12247]: System Journal (/var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 2G, 1.9G free. May 30 06:33:33 managed-node1 systemd-journald[12247]: 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 Compress=yes ForwardToSyslog=yes RateLimitIntervalSec=2s RateLimitBurst=2000 TASK [Cleanup] ***************************************************************** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Friday 30 May 2025 06:33:35 -0400 (0:00:00.436) 0:00:12.134 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 Friday 30 May 2025 06:33:35 -0400 (0:00:00.353) 0:00:12.488 ************ 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-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 Friday 30 May 2025 06:33:36 -0400 (0:00:00.691) 0:00:13.179 ************ ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Restart journald services] *********************************************** task path: /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 Friday 30 May 2025 06:33:37 -0400 (0:00:00.686) 0:00:13.866 ************ 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": "Fri 2025-05-30 06:33:32 EDT", "ActiveEnterTimestampMonotonic": "264849475", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:32 EDT", "ActiveExitTimestampMonotonic": "264806725", "ActiveState": "active", "After": "systemd-journald-dev-log.socket systemd-journald.socket syslog.socket systemd-journald-audit.socket -.mount system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:32 EDT", "AssertTimestampMonotonic": "264813736", "Before": "systemd-journal-flush.service systemd-soft-reboot.service soft-reboot.target sysinit.target systemd-tmpfiles-setup.service", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "56515000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime fdstore", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:32 EDT", "ConditionTimestampMonotonic": "264813733", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "4429", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainHandoffTimestamp": "Fri 2025-05-30 06:33:32 EDT", "ExecMainHandoffTimestampMonotonic": "264842542", "ExecMainPID": "12247", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:32 EDT", "ExecMainStartTimestampMonotonic": "264815536", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FileDescriptorStorePreserve": "yes", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPAddressDeny": "0.0.0.0/0 ::/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journald.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "ImportCredential": "\"journal.*\"", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:32 EDT", "InactiveEnterTimestampMonotonic": "264811161", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:32 EDT", "InactiveExitTimestampMonotonic": "264816076", "InvocationID": "25006d567bd2424391125554d1e590e6", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "524288", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "12247", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3245584384", "MemoryCurrent": "6508544", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "6770688", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "0", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "0", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "14", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-250", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "PassEnvironment": "TERM", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "-.mount systemd-journald.socket system.slice", "RequiresMountsFor": "/run/systemd/journal", "Restart": "always", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "0", "RestartUSecNext": "0", "RestrictAddressFamilies": "AF_INET AF_INET6 AF_NETLINK AF_UNIX AF_VSOCK", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeDirectorySymlink": "systemd/journal:", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-05-30 06:33:32 EDT", "StateChangeTimestampMonotonic": "264849475", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl arm_fadvise64_64 bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill landlock_add_rule landlock_create_ruleset landlock_restrict_self lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield seccomp select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald-dev-log.socket systemd-journald-audit.socket systemd-journald.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "systemd-journal-flush.service initrd-switch-root.target sysinit.target", "Wants": "systemd-journald.socket systemd-journald-dev-log.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Fri 2025-05-30 06:33:32 EDT", "WatchdogTimestampMonotonic": "264850510", "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": "Fri 2025-05-30 06:33:33 EDT", "ActiveEnterTimestampMonotonic": "265406840", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:33 EDT", "ActiveExitTimestampMonotonic": "265345504", "ActiveState": "active", "After": "systemd-remount-fs.service systemd-journald.service systemd-journald.socket -.mount systemd-quotacheck-root.service system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:33 EDT", "AssertTimestampMonotonic": "265358831", "Before": "systemd-soft-reboot.service systemd-tmpfiles-setup.service soft-reboot.target", "BindLogSockets": "no", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "6383000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanLiveMount": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:33 EDT", "ConditionTimestampMonotonic": "265358826", "ConfigurationDirectoryMode": "0755", "Conflicts": "soft-reboot.target", "ControlGroupId": "4507", "ControlPID": "0", "CoredumpFilter": "0x33", "CoredumpReceive": "no", "DebugInvocation": "no", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "DefaultStartupMemoryLow": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "EffectiveMemoryHigh": "3631054848", "EffectiveMemoryMax": "3631054848", "EffectiveTasksMax": "21944", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 06:33:33 EDT", "ExecMainExitTimestampMonotonic": "265406649", "ExecMainHandoffTimestamp": "Fri 2025-05-30 06:33:33 EDT", "ExecMainHandoffTimestampMonotonic": "265373269", "ExecMainPID": "12404", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:33 EDT", "ExecMainStartTimestampMonotonic": "265359500", "ExecMainStatus": "0", "ExecStart": "{ path=journalctl ; argv[]=journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=journalctl ; argv[]=journalctl --flush ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "ExtensionImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FileDescriptorStorePreserve": "restart", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "[not set]", "IOReadOperations": "[not set]", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "[not set]", "IOWriteOperations": "[not set]", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:33 EDT", "InactiveEnterTimestampMonotonic": "265357993", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:33 EDT", "InactiveExitTimestampMonotonic": "265360098", "InvocationID": "4e0a56237e194012ae5ad56c4698fb40", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13715", "LimitNPROCSoft": "13715", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13715", "LimitSIGPENDINGSoft": "13715", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LiveMountResult": "success", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureDurationUSec": "[not set]", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "3254120448", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryKSM": "no", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemoryPeak": "1437696", "MemoryPressureThresholdUSec": "200ms", "MemoryPressureWatch": "auto", "MemorySwapCurrent": "[not set]", "MemorySwapMax": "infinity", "MemorySwapPeak": "0", "MemoryZSwapCurrent": "[not set]", "MemoryZSwapMax": "infinity", "MemoryZSwapWriteback": "yes", "MountAPIVFS": "no", "MountImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivatePIDs": "no", "PrivateTmp": "no", "PrivateTmpEx": "no", "PrivateUsers": "no", "PrivateUsersEx": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectControlGroupsEx": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "-.mount system.slice", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartMaxDelayUSec": "infinity", "RestartMode": "normal", "RestartSteps": "0", "RestartUSec": "100ms", "RestartUSecNext": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RootEphemeral": "no", "RootImagePolicy": "root=verity+signed+encrypted+unprotected+absent:usr=verity+signed+encrypted+unprotected+absent:home=encrypted+unprotected+absent:srv=encrypted+unprotected+absent:tmp=encrypted+unprotected+absent:var=encrypted+unprotected+absent", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "SetLoginEnvironment": "no", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StartupMemoryHigh": "infinity", "StartupMemoryLow": "0", "StartupMemoryMax": "infinity", "StartupMemorySwapMax": "infinity", "StartupMemoryZSwapMax": "infinity", "StateChangeTimestamp": "Fri 2025-05-30 06:33:33 EDT", "StateChangeTimestampMonotonic": "265406840", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SurviveFinalKillSignal": "no", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21944", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-journald.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* managed-node1 : ok=27 changed=10 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.12", "delta": "0:00:00.003139", "end_time": "2025-05-30 06:33:34.986078", "host": "managed-node1", "message": "non-zero return code", "rc": 1, "start_time": "2025-05-30 06:33:34.982939", "task_name": "Verify that system keep free is set properly", "task_path": "/tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92" }, { "ansible_version": "2.17.12", "delta": "0:00:00.035765", "end_time": "2025-05-30 06:33:35.375672", "host": "managed-node1", "message": "", "rc": 0, "start_time": "2025-05-30 06:33:35.339907", "stderr": "+ exec\n+ journalctl -ex\nMay 30 06:29:09 localhost kernel: clk: Disabling unused clocks\nMay 30 06:29:09 localhost kernel: PM: genpd: Disabling unused power domains\nMay 30 06:29:09 localhost kernel: Freeing unused decrypted memory: 2028K\nMay 30 06:29:09 localhost kernel: Freeing unused kernel image (initmem) memory: 4340K\nMay 30 06:29:09 localhost kernel: Write protecting the kernel read-only data: 32768k\nMay 30 06:29:09 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 168K\nMay 30 06:29:09 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nMay 30 06:29:09 localhost kernel: x86/mm: Checking user space page tables\nMay 30 06:29:09 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nMay 30 06:29:09 localhost kernel: Run /init as init process\nMay 30 06:29:09 localhost kernel: with arguments:\nMay 30 06:29:09 localhost kernel: /init\nMay 30 06:29:09 localhost kernel: rhgb\nMay 30 06:29:09 localhost kernel: with environment:\nMay 30 06:29:09 localhost kernel: HOME=/\nMay 30 06:29:09 localhost kernel: TERM=linux\nMay 30 06:29:09 localhost kernel: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-83.el10.x86_64\nMay 30 06:29:09 localhost systemd[1]: Successfully made /usr/ read-only.\nMay 30 06:29:09 localhost systemd[1]: systemd 257-11.el10-g3ddb4df running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)\nMay 30 06:29:09 localhost systemd[1]: Detected virtualization xen.\nMay 30 06:29:09 localhost systemd[1]: Detected architecture x86-64.\nMay 30 06:29:09 localhost systemd[1]: Running in initrd.\nMay 30 06:29:09 localhost systemd[1]: No hostname configured, using default hostname.\nMay 30 06:29:09 localhost systemd[1]: Hostname set to .\nMay 30 06:29:09 localhost systemd[1]: Queued start job for default target initrd.target.\nMay 30 06:29:09 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\nMay 30 06:29:09 localhost systemd[1]: Expecting device dev-disk-by\\x2duuid-eed44663\\x2d6e0b\\x2d489c\\x2d8ced\\x2de1d034f48f5b.device - /dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b...\nMay 30 06:29:09 localhost systemd[1]: Reached target initrd-usr-fs.target - Initrd /usr File System.\nMay 30 06:29:09 localhost systemd[1]: Reached target paths.target - Path Units.\nMay 30 06:29:09 localhost systemd[1]: Reached target slices.target - Slice Units.\nMay 30 06:29:09 localhost systemd[1]: Reached target swap.target - Swaps.\nMay 30 06:29:09 localhost systemd[1]: Reached target timers.target - Timer Units.\nMay 30 06:29:09 localhost systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).\nMay 30 06:29:09 localhost systemd[1]: Listening on systemd-journald.socket - Journal Sockets.\nMay 30 06:29:09 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.\nMay 30 06:29:09 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.\nMay 30 06:29:09 localhost systemd[1]: Reached target sockets.target - Socket Units.\nMay 30 06:29:09 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...\nMay 30 06:29:09 localhost systemd[1]: memstrack.service - Memstrack Anylazing Service was skipped because no trigger condition checks were met.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-journald.service - Journal Service...\nMay 30 06:29:09 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\nMay 30 06:29:09 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...\nMay 30 06:29:09 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.\nMay 30 06:29:09 localhost systemd-journald[257]: Collecting audit messages is disabled.\nMay 30 06:29:09 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2\nMay 30 06:29:09 localhost systemd-journald[257]: 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.\nMay 30 06:29:09 localhost systemd-journald[257]: Runtime Journal (/run/log/journal/4be4f659688a41a1ad2af79736aaba20) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/4be4f659688a41a1ad2af79736aaba20) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 684.5M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:29:09 localhost systemd[1]: Started systemd-journald.service - Journal Service.\nMay 30 06:29:09 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 24.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-sysusers.service - Create System Users...\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 22.\nMay 30 06:29:09 localhost systemd-sysusers[274]: Creating group 'nobody' with GID 65534.\nMay 30 06:29:09 localhost systemd-sysusers[274]: Creating group 'users' with GID 100.\nMay 30 06:29:09 localhost systemd-sysusers[274]: Creating group 'systemd-journal' with GID 190.\nMay 30 06:29:09 localhost systemd[1]: Finished systemd-sysusers.service - Create System Users.\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 22.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nMay 30 06:29:09 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 48.\nMay 30 06:29:09 localhost systemd[1]: dracut-cmdline-ask.service - dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-cmdline-ask.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline-ask.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 47.\nMay 30 06:29:09 localhost systemd[1]: Starting dracut-cmdline.service - dracut cmdline hook...\n\u2591\u2591 Subject: A start job for unit dracut-cmdline.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 41.\nMay 30 06:29:09 localhost dracut-cmdline[283]: dracut-105-4.el10\nMay 30 06:29:09 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nMay 30 06:29:09 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 13.\nMay 30 06:29:09 localhost systemd[1]: Reached target local-fs.target - Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 17.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 25.\nMay 30 06:29:09 localhost dracut-cmdline[283]: Using kernel command line parameters: BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-6.12.0-83.el10.x86_64 root=UUID=eed44663-6e0b-489c-8ced-e1d034f48f5b ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8\nMay 30 06:29:09 localhost systemd-tmpfiles[297]: /usr/lib/tmpfiles.d/var.conf:14: Duplicate line for path \"/var/log\", ignoring.\nMay 30 06:29:09 localhost systemd[1]: Finished dracut-cmdline.service - dracut cmdline hook.\n\u2591\u2591 Subject: A start job for unit dracut-cmdline.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 41.\nMay 30 06:29:09 localhost systemd[1]: Starting dracut-pre-udev.service - dracut pre-udev hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-udev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-udev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 40.\nMay 30 06:29:09 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 25.\nMay 30 06:29:09 localhost systemd[1]: Finished dracut-pre-udev.service - dracut pre-udev hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-udev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-udev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 40.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nMay 30 06:29:09 localhost systemd-udevd[355]: Using default interface naming scheme 'rhel-10.0'.\nMay 30 06:29:09 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nMay 30 06:29:09 localhost systemd[1]: dracut-pre-trigger.service - dracut pre-trigger hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-pre-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 54.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 16.\nMay 30 06:29:09 localhost systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.\n\u2591\u2591 Subject: A start job for unit system-modprobe.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit system-modprobe.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 58.\nMay 30 06:29:09 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 57.\nMay 30 06:29:09 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 16.\nMay 30 06:29:09 localhost systemd[1]: dracut-initqueue.service - dracut initqueue hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-initqueue.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-initqueue.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 34.\nMay 30 06:29:09 localhost systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 35.\nMay 30 06:29:09 localhost systemd[1]: Reached target remote-fs.target - Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 52.\nMay 30 06:29:09 localhost systemd[1]: Starting dracut-pre-mount.service - dracut pre-mount hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-mount.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-mount.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 46.\nMay 30 06:29:09 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.\nMay 30 06:29:09 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 57.\nMay 30 06:29:09 localhost systemd[1]: Finished dracut-pre-mount.service - dracut pre-mount hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-mount.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-mount.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 46.\nMay 30 06:29:09 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4\nMay 30 06:29:09 localhost kernel: libata version 3.00 loaded.\nMay 30 06:29:09 localhost kernel: ata_piix 0000:00:01.1: version 2.13\nMay 30 06:29:09 localhost kernel: scsi host0: ata_piix\nMay 30 06:29:09 localhost kernel: scsi host1: ata_piix\nMay 30 06:29:09 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0\nMay 30 06:29:09 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0\nMay 30 06:29:09 localhost kernel: Invalid max_queues (4), will use default max: 2.\nMay 30 06:29:09 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; bounce buffer: disabled;\nMay 30 06:29:09 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver\nMay 30 06:29:09 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.\nMay 30 06:29:09 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61 and the job result is done.\nMay 30 06:29:09 localhost systemd[1]: Stopping systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nMay 30 06:29:09 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nMay 30 06:29:09 localhost kernel: GPT:Primary header thinks Alt. header is not at the end of the disk.\nMay 30 06:29:09 localhost kernel: GPT:12582911 != 524287999\nMay 30 06:29:09 localhost kernel: GPT:Alternate GPT header not at the end of the disk.\nMay 30 06:29:09 localhost kernel: GPT:12582911 != 524287999\nMay 30 06:29:09 localhost kernel: GPT: Use GNU Parted to correct GPT errors.\nMay 30 06:29:09 localhost kernel: xvda: xvda1 xvda2\nMay 30 06:29:09 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nMay 30 06:29:09 localhost systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...\n\u2591\u2591 Subject: A start job for unit sys-kernel-config.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-config.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 55.\nMay 30 06:29:09 localhost systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.\n\u2591\u2591 Subject: A start job for unit sys-kernel-config.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-config.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 55.\nMay 30 06:29:09 localhost systemd[1]: Reached target sysinit.target - System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nMay 30 06:29:09 localhost systemd[1]: Reached target basic.target - Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nMay 30 06:29:10 localhost systemd[1]: Found device dev-disk-by\\x2duuid-eed44663\\x2d6e0b\\x2d489c\\x2d8ced\\x2de1d034f48f5b.device - /dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b.\n\u2591\u2591 Subject: A start job for unit dev-disk-by\\x2duuid-eed44663\\x2d6e0b\\x2d489c\\x2d8ced\\x2de1d034f48f5b.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-eed44663\\x2d6e0b\\x2d489c\\x2d8ced\\x2de1d034f48f5b.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 39.\nMay 30 06:29:10 localhost systemd[1]: Reached target initrd-root-device.target - Initrd Root Device.\n\u2591\u2591 Subject: A start job for unit initrd-root-device.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-root-device.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 38.\nMay 30 06:29:10 localhost systemd[1]: Starting systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b...\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.\nMay 30 06:29:10 localhost systemd-fsck[414]: /usr/sbin/fsck.xfs: XFS file system.\nMay 30 06:29:10 localhost systemd[1]: Finished systemd-fsck-root.service - File System Check on /dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b.\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.\nMay 30 06:29:10 localhost systemd[1]: Mounting sysroot.mount - /sysroot...\n\u2591\u2591 Subject: A start job for unit sysroot.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysroot.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 43.\nMay 30 06:29:10 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled\nMay 30 06:29:10 localhost kernel: XFS (xvda2): Mounting V5 Filesystem eed44663-6e0b-489c-8ced-e1d034f48f5b\nMay 30 06:29:11 localhost kernel: XFS (xvda2): Ending clean mount\nMay 30 06:29:11 localhost systemd[1]: Mounted sysroot.mount - /sysroot.\n\u2591\u2591 Subject: A start job for unit sysroot.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysroot.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 43.\nMay 30 06:29:11 localhost systemd[1]: Reached target initrd-root-fs.target - Initrd Root File System.\n\u2591\u2591 Subject: A start job for unit initrd-root-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-root-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 42.\nMay 30 06:29:11 localhost systemd[1]: Starting initrd-parse-etc.service - Mountpoints Configured in the Real Root...\n\u2591\u2591 Subject: A start job for unit initrd-parse-etc.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-parse-etc.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 49.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Finished initrd-parse-etc.service - Mountpoints Configured in the Real Root.\n\u2591\u2591 Subject: A start job for unit initrd-parse-etc.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-parse-etc.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 49.\nMay 30 06:29:11 localhost systemd[1]: Reached target initrd-fs.target - Initrd File Systems.\n\u2591\u2591 Subject: A start job for unit initrd-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 53.\nMay 30 06:29:11 localhost systemd[1]: Reached target initrd.target - Initrd Default Target.\n\u2591\u2591 Subject: A start job for unit initrd.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nMay 30 06:29:11 localhost systemd[1]: dracut-mount.service - dracut mount hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-mount.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-mount.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 37.\nMay 30 06:29:11 localhost systemd[1]: Starting dracut-pre-pivot.service - dracut pre-pivot and cleanup hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-pivot.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-pivot.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 51.\nMay 30 06:29:11 localhost systemd[1]: Finished dracut-pre-pivot.service - dracut pre-pivot and cleanup hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-pivot.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-pivot.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 51.\nMay 30 06:29:11 localhost systemd[1]: Starting initrd-cleanup.service - Cleaning Up and Shutting Down Daemons...\n\u2591\u2591 Subject: A start job for unit initrd-cleanup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-cleanup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 64.\nMay 30 06:29:11 localhost systemd[1]: Stopped target timers.target - Timer Units.\n\u2591\u2591 Subject: A stop job for unit timers.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit timers.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 109 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped dracut-pre-pivot.service - dracut pre-pivot and cleanup hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-pivot.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-pivot.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 99 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target initrd.target - Initrd Default Target.\n\u2591\u2591 Subject: A stop job for unit initrd.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 98 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target basic.target - Basic System.\n\u2591\u2591 Subject: A stop job for unit basic.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit basic.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 103 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target initrd-root-device.target - Initrd Root Device.\n\u2591\u2591 Subject: A stop job for unit initrd-root-device.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd-root-device.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 113 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target initrd-usr-fs.target - Initrd /usr File System.\n\u2591\u2591 Subject: A stop job for unit initrd-usr-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd-usr-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 104 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target paths.target - Path Units.\n\u2591\u2591 Subject: A stop job for unit paths.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit paths.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 114 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\n\u2591\u2591 Subject: A stop job for unit systemd-ask-password-console.path has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-ask-password-console.path has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 116 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target remote-fs.target - Remote File Systems.\n\u2591\u2591 Subject: A stop job for unit remote-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit remote-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 100 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target remote-fs-pre.target - Preparation for Remote File Systems.\n\u2591\u2591 Subject: A stop job for unit remote-fs-pre.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit remote-fs-pre.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 118 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target slices.target - Slice Units.\n\u2591\u2591 Subject: A stop job for unit slices.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit slices.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 106 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target sockets.target - Socket Units.\n\u2591\u2591 Subject: A stop job for unit sockets.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sockets.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 102 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target sysinit.target - System Initialization.\n\u2591\u2591 Subject: A stop job for unit sysinit.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sysinit.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 107 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target swap.target - Swaps.\n\u2591\u2591 Subject: A stop job for unit swap.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit swap.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 112 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped dracut-pre-mount.service - dracut pre-mount hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-mount.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-mount.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 110 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-sysctl.service - Apply Kernel Variables.\n\u2591\u2591 Subject: A stop job for unit systemd-sysctl.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-sysctl.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 117 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup.service - Create System Files and Directories.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 95 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target local-fs.target - Local File Systems.\n\u2591\u2591 Subject: A stop job for unit local-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit local-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 101 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopped target local-fs-pre.target - Preparation for Local File Systems.\n\u2591\u2591 Subject: A stop job for unit local-fs-pre.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit local-fs-pre.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 119 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-udev-trigger.service - Coldplug All udev Devices.\n\u2591\u2591 Subject: A stop job for unit systemd-udev-trigger.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udev-trigger.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 88 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Stopping systemd-udevd.service - Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A stop job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 86.\nMay 30 06:29:11 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 115 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-udevd.service - Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 86 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Finished initrd-cleanup.service - Cleaning Up and Shutting Down Daemons.\n\u2591\u2591 Subject: A start job for unit initrd-cleanup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-cleanup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 64.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Closed systemd-udevd-control.socket - udev Control Socket.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd-control.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd-control.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 89 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Closed systemd-udevd-kernel.socket - udev Kernel Socket.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd-kernel.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd-kernel.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 87 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped dracut-pre-udev.service - dracut pre-udev hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-udev.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-udev.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 105 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped dracut-cmdline.service - dracut cmdline hook.\n\u2591\u2591 Subject: A stop job for unit dracut-cmdline.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-cmdline.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 111 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: Starting initrd-udevadm-cleanup-db.service - Cleanup udev Database...\n\u2591\u2591 Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-udevadm-cleanup-db.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 85.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup-dev.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 97 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-sysusers.service - Create System Users.\n\u2591\u2591 Subject: A stop job for unit systemd-sysusers.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-sysusers.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 94 and the job result is done.\nMay 30 06:29:11 localhost systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-tmpfiles-setup-dev-early.service has successfully entered the 'dead' state.\nMay 30 06:29:11 localhost systemd[1]: Stopped systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup-dev-early.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 93 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Stopped kmod-static-nodes.service - Create List of Static Device Nodes.\n\u2591\u2591 Subject: A stop job for unit kmod-static-nodes.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit kmod-static-nodes.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 120 and the job result is done.\nMay 30 06:29:11 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.\nMay 30 06:29:11 localhost systemd[1]: Finished initrd-udevadm-cleanup-db.service - Cleanup udev Database.\n\u2591\u2591 Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-udevadm-cleanup-db.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 85.\nMay 30 06:29:11 localhost systemd[1]: Reached target initrd-switch-root.target - Switch Root.\n\u2591\u2591 Subject: A start job for unit initrd-switch-root.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-switch-root.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 67.\nMay 30 06:29:11 localhost systemd[1]: Starting initrd-switch-root.service - Switch Root...\n\u2591\u2591 Subject: A start job for unit initrd-switch-root.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-switch-root.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 91.\nMay 30 06:29:11 localhost systemd[1]: Switching root.\nMay 30 06:29:12 localhost systemd-journald[257]: 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.\nMay 30 06:29:22 localhost systemd-journald[257]: Received SIGTERM from PID 1 (systemd).\nMay 30 06:29:22 localhost kernel: audit: type=1404 audit(1748600955.416:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1\nMay 30 06:29:22 localhost kernel: SELinux: policy capability network_peer_controls=1\nMay 30 06:29:22 localhost kernel: SELinux: policy capability open_perms=1\nMay 30 06:29:22 localhost kernel: SELinux: policy capability extended_socket_class=1\nMay 30 06:29:22 localhost kernel: SELinux: policy capability always_check_network=0\nMay 30 06:29:22 localhost kernel: SELinux: policy capability cgroup_seclabel=1\nMay 30 06:29:22 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1\nMay 30 06:29:22 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nMay 30 06:29:22 localhost kernel: SELinux: policy capability ioctl_skip_cloexec=0\nMay 30 06:29:22 localhost kernel: SELinux: policy capability userspace_initial_context=0\nMay 30 06:29:22 localhost kernel: audit: type=1403 audit(1748600956.348:3): auid=4294967295 ses=4294967295 lsm=selinux res=1\nMay 30 06:29:22 localhost systemd[1]: Successfully loaded SELinux policy in 934.267ms.\nMay 30 06:29:22 localhost systemd[1]: Relabeled /dev/, /dev/shm/, /run/ in 6.558ms.\nMay 30 06:29:22 localhost systemd[1]: systemd 257-11.el10-g3ddb4df running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +IPE +SMACK +SECCOMP -GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP +SYSVINIT +LIBARCHIVE)\nMay 30 06:29:22 localhost systemd[1]: Detected virtualization xen.\nMay 30 06:29:22 localhost systemd[1]: Detected architecture x86-64.\nMay 30 06:29:22 localhost systemd[1]: Initializing machine ID from SMBIOS/DMI UUID.\nMay 30 06:29:22 localhost systemd[1]: Installed transient /etc/machine-id file.\nMay 30 06:29:22 localhost systemd[1]: bpf-restrict-fs: LSM BPF program attached\nMay 30 06:29:22 localhost kernel: Guest personality initialized and is inactive\nMay 30 06:29:22 localhost kernel: VMCI host device registered (name=vmci, major=10, minor=122)\nMay 30 06:29:22 localhost kernel: Initialized host personality\nMay 30 06:29:22 localhost kernel: NET: Registered PF_VSOCK protocol family\nMay 30 06:29:22 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully.\nMay 30 06:29:22 localhost systemd[1]: Stopped initrd-switch-root.service - Switch Root.\nMay 30 06:29:22 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.\nMay 30 06:29:22 localhost systemd[1]: Created slice system-getty.slice - Slice /system/getty.\nMay 30 06:29:22 localhost systemd[1]: Created slice system-serial\\x2dgetty.slice - Slice /system/serial-getty.\nMay 30 06:29:22 localhost systemd[1]: Created slice system-sshd\\x2dkeygen.slice - Slice /system/sshd-keygen.\nMay 30 06:29:22 localhost systemd[1]: Created slice user.slice - User and Session Slice.\nMay 30 06:29:22 localhost systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.\nMay 30 06:29:22 localhost systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.\nMay 30 06:29:22 localhost systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.\nMay 30 06:29:22 localhost systemd[1]: Expecting device dev-ttyS0.device - /dev/ttyS0...\nMay 30 06:29:22 localhost systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.\nMay 30 06:29:22 localhost systemd[1]: Stopped target initrd-switch-root.target - Switch Root.\nMay 30 06:29:22 localhost systemd[1]: Stopped target initrd-fs.target - Initrd File Systems.\nMay 30 06:29:22 localhost systemd[1]: Stopped target initrd-root-fs.target - Initrd Root File System.\nMay 30 06:29:22 localhost systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.\nMay 30 06:29:22 localhost systemd[1]: Reached target paths.target - Path Units.\nMay 30 06:29:22 localhost systemd[1]: Reached target slices.target - Slice Units.\nMay 30 06:29:22 localhost systemd[1]: Reached target swap.target - Swaps.\nMay 30 06:29:22 localhost systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.\nMay 30 06:29:22 localhost systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.\nMay 30 06:29:22 localhost systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.\nMay 30 06:29:22 localhost systemd[1]: Listening on rpcbind.socket - RPCbind Server Activation Socket.\nMay 30 06:29:22 localhost systemd[1]: Reached target rpcbind.target - RPC Port Mapper.\nMay 30 06:29:22 localhost systemd[1]: Listening on systemd-coredump.socket - Process Core Dump Socket.\nMay 30 06:29:22 localhost systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption.\nMay 30 06:29:22 localhost systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.\nMay 30 06:29:22 localhost systemd[1]: systemd-pcrextend.socket - TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nMay 30 06:29:22 localhost systemd[1]: systemd-pcrlock.socket - Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nMay 30 06:29:22 localhost systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.\nMay 30 06:29:22 localhost systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.\nMay 30 06:29:22 localhost systemd[1]: Listening on systemd-userdbd.socket - User Database Manager Socket.\nMay 30 06:29:22 localhost systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...\nMay 30 06:29:22 localhost systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...\nMay 30 06:29:22 localhost systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...\nMay 30 06:29:22 localhost systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...\nMay 30 06:29:22 localhost systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\nMay 30 06:29:22 localhost systemd[1]: fips-crypto-policy-overlay.service - Bind-mount FIPS crypto-policy in FIPS mode was skipped because of an unmet condition check (ConditionKernelCommandLine=fips=1).\nMay 30 06:29:22 localhost systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...\nMay 30 06:29:22 localhost systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...\nMay 30 06:29:22 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...\nMay 30 06:29:22 localhost systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...\nMay 30 06:29:22 localhost systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...\nMay 30 06:29:22 localhost systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...\nMay 30 06:29:22 localhost systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...\nMay 30 06:29:22 localhost systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...\nMay 30 06:29:22 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully.\nMay 30 06:29:22 localhost systemd[1]: Stopped systemd-fsck-root.service - File System Check on Root Device.\nMay 30 06:29:22 localhost systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-journald.service - Journal Service...\nMay 30 06:29:22 localhost systemd[1]: systemd-modules-load.service - Load Kernel Modules was skipped because no trigger condition checks were met.\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-network-generator.service - Generate network units from Kernel command line...\nMay 30 06:29:22 localhost systemd[1]: systemd-pcrmachine.service - TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...\nMay 30 06:29:22 localhost systemd[1]: systemd-tpm2-setup-early.service - Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials...\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...\nMay 30 06:29:22 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\nMay 30 06:29:22 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.\nMay 30 06:29:22 localhost systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.\nMay 30 06:29:22 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.\nMay 30 06:29:22 localhost systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.\nMay 30 06:29:22 localhost systemd[1]: modprobe@drm.service: Deactivated successfully.\nMay 30 06:29:22 localhost systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...\nMay 30 06:29:22 localhost systemd-journald[520]: Collecting audit messages is disabled.\nMay 30 06:29:22 localhost kernel: device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.\nMay 30 06:29:22 localhost kernel: device-mapper: uevent: version 1.0.3\nMay 30 06:29:22 localhost kernel: device-mapper: ioctl: 4.49.0-ioctl (2025-01-17) initialised: dm-devel@lists.linux.dev\nMay 30 06:29:22 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully.\nMay 30 06:29:22 localhost systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.\nMay 30 06:29:22 localhost systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.\nMay 30 06:29:22 localhost systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.\nMay 30 06:29:22 localhost systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.\nMay 30 06:29:22 localhost systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-network-generator.service - Generate network units from Kernel command line.\nMay 30 06:29:22 localhost kernel: fuse: init (API version 7.41)\nMay 30 06:29:22 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully.\nMay 30 06:29:22 localhost systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.\nMay 30 06:29:22 localhost systemd-journald[520]: 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.\nMay 30 06:29:22 localhost systemd-journald[520]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.4M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:29:17 localhost systemd-rc-local-generator[474]: /etc/rc.d/rc.local is not marked executable, skipping.\nMay 30 06:29:21 localhost systemd[1]: Queued start job for default target multi-user.target.\nMay 30 06:29:21 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.\nMay 30 06:29:22 localhost kernel: loop: module loaded\nMay 30 06:29:22 localhost systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).\nMay 30 06:29:22 localhost systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed...\nMay 30 06:29:22 localhost systemd[1]: systemd-tpm2-setup.service - TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\nMay 30 06:29:22 localhost systemd[1]: Started systemd-journald.service - Journal Service.\nMay 30 06:29:22 localhost systemd[1]: modprobe@loop.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@loop.service has successfully entered the 'dead' state.\nMay 30 06:29:22 localhost systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.\n\u2591\u2591 Subject: A start job for unit modprobe@loop.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@loop.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 165.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials.\n\u2591\u2591 Subject: A start job for unit systemd-udev-load-credentials.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-load-credentials.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 155.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed.\n\u2591\u2591 Subject: A start job for unit systemd-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 167.\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 137.\nMay 30 06:29:22 localhost systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-repart.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-repart.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 163.\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-userdbd.service - User Database Manager...\n\u2591\u2591 Subject: A start job for unit systemd-userdbd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-userdbd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 294.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices.\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 187.\nMay 30 06:29:22 localhost systemd[1]: Started systemd-userdbd.service - User Database Manager.\n\u2591\u2591 Subject: A start job for unit systemd-userdbd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-userdbd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 294.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.\n\u2591\u2591 Subject: A start job for unit systemd-sysctl.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysctl.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 161.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev-early.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 173.\nMay 30 06:29:22 localhost systemd[1]: systemd-sysusers.service - Create System Users was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 153.\nMay 30 06:29:22 localhost systemd-journald[520]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.4M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:29:22 localhost systemd-journald[520]: Received client request to flush runtime journal.\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 135.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 137.\nMay 30 06:29:22 localhost systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 135.\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 154.\nMay 30 06:29:22 localhost systemd-udevd[562]: Using default interface naming scheme 'rhel-10.0'.\nMay 30 06:29:22 localhost systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 182.\nMay 30 06:29:22 localhost systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 182.\nMay 30 06:29:22 localhost systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.\n\u2591\u2591 Subject: A start job for unit lvm2-monitor.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit lvm2-monitor.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 127.\nMay 30 06:29:22 localhost systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 136.\nMay 30 06:29:22 localhost systemd[1]: Reached target local-fs.target - Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 146.\nMay 30 06:29:22 localhost systemd[1]: Listening on systemd-bootctl.socket - Boot Entries Service Socket.\n\u2591\u2591 Subject: A start job for unit systemd-bootctl.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-bootctl.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 214.\nMay 30 06:29:22 localhost systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management.\n\u2591\u2591 Subject: A start job for unit systemd-sysext.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysext.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 216.\nMay 30 06:29:22 localhost systemd[1]: selinux-autorelabel-mark.service - Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux).\n\u2591\u2591 Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit selinux-autorelabel-mark.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 178.\nMay 30 06:29:22 localhost systemd[1]: systemd-binfmt.service - Set Up Additional Binary Formats was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-binfmt.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-binfmt.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 188.\nMay 30 06:29:22 localhost systemd[1]: systemd-boot-random-seed.service - Update Boot Loader Random Seed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-boot-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 152.\nMay 30 06:29:22 localhost systemd[1]: systemd-confext.service - Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-confext.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-confext.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 141.\nMay 30 06:29:22 localhost systemd[1]: systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-sysext.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysext.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 166.\nMay 30 06:29:22 localhost systemd[1]: Starting systemd-tmpfiles-setup.service - Create System Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 133.\nMay 30 06:29:23 localhost systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 154.\nMay 30 06:29:23 localhost systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 302.\nMay 30 06:29:23 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 302.\nMay 30 06:29:23 localhost systemd[1]: Condition check resulted in dev-ttyS0.device - /dev/ttyS0 being skipped.\n\u2591\u2591 Subject: A start job for unit dev-ttyS0.device has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-ttyS0.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 266.\nMay 30 06:29:23 localhost systemd[1]: Finished systemd-tmpfiles-setup.service - Create System Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 133.\nMay 30 06:29:23 localhost systemd[1]: Mounting var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System...\n\u2591\u2591 Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 234.\nMay 30 06:29:23 localhost systemd[1]: Starting auditd.service - Security Audit Logging Service...\n\u2591\u2591 Subject: A start job for unit auditd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 260.\nMay 30 06:29:23 localhost systemd[1]: ldconfig.service - Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit ldconfig.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ldconfig.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 162.\nMay 30 06:29:23 localhost systemd[1]: Starting rpcbind.service - RPC Bind...\n\u2591\u2591 Subject: A start job for unit rpcbind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpcbind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 239.\nMay 30 06:29:23 localhost systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).\n\u2591\u2591 Subject: A start job for unit systemd-firstboot.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-firstboot.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 142.\nMay 30 06:29:23 localhost systemd[1]: first-boot-complete.target - First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).\n\u2591\u2591 Subject: A start job for unit first-boot-complete.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit first-boot-complete.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 143.\nMay 30 06:29:23 localhost systemd[1]: systemd-journal-catalog-update.service - Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).\n\u2591\u2591 Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-catalog-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 181.\nMay 30 06:29:23 localhost systemd[1]: Starting systemd-machine-id-commit.service - Save Transient machine-id to Disk...\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 190.\nMay 30 06:29:23 localhost systemd[1]: systemd-update-done.service - Update is Completed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-update-done.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-done.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 159.\nMay 30 06:29:23 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer\nMay 30 06:29:23 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5\nMay 30 06:29:23 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.\nMay 30 06:29:23 localhost systemd[1]: Finished systemd-machine-id-commit.service - Save Transient machine-id to Disk.\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 190.\nMay 30 06:29:23 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308.\nMay 30 06:29:23 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console\nMay 30 06:29:23 localhost kernel: Console: switching to colour dummy device 80x25\nMay 30 06:29:23 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0\nMay 30 06:29:23 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device\nMay 30 06:29:23 localhost kernel: Console: switching to colour frame buffer device 128x48\nMay 30 06:29:23 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device\nMay 30 06:29:23 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.\nMay 30 06:29:23 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308 and the job result is done.\nMay 30 06:29:23 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308.\nMay 30 06:29:23 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.\nMay 30 06:29:23 localhost systemd[1]: Stopped systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308 and the job result is done.\nMay 30 06:29:23 localhost (udev-worker)[575]: Network interface NamePolicy= disabled on kernel command line.\nMay 30 06:29:23 localhost systemd[1]: Starting systemd-vconsole-setup.service - Virtual Console Setup...\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308.\nMay 30 06:29:23 localhost kernel: RPC: Registered named UNIX socket transport module.\nMay 30 06:29:23 localhost kernel: RPC: Registered udp transport module.\nMay 30 06:29:23 localhost kernel: RPC: Registered tcp transport module.\nMay 30 06:29:23 localhost kernel: RPC: Registered tcp-with-tls transport module.\nMay 30 06:29:23 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.\nMay 30 06:29:23 localhost systemd[1]: Mounted var-lib-nfs-rpc_pipefs.mount - RPC Pipe File System.\n\u2591\u2591 Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 234.\nMay 30 06:29:23 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr\nMay 30 06:29:23 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 233.\nMay 30 06:29:23 localhost auditd[627]: No plugins found, not dispatching events\nMay 30 06:29:23 localhost auditd[627]: Init complete, auditd 4.0.3 listening for events (startup state enable)\nMay 30 06:29:23 localhost systemd[1]: Started auditd.service - Security Audit Logging Service.\n\u2591\u2591 Subject: A start job for unit auditd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 260.\nMay 30 06:29:23 localhost systemd[1]: Starting audit-rules.service - Load Audit Rules...\n\u2591\u2591 Subject: A start job for unit audit-rules.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit audit-rules.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 261.\nMay 30 06:29:23 localhost systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 276.\nMay 30 06:29:23 localhost systemd[1]: Started rpcbind.service - RPC Bind.\n\u2591\u2591 Subject: A start job for unit rpcbind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpcbind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 239.\nMay 30 06:29:23 localhost systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 276.\nMay 30 06:29:24 localhost systemd[1]: Finished systemd-vconsole-setup.service - Virtual Console Setup.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 308.\nMay 30 06:29:24 localhost systemd[1]: Reached target sysinit.target - System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 123.\nMay 30 06:29:24 localhost systemd[1]: Started dnf-makecache.timer - dnf makecache --timer.\n\u2591\u2591 Subject: A start job for unit dnf-makecache.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dnf-makecache.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 219.\nMay 30 06:29:24 localhost systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week.\n\u2591\u2591 Subject: A start job for unit fstrim.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit fstrim.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 218.\nMay 30 06:29:24 localhost systemd[1]: Started logrotate.timer - Daily rotation of log files.\n\u2591\u2591 Subject: A start job for unit logrotate.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 225.\nMay 30 06:29:24 localhost systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-clean.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 226.\nMay 30 06:29:24 localhost systemd[1]: Reached target timers.target - Timer Units.\n\u2591\u2591 Subject: A start job for unit timers.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit timers.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 217.\nMay 30 06:29:24 localhost systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit dbus.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 213.\nMay 30 06:29:24 localhost systemd[1]: Listening on sshd-unix-local.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).\n\u2591\u2591 Subject: A start job for unit sshd-unix-local.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-unix-local.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 204.\nMay 30 06:29:24 localhost systemd[1]: Listening on sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK).\n\u2591\u2591 Subject: A start job for unit sshd-vsock.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-vsock.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 211.\nMay 30 06:29:24 localhost systemd[1]: Reached target ssh-access.target - SSH Access Available.\n\u2591\u2591 Subject: A start job for unit ssh-access.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ssh-access.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 212.\nMay 30 06:29:24 localhost systemd[1]: Listening on sssd-kcm.socket - SSSD Kerberos Cache Manager responder socket.\n\u2591\u2591 Subject: A start job for unit sssd-kcm.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd-kcm.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 201.\nMay 30 06:29:24 localhost systemd[1]: Listening on systemd-hostnamed.socket - Hostname Service Socket.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 205.\nMay 30 06:29:24 localhost systemd[1]: Reached target sockets.target - Socket Units.\n\u2591\u2591 Subject: A start job for unit sockets.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sockets.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 200.\nMay 30 06:29:24 localhost systemd[1]: Starting dbus-broker.service - D-Bus System Message Bus...\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nMay 30 06:29:24 localhost systemd[1]: systemd-pcrphase-sysinit.service - TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase-sysinit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 174.\nMay 30 06:29:24 localhost augenrules[631]: /usr/sbin/augenrules: No change\nMay 30 06:29:24 localhost augenrules[653]: No rules\nMay 30 06:29:24 localhost augenrules[653]: enabled 1\nMay 30 06:29:24 localhost augenrules[653]: failure 1\nMay 30 06:29:24 localhost augenrules[653]: pid 627\nMay 30 06:29:24 localhost augenrules[653]: rate_limit 0\nMay 30 06:29:24 localhost augenrules[653]: backlog_limit 8192\nMay 30 06:29:24 localhost augenrules[653]: lost 0\nMay 30 06:29:24 localhost augenrules[653]: backlog 0\nMay 30 06:29:24 localhost augenrules[653]: backlog_wait_time 60000\nMay 30 06:29:24 localhost augenrules[653]: backlog_wait_time_actual 0\nMay 30 06:29:24 localhost augenrules[653]: enabled 1\nMay 30 06:29:24 localhost augenrules[653]: failure 1\nMay 30 06:29:24 localhost augenrules[653]: pid 627\nMay 30 06:29:24 localhost augenrules[653]: rate_limit 0\nMay 30 06:29:24 localhost augenrules[653]: backlog_limit 8192\nMay 30 06:29:24 localhost augenrules[653]: lost 0\nMay 30 06:29:24 localhost augenrules[653]: backlog 0\nMay 30 06:29:24 localhost augenrules[653]: backlog_wait_time 60000\nMay 30 06:29:24 localhost augenrules[653]: backlog_wait_time_actual 0\nMay 30 06:29:24 localhost augenrules[653]: enabled 1\nMay 30 06:29:24 localhost augenrules[653]: failure 1\nMay 30 06:29:24 localhost augenrules[653]: pid 627\nMay 30 06:29:24 localhost augenrules[653]: rate_limit 0\nMay 30 06:29:24 localhost augenrules[653]: backlog_limit 8192\nMay 30 06:29:24 localhost augenrules[653]: lost 0\nMay 30 06:29:24 localhost augenrules[653]: backlog 0\nMay 30 06:29:24 localhost augenrules[653]: backlog_wait_time 60000\nMay 30 06:29:24 localhost augenrules[653]: backlog_wait_time_actual 0\nMay 30 06:29:24 localhost systemd[1]: audit-rules.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit audit-rules.service has successfully entered the 'dead' state.\nMay 30 06:29:24 localhost systemd[1]: Finished audit-rules.service - Load Audit Rules.\n\u2591\u2591 Subject: A start job for unit audit-rules.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit audit-rules.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 261.\nMay 30 06:29:24 localhost systemd[1]: Started dbus-broker.service - D-Bus System Message Bus.\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nMay 30 06:29:24 localhost dbus-broker-launch[645]: Ready\nMay 30 06:29:24 localhost systemd[1]: Reached target basic.target - Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 122.\nMay 30 06:29:24 localhost systemd[1]: Starting chronyd.service - NTP client/server...\n\u2591\u2591 Subject: A start job for unit chronyd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 278.\nMay 30 06:29:24 localhost systemd[1]: Starting cloud-init-local.service - Cloud-init: Local Stage (pre-network)...\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 243.\nMay 30 06:29:24 localhost systemd[1]: Starting dracut-shutdown.service - Restore /run/initramfs on shutdown...\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 171.\nMay 30 06:29:24 localhost systemd[1]: Started irqbalance.service - irqbalance daemon.\n\u2591\u2591 Subject: A start job for unit irqbalance.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit irqbalance.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 240.\nMay 30 06:29:24 localhost systemd[1]: Started rngd.service - Hardware RNG Entropy Gatherer Daemon.\n\u2591\u2591 Subject: A start job for unit rngd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rngd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 259.\nMay 30 06:29:24 localhost systemd[1]: ssh-host-keys-migration.service - Update OpenSSH host key permissions was skipped because of an unmet condition check (ConditionPathExists=!/var/lib/.ssh-host-keys-migration).\n\u2591\u2591 Subject: A start job for unit ssh-host-keys-migration.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ssh-host-keys-migration.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 253.\nMay 30 06:29:24 localhost systemd[1]: sshd-keygen@ecdsa.service - OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ecdsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 249.\nMay 30 06:29:24 localhost systemd[1]: sshd-keygen@ed25519.service - OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ed25519.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 251.\nMay 30 06:29:24 localhost systemd[1]: sshd-keygen@rsa.service - OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@rsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@rsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 252.\nMay 30 06:29:24 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 248.\nMay 30 06:29:24 localhost systemd[1]: sssd.service - System Security Services Daemon was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit sssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 272.\nMay 30 06:29:24 localhost systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.\n\u2591\u2591 Subject: A start job for unit nss-user-lookup.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nss-user-lookup.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 273.\nMay 30 06:29:24 localhost systemd[1]: Starting systemd-logind.service - User Login Management...\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 255.\nMay 30 06:29:24 localhost systemd[1]: Finished dracut-shutdown.service - Restore /run/initramfs on shutdown.\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 171.\nMay 30 06:29:25 localhost systemd-logind[668]: 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.\nMay 30 06:29:25 localhost systemd-logind[668]: Watching system buttons on /dev/input/event0 (Power Button)\nMay 30 06:29:25 localhost systemd-logind[668]: Watching system buttons on /dev/input/event1 (Sleep Button)\nMay 30 06:29:25 localhost systemd-logind[668]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)\nMay 30 06:29:25 localhost systemd[1]: Started systemd-logind.service - User Login Management.\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 255.\nMay 30 06:29:25 localhost rngd[666]: Disabling 7: PKCS11 Entropy generator (pkcs11)\nMay 30 06:29:25 localhost rngd[666]: Disabling 5: NIST Network Entropy Beacon (nist)\nMay 30 06:29:25 localhost rngd[666]: Disabling 9: Qrypt quantum entropy beacon (qrypt)\nMay 30 06:29:25 localhost rngd[666]: Disabling 10: Named pipe entropy input (namedpipe)\nMay 30 06:29:25 localhost rngd[666]: Initializing available sources\nMay 30 06:29:25 localhost rngd[666]: [hwrng ]: Initialization Failed\nMay 30 06:29:25 localhost rngd[666]: [rdrand]: Enabling RDRAND rng support\nMay 30 06:29:25 localhost rngd[666]: [rdrand]: Initialized\nMay 30 06:29:25 localhost rngd[666]: [jitter]: JITTER timeout set to 5 sec\nMay 30 06:29:25 localhost chronyd[679]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)\nMay 30 06:29:25 localhost chronyd[679]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift\nMay 30 06:29:25 localhost chronyd[679]: Loaded seccomp filter (level 2)\nMay 30 06:29:25 localhost systemd[1]: Started chronyd.service - NTP client/server.\n\u2591\u2591 Subject: A start job for unit chronyd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 278.\nMay 30 06:29:25 localhost rngd[666]: [jitter]: Initializing AES buffer\nMay 30 06:29:30 localhost rngd[666]: [jitter]: Unable to obtain AES key, disabling JITTER source\nMay 30 06:29:30 localhost rngd[666]: [jitter]: Initialization Failed\nMay 30 06:29:30 localhost rngd[666]: Process privileges have been dropped to 2:2\nMay 30 06:29:31 localhost cloud-init[686]: Cloud-init v. 24.4-4.el10 running 'init-local' at Fri, 30 May 2025 10:29:31 +0000. Up 24.12 seconds.\nMay 30 06:29:31 localhost dhcpcd[689]: dhcpcd-10.0.6 starting\nMay 30 06:29:32 localhost kernel: 8021q: 802.1Q VLAN Support v1.8\nMay 30 06:29:32 localhost systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch.\n\u2591\u2591 Subject: A start job for unit systemd-rfkill.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-rfkill.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 317.\nMay 30 06:29:32 localhost kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database\nMay 30 06:29:32 localhost kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'\nMay 30 06:29:32 localhost kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'\nMay 30 06:29:32 localhost kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2\nMay 30 06:29:32 localhost kernel: cfg80211: failed to load regulatory.db\nMay 30 06:29:32 localhost dhcpcd[692]: DUID 00:01:00:01:2f:cc:45:0c:0a:ff:f3:3a:6f:11\nMay 30 06:29:32 localhost dhcpcd[692]: eth0: IAID f3:3a:6f:11\nMay 30 06:29:32 localhost dhcpcd[692]: eth0: soliciting a DHCP lease\nMay 30 06:29:32 localhost dhcpcd[692]: eth0: offered 10.31.13.67 from 10.31.12.1\nMay 30 06:29:32 localhost dhcpcd[692]: eth0: leased 10.31.13.67 for 3600 seconds\nMay 30 06:29:32 localhost dhcpcd[692]: eth0: adding route to 10.31.12.0/22\nMay 30 06:29:32 localhost dhcpcd[692]: eth0: adding default route via 10.31.12.1\nMay 30 06:29:32 localhost dhcpcd[692]: control command: dhcpcd --dumplease --ipv4only eth0\nMay 30 06:29:32 localhost systemd[1]: Starting systemd-hostnamed.service - Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 326.\nMay 30 06:29:32 localhost systemd[1]: Started systemd-hostnamed.service - Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 326.\nMay 30 06:29:32 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[714]: Hostname set to (static)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init-local.service - Cloud-init: Local Stage (pre-network).\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 243.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-pre.target - Preparation for Network.\n\u2591\u2591 Subject: A start job for unit network-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 177.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager.service - Network Manager...\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.4981] NetworkManager (version 1.53.4-1.el10) is starting... (boot:5f6d04bf-c773-40fa-b3d9-b1efe7298b87)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.4983] Read config: /etc/NetworkManager/NetworkManager.conf, /etc/NetworkManager/conf.d/30-cloud-init-ip6-addr-gen-mode.conf\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5107] manager[0x55756f3099e0]: monitoring kernel firmware directory '/lib/firmware'.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5143] hostname: hostname: using hostnamed\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5144] hostname: static hostname changed from (none) to \"ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com\"\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5158] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5167] manager[0x55756f3099e0]: rfkill: Wi-Fi hardware radio set enabled\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5167] manager[0x55756f3099e0]: rfkill: WWAN hardware radio set enabled\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5244] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5244] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5245] manager: Networking is enabled by state file\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5252] settings: Loaded settings plugin: keyfile (internal)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 404.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5389] dhcp: init: Using DHCP client 'internal'\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5392] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5401] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5404] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5408] device (lo): Activation: starting connection 'lo' (1cfefdc2-d1dc-4db3-9177-7bae569af069)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5421] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5425] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager.service - Network Manager.\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network.target - Network.\n\u2591\u2591 Subject: A start job for unit network.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 224.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5464] bus-manager: acquired D-Bus service \"org.freedesktop.NetworkManager\"\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5467] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5469] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5471] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5473] device (eth0): carrier: link connected\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5475] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5480] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting NetworkManager-wait-online.service - Network Manager Wait Online...\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 221.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5493] policy: auto-activating connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5523] device (eth0): Activation: starting connection 'cloud-init eth0' (1dd9a779-d327-56e1-8454-c65e2556c12c)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5525] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5530] manager: NetworkManager state is now CONNECTING\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5533] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5538] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting gssproxy.service - GSSAPI Proxy Daemon...\n\u2591\u2591 Subject: A start job for unit gssproxy.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 236.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5551] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.5563] dhcp4 (eth0): state changed new lease, address=10.31.13.67, acd pending\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.6873] dhcp4 (eth0): state changed new lease, address=10.31.13.67\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.6881] policy: set 'cloud-init eth0' (eth0) as default for IPv4 routing and DNS\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.6946] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 404.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started gssproxy.service - GSSAPI Proxy Daemon.\n\u2591\u2591 Subject: A start job for unit gssproxy.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 236.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: rpc-gssd.service - RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\n\u2591\u2591 Subject: A start job for unit rpc-gssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-gssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 232.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target nfs-client.target - NFS client services.\n\u2591\u2591 Subject: A start job for unit nfs-client.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nfs-client.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 230.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 238.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-cryptsetup.target - Remote Encrypted Volumes.\n\u2591\u2591 Subject: A start job for unit remote-cryptsetup.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-cryptsetup.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 241.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target remote-fs.target - Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 229.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-pcrphase.service - TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 168.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8484] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8485] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8487] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8493] device (lo): Activation: successful, device activated.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8499] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full')\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8502] manager: NetworkManager state is now CONNECTED_SITE\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8524] device (eth0): Activation: successful, device activated.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8530] manager: NetworkManager state is now CONNECTED_GLOBAL\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com NetworkManager[721]: [1748600973.8532] manager: startup complete\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished NetworkManager-wait-online.service - Network Manager Wait Online.\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 221.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-init.service - Cloud-init: Network Stage...\n\u2591\u2591 Subject: A start job for unit cloud-init.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 246.\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Added source 10.11.160.238\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Added source 10.18.100.10\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Added source 10.2.32.37\nMay 30 06:29:33 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Added source 10.2.32.38\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Cloud-init v. 24.4-4.el10 running 'init' at Fri, 30 May 2025 10:29:34 +0000. Up 26.36 seconds.\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | eth0 | True | 10.31.13.67 | 255.255.252.0 | global | 0a:ff:f3:3a:6f:11 |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | eth0 | True | fe80::8ff:f3ff:fe3a:6f11/64 | . | link | 0a:ff:f3:3a:6f:11 |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | lo | True | ::1/128 | . | host | . |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | Route | Destination | Gateway | Interface | Flags |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 0 | fe80::/64 | :: | eth0 | U |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: | 2 | multicast | :: | eth0 | U |\nMay 30 06:29:34 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private rsa key pair.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is:\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: SHA256:xs3ib9FNaAdC2UiNmMFMbkF6cIm3IjpwXjGy/uJ1bXg root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is:\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +---[RSA 3072]----+\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | .**Bo* |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | . o .=B.= + |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o o..+. . o |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |. o o .+.o o o |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | = o . .S oo + |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | = = .. . . |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o. o E . |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | .... o .. |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | ... .. |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private ecdsa key pair.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is:\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: SHA256:+J9iE2tIVjIyTZ6nDm12XJkw1mRiKjLScRAzLqynzlE root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is:\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +---[ECDSA 256]---+\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | *o. ooo |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.o = .o+o. |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |o.= .+.o o o |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.o oo.*.o + |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |. .E +.BS. |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o. . B.+ |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.. B o.o |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |o . o *. . |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o o oo |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Generating public/private ed25519 key pair.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key fingerprint is:\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: SHA256:M4Dhwlgf/PEDqB1sKNnQ9slbJ3k5L+EMSmphNGfaFTE root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: The key's randomart image is:\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +--[ED25519 256]--+\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.=.+o.Eo |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |o+BoO++. |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: |.+o%+=.= . |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | =.B *.O |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | . + + BS= |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | o o +o. |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | . . |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: | |\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[808]: +----[SHA256]-----+\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 0 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 0 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 48 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 48 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 49 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 49 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 50 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 50 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 51 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 51 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 52 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 52 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 53 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 53 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 54 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 54 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 55 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 55 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 56 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 56 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 57 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 57 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 58 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 58 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: Cannot change IRQ 59 affinity: Permission denied\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com irqbalance[665]: IRQ 59 affinity is now unmanaged\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-init.service - Cloud-init: Network Stage.\n\u2591\u2591 Subject: A start job for unit cloud-init.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 246.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-config.target - Cloud-config availability.\n\u2591\u2591 Subject: A start job for unit cloud-config.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 245.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target network-online.target - Network is Online.\n\u2591\u2591 Subject: A start job for unit network-online.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-online.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 220.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-config.service - Cloud-init: Config Stage...\n\u2591\u2591 Subject: A start job for unit cloud-config.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 244.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting kdump.service - Crash recovery kernel arming...\n\u2591\u2591 Subject: A start job for unit kdump.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 271.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting restraintd.service - The restraint harness....\n\u2591\u2591 Subject: A start job for unit restraintd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 281.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rpc-statd-notify.service - Notify NFS peers of a restart...\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 237.\nMay 30 06:29:35 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting rsyslog.service - System Logging Service...\n\u2591\u2591 Subject: A start job for unit rsyslog.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 274.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 247.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sm-notify[889]: Version 2.8.2 starting\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions...\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 277.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started restraintd.service - The restraint harness..\n\u2591\u2591 Subject: A start job for unit restraintd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 281.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[891]: Server listening on 0.0.0.0 port 22.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[891]: Server listening on :: port 22.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 247.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rpc-statd-notify.service - Notify NFS peers of a restart.\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 237.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions.\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 277.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started crond.service - Command Scheduler.\n\u2591\u2591 Subject: A start job for unit crond.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit crond.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 258.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started getty@tty1.service - Getty on tty1.\n\u2591\u2591 Subject: A start job for unit getty@tty1.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty@tty1.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 269.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com rsyslogd[890]: [origin software=\"rsyslogd\" swVersion=\"8.2412.0-2.el10\" x-pid=\"890\" x-info=\"https://www.rsyslog.com\"] start\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started serial-getty@ttyS0.service - Serial Getty on ttyS0.\n\u2591\u2591 Subject: A start job for unit serial-getty@ttyS0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit serial-getty@ttyS0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 264.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target getty.target - Login Prompts.\n\u2591\u2591 Subject: A start job for unit getty.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 263.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started rsyslog.service - System Logging Service.\n\u2591\u2591 Subject: A start job for unit rsyslog.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 274.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target multi-user.target - Multi-User System.\n\u2591\u2591 Subject: A start job for unit multi-user.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit multi-user.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 121.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 275.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com crond[903]: (CRON) STARTUP (1.7.0)\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com crond[903]: (CRON) INFO (Syslog will be used instead of sendmail.)\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com crond[903]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 14% if used.)\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com crond[903]: (CRON) INFO (running with inotify support)\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com rsyslogd[890]: imjournal: journal files changed, reloading... [v8.2412.0-2.el10 try https://www.rsyslog.com/e/0 ]\nMay 30 06:29:36 ip-10-31-13-67.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.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 275.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[947]: Cloud-init v. 24.4-4.el10 running 'modules:config' at Fri, 30 May 2025 10:29:36 +0000. Up 28.56 seconds.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[891]: Received signal 15; terminating.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A stop job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 507.\nMay 30 06:29:36 ip-10-31-13-67.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.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A stop job for unit sshd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 507 and the job result is done.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting sshd.service - OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 507.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[951]: Server listening on 0.0.0.0 port 22.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd[951]: Server listening on :: port 22.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started sshd.service - OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 507.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-config.service - Cloud-init: Config Stage.\n\u2591\u2591 Subject: A start job for unit cloud-config.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 244.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting cloud-final.service - Cloud-init: Final Stage...\n\u2591\u2591 Subject: A start job for unit cloud-final.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 254.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com restraintd[896]: Listening on http://localhost:8081\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[957]: Cloud-init v. 24.4-4.el10 running 'modules:final' at Fri, 30 May 2025 10:29:36 +0000. Up 28.97 seconds.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[959]: #############################################################\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[960]: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[962]: 256 SHA256:+J9iE2tIVjIyTZ6nDm12XJkw1mRiKjLScRAzLqynzlE root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com (ECDSA)\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[964]: 256 SHA256:M4Dhwlgf/PEDqB1sKNnQ9slbJ3k5L+EMSmphNGfaFTE root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com (ED25519)\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[966]: 3072 SHA256:xs3ib9FNaAdC2UiNmMFMbkF6cIm3IjpwXjGy/uJ1bXg root@ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com (RSA)\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[967]: -----END SSH HOST KEY FINGERPRINTS-----\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[968]: #############################################################\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com cloud-init[957]: Cloud-init v. 24.4-4.el10 finished at Fri, 30 May 2025 10:29:36 +0000. Datasource DataSourceEc2Local. Up 29.06 seconds\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished cloud-final.service - Cloud-init: Final Stage.\n\u2591\u2591 Subject: A start job for unit cloud-final.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 254.\nMay 30 06:29:36 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target cloud-init.target - Cloud-init target.\n\u2591\u2591 Subject: A start job for unit cloud-init.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 242.\nMay 30 06:29:37 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kdumpctl[911]: kdump: Detected change(s) in the following file(s): /etc/fstab\nMay 30 06:29:37 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated.\nMay 30 06:29:38 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kdumpctl[911]: kdump: Rebuilding /boot/initramfs-6.12.0-83.el10.x86_64kdump.img\nMay 30 06:29:38 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1424]: dracut-105-4.el10\nMay 30 06:29:38 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1427]: Executing: /usr/bin/dracut --list-modules\nMay 30 06:29:38 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1484]: dracut-105-4.el10\nMay 30 06:29:39 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1487]: Executing: /usr/bin/dracut --list-modules\nMay 30 06:29:39 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1548]: dracut-105-4.el10\nMay 30 06:29:39 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --aggressive-strip --mount \"/dev/disk/by-uuid/eed44663-6e0b-489c-8ced-e1d034f48f5b /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota\" --add squash-erofs --squash-compressor lz4hc --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-6.12.0-83.el10.x86_64kdump.img 6.12.0-83.el10.x86_64\nMay 30 06:29:39 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com chronyd[679]: Selected source 162.159.200.123 (2.centos.pool.ntp.org)\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmand' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'plymouth' will not be installed, because it's in the list to be omitted!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'multipath' will not be installed, because command 'multipath' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'hwdb' will not be installed, because it's in the list to be omitted!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'resume' will not be installed, because it's in the list to be omitted!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'busybox' will not be installed, because command 'busybox' could not be found!\nMay 30 06:29:40 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'earlykdump' will not be installed, because it's in the list to be omitted!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-bsod' will not be installed, because command '/usr/lib/systemd/systemd-bsod' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrphase' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmand' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'multipath' will not be installed, because command 'multipath' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'crypt-gpg' will not be installed, because command 'gpg' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'squash-squashfs' will not be installed, because command 'mksquashfs' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'squash-squashfs' will not be installed, because command 'unsquashfs' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Module 'busybox' will not be installed, because command 'busybox' could not be found!\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: bash ***\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: shell-interpreter ***\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd ***\nMay 30 06:29:41 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: fips ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: fips-crypto-policies ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-ask-password ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-initrd ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-journald ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-modules-load ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-sysctl ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-sysusers ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-tmpfiles ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: systemd-udevd ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: rngd ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: i18n ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: drm ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: prefixdevname ***\nMay 30 06:29:42 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: kernel-modules ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: kernel-modules-extra ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: kernel-modules-extra: configuration source \"/run/depmod.d\" does not exist\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: kernel-modules-extra: configuration source \"/lib/depmod.d\" does not exist\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: kernel-modules-extra: parsing configuration file \"/etc/depmod.d/dist.conf\"\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: kernel-modules-extra: /etc/depmod.d/dist.conf: added \"updates extra built-in weak-updates\" to the list of search directories\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: fstab-sys ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: rootfs-block ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: squash-erofs ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: terminfo ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: udev-rules ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: dracut-systemd ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: usrmount ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: base ***\nMay 30 06:29:43 ip-10-31-13-67.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.\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: fs-lib ***\nMay 30 06:29:43 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: kdumpbase ***\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: memstrack ***\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: microcode_ctl-fw_dir_override ***\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl module: mangling fw_dir\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: reset fw_dir to \"/lib/firmware/updates /lib/firmware\"\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel\"...\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: intel: caveats check for kernel version \"6.12.0-83.el10.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel\" to fw_dir variable\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01\"...\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: configuration \"intel-06-4f-01\" is ignored\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: microcode_ctl: final fw_dir: \"/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware\"\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: openssl ***\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: shutdown ***\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including module: squash-lib ***\nMay 30 06:29:44 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Including modules done ***\nMay 30 06:29:45 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Installing kernel module dependencies ***\nMay 30 06:29:45 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Installing kernel module dependencies done ***\nMay 30 06:29:45 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Resolving executable dependencies ***\nMay 30 06:29:46 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Resolving executable dependencies done ***\nMay 30 06:29:46 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Hardlinking files ***\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Mode: real\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Method: sha256\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Files: 551\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Linked: 24 files\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Compared: 0 xattrs\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Compared: 42 files\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Saved: 14.22 MiB\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Duration: 0.214555 seconds\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Hardlinking files done ***\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Generating early-microcode cpio image ***\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Constructing GenuineIntel.bin ***\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Constructing GenuineIntel.bin ***\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Store current command line parameters ***\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: Stored kernel commandline:\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: No dracut internal kernel commandline stored in the initramfs\nMay 30 06:29:47 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Squashing the files inside the initramfs ***\nMay 30 06:29:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Squashing the files inside the initramfs done ***\nMay 30 06:29:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Creating image file '/boot/initramfs-6.12.0-83.el10.x86_64kdump.img' ***\nMay 30 06:29:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com dracut[1551]: *** Creating initramfs image file '/boot/initramfs-6.12.0-83.el10.x86_64kdump.img' done ***\nMay 30 06:29:51 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kdumpctl[911]: kdump: kexec: loaded kdump kernel\nMay 30 06:29:51 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com kdumpctl[911]: kdump: Starting kdump: [OK]\nMay 30 06:29:51 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished kdump.service - Crash recovery kernel arming.\n\u2591\u2591 Subject: A start job for unit kdump.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 271.\nMay 30 06:29:51 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.001s (kernel) + 6.498s (initrd) + 36.378s (userspace) = 43.878s.\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 1001076 microseconds.\n\u2591\u2591 \n\u2591\u2591 Initrd start-up required 6498329 microseconds.\n\u2591\u2591 \n\u2591\u2591 Userspace start-up required 36378803 microseconds.\nMay 30 06:30:03 ip-10-31-13-67.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.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4432]: Accepted publickey for root from 10.30.33.24 port 43526 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: 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 4432.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice user-0.slice - User Slice of UID 0.\n\u2591\u2591 Subject: A start job for unit user-0.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-0.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 586.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user-runtime-dir@0.service - User Runtime Directory /run/user/0...\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 508.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished user-runtime-dir@0.service - User Runtime Directory /run/user/0.\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 508.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting user@0.service - User Manager for UID 0...\n\u2591\u2591 Subject: A start job for unit user@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 588.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: New session 2 of user root.\n\u2591\u2591 Subject: A new session 2 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 2 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4437.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com (systemd)[4437]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Queued start job for default target default.target.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Created slice app.slice - User Application Slice.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: grub-boot-success.timer - Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system).\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 6.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of User's Temporary Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target paths.target - Paths.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 11.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target timers.target - Timers.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Starting dbus.socket - D-Bus User Message Bus Socket...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 8.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Starting systemd-tmpfiles-setup.service - Create User Files and Directories...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Listening on dbus.socket - D-Bus User Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 8.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Finished systemd-tmpfiles-setup.service - Create User Files and Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target sockets.target - Sockets.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 7.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target basic.target - Basic System.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Reached target default.target - Main User Target.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[4437]: Startup finished in 107ms.\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 107213 microseconds.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started user@0.service - User Manager for UID 0.\n\u2591\u2591 Subject: A start job for unit user@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 588.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-1.scope - Session 1 of User root.\n\u2591\u2591 Subject: A start job for unit session-1.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-1.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 669.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4432]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4448]: Received disconnect from 10.30.33.24 port 43526:11: disconnected by user\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4448]: Disconnected from user root 10.30.33.24 port 43526\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4432]: pam_unix(sshd:session): session closed for user root\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: Session 1 logged out. Waiting for processes to exit.\nMay 30 06:31:09 ip-10-31-13-67.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.\nMay 30 06:31:09 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: 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.\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4485]: Accepted publickey for root from 10.31.8.183 port 41366 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4486]: Accepted publickey for root from 10.31.8.183 port 41370 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: 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 4485.\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-3.scope - Session 3 of User root.\n\u2591\u2591 Subject: A start job for unit session-3.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-3.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 751.\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: 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 4486.\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4485]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started session-4.scope - Session 4 of User root.\n\u2591\u2591 Subject: A start job for unit session-4.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-4.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 833.\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4486]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4492]: Received disconnect from 10.31.8.183 port 41370:11: disconnected by user\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4492]: Disconnected from user root 10.31.8.183 port 41370\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com sshd-session[4486]: pam_unix(sshd:session): session closed for user root\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-4.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-4.scope has successfully entered the 'dead' state.\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: Session 4 logged out. Waiting for processes to exit.\nMay 30 06:31:16 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd-logind[668]: Removed session 4.\n\u2591\u2591 Subject: Session 4 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 4 has been terminated.\nMay 30 06:32:49 ip-10-31-13-67.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!)\nMay 30 06:32:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting systemd-hostnamed.service - Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 915.\nMay 30 06:32:50 ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started systemd-hostnamed.service - Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 915.\nMay 30 06:32:50 managed-node1 systemd-hostnamed[6348]: Hostname set to (static)\nMay 30 06:32:50 managed-node1 NetworkManager[721]: [1748601170.1050] hostname: static hostname changed from \"ip-10-31-13-67.testing-farm.us-east-1.aws.redhat.com\" to \"managed-node1\"\nMay 30 06:32:50 managed-node1 systemd[1]: Starting NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 993.\nMay 30 06:32:50 managed-node1 systemd[1]: Started NetworkManager-dispatcher.service - Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 993.\nMay 30 06:32:50 managed-node1 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!)\nMay 30 06:33:00 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.\nMay 30 06:33:08 managed-node1 sshd-session[6986]: Accepted publickey for root from 10.31.10.233 port 56184 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nMay 30 06:33:08 managed-node1 systemd-logind[668]: 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 6986.\nMay 30 06:33:08 managed-node1 systemd[1]: Started session-5.scope - Session 5 of User root.\n\u2591\u2591 Subject: A start job for unit session-5.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-5.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1072.\nMay 30 06:33:08 managed-node1 sshd-session[6986]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nMay 30 06:33:10 managed-node1 python3.12[7163]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nMay 30 06:33:11 managed-node1 python3.12[7341]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nMay 30 06:33:11 managed-node1 python3.12[7490]: 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\nMay 30 06:33:17 managed-node1 python3.12[7663]: 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\nMay 30 06:33:17 managed-node1 python3.12[7814]: 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\nMay 30 06:33:18 managed-node1 python3.12[7965]: 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\nMay 30 06:33:18 managed-node1 python3.12[8114]: 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\nMay 30 06:33:19 managed-node1 python3.12[8263]: 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\nMay 30 06:33:19 managed-node1 python3.12[8413]: 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\nMay 30 06:33:19 managed-node1 python3.12[8533]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1748601199.195913-7370-6829771891940/.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=43b0cba5e0e2d6ac29edb0f52f65382b542aac04 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\nMay 30 06:33:20 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.\nMay 30 06:33:20 managed-node1 python3.12[8682]: 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\nMay 30 06:33:20 managed-node1 systemd-journald[520]: Received SIGTERM from PID 1 (systemd).\nMay 30 06:33:20 managed-node1 systemd-journald[520]: 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.\nMay 30 06:33:20 managed-node1 systemd[1]: Stopping systemd-journald.service - Journal Service...\nMay 30 06:33:20 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully.\nMay 30 06:33:20 managed-node1 systemd[1]: Stopped systemd-journald.service - Journal Service.\nMay 30 06:33:20 managed-node1 systemd[1]: Starting systemd-journald.service - Journal Service...\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Collecting audit messages is disabled.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: 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.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:33:20 managed-node1 systemd[1]: Started systemd-journald.service - Journal Service.\nMay 30 06:33:20 managed-node1 python3.12[8840]: 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\nMay 30 06:33:20 managed-node1 systemd[1]: Stopping systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A stop job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1161.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Received client request to relinquish /var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb access.\nMay 30 06:33:20 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.\nMay 30 06:33:20 managed-node1 systemd[1]: Stopped systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A stop job for unit systemd-journal-flush.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-journal-flush.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1161 and the job result is done.\nMay 30 06:33:20 managed-node1 systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1161.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Received client request to flush runtime journal.\nMay 30 06:33:20 managed-node1 systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1161.\nMay 30 06:33:21 managed-node1 python3.12[8996]: 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\nMay 30 06:33:21 managed-node1 python3.12[9146]: ansible-stat Invoked with path=/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb/system.journal follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nMay 30 06:33:22 managed-node1 python3.12[9297]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb/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\nMay 30 06:33:22 managed-node1 python3.12[9449]: ansible-ansible.legacy.command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb/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\nMay 30 06:33:24 managed-node1 python3.12[9650]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nMay 30 06:33:24 managed-node1 python3.12[9828]: 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\nMay 30 06:33:25 managed-node1 python3.12[9977]: 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\nMay 30 06:33:25 managed-node1 python3.12[10126]: 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\nMay 30 06:33:26 managed-node1 python3.12[10276]: 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\nMay 30 06:33:26 managed-node1 python3.12[10426]: 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\nMay 30 06:33:26 managed-node1 python3.12[10575]: 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\nMay 30 06:33:27 managed-node1 python3.12[10724]: 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\nMay 30 06:33:27 managed-node1 systemd[1]: Reload requested from client PID 10725 ('systemctl') (unit session-5.scope)...\nMay 30 06:33:27 managed-node1 systemd[1]: Reloading...\nMay 30 06:33:27 managed-node1 systemd-rc-local-generator[10764]: /etc/rc.d/rc.local is not marked executable, skipping.\nMay 30 06:33:27 managed-node1 systemd[1]: Reloading finished in 197 ms.\nMay 30 06:33:28 managed-node1 python3.12[10922]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nMay 30 06:33:28 managed-node1 python3.12[11071]: 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\nMay 30 06:33:29 managed-node1 python3.12[11221]: 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\nMay 30 06:33:30 managed-node1 python3.12[11372]: 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\nMay 30 06:33:30 managed-node1 python3.12[11523]: 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\nMay 30 06:33:30 managed-node1 python3.12[11672]: 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\nMay 30 06:33:31 managed-node1 python3.12[11822]: 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\nMay 30 06:33:31 managed-node1 python3.12[11972]: 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\nMay 30 06:33:32 managed-node1 python3.12[12094]: ansible-ansible.legacy.copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1748601211.4768965-7741-14211395592688/.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=145d6969c386e1ad3341efbcf9e5d533aa41f499 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\nMay 30 06:33:32 managed-node1 python3.12[12243]: 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\nMay 30 06:33:32 managed-node1 systemd[1]: Stopping systemd-journald.service - Journal Service...\nMay 30 06:33:32 managed-node1 systemd-journald[8689]: Received SIGTERM from PID 1 (systemd).\nMay 30 06:33:32 managed-node1 systemd-journald[8689]: 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.\nMay 30 06:33:32 managed-node1 systemd[1]: systemd-journald.service: Deactivated successfully.\nMay 30 06:33:32 managed-node1 systemd[1]: Stopped systemd-journald.service - Journal Service.\nMay 30 06:33:32 managed-node1 systemd[1]: Starting systemd-journald.service - Journal Service...\nMay 30 06:33:32 managed-node1 systemd-journald[12247]: Collecting audit messages is disabled.\nMay 30 06:33:32 managed-node1 systemd-journald[12247]: 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.\nMay 30 06:33:32 managed-node1 systemd-journald[12247]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 69.2M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.2M, of which 61.2M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:33:32 managed-node1 systemd[1]: Started systemd-journald.service - Journal Service.\nMay 30 06:33:33 managed-node1 python3.12[12398]: 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\nMay 30 06:33:33 managed-node1 systemd[1]: Stopping systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A stop job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1176.\nMay 30 06:33: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.\nMay 30 06:33:33 managed-node1 systemd[1]: Stopped systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A stop job for unit systemd-journal-flush.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-journal-flush.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1176 and the job result is done.\nMay 30 06:33:33 managed-node1 systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1176.\nMay 30 06:33:33 managed-node1 systemd-journald[12247]: Time spent on flushing to /var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb is 18.557ms for 1423 entries.\nMay 30 06:33:33 managed-node1 systemd-journald[12247]: System Journal (/var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 2G, 1.9G free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 System Journal (/var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is currently using 8M.\n\u2591\u2591 Maximum allowed usage is set to 2G.\n\u2591\u2591 Leaving at least 4G free (of currently available 243.4G of disk space).\n\u2591\u2591 Enforced usage limit is thus 2G, of which 1.9G are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:33:33 managed-node1 systemd-journald[12247]: Received client request to flush runtime journal.\nMay 30 06:33:33 managed-node1 rsyslogd[890]: imjournal: journal files changed, reloading... [v8.2412.0-2.el10 try https://www.rsyslog.com/e/0 ]\nMay 30 06:33:33 managed-node1 systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1176.\nMay 30 06:33:33 managed-node1 python3.12[12555]: 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\nMay 30 06:33:33 managed-node1 python3.12[12705]: 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\nMay 30 06:33:34 managed-node1 python3.12[12855]: 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\nMay 30 06:33:34 managed-node1 python3.12[13005]: 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\nMay 30 06:33:34 managed-node1 python3.12[13155]: 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\nMay 30 06:33:35 managed-node1 python3.12[13305]: 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\nMay 30 06:29:09 localhost systemd-journald[257]: Collecting audit messages is disabled.\nMay 30 06:29:09 localhost systemd-journald[257]: Journal started\nMay 30 06:29:09 localhost systemd-journald[257]: Runtime Journal (/run/log/journal/4be4f659688a41a1ad2af79736aaba20) is 8M, max 69.2M, 61.2M free.\nMay 30 06:29:12 localhost systemd-journald[257]: Journal stopped\nMay 30 06:29:22 localhost systemd-journald[520]: Collecting audit messages is disabled.\nMay 30 06:29:22 localhost systemd-journald[520]: Journal started\nMay 30 06:29:22 localhost systemd-journald[520]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\nMay 30 06:29:21 localhost systemd[1]: systemd-journald.service: Deactivated successfully.\nMay 30 06:29:22 localhost systemd-journald[520]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\nMay 30 06:29:22 localhost systemd-journald[520]: Received client request to flush runtime journal.\nMay 30 06:33:20 managed-node1 systemd-journald[520]: Received SIGTERM from PID 1 (systemd).\nMay 30 06:33:20 managed-node1 systemd-journald[520]: Journal stopped\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Collecting audit messages is disabled.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Journal started\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Received client request to relinquish /var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb access.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\nMay 30 06:33:20 managed-node1 systemd-journald[8689]: Received client request to flush runtime journal.\nMay 30 06:33:32 managed-node1 systemd-journald[8689]: Received SIGTERM from PID 1 (systemd).\nMay 30 06:33:32 managed-node1 systemd-journald[8689]: Journal stopped\nMay 30 06:33:32 managed-node1 systemd-journald[12247]: Collecting audit messages is disabled.\nMay 30 06:33:32 managed-node1 systemd-journald[12247]: Journal started\nMay 30 06:33:32 managed-node1 systemd-journald[12247]: Runtime Journal (/run/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 69.2M, 61.2M free.\nMay 30 06:33:33 managed-node1 systemd-journald[12247]: Time spent on flushing to /var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb is 18.557ms for 1423 entries.\nMay 30 06:33:33 managed-node1 systemd-journald[12247]: System Journal (/var/log/journal/ec238f4e1636811cbe5eb5cfb37e7adb) is 8M, max 2G, 1.9G free.\nMay 30 06:33:33 managed-node1 systemd-journald[12247]: 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\nCompress=yes\nForwardToSyslog=yes\nRateLimitIntervalSec=2s\nRateLimitBurst=2000", "task_name": "Debug", "task_path": "/tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Friday 30 May 2025 06:33:38 -0400 (0:00:01.097) 0:00:14.963 ************ =============================================================================== Gathering Facts --------------------------------------------------------- 1.16s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 fedora.linux_system_roles.journald : Restart journald services ---------- 1.11s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Restart journald services ----------------------------------------------- 1.10s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 fedora.linux_system_roles.journald : Ensure required services are enabled --- 1.01s /tmp/collections-DVa/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-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 fedora.linux_system_roles.journald : Ensure required packages are installed --- 0.87s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Make a copy of the service files ---------------------------------------- 0.79s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Change the startlimit to avoid errors with excessive journald restarts --- 0.77s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 fedora.linux_system_roles.journald : Deploy journald configuration drop-in --- 0.72s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Remove copy of the service files ---------------------------------------- 0.69s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 Reload systemd to cleanup ----------------------------------------------- 0.69s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store --- 0.45s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 fedora.linux_system_roles.journald : Create journald configuration drop-in directory --- 0.45s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 Debug ------------------------------------------------------------------- 0.44s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 fedora.linux_system_roles.journald : Check if system is ostree ---------- 0.43s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 fedora.linux_system_roles.journald : Ensure persistent log store exists --- 0.36s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Get systemd-journald service state -------------------------------------- 0.36s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:63 Verify that system keep free is set properly ---------------------------- 0.36s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92 Cleanup ----------------------------------------------------------------- 0.35s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Make a copy of the systemd-journald.service ----------------------------- 0.35s /tmp/collections-DVa/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:36