ansible-playbook 2.9.27 config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/site-packages/ansible executable location = /usr/local/bin/ansible-playbook python version = 3.9.19 (main, May 16 2024, 11:40:09) [GCC 8.5.0 20210514 (Red Hat 8.5.0-22)] No config file found; using defaults [WARNING]: running playbook inside collection fedora.linux_system_roles Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_example.yml **************************************************** 1 plays in /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml PLAY [Simple journald role invocation] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Friday 30 May 2025 06:33:41 -0400 (0:00:00.018) 0:00:00.018 ************ ok: [managed-node1] META: ran handlers TASK [Make a copy of the service files] **************************************** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Friday 30 May 2025 06:33:42 -0400 (0:00:00.844) 0:00:00.862 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "c2a7375dacd7ab607a2c16050de7d8efecb35e1e", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "item": "systemd-journald.service", "md5sum": "e1c9d84da74e4387603ac307513e7abd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 1537, "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": "a263af66f98428fedde2287928a1e9e607729b3b", "dest": "/etc/systemd/system/systemd-journal-flush.service", "gid": 0, "group": "root", "item": "systemd-journal-flush.service", "md5sum": "ba4461f71703332d1c3465ef31347c40", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 827, "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-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 Friday 30 May 2025 06:33:43 -0400 (0:00:00.775) 0:00:01.638 ************ 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-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:36 Friday 30 May 2025 06:33:44 -0400 (0:00:00.748) 0:00:02.386 ************ changed: [managed-node1] => { "changed": true, "checksum": "c2a7375dacd7ab607a2c16050de7d8efecb35e1e", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "md5sum": "e1c9d84da74e4387603ac307513e7abd", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 1537, "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-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:43 Friday 30 May 2025 06:33:44 -0400 (0:00:00.331) 0:00:02.718 ************ changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Reload systemd to ensure startlimit changes take effect upon restart] **** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 Friday 30 May 2025 06:33:45 -0400 (0:00:00.325) 0:00:03.043 ************ ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Run the role] ************************************************************ task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:53 Friday 30 May 2025 06:33:45 -0400 (0:00:00.733) 0:00:03.777 ************ TASK [fedora.linux_system_roles.journald : Set platform/version specific variables] *** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3 Friday 30 May 2025 06:33:45 -0400 (0:00:00.026) 0:00:03.804 ************ included: /tmp/collections-dr6/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-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 Friday 30 May 2025 06:33:45 -0400 (0:00:00.018) 0:00:03.822 ************ skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.journald : Check if system is ostree] ********** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Friday 30 May 2025 06:33:45 -0400 (0:00:00.033) 0:00:03.855 ************ 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-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 Friday 30 May 2025 06:33:46 -0400 (0:00:00.441) 0:00:04.297 ************ 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-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6 Friday 30 May 2025 06:33:46 -0400 (0:00:00.036) 0:00:04.333 ************ skipping: [managed-node1] => {} TASK [fedora.linux_system_roles.journald : Ensure required packages are installed] *** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Friday 30 May 2025 06:33:46 -0400 (0:00:00.034) 0:00:04.368 ************ 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-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Friday 30 May 2025 06:33:49 -0400 (0:00:03.009) 0:00:07.378 ************ 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": { "ActiveEnterTimestamp": "Fri 2025-05-30 06:33:38 EDT", "ActiveEnterTimestampMonotonic": "258799633", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:38 EDT", "ActiveExitTimestampMonotonic": "258771537", "ActiveState": "active", "After": "syslog.socket systemd-journald-audit.socket system.slice systemd-journald-dev-log.socket systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:38 EDT", "AssertTimestampMonotonic": "258773675", "Before": "systemd-journal-flush.service sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:38 EDT", "ConditionTimestampMonotonic": "258773673", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Journal Service", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8662", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:38 EDT", "ExecMainStartTimestampMonotonic": "258774695", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-journald.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:38 EDT", "InactiveEnterTimestampMonotonic": "258772928", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:38 EDT", "InactiveExitTimestampMonotonic": "258774731", "InvocationID": "d9d8005ff0964109b180bfc7695d6a0c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8662", "MemoryAccounting": "yes", "MemoryCurrent": "1286144", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "14", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "systemd-journal-flush.service", "Requires": "systemd-journald.socket system.slice", "Restart": "always", "RestartUSec": "0", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-05-30 06:33:38 EDT", "StateChangeTimestampMonotonic": "258799633", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat 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 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_setup io_submit ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend 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 pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop 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 symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target initrd-switch-root.target", "Wants": "systemd-journald.socket systemd-journald-dev-log.socket", "WatchdogTimestamp": "Fri 2025-05-30 06:33:38 EDT", "WatchdogTimestampMonotonic": "258800031", "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": { "ActiveEnterTimestamp": "Fri 2025-05-30 06:33:39 EDT", "ActiveEnterTimestampMonotonic": "259277145", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:39 EDT", "ActiveExitTimestampMonotonic": "259259773", "ActiveState": "active", "After": "system.slice systemd-journald.socket systemd-remount-fs.service systemd-journald.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:39 EDT", "AssertTimestampMonotonic": "259269761", "Before": "systemd-tmpfiles-setup.service systemd-user-sessions.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:39 EDT", "ConditionTimestampMonotonic": "259269759", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journal-flush.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 06:33:39 EDT", "ExecMainExitTimestampMonotonic": "259276728", "ExecMainPID": "8795", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:39 EDT", "ExecMainStartTimestampMonotonic": "259270683", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:39 EDT", "InactiveEnterTimestampMonotonic": "259268893", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:39 EDT", "InactiveExitTimestampMonotonic": "259270719", "InvocationID": "c468ecbc85fe4aae8cb1a36b502240f3", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "0", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "systemd-journald.service system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-05-30 06:33:39 EDT", "StateChangeTimestampMonotonic": "259277145", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "0", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } TASK [fedora.linux_system_roles.journald : Create journald configuration drop-in directory] *** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 Friday 30 May 2025 06:33:50 -0400 (0:00:00.911) 0:00:08.289 ************ 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-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:36 Friday 30 May 2025 06:33:50 -0400 (0:00:00.454) 0:00:08.743 ************ included: /tmp/collections-dr6/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-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:3 Friday 30 May 2025 06:33:50 -0400 (0:00:00.042) 0:00:08.786 ************ 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-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Friday 30 May 2025 06:33:51 -0400 (0:00:00.346) 0:00:09.133 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "systemd-tmpfiles", "--create", "--prefix=/var/log/journal", "/usr/lib/tmpfiles.d/systemd.conf" ], "delta": "0:00:00.009740", "end": "2025-05-30 06:33:51.493366", "rc": 0, "start": "2025-05-30 06:33:51.483626" } TASK [fedora.linux_system_roles.journald : Configure volatile journal] ********* task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:40 Friday 30 May 2025 06:33:51 -0400 (0:00:00.434) 0:00:09.567 ************ skipping: [managed-node1] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.journald : Deploy journald configuration drop-in] *** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Friday 30 May 2025 06:33:51 -0400 (0:00:00.033) 0:00:09.601 ************ NOTIFIED HANDLER fedora.linux_system_roles.journald : Restart journald services for managed-node1 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:etc_t:s0", "size": 236, "src": "/root/.ansible/tmp/ansible-tmp-1748601231.628255-8395-230511722703974/source", "state": "file", "uid": 0 } RUNNING HANDLER [fedora.linux_system_roles.journald : Restart journald services] *** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Friday 30 May 2025 06:33:52 -0400 (0:00:00.666) 0:00:10.267 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-05-30 06:33:38 EDT", "ActiveEnterTimestampMonotonic": "258799633", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:38 EDT", "ActiveExitTimestampMonotonic": "258771537", "ActiveState": "active", "After": "syslog.socket systemd-journald-audit.socket system.slice systemd-journald-dev-log.socket systemd-journald.socket", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:38 EDT", "AssertTimestampMonotonic": "258773675", "Before": "systemd-journal-flush.service sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:38 EDT", "ConditionTimestampMonotonic": "258773673", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Journal Service", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "8662", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:38 EDT", "ExecMainStartTimestampMonotonic": "258774695", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FragmentPath": "/etc/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-journald.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:38 EDT", "InactiveEnterTimestampMonotonic": "258772928", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:38 EDT", "InactiveExitTimestampMonotonic": "258774731", "InvocationID": "d9d8005ff0964109b180bfc7695d6a0c", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "8662", "MemoryAccounting": "yes", "MemoryCurrent": "1359872", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "14", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "systemd-journal-flush.service", "Requires": "systemd-journald.socket system.slice", "Restart": "always", "RestartUSec": "0", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-05-30 06:33:38 EDT", "StateChangeTimestampMonotonic": "258799633", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat 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 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_setup io_submit ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend 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 pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop 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 symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target initrd-switch-root.target", "Wants": "systemd-journald.socket systemd-journald-dev-log.socket", "WatchdogTimestamp": "Fri 2025-05-30 06:33:38 EDT", "WatchdogTimestampMonotonic": "258800031", "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": { "ActiveEnterTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ActiveEnterTimestampMonotonic": "272751602", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ActiveExitTimestampMonotonic": "272683778", "ActiveState": "active", "After": "system.slice systemd-journald.socket systemd-remount-fs.service systemd-journald.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:52 EDT", "AssertTimestampMonotonic": "272744645", "Before": "systemd-tmpfiles-setup.service systemd-user-sessions.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ConditionTimestampMonotonic": "272744643", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ExecMainExitTimestampMonotonic": "272751263", "ExecMainPID": "11605", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ExecMainStartTimestampMonotonic": "272745493", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[Fri 2025-05-30 06:33:52 EDT] ; stop_time=[Fri 2025-05-30 06:33:52 EDT] ; pid=11605 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[Fri 2025-05-30 06:33:52 EDT] ; stop_time=[Fri 2025-05-30 06:33:52 EDT] ; pid=11601 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/etc/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:52 EDT", "InactiveEnterTimestampMonotonic": "272690754", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:52 EDT", "InactiveExitTimestampMonotonic": "272745560", "InvocationID": "a1e52c4725b0429c8960ca75b182a077", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "systemd-journald.service system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "0", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-05-30 06:33:52 EDT", "StateChangeTimestampMonotonic": "272751602", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } META: ran handlers TASK [Get systemd-journald service state] ************************************** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:63 Friday 30 May 2025 06:33:53 -0400 (0:00:01.028) 0:00:11.296 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "systemctl", "show", "--property", "SubState", "systemd-journald.service" ], "delta": "0:00:00.009201", "end": "2025-05-30 06:33:53.559961", "rc": 0, "start": "2025-05-30 06:33:53.550760" } STDOUT: SubState=running TASK [Verify that systemd-journald is running] ********************************* task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:70 Friday 30 May 2025 06:33:53 -0400 (0:00:00.340) 0:00:11.636 ************ ok: [managed-node1] => { "changed": false } MSG: All assertions passed TASK [Verify that syslog is set properly] ************************************** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:74 Friday 30 May 2025 06:33:53 -0400 (0:00:00.035) 0:00:11.671 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "ForwardToSyslog=yes", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002779", "end": "2025-05-30 06:33:53.950732", "rc": 0, "start": "2025-05-30 06:33:53.947953" } STDOUT: ForwardToSyslog=yes TASK [Verify that rate limit interval is set properly] ************************* task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:80 Friday 30 May 2025 06:33:53 -0400 (0:00:00.353) 0:00:12.025 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitIntervalSec=2s", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:01.004000", "end": "2025-05-30 06:33:55.299182", "rc": 0, "start": "2025-05-30 06:33:54.295182" } STDOUT: RateLimitIntervalSec=2s TASK [Verify that rate limit burst is set properly] **************************** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:86 Friday 30 May 2025 06:33:55 -0400 (0:00:01.350) 0:00:13.375 ************ ok: [managed-node1] => { "changed": false, "cmd": [ "grep", "RateLimitBurst=2000", "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" ], "delta": "0:00:00.002733", "end": "2025-05-30 06:33:55.646945", "rc": 0, "start": "2025-05-30 06:33:55.644212" } STDOUT: RateLimitBurst=2000 TASK [Verify that system keep free is set properly] **************************** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92 Friday 30 May 2025 06:33:55 -0400 (0:00:00.348) 0:00:13.724 ************ 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.002849", "end": "2025-05-30 06:33:55.996874", "rc": 1, "start": "2025-05-30 06:33:55.994025" } MSG: non-zero return code TASK [Debug] ******************************************************************* task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 Friday 30 May 2025 06:33:56 -0400 (0:00:00.348) 0:00:14.072 ************ 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.030139", "end": "2025-05-30 06:33:56.373069", "failed_when_result": true, "rc": 0, "start": "2025-05-30 06:33:56.342930" } STDERR: + exec + journalctl -ex -- Logs begin at Fri 2025-05-30 06:29:20 EDT, end at Fri 2025-05-30 06:33:56 EDT. -- May 30 06:29:20 localhost.localdomain kernel: ACPI: Added _OSI(3.0 _SCP Extensions) May 30 06:29:20 localhost.localdomain kernel: ACPI: Added _OSI(Processor Aggregator Device) May 30 06:29:20 localhost.localdomain kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded May 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=16 -> irq=9 (gsi=9) May 30 06:29:20 localhost.localdomain kernel: ACPI: Interpreter enabled May 30 06:29:20 localhost.localdomain kernel: ACPI: PM: (supports S0 S3 S4 S5) May 30 06:29:20 localhost.localdomain kernel: ACPI: Using IOAPIC for interrupt routing May 30 06:29:20 localhost.localdomain kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug May 30 06:29:20 localhost.localdomain kernel: ACPI: Enabled 2 GPEs in block 00 to 0F May 30 06:29:20 localhost.localdomain kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) May 30 06:29:20 localhost.localdomain kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3] May 30 06:29:20 localhost.localdomain kernel: acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] May 30 06:29:20 localhost.localdomain kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [0] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [3] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [4] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [5] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [6] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [7] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [8] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [9] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [10] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [11] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [12] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [13] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [14] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [15] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [16] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [17] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [18] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [19] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [20] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [21] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [22] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [23] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [24] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [25] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [26] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [27] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [28] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [29] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [30] registered May 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [31] registered May 30 06:29:20 localhost.localdomain kernel: PCI host bridge to bus 0000:00 May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window] May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [bus 00-ff] May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: reg 0x20: [io 0xc000-0xc00f] May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] May 30 06:29:20 localhost.localdomain kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, * this clock source is slow. Consider trying other clock sources May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf9ffffff pref] May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x14: [mem 0xfbfff000-0xfbffffff] May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:1f.0: [5853:0001] type 00 class 0xff8000 May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x10: [io 0xc100-0xc1ff] May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x14: [mem 0xfa000000-0xfaffffff pref] May 30 06:29:20 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 5 May 30 06:29:20 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10 May 30 06:29:20 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11 May 30 06:29:20 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 5 May 30 06:29:20 localhost.localdomain kernel: xen:balloon: Initialising balloon driver May 30 06:29:20 localhost.localdomain kernel: iommu: Default domain type: Passthrough May 30 06:29:20 localhost.localdomain kernel: SCSI subsystem initialized May 30 06:29:20 localhost.localdomain kernel: ACPI: bus type USB registered May 30 06:29:20 localhost.localdomain kernel: usbcore: registered new interface driver usbfs May 30 06:29:20 localhost.localdomain kernel: usbcore: registered new interface driver hub May 30 06:29:20 localhost.localdomain kernel: usbcore: registered new device driver usb May 30 06:29:20 localhost.localdomain kernel: pps_core: LinuxPPS API ver. 1 registered May 30 06:29:20 localhost.localdomain kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti May 30 06:29:20 localhost.localdomain kernel: PTP clock support registered May 30 06:29:20 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0 May 30 06:29:20 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing May 30 06:29:20 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes May 30 06:29:20 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] May 30 06:29:20 localhost.localdomain kernel: NetLabel: Initializing May 30 06:29:20 localhost.localdomain kernel: NetLabel: domain hash size = 128 May 30 06:29:20 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO May 30 06:29:20 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: bridge control possible May 30 06:29:20 localhost.localdomain kernel: vgaarb: loaded May 30 06:29:20 localhost.localdomain kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer May 30 06:29:20 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 May 30 06:29:20 localhost.localdomain kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter May 30 06:29:20 localhost.localdomain kernel: clocksource: Switched to clocksource xen May 30 06:29:20 localhost.localdomain kernel: VFS: Disk quotas dquot_6.6.0 May 30 06:29:20 localhost.localdomain kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) May 30 06:29:20 localhost.localdomain kernel: pnp: PnP ACPI init May 30 06:29:20 localhost.localdomain kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved May 30 06:29:20 localhost.localdomain kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) May 30 06:29:20 localhost.localdomain kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved May 30 06:29:20 localhost.localdomain kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved May 30 06:29:20 localhost.localdomain kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved May 30 06:29:20 localhost.localdomain kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) May 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=17 -> irq=8 (gsi=8) May 30 06:29:20 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) May 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=18 -> irq=12 (gsi=12) May 30 06:29:20 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) May 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=19 -> irq=1 (gsi=1) May 30 06:29:20 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) May 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=20 -> irq=6 (gsi=6) May 30 06:29:20 localhost.localdomain kernel: pnp 00:05: [dma 2] May 30 06:29:20 localhost.localdomain kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) May 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=21 -> irq=4 (gsi=4) May 30 06:29:20 localhost.localdomain kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) May 30 06:29:20 localhost.localdomain kernel: system 00:07: [io 0x10c0-0x1141] has been reserved May 30 06:29:20 localhost.localdomain kernel: system 00:07: [io 0xb044-0xb047] has been reserved May 30 06:29:20 localhost.localdomain kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) May 30 06:29:20 localhost.localdomain kernel: pnp: PnP ACPI: found 8 devices May 30 06:29:20 localhost.localdomain kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] May 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window] May 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 2 May 30 06:29:20 localhost.localdomain kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) May 30 06:29:20 localhost.localdomain kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc) May 30 06:29:20 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc) May 30 06:29:20 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc) May 30 06:29:20 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768) May 30 06:29:20 localhost.localdomain kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc) May 30 06:29:20 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) May 30 06:29:20 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc) May 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 1 May 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 44 May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds May 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] May 30 06:29:20 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64 May 30 06:29:20 localhost.localdomain kernel: Unpacking initramfs... May 30 06:29:20 localhost.localdomain kernel: Freeing initrd memory: 30628K May 30 06:29:20 localhost.localdomain kernel: ACPI: bus type thunderbolt registered May 30 06:29:20 localhost.localdomain kernel: Initialise system trusted keyrings May 30 06:29:20 localhost.localdomain kernel: Key type blacklist registered May 30 06:29:20 localhost.localdomain kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0 May 30 06:29:20 localhost.localdomain kernel: zbud: loaded May 30 06:29:20 localhost.localdomain kernel: pstore: using deflate compression May 30 06:29:20 localhost.localdomain kernel: Platform Keyring initialized May 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 38 May 30 06:29:20 localhost.localdomain kernel: Key type asymmetric registered May 30 06:29:20 localhost.localdomain kernel: Asymmetric key parser 'x509' registered May 30 06:29:20 localhost.localdomain kernel: Running certificate verification selftests May 30 06:29:20 localhost.localdomain kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' May 30 06:29:20 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) May 30 06:29:20 localhost.localdomain kernel: io scheduler mq-deadline registered May 30 06:29:20 localhost.localdomain kernel: io scheduler kyber registered May 30 06:29:20 localhost.localdomain kernel: io scheduler bfq registered May 30 06:29:20 localhost.localdomain kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE May 30 06:29:20 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 May 30 06:29:20 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 May 30 06:29:20 localhost.localdomain kernel: ACPI: Power Button [PWRF] May 30 06:29:20 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 May 30 06:29:20 localhost.localdomain kernel: ACPI: Sleep Button [SLPF] May 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=22 -> irq=47 (gsi=47) May 30 06:29:20 localhost.localdomain kernel: xen:grant_table: Grant tables using version 1 layout May 30 06:29:20 localhost.localdomain kernel: Grant table initialized May 30 06:29:20 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! May 30 06:29:20 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled May 30 06:29:20 localhost.localdomain kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A May 30 06:29:20 localhost.localdomain kernel: Non-volatile memory driver v1.3 May 30 06:29:20 localhost.localdomain kernel: rdac: device handler registered May 30 06:29:20 localhost.localdomain kernel: hp_sw: device handler registered May 30 06:29:20 localhost.localdomain kernel: emc: device handler registered May 30 06:29:20 localhost.localdomain kernel: alua: device handler registered May 30 06:29:20 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed May 30 06:29:20 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic May 30 06:29:20 localhost.localdomain kernel: usbserial: USB Serial support registered for generic May 30 06:29:20 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 May 30 06:29:20 localhost.localdomain kernel: i8042: Warning: Keylock active May 30 06:29:20 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 May 30 06:29:20 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 May 30 06:29:20 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice May 30 06:29:20 localhost.localdomain kernel: rtc_cmos 00:02: registered as rtc0 May 30 06:29:20 localhost.localdomain kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs May 30 06:29:20 localhost.localdomain kernel: intel_pstate: CPU model not supported May 30 06:29:20 localhost.localdomain kernel: hid: raw HID events driver (C) Jiri Kosina May 30 06:29:20 localhost.localdomain kernel: usbcore: registered new interface driver usbhid May 30 06:29:20 localhost.localdomain kernel: usbhid: USB HID core driver May 30 06:29:20 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service May 30 06:29:20 localhost.localdomain kernel: Initializing XFRM netlink socket May 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 10 May 30 06:29:20 localhost.localdomain kernel: Segment Routing with IPv6 May 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 17 May 30 06:29:20 localhost.localdomain kernel: mpls_gso: MPLS GSO support May 30 06:29:20 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. May 30 06:29:20 localhost.localdomain kernel: AES CTR mode by8 optimization enabled May 30 06:29:20 localhost.localdomain kernel: sched_clock: Marking stable (510858329, 0)->(13519892342, -13009034013) May 30 06:29:20 localhost.localdomain kernel: registered taskstats version 1 May 30 06:29:20 localhost.localdomain kernel: Loading compiled-in X.509 certificates May 30 06:29:20 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 9036118f247aaa99970a25e487b5a3a55df7255f' May 30 06:29:20 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' May 30 06:29:20 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' May 30 06:29:20 localhost.localdomain kernel: zswap: loaded using pool lzo/zbud May 30 06:29:20 localhost.localdomain kernel: page_owner is disabled May 30 06:29:20 localhost.localdomain kernel: Key type big_key registered May 30 06:29:20 localhost.localdomain kernel: Key type encrypted registered May 30 06:29:20 localhost.localdomain kernel: ima: No TPM chip found, activating TPM-bypass! May 30 06:29:20 localhost.localdomain kernel: ima: Allocated hash algorithm: sha256 May 30 06:29:20 localhost.localdomain kernel: ima: No architecture policies found May 30 06:29:20 localhost.localdomain kernel: evm: Initialising EVM extended attributes: May 30 06:29:20 localhost.localdomain kernel: evm: security.selinux May 30 06:29:20 localhost.localdomain kernel: evm: security.ima May 30 06:29:20 localhost.localdomain kernel: evm: security.capability May 30 06:29:20 localhost.localdomain kernel: evm: HMAC attrs: 0x1 May 30 06:29:20 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 May 30 06:29:20 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 May 30 06:29:20 localhost.localdomain kernel: rtc_cmos 00:02: setting system clock to 2025-05-30 10:29:20 UTC (1748600960) May 30 06:29:20 localhost.localdomain kernel: Freeing unused decrypted memory: 2028K May 30 06:29:20 localhost.localdomain kernel: Freeing unused kernel image (initmem) memory: 2820K May 30 06:29:20 localhost.localdomain kernel: Write protecting the kernel read-only data: 26624k May 30 06:29:20 localhost.localdomain kernel: Freeing unused kernel image (text/rodata gap) memory: 2016K May 30 06:29:20 localhost.localdomain kernel: Freeing unused kernel image (rodata/data gap) memory: 1672K May 30 06:29:20 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) May 30 06:29:20 localhost.localdomain systemd[1]: Detected virtualization xen. May 30 06:29:20 localhost.localdomain systemd[1]: Detected architecture x86-64. May 30 06:29:20 localhost.localdomain systemd[1]: Running in initial RAM disk. May 30 06:29:20 localhost.localdomain systemd[1]: Set hostname to . May 30 06:29:20 localhost.localdomain systemd[1]: Listening on Journal Socket. May 30 06:29:20 localhost.localdomain systemd[1]: Started Memstrack Anylazing Service. May 30 06:29:20 localhost.localdomain systemd[1]: Reached target Timers. May 30 06:29:20 localhost.localdomain systemd[1]: Reached target Slices. May 30 06:29:20 localhost.localdomain systemd[1]: Starting Setup Virtual Console... May 30 06:29:20 localhost.localdomain systemd-journald[218]: 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:20 localhost.localdomain systemd-journald[218]: Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M 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:20 localhost.localdomain systemd[1]: memstrack.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit memstrack.service has successfully entered the 'dead' state. May 30 06:29:20 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- 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:20 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. May 30 06:29:20 localhost.localdomain systemd[1]: Starting dracut cmdline hook... -- Subject: Unit dracut-cmdline.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has begun starting up. May 30 06:29:20 localhost.localdomain dracut-cmdline[247]: dracut-8 dracut-049-233.git20240115.el8 May 30 06:29:20 localhost.localdomain dracut-cmdline[247]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64 root=UUID=fe591198-9082-4b15-9b62-e83518524cd2 ro crashkernel=auto net.ifnames=0 rhgb quiet May 30 06:29:20 localhost.localdomain systemd[1]: Started dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has finished starting up. -- -- The start-up result is done. May 30 06:29:20 localhost.localdomain systemd[1]: Starting dracut pre-udev hook... -- Subject: Unit dracut-pre-udev.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has begun starting up. May 30 06:29:20 localhost.localdomain systemd[1]: Started dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has finished starting up. -- -- The start-up result is done. May 30 06:29:20 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. May 30 06:29:20 localhost.localdomain systemd-udevd[309]: Network interface NamePolicy= disabled on kernel command line, ignoring. May 30 06:29:20 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. May 30 06:29:20 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices... -- Subject: Unit systemd-udev-trigger.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has begun starting up. May 30 06:29:20 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 May 30 06:29:20 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. May 30 06:29:20 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen... -- Subject: Unit plymouth-start.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-start.service has begun starting up. May 30 06:29:20 localhost.localdomain systemd[1]: Starting dracut initqueue hook... -- Subject: Unit dracut-initqueue.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has begun starting up. May 30 06:29:21 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 332 (plymouthd). May 30 06:29:21 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen. -- Subject: Unit plymouth-start.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-start.service has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. -- Subject: Unit systemd-ask-password-plymouth.path has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-ask-password-plymouth.path has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Reached target Paths. -- Subject: Unit paths.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit paths.target has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain kernel: libata version 3.00 loaded. May 30 06:29:21 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13 May 30 06:29:21 localhost.localdomain kernel: scsi host0: ata_piix May 30 06:29:21 localhost.localdomain kernel: ACPI: bus type drm_connector registered May 30 06:29:21 localhost.localdomain kernel: scsi host1: ata_piix May 30 06:29:21 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 May 30 06:29:21 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 May 30 06:29:21 localhost.localdomain kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console May 30 06:29:21 localhost.localdomain kernel: Console: switching to colour dummy device 80x25 May 30 06:29:21 localhost.localdomain systemd-udevd[336]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 30 06:29:21 localhost.localdomain kernel: Invalid max_queues (4), will use default max: 2. May 30 06:29:21 localhost.localdomain kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0 May 30 06:29:21 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device May 30 06:29:21 localhost.localdomain kernel: cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called May 30 06:29:21 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; May 30 06:29:21 localhost.localdomain kernel: xvda: xvda1 May 30 06:29:21 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 May 30 06:29:21 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver May 30 06:29:21 localhost.localdomain kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device May 30 06:29:21 localhost.localdomain systemd-udevd[337]: Using default interface naming scheme 'rhel-8.0'. May 30 06:29:21 localhost.localdomain systemd-udevd[337]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 30 06:29:21 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2. -- Subject: Unit dev-disk-by\x2duuid-fe591198\x2d9082\x2d4b15\x2d9b62\x2de83518524cd2.device has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-disk-by\x2duuid-fe591198\x2d9082\x2d4b15\x2d9b62\x2de83518524cd2.device has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Reached target Initrd Root Device. -- Subject: Unit initrd-root-device.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-device.target has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Started dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2... -- Subject: Unit systemd-fsck-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-fsck-root.service has begun starting up. May 30 06:29:21 localhost.localdomain systemd-fsck[375]: /usr/sbin/fsck.xfs: XFS file system. May 30 06:29:21 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2. -- Subject: Unit systemd-fsck-root.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-fsck-root.service has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.976 MHz May 30 06:29:21 localhost.localdomain kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd2c4bdc1, max_idle_ns: 440795271539 ns May 30 06:29:21 localhost.localdomain systemd[1]: Mounting Kernel Configuration File System... -- Subject: Unit sys-kernel-config.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-config.mount has begun starting up. May 30 06:29:21 localhost.localdomain systemd[1]: Mounting /sysroot... -- Subject: Unit sysroot.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysroot.mount has begun starting up. May 30 06:29:21 localhost.localdomain systemd[1]: Mounted Kernel Configuration File System. -- Subject: Unit sys-kernel-config.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-config.mount has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. May 30 06:29:21 localhost.localdomain kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 May 30 06:29:21 localhost.localdomain kernel: SGI XFS with ACLs, security attributes, quota, no debug enabled May 30 06:29:21 localhost.localdomain kernel: XFS (xvda1): Mounting V5 Filesystem May 30 06:29:23 localhost.localdomain kernel: XFS (xvda1): Ending clean mount May 30 06:29:23 localhost.localdomain systemd[1]: Mounted /sysroot. -- Subject: Unit sysroot.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysroot.mount has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Reached target Initrd Root File System. -- Subject: Unit initrd-root-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-fs.target has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root... -- Subject: Unit initrd-parse-etc.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-parse-etc.service has begun starting up. May 30 06:29:23 localhost.localdomain systemd[1]: Reloading. May 30 06:29:23 localhost.localdomain systemd[1]: initrd-parse-etc.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root. -- Subject: Unit initrd-parse-etc.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-parse-etc.service has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Reached target Initrd File Systems. -- Subject: Unit initrd-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-fs.target has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Reached target Initrd Default Target. -- Subject: Unit initrd.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd.target has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook... -- Subject: Unit dracut-pre-pivot.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has begun starting up. May 30 06:29:23 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons... -- Subject: Unit initrd-cleanup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-cleanup.service has begun starting up. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Timers. -- Subject: Unit timers.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Starting Plymouth switch root service... -- Subject: Unit plymouth-switch-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-switch-root.service has begun starting up. May 30 06:29:23 localhost.localdomain systemd[1]: Starting Setup Virtual Console... -- Subject: Unit systemd-vconsole-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has begun starting up. May 30 06:29:23 localhost.localdomain systemd[1]: dracut-pre-pivot.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-pivot.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Initrd Default Target. -- Subject: Unit initrd.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Initrd Root Device. -- Subject: Unit initrd-root-device.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-root-device.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Basic System. -- Subject: Unit basic.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit paths.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target System Initialization. -- Subject: Unit sysinit.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: systemd-sysctl.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: systemd-tmpfiles-setup.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Swap. -- Subject: Unit swap.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit swap.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit slices.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Remote File Systems. -- Subject: Unit remote-fs.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: dracut-initqueue.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit dracut-initqueue.service has successfully entered the 'dead' state. May 30 06:29:23 localhost.localdomain systemd[1]: Stopped dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-initqueue.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: systemd-udev-trigger.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: initrd-cleanup.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: systemd-udevd.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: kmod-static-nodes.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: dracut-pre-udev.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-pre-udev.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: dracut-cmdline.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-cmdline.service has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: systemd-udevd-kernel.socket: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-kernel.socket has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: systemd-udevd-control.socket: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd-control.socket has finished shutting down. May 30 06:29:23 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. May 30 06:29:23 localhost.localdomain systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded. -- 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:23 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- 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.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. May 30 06:29:23 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit initrd-switch-root.service has begun starting up. May 30 06:29:23 localhost.localdomain systemd[1]: Switching root. May 30 06:29:23 localhost.localdomain systemd-journald[218]: 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:26 localhost.localdomain kernel: printk: systemd: 16 output lines suppressed due to ratelimiting May 30 06:29:26 localhost.localdomain kernel: audit: type=1404 audit(1748600964.489:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 May 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1 May 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability open_perms=1 May 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1 May 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability always_check_network=0 May 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1 May 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1 May 30 06:29:26 localhost.localdomain kernel: audit: type=1403 audit(1748600964.977:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 May 30 06:29:26 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 489.355ms. May 30 06:29:26 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 14.602ms. May 30 06:29:26 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy) May 30 06:29:26 localhost.localdomain systemd[1]: Detected virtualization xen. May 30 06:29:26 localhost.localdomain systemd[1]: Detected architecture x86-64. May 30 06:29:26 localhost.localdomain systemd[1]: Set hostname to . May 30 06:29:26 localhost.localdomain systemd[1]: Initializing machine ID from random generator. May 30 06:29:26 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. May 30 06:29:26 localhost.localdomain systemd[1]: initrd-switch-root.service: Succeeded. May 30 06:29:26 localhost.localdomain systemd[1]: Stopped Switch Root. May 30 06:29:26 localhost.localdomain systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart. May 30 06:29:26 localhost.localdomain systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. May 30 06:29:26 localhost.localdomain systemd-journald[497]: 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:26 localhost.localdomain systemd-journald[497]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M 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:26 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded. -- 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:26 localhost.localdomain systemd[1]: Mounted Kernel Debug File System. -- Subject: Unit sys-kernel-debug.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sys-kernel-debug.mount has finished starting up. -- -- The start-up result is done. May 30 06:29:26 localhost.localdomain systemd[1]: Started Remount Root and Kernel File Systems. -- Subject: Unit systemd-remount-fs.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-remount-fs.service has finished starting up. -- -- The start-up result is done. May 30 06:29:26 localhost.localdomain systemd[1]: Mounted Huge Pages File System. -- Subject: Unit dev-hugepages.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-hugepages.mount has finished starting up. -- -- The start-up result is done. May 30 06:29:26 localhost.localdomain systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network. -- Subject: Unit nis-domainname.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nis-domainname.service has finished starting up. -- -- The start-up result is done. May 30 06:29:26 localhost.localdomain systemd[1]: Mounted POSIX Message Queue File System. -- Subject: Unit dev-mqueue.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dev-mqueue.mount has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd-journald[497]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M 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:27 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded. -- 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:27 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit import-state.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: etc-machine\x2did.mount: Succeeded. -- 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:27 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 332 (plymouthd). May 30 06:29:27 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit import-state.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit import-state.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd-udevd[530]: Network interface NamePolicy= disabled on kernel command line, ignoring. May 30 06:29:27 localhost.localdomain auditd[554]: No plugins found, not dispatching events May 30 06:29:27 localhost.localdomain auditd[554]: Init complete, auditd 3.1.2 listening for events (startup state enable) May 30 06:29:27 localhost.localdomain systemd[1]: Starting RPC Bind... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Started RPC Bind. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. May 30 06:29:27 localhost.localdomain kernel: RPC: Registered udp transport module. May 30 06:29:27 localhost.localdomain kernel: RPC: Registered tcp transport module. May 30 06:29:27 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. May 30 06:29:27 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain augenrules[558]: /sbin/augenrules: No change May 30 06:29:27 localhost.localdomain augenrules[571]: No rules May 30 06:29:27 localhost.localdomain augenrules[571]: enabled 1 May 30 06:29:27 localhost.localdomain augenrules[571]: failure 1 May 30 06:29:27 localhost.localdomain augenrules[571]: pid 554 May 30 06:29:27 localhost.localdomain augenrules[571]: rate_limit 0 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_limit 8192 May 30 06:29:27 localhost.localdomain augenrules[571]: lost 0 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog 2 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time 60000 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time_actual 0 May 30 06:29:27 localhost.localdomain augenrules[571]: enabled 1 May 30 06:29:27 localhost.localdomain augenrules[571]: failure 1 May 30 06:29:27 localhost.localdomain augenrules[571]: pid 554 May 30 06:29:27 localhost.localdomain augenrules[571]: rate_limit 0 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_limit 8192 May 30 06:29:27 localhost.localdomain augenrules[571]: lost 0 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog 6 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time 60000 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time_actual 0 May 30 06:29:27 localhost.localdomain augenrules[571]: enabled 1 May 30 06:29:27 localhost.localdomain augenrules[571]: failure 1 May 30 06:29:27 localhost.localdomain augenrules[571]: pid 554 May 30 06:29:27 localhost.localdomain augenrules[571]: rate_limit 0 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_limit 8192 May 30 06:29:27 localhost.localdomain augenrules[571]: lost 0 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog 4 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time 60000 May 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time_actual 0 May 30 06:29:27 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. -- Subject: Unit sssd-kcm.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sssd-kcm.socket has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Started daily update of the root trust anchor for DNSSEC. -- Subject: Unit unbound-anchor.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.timer has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Reached target User and Group Name Lookups. -- Subject: Unit nss-user-lookup.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nss-user-lookup.target has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Restore /run/initramfs on shutdown... -- Subject: Unit dracut-shutdown.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Started dnf makecache --timer. -- Subject: Unit dnf-makecache.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dnf-makecache.timer has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has begun starting up. May 30 06:29:27 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. May 30 06:29:27 localhost.localdomain rngd[593]: Disabling 7: PKCS11 Entropy generator (pkcs11) May 30 06:29:27 localhost.localdomain rngd[593]: Disabling 5: NIST Network Entropy Beacon (nist) May 30 06:29:27 localhost.localdomain rngd[593]: Disabling 9: Qrypt quantum entropy beacon (qrypt) May 30 06:29:27 localhost.localdomain rngd[593]: Initializing available sources May 30 06:29:27 localhost.localdomain rngd[593]: [hwrng ]: Initialization Failed May 30 06:29:27 localhost.localdomain rngd[593]: [rdrand]: Enabling RDRAND rng support May 30 06:29:27 localhost.localdomain rngd[593]: [rdrand]: Initialized May 30 06:29:27 localhost.localdomain rngd[593]: [jitter]: JITTER timeout set to 5 sec May 30 06:29:28 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. May 30 06:29:28 localhost.localdomain systemd[1]: Reached target sshd-keygen.target. -- Subject: Unit sshd-keygen.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd-keygen.target has finished starting up. -- -- The start-up result is done. May 30 06:29:28 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has begun starting up. May 30 06:29:28 localhost.localdomain systemd[1]: Started Restore /run/initramfs on shutdown. -- Subject: Unit dracut-shutdown.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit dracut-shutdown.service has finished starting up. -- -- The start-up result is done. May 30 06:29:28 localhost.localdomain systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound... -- Subject: Unit unbound-anchor.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has begun starting up. May 30 06:29:28 localhost.localdomain rngd[593]: [jitter]: Initializing AES buffer May 30 06:29:28 localhost.localdomain chronyd[605]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) May 30 06:29:28 localhost.localdomain chronyd[605]: Loaded 0 symmetric keys May 30 06:29:28 localhost.localdomain systemd-logind[599]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. May 30 06:29:28 localhost.localdomain chronyd[605]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift May 30 06:29:28 localhost.localdomain systemd-logind[599]: Watching system buttons on /dev/input/event1 (Sleep Button) May 30 06:29:28 localhost.localdomain systemd-logind[599]: Watching system buttons on /dev/input/event0 (Power Button) May 30 06:29:28 localhost.localdomain chronyd[605]: Using right/UTC timezone to obtain leap second data May 30 06:29:28 localhost.localdomain dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.systemd1' May 30 06:29:28 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. May 30 06:29:28 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 May 30 06:29:28 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr May 30 06:29:28 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. May 30 06:29:28 localhost.localdomain systemd[1]: unbound-anchor.service: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit unbound-anchor.service has successfully entered the 'dead' state. May 30 06:29:28 localhost.localdomain systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound. -- Subject: Unit unbound-anchor.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit unbound-anchor.service has finished starting up. -- -- The start-up result is done. May 30 06:29:28 localhost.localdomain systemd-logind[599]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) May 30 06:29:28 localhost.localdomain systemd-udevd[580]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 30 06:29:28 localhost.localdomain systemd-udevd[588]: Using default interface naming scheme 'rhel-8.0'. May 30 06:29:28 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer May 30 06:29:28 localhost.localdomain systemd-udevd[588]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable. May 30 06:29:28 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 May 30 06:29:28 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 May 30 06:29:32 localhost.localdomain dhclient[641]: Internet Systems Consortium DHCP Client 4.3.6 May 30 06:29:32 localhost.localdomain dhclient[641]: Copyright 2004-2017 Internet Systems Consortium. May 30 06:29:32 localhost.localdomain dhclient[641]: All rights reserved. May 30 06:29:32 localhost.localdomain dhclient[641]: For info, please visit https://www.isc.org/software/dhcp/ May 30 06:29:32 localhost.localdomain dhclient[641]: May 30 06:29:32 localhost.localdomain dhclient[641]: Listening on LPF/eth0/0a:ff:c2:c9:60:0f May 30 06:29:32 localhost.localdomain dhclient[641]: Sending on LPF/eth0/0a:ff:c2:c9:60:0f May 30 06:29:32 localhost.localdomain dhclient[641]: Sending on Socket/fallback May 30 06:29:32 localhost.localdomain dhclient[641]: Created duid "\000\004\3268\366\030\227zEt\203\361\321\216\223a[?". May 30 06:29:32 localhost.localdomain dhclient[641]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x74d82c18) May 30 06:29:32 localhost.localdomain dhclient[641]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x74d82c18) May 30 06:29:32 localhost.localdomain dhclient[641]: DHCPOFFER from 10.31.12.1 May 30 06:29:32 localhost.localdomain dhclient[641]: DHCPACK from 10.31.12.1 (xid=0x74d82c18) May 30 06:29:32 localhost.localdomain dhclient[641]: bound to 10.31.12.112 -- renewal in 1619 seconds. May 30 06:29:33 localhost.localdomain rngd[593]: [jitter]: Unable to obtain AES key, disabling JITTER source May 30 06:29:33 localhost.localdomain rngd[593]: [jitter]: Initialization Failed May 30 06:29:33 localhost.localdomain rngd[593]: Process privileges have been dropped to 2:2 May 30 06:29:53 localhost.localdomain dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=656 comm="hostnamectl set-hostname ip-10-31-12-112.testing-f" label="system_u:system_r:cloud_init_t:s0") May 30 06:29:53 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. May 30 06:29:53 localhost.localdomain dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.hostname1' May 30 06:29:53 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[657]: Changed static host name to 'ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com' May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[657]: Changed host name to 'ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com' May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[639]: Cloud-init v. 23.4-7.el8.2 running 'init-local' at Fri, 30 May 2025 10:29:31 +0000. Up 11.62 seconds. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has begun starting up. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4358] NetworkManager (version 1.40.16-15.el8) is starting... (boot:24a7f599-c5e4-4eaa-b0e0-8253db6b868e) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4382] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has begun starting up. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network.target has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has begun starting up. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has begun starting up. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4480] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4598] manager[0x56444566c080]: monitoring kernel firmware directory '/lib/firmware'. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4641] hostname: hostname: using hostnamed May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4641] hostname: static hostname changed from (none) to "ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com" May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4644] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4767] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-device-plugin-team.so) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4769] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4772] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4774] manager: Networking is enabled by state file May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=662 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4844] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-settings-plugin-ifcfg-rh.so") May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4845] settings: Loaded settings plugin: keyfile (internal) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4928] dhcp: init: Using DHCP client 'internal' May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4928] device (lo): carrier: link connected May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4931] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4940] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4942] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5066] device (eth0): carrier: link connected May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5072] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed') May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5093] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5165] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5168] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5180] manager: NetworkManager state is now CONNECTING May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5189] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5221] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5239] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5261] dhcp4 (eth0): state changed new lease, address=10.31.12.112 May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5264] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=662 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5345] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5385] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5386] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5389] manager: NetworkManager state is now CONNECTED_SITE May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5391] device (eth0): Activation: successful, device activated. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5395] manager: NetworkManager state is now CONNECTED_GLOBAL May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5398] manager: startup complete May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has begun starting up. May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Added source 10.2.32.37 May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Added source 10.2.32.38 May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Added source 10.11.160.238 May 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Added source 10.18.100.10 May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=667 comm="/usr/libexec/platform-python -Es /usr/sbin/tuned -" label="system_u:system_r:tuned_t:s0") May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has begun starting up. May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Started polkitd version 0.115 May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Loading rules from directory /etc/polkit-1/rules.d May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Loading rules from directory /usr/share/polkit-1/rules.d May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Finished loading, compiling and executing 2 rules May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Acquired the name org.freedesktop.PolicyKit1 on the system bus May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Cloud-init v. 23.4-7.el8.2 running 'init' at Fri, 30 May 2025 10:29:54 +0000. Up 34.07 seconds. May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | eth0 | True | 10.31.12.112 | 255.255.252.0 | global | 0a:ff:c2:c9:60:0f | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | eth0 | True | fe80::8ff:c2ff:fec9:600f/64 | . | link | 0a:ff:c2:c9:60:0f | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | lo | True | ::1/128 | . | host | . | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+---------+-----------+-------+ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | Route | Destination | Gateway | Interface | Flags | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+---------+-----------+-------+ May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | 3 | multicast | :: | eth0 | U | May 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+---------+-----------+-------+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Generating public/private rsa key pair. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key fingerprint is: May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: SHA256:93EW6Co65VS3BKe00gyfuaF7PotCOFSz1YcfONQ3b4k root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key's randomart image is: May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +---[RSA 3072]----+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o.+ | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o o B =.o | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . + * @.ooo.| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . . @.+E oo| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . S+.=o.o. | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o . +..o.+ | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o +... . | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o.ooo | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | .o.ooo | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +----[SHA256]-----+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Generating public/private dsa key pair. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key fingerprint is: May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: SHA256:pjcB/S5ecCn2deGt6kB/odh05Pu46jOuqkrG9HPy2xI root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key's randomart image is: May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +---[DSA 1024]----+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . o | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . . + o | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . S = o * .| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o . +EO * + + | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | + = =.* + + | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o B.= .oo o | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | ....=+o=*+o..| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +----[SHA256]-----+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Generating public/private ecdsa key pair. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key fingerprint is: May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: SHA256:pddcsFViTyEVORKotOV5PHGTrR75i7wV0UpSdGgDZpg root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key's randomart image is: May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +---[ECDSA 256]---+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o*=O*X| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | .E= O=@o| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . * =.*==| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | = = B+..| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | S . +.o+ | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . o| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . ...| May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o.. | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | .. | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +----[SHA256]-----+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Generating public/private ed25519 key pair. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key fingerprint is: May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: SHA256:Aapxa80SDDE6DzjTqiBs9in3ZjUHuq8aHZETpw3+wGY root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key's randomart image is: May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +--[ED25519 256]--+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | +. o.. | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |.o +o.B. | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |B o =E .. | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |.B +o==. . | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |++o +.+.S | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |* ..oo.o . | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |.. = .o o | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o o+ | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | .+oo. | May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +----[SHA256]-----+ May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sm-notify[1021]: Version 2.3.3 starting May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[1026]: Server listening on 0.0.0.0 port 22. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[1026]: Server listening on :: port 22. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com rsyslogd[1024]: [origin software="rsyslogd" swVersion="8.2102.0-15.el8" x-pid="1024" x-info="https://www.rsyslog.com"] start May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com restraintd[1030]: Listening on http://localhost:8081 May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com rsyslogd[1024]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kdumpctl[1032]: kdump: Detected change(s) in the following file(s): /etc/fstab May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1270]: Cloud-init v. 23.4-7.el8.2 running 'modules:config' at Fri, 30 May 2025 10:29:58 +0000. Up 38.69 seconds. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-final.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hold until boot process finishes up... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com crond[1297]: (CRON) STARTUP (1.5.2) May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com crond[1297]: (CRON) INFO (Syslog will be used instead of sendmail.) May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com crond[1297]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 44% if used.) May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 332 (plymouthd). May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com crond[1297]: (CRON) INFO (running with inotify support) May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 332 (plymouthd). May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hold until boot process finishes up. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. May 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. -- 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:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kdumpctl[1032]: kdump: Rebuilding /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1563]: dracut-049-233.git20240115.el8 May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1589]: ############################################################# May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1593]: -----BEGIN SSH HOST KEY FINGERPRINTS----- May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o "plymouth dash resume ifcfg earlykdump" --compress=xz --mount "/dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target" --no-hostonly-default-device -f /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img 4.18.0-553.5.1.el8.x86_64 May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1599]: 1024 SHA256:pjcB/S5ecCn2deGt6kB/odh05Pu46jOuqkrG9HPy2xI root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com (DSA) May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1608]: 256 SHA256:pddcsFViTyEVORKotOV5PHGTrR75i7wV0UpSdGgDZpg root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com (ECDSA) May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1613]: 256 SHA256:Aapxa80SDDE6DzjTqiBs9in3ZjUHuq8aHZETpw3+wGY root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com (ED25519) May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1618]: 3072 SHA256:93EW6Co65VS3BKe00gyfuaF7PotCOFSz1YcfONQ3b4k root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com (RSA) May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1620]: -----END SSH HOST KEY FINGERPRINTS----- May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1622]: ############################################################# May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1580]: Cloud-init v. 23.4-7.el8.2 running 'modules:final' at Fri, 30 May 2025 10:29:59 +0000. Up 39.43 seconds. May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1580]: Cloud-init v. 23.4-7.el8.2 finished at Fri, 30 May 2025 10:29:59 +0000. Datasource DataSourceEc2Local. Up 39.63 seconds May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. -- Subject: Unit cloud-init.target has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit cloud-init.target has finished starting up. -- -- The start-up result is done. May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! May 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'resume' will not be installed, because it's in the list to be omitted! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: memstrack is available May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Selected source 10.2.32.38 May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: System clock TAI offset set to 37 seconds May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: bash *** May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: systemd *** May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: systemd-initrd *** May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: watchdog-modules *** May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: nss-softokn *** May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: rngd *** May 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: i18n *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: drm *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: prefixdevname *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: kernel-modules *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: kernel-modules-extra *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: kernel-modules-extra: configuration source "/run/depmod.d/" does not exist May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: kernel-modules-extra: configuration source "/lib/depmod.d/" does not exist May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: kernel-modules-extra: parsing configuration file "/etc/depmod.d//dist.conf" May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: kernel-modules-extra: /etc/depmod.d//dist.conf: added "updates extra built-in weak-updates" to the list of search directories May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: fstab-sys *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: rootfs-block *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: terminfo *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: udev-rules *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: Skipping udev rule: 91-permissions.rules May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: Skipping udev rule: 80-drivers-modprobe.rules May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: biosdevname *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: dracut-systemd *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: usrmount *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: base *** May 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: fs-lib *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: kdumpbase *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: memstrack *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: microcode_ctl-fw_dir_override *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl module: mangling fw_dir May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: intel: caveats check for kernel version "4.18.0-553.5.1.el8.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration "intel-06-2d-07" is ignored May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration "intel-06-4e-03" is ignored May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration "intel-06-4f-01" is ignored May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration "intel-06-55-04" is ignored May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration "intel-06-5e-03" is ignored May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration "intel-06-8c-01" is ignored May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: shutdown *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: squash *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including modules done *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Installing kernel module dependencies *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Installing kernel module dependencies done *** May 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Resolving executable dependencies *** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Resolving executable dependencies done*** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Hardlinking files *** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Hardlinking files done *** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Generating early-microcode cpio image *** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Constructing GenuineIntel.bin *** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- 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:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Constructing GenuineIntel.bin *** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Store current command line parameters *** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: Stored kernel commandline: May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: No dracut internal kernel commandline stored in the initramfs May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Install squash loader *** May 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Stripping files *** May 30 06:30:04 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Stripping files done *** May 30 06:30:04 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Squashing the files inside the initramfs *** May 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Squashing the files inside the initramfs done *** May 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Creating image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' *** May 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Creating initramfs image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' done *** May 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kdumpctl[1032]: kdump: kexec: loaded kdump kernel May 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kdumpctl[1032]: kdump: Starting kdump: [OK] May 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. May 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 525ms (kernel) + 3.945s (initrd) + 49.410s (userspace) = 53.882s. -- 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 525640 microseconds. -- -- Initial RAM disk start-up required 3945858 microseconds. -- -- Userspace start-up required 49410835 microseconds. May 30 06:30:23 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Succeeded. -- 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:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5069]: Accepted publickey for root from 10.30.34.132 port 42910 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. May 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0... -- Subject: Unit user-runtime-dir@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has begun starting up. May 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 5069. May 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0. -- Subject: Unit user-runtime-dir@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user-runtime-dir@0.service has finished starting up. -- -- The start-up result is done. May 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... -- Subject: Unit user@0.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has begun starting up. May 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: pam_unix(systemd-user:session): session opened for user root by (uid=0) May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Paths. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Timers. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Starting D-Bus User Message Bus Socket. -- Subject: Unit UNIT has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has begun starting up. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Listening on D-Bus User Message Bus Socket. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Sockets. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Basic System. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Default. -- Subject: Unit UNIT has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit UNIT has finished starting up. -- -- The start-up result is done. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Startup finished in 33ms. -- 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 33598 microseconds. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. -- Subject: Unit user@0.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit user@0.service has finished starting up. -- -- The start-up result is done. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5069]: pam_unix(sshd:session): session opened for user root by (uid=0) May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5083]: Received disconnect from 10.30.34.132 port 42910:11: disconnected by user May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5083]: Disconnected from user root 10.30.34.132 port 42910 May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5069]: pam_unix(sshd:session): session closed for user root May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Succeeded. -- 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:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: Session 1 logged out. Waiting for processes to exit. May 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5104]: Accepted publickey for root from 10.31.10.207 port 40098 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5103]: Accepted publickey for root from 10.31.10.207 port 40082 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 5103. May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 5104. May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5103]: pam_unix(sshd:session): session opened for user root by (uid=0) May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5104]: pam_unix(sshd:session): session opened for user root by (uid=0) May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5110]: Received disconnect from 10.31.10.207 port 40098:11: disconnected by user May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5110]: Disconnected from user root 10.31.10.207 port 40098 May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5104]: pam_unix(sshd:session): session closed for user root May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Succeeded. -- Subject: Unit succeeded -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- The unit session-3.scope has successfully entered the 'dead' state. May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: Session 3 logged out. Waiting for processes to exit. May 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: Removed session 3. -- Subject: Session 3 has been terminated -- Defined-By: systemd -- Support: https://access.redhat.com/support -- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. May 30 06:31:42 ip-10-31-12-112.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:31:42 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.24' (uid=0 pid=6708 comm="hostnamectl set-hostname managed-node1 " label="unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023") May 30 06:31:42 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has begun starting up. May 30 06:31:42 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.hostname1' May 30 06:31:42 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. May 30 06:31:42 managed-node1 systemd-hostnamed[6709]: Changed static host name to 'managed-node1' May 30 06:31:42 managed-node1 systemd-hostnamed[6709]: Changed host name to 'managed-node1' May 30 06:31:42 managed-node1 NetworkManager[662]: [1748601102.9573] hostname: static hostname changed from "ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com" to "managed-node1" May 30 06:31:42 managed-node1 dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=662 comm="/usr/sbin/NetworkManager --no-daemon " label="system_u:system_r:NetworkManager_t:s0") May 30 06:31:42 managed-node1 systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has begun starting up. May 30 06:31:42 managed-node1 NetworkManager[662]: [1748601102.9703] policy: set-hostname: set hostname to 'managed-node1' (from system configuration) May 30 06:31:42 managed-node1 dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' May 30 06:31:42 managed-node1 systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. May 30 06:31:43 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:31:53 managed-node1 systemd[1]: NetworkManager-dispatcher.service: Succeeded. -- 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:32:13 managed-node1 systemd[1]: systemd-hostnamed.service: Succeeded. -- 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:19 managed-node1 sshd[7229]: Accepted publickey for root from 10.31.15.66 port 36468 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE May 30 06:33:19 managed-node1 systemd[1]: Started Session 5 of user root. -- Subject: Unit session-5.scope has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. May 30 06:33:19 managed-node1 systemd-logind[599]: 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: https://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 5 has been created for the user root. -- -- The leading process of the session is 7229. May 30 06:33:19 managed-node1 sshd[7229]: pam_unix(sshd:session): session opened for user root by (uid=0) May 30 06:33:19 managed-node1 platform-python[7374]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d May 30 06:33:20 managed-node1 platform-python[7522]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 30 06:33:21 managed-node1 platform-python[7645]: ansible-dnf Invoked with name=['systemd'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 30 06:33:35 managed-node1 platform-python[7804]: ansible-systemd Invoked with name=systemd-journald.service state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None May 30 06:33:36 managed-node1 platform-python[7931]: ansible-systemd Invoked with name=systemd-journal-flush.service state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None May 30 06:33:36 managed-node1 platform-python[8058]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None May 30 06:33:37 managed-node1 platform-python[8181]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None May 30 06:33:37 managed-node1 platform-python[8304]: ansible-command Invoked with _raw_params=systemd-tmpfiles --create --prefix=/run/log/journal /usr/lib/tmpfiles.d/systemd.conf warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 30 06:33:37 managed-node1 platform-python[8428]: ansible-stat Invoked with path=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 30 06:33:38 managed-node1 platform-python[8527]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1748601217.61058-7988-135153901703707/source 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 regexp=None delimiter=None May 30 06:33:38 managed-node1 platform-python[8652]: ansible-systemd Invoked with name=systemd-journald.service state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None May 30 06:33:38 managed-node1 systemd[1]: Stopping Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun shutting down. May 30 06:33:38 managed-node1 systemd[1]: systemd-journal-flush.service: Succeeded. -- 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:38 managed-node1 systemd[1]: Stopped Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished shutting down. May 30 06:33:38 managed-node1 systemd-journald[497]: 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:38 managed-node1 systemd[1]: Stopping Journal Service... May 30 06:33:38 managed-node1 systemd[1]: systemd-journald.service: Succeeded. May 30 06:33:38 managed-node1 systemd[1]: Stopped Journal Service. May 30 06:33:38 managed-node1 systemd[1]: Starting Journal Service... May 30 06:33:38 managed-node1 systemd-journald[8662]: 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:38 managed-node1 systemd-journald[8662]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is currently using 8.0M. -- Maximum allowed usage is set to 176.9M. -- Leaving at least 265.4M free (of currently available 1.7G of disk space). -- Enforced usage limit is thus 176.9M, of which 168.9M 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:38 managed-node1 systemd[1]: Started Journal Service. May 30 06:33:38 managed-node1 systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. May 30 06:33:38 managed-node1 systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. May 30 06:33:39 managed-node1 platform-python[8786]: ansible-systemd Invoked with name=systemd-journal-flush.service state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None May 30 06:33:39 managed-node1 systemd[1]: Stopping Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun shutting down. May 30 06:33:39 managed-node1 systemd[1]: systemd-journal-flush.service: Succeeded. -- 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:39 managed-node1 systemd[1]: Stopped Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished shutting down. May 30 06:33:39 managed-node1 systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. May 30 06:33:39 managed-node1 systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. May 30 06:33:39 managed-node1 platform-python[8918]: ansible-command Invoked with _raw_params=systemctl show --property SubState systemd-journald.service warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 30 06:33:39 managed-node1 platform-python[9042]: ansible-stat Invoked with path=/run/log/journal/d638f618977a457483f1d18e93615b3f/system.journal follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 30 06:33:40 managed-node1 platform-python[9167]: ansible-command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/d638f618977a457483f1d18e93615b3f/system.journal | grep -q 'State: ONLINE' _uses_shell=True warn=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:40 managed-node1 platform-python[9293]: ansible-command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/d638f618977a457483f1d18e93615b3f/system.journal | grep -q COMPRESSED _uses_shell=True warn=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:42 managed-node1 platform-python[9458]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d May 30 06:33:43 managed-node1 platform-python[9606]: ansible-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 regexp=None delimiter=None May 30 06:33:43 managed-node1 platform-python[9731]: ansible-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 regexp=None delimiter=None May 30 06:33:43 managed-node1 platform-python[9856]: 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 follow=False unsafe_writes=False regexp=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None src=None force=None content=NOT_LOGGING_PARAMETER remote_src=None delimiter=None directory_mode=None May 30 06:33:44 managed-node1 platform-python[9979]: 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 follow=False unsafe_writes=False regexp=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None src=None force=None content=NOT_LOGGING_PARAMETER remote_src=None delimiter=None directory_mode=None May 30 06:33:44 managed-node1 platform-python[10102]: ansible-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 regexp=None delimiter=None May 30 06:33:44 managed-node1 platform-python[10227]: 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 follow=False unsafe_writes=False regexp=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None src=None force=None content=NOT_LOGGING_PARAMETER remote_src=None delimiter=None directory_mode=None May 30 06:33:45 managed-node1 platform-python[10350]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None user=None scope=None May 30 06:33:45 managed-node1 systemd[1]: Reloading. May 30 06:33:46 managed-node1 platform-python[10498]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 30 06:33:46 managed-node1 platform-python[10621]: ansible-dnf Invoked with name=['systemd'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None May 30 06:33:49 managed-node1 platform-python[10744]: ansible-systemd Invoked with name=systemd-journald.service state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None May 30 06:33:50 managed-node1 platform-python[10871]: ansible-systemd Invoked with name=systemd-journal-flush.service state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None May 30 06:33:50 managed-node1 platform-python[10998]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None May 30 06:33:51 managed-node1 platform-python[11121]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None May 30 06:33:51 managed-node1 platform-python[11244]: ansible-command Invoked with _raw_params=systemd-tmpfiles --create --prefix=/var/log/journal /usr/lib/tmpfiles.d/systemd.conf warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 30 06:33:51 managed-node1 platform-python[11368]: ansible-stat Invoked with path=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True May 30 06:33:52 managed-node1 platform-python[11469]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1748601231.628255-8395-230511722703974/source 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 regexp=None delimiter=None May 30 06:33:52 managed-node1 platform-python[11594]: ansible-systemd Invoked with name=systemd-journald.service state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None May 30 06:33:52 managed-node1 systemd[1]: Stopping Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun shutting down. May 30 06:33:52 managed-node1 systemd[1]: Stopping Journal Service... May 30 06:33:52 managed-node1 systemd[1]: systemd-journal-flush.service: Succeeded. -- 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:52 managed-node1 systemd[1]: Stopped Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished shutting down. May 30 06:33:52 managed-node1 systemd-journald[8662]: 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:52 managed-node1 systemd-journald[11604]: Time spent on flushing to /var is 13.993ms for 1189 entries. May 30 06:33:52 managed-node1 systemd[1]: systemd-journald.service: Succeeded. May 30 06:33:52 managed-node1 systemd[1]: Stopped Journal Service. May 30 06:33:52 managed-node1 systemd[1]: Starting Journal Service... May 30 06:33:52 managed-node1 systemd-journald[11604]: 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:52 managed-node1 systemd-journald[11604]: System journal (/var/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 2.0G, 1.9G free. -- Subject: Disk space used by the journal -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- System journal (/var/log/journal/d638f618977a457483f1d18e93615b3f) is currently using 8.0M. -- Maximum allowed usage is set to 2.0G. -- Leaving at least 4.0G free (of currently available 245.4G of disk space). -- Enforced usage limit is thus 2.0G, of which 1.9G are still available. -- -- The limits controlling how much disk space is used by the journal may -- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, -- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in -- /etc/systemd/journald.conf. See journald.conf(5) for details. May 30 06:33:52 managed-node1 systemd[1]: Started Journal Service. May 30 06:33:52 managed-node1 rsyslogd[1024]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ] May 30 06:33:52 managed-node1 systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. May 30 06:33:52 managed-node1 systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. May 30 06:33:53 managed-node1 platform-python[11728]: ansible-systemd Invoked with name=systemd-journal-flush.service state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None May 30 06:33:53 managed-node1 systemd[1]: Stopping Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun shutting down. May 30 06:33:53 managed-node1 systemd[1]: systemd-journal-flush.service: Succeeded. -- 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:53 managed-node1 systemd[1]: Stopped Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished shutting down -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished shutting down. May 30 06:33:53 managed-node1 systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has begun starting up. May 30 06:33:53 managed-node1 systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: https://access.redhat.com/support -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. May 30 06:33:53 managed-node1 platform-python[11860]: ansible-command Invoked with _raw_params=systemctl show --property SubState systemd-journald.service warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 30 06:33:53 managed-node1 platform-python[11984]: ansible-command Invoked with _raw_params=grep ForwardToSyslog=yes "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 30 06:33:54 managed-node1 platform-python[12108]: ansible-command Invoked with _raw_params=grep RateLimitIntervalSec=2s "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 30 06:33:55 managed-node1 platform-python[12232]: ansible-command Invoked with _raw_params=grep RateLimitBurst=2000 "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 30 06:33:55 managed-node1 platform-python[12356]: ansible-command Invoked with _raw_params=grep SystemKeepFree=10 "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None May 30 06:33:56 managed-node1 platform-python[12480]: ansible-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 warn=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 -- Logs begin at Fri 2025-05-30 06:29:20 EDT, end at Fri 2025-05-30 06:33:56 EDT. -- May 30 06:29:20 localhost.localdomain systemd-journald[218]: Journal started May 30 06:29:20 localhost.localdomain systemd-journald[218]: Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is 8.0M, max 176.9M, 168.9M free. May 30 06:29:23 localhost.localdomain systemd-journald[218]: Journal stopped May 30 06:29:26 localhost.localdomain systemd-journald[497]: Journal started May 30 06:29:26 localhost.localdomain systemd-journald[497]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free. May 30 06:29:26 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded. May 30 06:29:27 localhost.localdomain systemd-journald[497]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free. May 30 06:33:38 managed-node1 systemd-journald[497]: Journal stopped May 30 06:33:38 managed-node1 systemd-journald[8662]: Journal started May 30 06:33:38 managed-node1 systemd-journald[8662]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free. May 30 06:33:52 managed-node1 systemd-journald[8662]: Journal stopped May 30 06:33:52 managed-node1 systemd-journald[11604]: Time spent on flushing to /var is 13.993ms for 1189 entries. May 30 06:33:52 managed-node1 systemd-journald[11604]: Journal started May 30 06:33:52 managed-node1 systemd-journald[11604]: System journal (/var/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 2.0G, 1.9G free. + 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-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Friday 30 May 2025 06:33:56 -0400 (0:00:00.425) 0:00:14.498 ************ 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-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 Friday 30 May 2025 06:33:56 -0400 (0:00:00.376) 0:00:14.874 ************ 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-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 Friday 30 May 2025 06:33:57 -0400 (0:00:00.674) 0:00:15.549 ************ ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Restart journald services] *********************************************** task path: /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 Friday 30 May 2025 06:33:58 -0400 (0:00:00.545) 0:00:16.094 ************ changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "ActiveEnterTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ActiveEnterTimestampMonotonic": "272742752", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ActiveExitTimestampMonotonic": "272691483", "ActiveState": "active", "After": "systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket syslog.socket system.slice", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:52 EDT", "AssertTimestampMonotonic": "272694883", "Before": "systemd-journal-flush.service sysinit.target", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ConditionTimestampMonotonic": "272694882", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald.service", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Journal Service", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "11604", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:52 EDT", "ExecMainStartTimestampMonotonic": "272695812", "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 }", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FragmentPath": "/usr/lib/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-journald.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:52 EDT", "InactiveEnterTimestampMonotonic": "272694184", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:52 EDT", "InactiveExitTimestampMonotonic": "272695852", "InvocationID": "c1f4c8007ece446f979dad26401acdc2", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "16384", "LimitNOFILESoft": "16384", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "11604", "MemoryAccounting": "yes", "MemoryCurrent": "9728000", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "14", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "main", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "no", "RemoveIPC": "no", "RequiredBy": "systemd-journal-flush.service", "Requires": "systemd-journald.socket system.slice", "Restart": "always", "RestartUSec": "0", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-05-30 06:33:52 EDT", "StateChangeTimestampMonotonic": "272742752", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk capget capset chdir chmod chown chown32 clock_getres clock_gettime clock_nanosleep clone close connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat 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 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_setup io_submit ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mincore mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedsend 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 pause personality pipe pipe2 poll ppoll prctl pread64 preadv preadv2 prlimit64 process_vm_readv process_vm_writev pselect6 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall rmdir rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop 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 symlink symlinkat sync sync_file_range syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_settime timerfd_create timerfd_gettime timerfd_settime times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald.socket systemd-journald-dev-log.socket systemd-journald-audit.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "initrd-switch-root.target sysinit.target", "Wants": "systemd-journald.socket systemd-journald-dev-log.socket", "WatchdogTimestamp": "Fri 2025-05-30 06:33:52 EDT", "WatchdogTimestampMonotonic": "272744031", "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": { "ActiveEnterTimestamp": "Fri 2025-05-30 06:33:58 EDT", "ActiveEnterTimestampMonotonic": "278554274", "ActiveExitTimestamp": "Fri 2025-05-30 06:33:58 EDT", "ActiveExitTimestampMonotonic": "278498272", "ActiveState": "active", "After": "systemd-journald.socket system.slice systemd-remount-fs.service systemd-journald.service -.mount", "AllowIsolate": "no", "AllowedCPUs": "", "AllowedMemoryNodes": "", "AmbientCapabilities": "", "AssertResult": "yes", "AssertTimestamp": "Fri 2025-05-30 06:33:58 EDT", "AssertTimestampMonotonic": "278546393", "Before": "systemd-user-sessions.service systemd-tmpfiles-setup.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "no", "CPUAffinity": "", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "[not set]", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "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", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Fri 2025-05-30 06:33:58 EDT", "ConditionTimestampMonotonic": "278546392", "ConfigurationDirectoryMode": "0755", "ControlPID": "0", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "man:systemd-journald.service(8) man:journald.conf(5)", "DynamicUser": "no", "EffectiveCPUs": "", "EffectiveMemoryNodes": "", "ExecMainCode": "1", "ExecMainExitTimestamp": "Fri 2025-05-30 06:33:58 EDT", "ExecMainExitTimestampMonotonic": "278553941", "ExecMainPID": "13134", "ExecMainStartTimestamp": "Fri 2025-05-30 06:33:58 EDT", "ExecMainStartTimestampMonotonic": "278547657", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --flush ; ignore_errors=no ; start_time=[Fri 2025-05-30 06:33:58 EDT] ; stop_time=[Fri 2025-05-30 06:33:58 EDT] ; pid=13134 ; code=exited ; status=0 }", "ExecStop": "{ path=/usr/bin/journalctl ; argv[]=/usr/bin/journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[Fri 2025-05-30 06:33:58 EDT] ; stop_time=[Fri 2025-05-30 06:33:58 EDT] ; pid=13130 ; code=exited ; status=0 }", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FragmentPath": "/usr/lib/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOSchedulingClass": "0", "IOSchedulingPriority": "0", "IOWeight": "[not set]", "IPAccounting": "no", "IPEgressBytes": "18446744073709551615", "IPEgressPackets": "18446744073709551615", "IPIngressBytes": "18446744073709551615", "IPIngressPackets": "18446744073709551615", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Fri 2025-05-30 06:33:58 EDT", "InactiveEnterTimestampMonotonic": "278504697", "InactiveExitTimestamp": "Fri 2025-05-30 06:33:58 EDT", "InactiveExitTimestampMonotonic": "278547711", "InvocationID": "b03da3b693d24f259650156c7441788e", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "0", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "65536", "LimitMEMLOCKSoft": "65536", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "262144", "LimitNOFILESoft": "1024", "LimitNPROC": "14003", "LimitNPROCSoft": "14003", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "14003", "LimitSIGPENDINGSoft": "14003", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "MemoryAccounting": "yes", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "MountFlags": "", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAMask": "", "NUMAPolicy": "n/a", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "PermissionsStartOnly": "no", "Perpetual": "no", "PrivateDevices": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "systemd-journald.service system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardInputData": "", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Fri 2025-05-30 06:33:58 EDT", "StateChangeTimestampMonotonic": "278554274", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "0", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "22405", "TimeoutStartUSec": "1min 30s", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* managed-node1 : ok=26 changed=10 unreachable=0 failed=1 skipped=3 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.9.27", "delta": "0:00:00.002849", "end_time": "2025-05-30 06:33:55.996874", "host": "managed-node1", "message": "non-zero return code", "rc": 1, "start_time": "2025-05-30 06:33:55.994025", "task_name": "Verify that system keep free is set properly", "task_path": "/tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92" }, { "ansible_version": "2.9.27", "delta": "0:00:00.030139", "end_time": "2025-05-30 06:33:56.373069", "host": "managed-node1", "message": "No message could be found", "rc": 0, "start_time": "2025-05-30 06:33:56.342930", "stderr": "+ exec\n+ journalctl -ex\n-- Logs begin at Fri 2025-05-30 06:29:20 EDT, end at Fri 2025-05-30 06:33:56 EDT. --\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: Added _OSI(3.0 _SCP Extensions)\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: Added _OSI(Processor Aggregator Device)\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: 3 ACPI AML tables successfully acquired and loaded\nMay 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=16 -> irq=9 (gsi=9)\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: Interpreter enabled\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: PM: (supports S0 S3 S4 S5)\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: Using IOAPIC for interrupt routing\nMay 30 06:29:20 localhost.localdomain kernel: PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: Enabled 2 GPEs in block 00 to 0F\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\nMay 30 06:29:20 localhost.localdomain kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI EDR HPX-Type3]\nMay 30 06:29:20 localhost.localdomain kernel: acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]\nMay 30 06:29:20 localhost.localdomain kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [0] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [3] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [4] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [5] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [6] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [7] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [8] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [9] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [10] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [11] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [12] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [13] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [14] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [15] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [16] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [17] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [18] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [19] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [20] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [21] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [22] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [23] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [24] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [25] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [26] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [27] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [28] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [29] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [30] registered\nMay 30 06:29:20 localhost.localdomain kernel: acpiphp: Slot [31] registered\nMay 30 06:29:20 localhost.localdomain kernel: PCI host bridge to bus 0000:00\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window]\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [bus 00-ff]\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: reg 0x20: [io 0xc000-0xc00f]\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\nMay 30 06:29:20 localhost.localdomain kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,\n * this clock source is slow. Consider trying other clock sources\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf9ffffff pref]\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x14: [mem 0xfbfff000-0xfbffffff]\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:1f.0: [5853:0001] type 00 class 0xff8000\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x10: [io 0xc100-0xc1ff]\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:1f.0: reg 0x14: [mem 0xfa000000-0xfaffffff pref]\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 5\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 5\nMay 30 06:29:20 localhost.localdomain kernel: xen:balloon: Initialising balloon driver\nMay 30 06:29:20 localhost.localdomain kernel: iommu: Default domain type: Passthrough \nMay 30 06:29:20 localhost.localdomain kernel: SCSI subsystem initialized\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: bus type USB registered\nMay 30 06:29:20 localhost.localdomain kernel: usbcore: registered new interface driver usbfs\nMay 30 06:29:20 localhost.localdomain kernel: usbcore: registered new interface driver hub\nMay 30 06:29:20 localhost.localdomain kernel: usbcore: registered new device driver usb\nMay 30 06:29:20 localhost.localdomain kernel: pps_core: LinuxPPS API ver. 1 registered\nMay 30 06:29:20 localhost.localdomain kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti \nMay 30 06:29:20 localhost.localdomain kernel: PTP clock support registered\nMay 30 06:29:20 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0\nMay 30 06:29:20 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing\nMay 30 06:29:20 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes\nMay 30 06:29:20 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]\nMay 30 06:29:20 localhost.localdomain kernel: NetLabel: Initializing\nMay 30 06:29:20 localhost.localdomain kernel: NetLabel: domain hash size = 128\nMay 30 06:29:20 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO\nMay 30 06:29:20 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: vgaarb: bridge control possible\nMay 30 06:29:20 localhost.localdomain kernel: vgaarb: loaded\nMay 30 06:29:20 localhost.localdomain kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer\nMay 30 06:29:20 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0\nMay 30 06:29:20 localhost.localdomain kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter\nMay 30 06:29:20 localhost.localdomain kernel: clocksource: Switched to clocksource xen\nMay 30 06:29:20 localhost.localdomain kernel: VFS: Disk quotas dquot_6.6.0\nMay 30 06:29:20 localhost.localdomain kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\nMay 30 06:29:20 localhost.localdomain kernel: pnp: PnP ACPI init\nMay 30 06:29:20 localhost.localdomain kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved\nMay 30 06:29:20 localhost.localdomain kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)\nMay 30 06:29:20 localhost.localdomain kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved\nMay 30 06:29:20 localhost.localdomain kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved\nMay 30 06:29:20 localhost.localdomain kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved\nMay 30 06:29:20 localhost.localdomain kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)\nMay 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=17 -> irq=8 (gsi=8)\nMay 30 06:29:20 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)\nMay 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=18 -> irq=12 (gsi=12)\nMay 30 06:29:20 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)\nMay 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=19 -> irq=1 (gsi=1)\nMay 30 06:29:20 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)\nMay 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=20 -> irq=6 (gsi=6)\nMay 30 06:29:20 localhost.localdomain kernel: pnp 00:05: [dma 2]\nMay 30 06:29:20 localhost.localdomain kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active)\nMay 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=21 -> irq=4 (gsi=4)\nMay 30 06:29:20 localhost.localdomain kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)\nMay 30 06:29:20 localhost.localdomain kernel: system 00:07: [io 0x10c0-0x1141] has been reserved\nMay 30 06:29:20 localhost.localdomain kernel: system 00:07: [io 0xb044-0xb047] has been reserved\nMay 30 06:29:20 localhost.localdomain kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)\nMay 30 06:29:20 localhost.localdomain kernel: pnp: PnP ACPI: found 8 devices\nMay 30 06:29:20 localhost.localdomain kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]\nMay 30 06:29:20 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window]\nMay 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 2\nMay 30 06:29:20 localhost.localdomain kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, vmalloc)\nMay 30 06:29:20 localhost.localdomain kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, vmalloc)\nMay 30 06:29:20 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, vmalloc)\nMay 30 06:29:20 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, vmalloc)\nMay 30 06:29:20 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768)\nMay 30 06:29:20 localhost.localdomain kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, vmalloc)\nMay 30 06:29:20 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, vmalloc)\nMay 30 06:29:20 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, vmalloc)\nMay 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 1\nMay 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 44\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds\nMay 30 06:29:20 localhost.localdomain kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]\nMay 30 06:29:20 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64\nMay 30 06:29:20 localhost.localdomain kernel: Unpacking initramfs...\nMay 30 06:29:20 localhost.localdomain kernel: Freeing initrd memory: 30628K\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: bus type thunderbolt registered\nMay 30 06:29:20 localhost.localdomain kernel: Initialise system trusted keyrings\nMay 30 06:29:20 localhost.localdomain kernel: Key type blacklist registered\nMay 30 06:29:20 localhost.localdomain kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0\nMay 30 06:29:20 localhost.localdomain kernel: zbud: loaded\nMay 30 06:29:20 localhost.localdomain kernel: pstore: using deflate compression\nMay 30 06:29:20 localhost.localdomain kernel: Platform Keyring initialized\nMay 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 38\nMay 30 06:29:20 localhost.localdomain kernel: Key type asymmetric registered\nMay 30 06:29:20 localhost.localdomain kernel: Asymmetric key parser 'x509' registered\nMay 30 06:29:20 localhost.localdomain kernel: Running certificate verification selftests\nMay 30 06:29:20 localhost.localdomain kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'\nMay 30 06:29:20 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)\nMay 30 06:29:20 localhost.localdomain kernel: io scheduler mq-deadline registered\nMay 30 06:29:20 localhost.localdomain kernel: io scheduler kyber registered\nMay 30 06:29:20 localhost.localdomain kernel: io scheduler bfq registered\nMay 30 06:29:20 localhost.localdomain kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE\nMay 30 06:29:20 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4\nMay 30 06:29:20 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: Power Button [PWRF]\nMay 30 06:29:20 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1\nMay 30 06:29:20 localhost.localdomain kernel: ACPI: Sleep Button [SLPF]\nMay 30 06:29:20 localhost.localdomain kernel: xen: --> pirq=22 -> irq=47 (gsi=47)\nMay 30 06:29:20 localhost.localdomain kernel: xen:grant_table: Grant tables using version 1 layout\nMay 30 06:29:20 localhost.localdomain kernel: Grant table initialized\nMay 30 06:29:20 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!\nMay 30 06:29:20 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\nMay 30 06:29:20 localhost.localdomain kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\nMay 30 06:29:20 localhost.localdomain kernel: Non-volatile memory driver v1.3\nMay 30 06:29:20 localhost.localdomain kernel: rdac: device handler registered\nMay 30 06:29:20 localhost.localdomain kernel: hp_sw: device handler registered\nMay 30 06:29:20 localhost.localdomain kernel: emc: device handler registered\nMay 30 06:29:20 localhost.localdomain kernel: alua: device handler registered\nMay 30 06:29:20 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed\nMay 30 06:29:20 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic\nMay 30 06:29:20 localhost.localdomain kernel: usbserial: USB Serial support registered for generic\nMay 30 06:29:20 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12\nMay 30 06:29:20 localhost.localdomain kernel: i8042: Warning: Keylock active\nMay 30 06:29:20 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1\nMay 30 06:29:20 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12\nMay 30 06:29:20 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice\nMay 30 06:29:20 localhost.localdomain kernel: rtc_cmos 00:02: registered as rtc0\nMay 30 06:29:20 localhost.localdomain kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs\nMay 30 06:29:20 localhost.localdomain kernel: intel_pstate: CPU model not supported\nMay 30 06:29:20 localhost.localdomain kernel: hid: raw HID events driver (C) Jiri Kosina\nMay 30 06:29:20 localhost.localdomain kernel: usbcore: registered new interface driver usbhid\nMay 30 06:29:20 localhost.localdomain kernel: usbhid: USB HID core driver\nMay 30 06:29:20 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service\nMay 30 06:29:20 localhost.localdomain kernel: Initializing XFRM netlink socket\nMay 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 10\nMay 30 06:29:20 localhost.localdomain kernel: Segment Routing with IPv6\nMay 30 06:29:20 localhost.localdomain kernel: NET: Registered protocol family 17\nMay 30 06:29:20 localhost.localdomain kernel: mpls_gso: MPLS GSO support\nMay 30 06:29:20 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged.\nMay 30 06:29:20 localhost.localdomain kernel: AES CTR mode by8 optimization enabled\nMay 30 06:29:20 localhost.localdomain kernel: sched_clock: Marking stable (510858329, 0)->(13519892342, -13009034013)\nMay 30 06:29:20 localhost.localdomain kernel: registered taskstats version 1\nMay 30 06:29:20 localhost.localdomain kernel: Loading compiled-in X.509 certificates\nMay 30 06:29:20 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 9036118f247aaa99970a25e487b5a3a55df7255f'\nMay 30 06:29:20 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'\nMay 30 06:29:20 localhost.localdomain kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'\nMay 30 06:29:20 localhost.localdomain kernel: zswap: loaded using pool lzo/zbud\nMay 30 06:29:20 localhost.localdomain kernel: page_owner is disabled\nMay 30 06:29:20 localhost.localdomain kernel: Key type big_key registered\nMay 30 06:29:20 localhost.localdomain kernel: Key type encrypted registered\nMay 30 06:29:20 localhost.localdomain kernel: ima: No TPM chip found, activating TPM-bypass!\nMay 30 06:29:20 localhost.localdomain kernel: ima: Allocated hash algorithm: sha256\nMay 30 06:29:20 localhost.localdomain kernel: ima: No architecture policies found\nMay 30 06:29:20 localhost.localdomain kernel: evm: Initialising EVM extended attributes:\nMay 30 06:29:20 localhost.localdomain kernel: evm: security.selinux\nMay 30 06:29:20 localhost.localdomain kernel: evm: security.ima\nMay 30 06:29:20 localhost.localdomain kernel: evm: security.capability\nMay 30 06:29:20 localhost.localdomain kernel: evm: HMAC attrs: 0x1\nMay 30 06:29:20 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768\nMay 30 06:29:20 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vif/0\nMay 30 06:29:20 localhost.localdomain kernel: rtc_cmos 00:02: setting system clock to 2025-05-30 10:29:20 UTC (1748600960)\nMay 30 06:29:20 localhost.localdomain kernel: Freeing unused decrypted memory: 2028K\nMay 30 06:29:20 localhost.localdomain kernel: Freeing unused kernel image (initmem) memory: 2820K\nMay 30 06:29:20 localhost.localdomain kernel: Write protecting the kernel read-only data: 26624k\nMay 30 06:29:20 localhost.localdomain kernel: Freeing unused kernel image (text/rodata gap) memory: 2016K\nMay 30 06:29:20 localhost.localdomain kernel: Freeing unused kernel image (rodata/data gap) memory: 1672K\nMay 30 06:29:20 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)\nMay 30 06:29:20 localhost.localdomain systemd[1]: Detected virtualization xen.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Detected architecture x86-64.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Running in initial RAM disk.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Set hostname to .\nMay 30 06:29:20 localhost.localdomain systemd[1]: Listening on Journal Socket.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Started Memstrack Anylazing Service.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Reached target Timers.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Reached target Slices.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Starting Setup Virtual Console...\nMay 30 06:29:20 localhost.localdomain systemd-journald[218]: Journal started\n-- Subject: The journal has been started\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has started up, opened the journal\n-- files for writing and is now ready to process requests.\nMay 30 06:29:20 localhost.localdomain systemd-journald[218]: Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is 8.0M, max 176.9M, 168.9M free.\n-- Subject: Disk space used by the journal\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is currently using 8.0M.\n-- Maximum allowed usage is set to 176.9M.\n-- Leaving at least 265.4M free (of currently available 1.7G of disk space).\n-- Enforced usage limit is thus 176.9M, of which 168.9M are still available.\n-- \n-- The limits controlling how much disk space is used by the journal may\n-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n-- /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:29:20 localhost.localdomain systemd[1]: memstrack.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit memstrack.service has successfully entered the 'dead' state.\nMay 30 06:29:20 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Started Setup Virtual Console.\n-- Subject: Unit systemd-vconsole-setup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-vconsole-setup.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Starting dracut cmdline hook...\n-- Subject: Unit dracut-cmdline.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-cmdline.service has begun starting up.\nMay 30 06:29:20 localhost.localdomain dracut-cmdline[247]: dracut-8 dracut-049-233.git20240115.el8\nMay 30 06:29:20 localhost.localdomain dracut-cmdline[247]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-4.18.0-553.5.1.el8.x86_64 root=UUID=fe591198-9082-4b15-9b62-e83518524cd2 ro crashkernel=auto net.ifnames=0 rhgb quiet\nMay 30 06:29:20 localhost.localdomain systemd[1]: Started dracut cmdline hook.\n-- Subject: Unit dracut-cmdline.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-cmdline.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Starting dracut pre-udev hook...\n-- Subject: Unit dracut-pre-udev.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-udev.service has begun starting up.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Started dracut pre-udev hook.\n-- Subject: Unit dracut-pre-udev.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-udev.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager...\n-- Subject: Unit systemd-udevd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has begun starting up.\nMay 30 06:29:20 localhost.localdomain systemd-udevd[309]: Network interface NamePolicy= disabled on kernel command line, ignoring.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Started udev Kernel Device Manager.\n-- Subject: Unit systemd-udevd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices...\n-- Subject: Unit systemd-udev-trigger.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udev-trigger.service has begun starting up.\nMay 30 06:29:20 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2\nMay 30 06:29:20 localhost.localdomain systemd[1]: Started udev Coldplug all Devices.\n-- Subject: Unit systemd-udev-trigger.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udev-trigger.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen...\n-- Subject: Unit plymouth-start.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-start.service has begun starting up.\nMay 30 06:29:20 localhost.localdomain systemd[1]: Starting dracut initqueue hook...\n-- Subject: Unit dracut-initqueue.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-initqueue.service has begun starting up.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 332 (plymouthd).\nMay 30 06:29:21 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen.\n-- Subject: Unit plymouth-start.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-start.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.\n-- Subject: Unit systemd-ask-password-plymouth.path has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-ask-password-plymouth.path has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Reached target Paths.\n-- Subject: Unit paths.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit paths.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain kernel: libata version 3.00 loaded.\nMay 30 06:29:21 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13\nMay 30 06:29:21 localhost.localdomain kernel: scsi host0: ata_piix\nMay 30 06:29:21 localhost.localdomain kernel: ACPI: bus type drm_connector registered\nMay 30 06:29:21 localhost.localdomain kernel: scsi host1: ata_piix\nMay 30 06:29:21 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14\nMay 30 06:29:21 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15\nMay 30 06:29:21 localhost.localdomain kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console\nMay 30 06:29:21 localhost.localdomain kernel: Console: switching to colour dummy device 80x25\nMay 30 06:29:21 localhost.localdomain systemd-udevd[336]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.\nMay 30 06:29:21 localhost.localdomain kernel: Invalid max_queues (4), will use default max: 2.\nMay 30 06:29:21 localhost.localdomain kernel: [drm] Initialized cirrus 2.0.0 2019 for 0000:00:02.0 on minor 0\nMay 30 06:29:21 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device\nMay 30 06:29:21 localhost.localdomain kernel: cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called\nMay 30 06:29:21 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;\nMay 30 06:29:21 localhost.localdomain kernel: xvda: xvda1\nMay 30 06:29:21 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48\nMay 30 06:29:21 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver\nMay 30 06:29:21 localhost.localdomain kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device\nMay 30 06:29:21 localhost.localdomain systemd-udevd[337]: Using default interface naming scheme 'rhel-8.0'.\nMay 30 06:29:21 localhost.localdomain systemd-udevd[337]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2.\n-- Subject: Unit dev-disk-by\\x2duuid-fe591198\\x2d9082\\x2d4b15\\x2d9b62\\x2de83518524cd2.device has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dev-disk-by\\x2duuid-fe591198\\x2d9082\\x2d4b15\\x2d9b62\\x2de83518524cd2.device has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Reached target Initrd Root Device.\n-- Subject: Unit initrd-root-device.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-root-device.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Started dracut initqueue hook.\n-- Subject: Unit dracut-initqueue.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-initqueue.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre).\n-- Subject: Unit remote-fs-pre.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs-pre.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Reached target Remote File Systems.\n-- Subject: Unit remote-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2...\n-- Subject: Unit systemd-fsck-root.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-fsck-root.service has begun starting up.\nMay 30 06:29:21 localhost.localdomain systemd-fsck[375]: /usr/sbin/fsck.xfs: XFS file system.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2.\n-- Subject: Unit systemd-fsck-root.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-fsck-root.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2899.976 MHz\nMay 30 06:29:21 localhost.localdomain kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd2c4bdc1, max_idle_ns: 440795271539 ns\nMay 30 06:29:21 localhost.localdomain systemd[1]: Mounting Kernel Configuration File System...\n-- Subject: Unit sys-kernel-config.mount has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sys-kernel-config.mount has begun starting up.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Mounting /sysroot...\n-- Subject: Unit sysroot.mount has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysroot.mount has begun starting up.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Mounted Kernel Configuration File System.\n-- Subject: Unit sys-kernel-config.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sys-kernel-config.mount has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Reached target System Initialization.\n-- Subject: Unit sysinit.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysinit.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain systemd[1]: Reached target Basic System.\n-- Subject: Unit basic.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit basic.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:21 localhost.localdomain kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4\nMay 30 06:29:21 localhost.localdomain kernel: SGI XFS with ACLs, security attributes, quota, no debug enabled\nMay 30 06:29:21 localhost.localdomain kernel: XFS (xvda1): Mounting V5 Filesystem\nMay 30 06:29:23 localhost.localdomain kernel: XFS (xvda1): Ending clean mount\nMay 30 06:29:23 localhost.localdomain systemd[1]: Mounted /sysroot.\n-- Subject: Unit sysroot.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysroot.mount has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Reached target Initrd Root File System.\n-- Subject: Unit initrd-root-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-root-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root...\n-- Subject: Unit initrd-parse-etc.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-parse-etc.service has begun starting up.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Reloading.\nMay 30 06:29:23 localhost.localdomain systemd[1]: initrd-parse-etc.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit initrd-parse-etc.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root.\n-- Subject: Unit initrd-parse-etc.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-parse-etc.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Reached target Initrd File Systems.\n-- Subject: Unit initrd-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Reached target Initrd Default Target.\n-- Subject: Unit initrd.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook...\n-- Subject: Unit dracut-pre-pivot.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-pivot.service has begun starting up.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook.\n-- Subject: Unit dracut-pre-pivot.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-pivot.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons...\n-- Subject: Unit initrd-cleanup.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-cleanup.service has begun starting up.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Timers.\n-- Subject: Unit timers.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit timers.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Starting Plymouth switch root service...\n-- Subject: Unit plymouth-switch-root.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-switch-root.service has begun starting up.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Starting Setup Virtual Console...\n-- Subject: Unit systemd-vconsole-setup.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-vconsole-setup.service has begun starting up.\nMay 30 06:29:23 localhost.localdomain systemd[1]: dracut-pre-pivot.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit dracut-pre-pivot.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook.\n-- Subject: Unit dracut-pre-pivot.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-pivot.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Initrd Default Target.\n-- Subject: Unit initrd.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Initrd Root Device.\n-- Subject: Unit initrd-root-device.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-root-device.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Basic System.\n-- Subject: Unit basic.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit basic.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Paths.\n-- Subject: Unit paths.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit paths.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Sockets.\n-- Subject: Unit sockets.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sockets.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target System Initialization.\n-- Subject: Unit sysinit.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysinit.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: systemd-sysctl.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-sysctl.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables.\n-- Subject: Unit systemd-sysctl.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-sysctl.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: systemd-tmpfiles-setup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped Create Volatile Files and Directories.\n-- Subject: Unit systemd-tmpfiles-setup.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager...\n-- Subject: Unit systemd-udevd.service has begun shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has begun shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Local File Systems.\n-- Subject: Unit local-fs.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit local-fs.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Swap.\n-- Subject: Unit swap.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit swap.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Slices.\n-- Subject: Unit slices.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit slices.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Remote File Systems.\n-- Subject: Unit remote-fs.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre).\n-- Subject: Unit remote-fs-pre.target has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs-pre.target has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: dracut-initqueue.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit dracut-initqueue.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped dracut initqueue hook.\n-- Subject: Unit dracut-initqueue.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-initqueue.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: systemd-udev-trigger.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-udev-trigger.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices.\n-- Subject: Unit systemd-udev-trigger.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udev-trigger.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: initrd-cleanup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit initrd-cleanup.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons.\n-- Subject: Unit initrd-cleanup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-cleanup.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: systemd-udevd.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-udevd.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager.\n-- Subject: Unit systemd-udevd.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev.\n-- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup-dev.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: kmod-static-nodes.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit kmod-static-nodes.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel.\n-- Subject: Unit kmod-static-nodes.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit kmod-static-nodes.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: dracut-pre-udev.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit dracut-pre-udev.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook.\n-- Subject: Unit dracut-pre-udev.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-pre-udev.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: dracut-cmdline.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit dracut-cmdline.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Stopped dracut cmdline hook.\n-- Subject: Unit dracut-cmdline.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-cmdline.service has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: systemd-udevd-kernel.socket: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Closed udev Kernel Socket.\n-- Subject: Unit systemd-udevd-kernel.socket has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd-kernel.socket has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: systemd-udevd-control.socket: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-udevd-control.socket has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Closed udev Control Socket.\n-- Subject: Unit systemd-udevd-control.socket has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd-control.socket has finished shutting down.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Starting Cleanup udevd DB...\n-- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-udevadm-cleanup-db.service has begun starting up.\nMay 30 06:29:23 localhost.localdomain systemd[1]: initrd-udevadm-cleanup-db.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Started Cleanup udevd DB.\n-- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-udevadm-cleanup-db.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Started Setup Virtual Console.\n-- Subject: Unit systemd-vconsole-setup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-vconsole-setup.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Reached target Switch Root.\n-- Subject: Unit initrd-switch-root.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-switch-root.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Started Plymouth switch root service.\n-- Subject: Unit plymouth-switch-root.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-switch-root.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Starting Switch Root...\n-- Subject: Unit initrd-switch-root.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit initrd-switch-root.service has begun starting up.\nMay 30 06:29:23 localhost.localdomain systemd[1]: Switching root.\nMay 30 06:29:23 localhost.localdomain systemd-journald[218]: Journal stopped\n-- Subject: The journal has been stopped\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has shut down and closed all currently\n-- active journal files.\nMay 30 06:29:26 localhost.localdomain kernel: printk: systemd: 16 output lines suppressed due to ratelimiting\nMay 30 06:29:26 localhost.localdomain kernel: audit: type=1404 audit(1748600964.489:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1\nMay 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability network_peer_controls=1\nMay 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability open_perms=1\nMay 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability extended_socket_class=1\nMay 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability always_check_network=0\nMay 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability cgroup_seclabel=1\nMay 30 06:29:26 localhost.localdomain kernel: SELinux: policy capability nnp_nosuid_transition=1\nMay 30 06:29:26 localhost.localdomain kernel: audit: type=1403 audit(1748600964.977:3): auid=4294967295 ses=4294967295 lsm=selinux res=1\nMay 30 06:29:26 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 489.355ms.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 14.602ms.\nMay 30 06:29:26 localhost.localdomain systemd[1]: systemd 239 (239-82.el8.1) running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=legacy)\nMay 30 06:29:26 localhost.localdomain systemd[1]: Detected virtualization xen.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Detected architecture x86-64.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Set hostname to .\nMay 30 06:29:26 localhost.localdomain systemd[1]: Initializing machine ID from random generator.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file.\nMay 30 06:29:26 localhost.localdomain systemd[1]: initrd-switch-root.service: Succeeded.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Stopped Switch Root.\nMay 30 06:29:26 localhost.localdomain systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.\nMay 30 06:29:26 localhost.localdomain systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.\nMay 30 06:29:26 localhost.localdomain systemd-journald[497]: Journal started\n-- Subject: The journal has been started\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has started up, opened the journal\n-- files for writing and is now ready to process requests.\nMay 30 06:29:26 localhost.localdomain systemd-journald[497]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free.\n-- Subject: Disk space used by the journal\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is currently using 8.0M.\n-- Maximum allowed usage is set to 176.9M.\n-- Leaving at least 265.4M free (of currently available 1.7G of disk space).\n-- Enforced usage limit is thus 176.9M, of which 168.9M are still available.\n-- \n-- The limits controlling how much disk space is used by the journal may\n-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n-- /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:29:26 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-journald.service has successfully entered the 'dead' state.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Mounted Kernel Debug File System.\n-- Subject: Unit sys-kernel-debug.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sys-kernel-debug.mount has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Started Remount Root and Kernel File Systems.\n-- Subject: Unit systemd-remount-fs.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-remount-fs.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Mounted Huge Pages File System.\n-- Subject: Unit dev-hugepages.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dev-hugepages.mount has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Started Read and set NIS domainname from /etc/sysconfig/network.\n-- Subject: Unit nis-domainname.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit nis-domainname.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:26 localhost.localdomain systemd[1]: Mounted POSIX Message Queue File System.\n-- Subject: Unit dev-mqueue.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dev-mqueue.mount has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Load/Save Random Seed...\n-- Subject: Unit systemd-random-seed.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-random-seed.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel.\n-- Subject: Unit kmod-static-nodes.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit kmod-static-nodes.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Apply Kernel Variables.\n-- Subject: Unit systemd-sysctl.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-sysctl.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started udev Coldplug all Devices.\n-- Subject: Unit systemd-udev-trigger.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udev-trigger.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev...\n-- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup-dev.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd-journald[497]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free.\n-- Subject: Disk space used by the journal\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is currently using 8.0M.\n-- Maximum allowed usage is set to 176.9M.\n-- Leaving at least 265.4M free (of currently available 1.7G of disk space).\n-- Enforced usage limit is thus 176.9M, of which 168.9M are still available.\n-- \n-- The limits controlling how much disk space is used by the journal may\n-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n-- /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Load/Save Random Seed.\n-- Subject: Unit systemd-random-seed.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-random-seed.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: systemd-vconsole-setup.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Setup Virtual Console.\n-- Subject: Unit systemd-vconsole-setup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-vconsole-setup.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev.\n-- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup-dev.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager...\n-- Subject: Unit systemd-udevd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre).\n-- Subject: Unit local-fs-pre.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit local-fs-pre.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Reached target Local File Systems.\n-- Subject: Unit local-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit local-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk...\n-- Subject: Unit systemd-machine-id-commit.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-machine-id-commit.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs...\n-- Subject: Unit import-state.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit import-state.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...\n-- Subject: Unit plymouth-read-write.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-read-write.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: etc-machine\\x2did.mount: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit etc-machine\\x2did.mount has successfully entered the 'dead' state.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk.\n-- Subject: Unit systemd-machine-id-commit.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-machine-id-commit.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Received SIGRTMIN+20 from PID 332 (plymouthd).\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data.\n-- Subject: Unit plymouth-read-write.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-read-write.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Import network configuration from initramfs.\n-- Subject: Unit import-state.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit import-state.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories...\n-- Subject: Unit systemd-tmpfiles-setup.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories.\n-- Subject: Unit systemd-tmpfiles-setup.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-setup.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Mounting RPC Pipe File System...\n-- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Security Auditing Service...\n-- Subject: Unit auditd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit auditd.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd-udevd[530]: Network interface NamePolicy= disabled on kernel command line, ignoring.\nMay 30 06:29:27 localhost.localdomain auditd[554]: No plugins found, not dispatching events\nMay 30 06:29:27 localhost.localdomain auditd[554]: Init complete, auditd 3.1.2 listening for events (startup state enable)\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting RPC Bind...\n-- Subject: Unit rpcbind.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpcbind.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started RPC Bind.\n-- Subject: Unit rpcbind.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpcbind.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module.\nMay 30 06:29:27 localhost.localdomain kernel: RPC: Registered udp transport module.\nMay 30 06:29:27 localhost.localdomain kernel: RPC: Registered tcp transport module.\nMay 30 06:29:27 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Mounted RPC Pipe File System.\n-- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target.\n-- Subject: Unit rpc_pipefs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpc_pipefs.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain augenrules[558]: /sbin/augenrules: No change\nMay 30 06:29:27 localhost.localdomain augenrules[571]: No rules\nMay 30 06:29:27 localhost.localdomain augenrules[571]: enabled 1\nMay 30 06:29:27 localhost.localdomain augenrules[571]: failure 1\nMay 30 06:29:27 localhost.localdomain augenrules[571]: pid 554\nMay 30 06:29:27 localhost.localdomain augenrules[571]: rate_limit 0\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_limit 8192\nMay 30 06:29:27 localhost.localdomain augenrules[571]: lost 0\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog 2\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time 60000\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time_actual 0\nMay 30 06:29:27 localhost.localdomain augenrules[571]: enabled 1\nMay 30 06:29:27 localhost.localdomain augenrules[571]: failure 1\nMay 30 06:29:27 localhost.localdomain augenrules[571]: pid 554\nMay 30 06:29:27 localhost.localdomain augenrules[571]: rate_limit 0\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_limit 8192\nMay 30 06:29:27 localhost.localdomain augenrules[571]: lost 0\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog 6\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time 60000\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time_actual 0\nMay 30 06:29:27 localhost.localdomain augenrules[571]: enabled 1\nMay 30 06:29:27 localhost.localdomain augenrules[571]: failure 1\nMay 30 06:29:27 localhost.localdomain augenrules[571]: pid 554\nMay 30 06:29:27 localhost.localdomain augenrules[571]: rate_limit 0\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_limit 8192\nMay 30 06:29:27 localhost.localdomain augenrules[571]: lost 0\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog 4\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time 60000\nMay 30 06:29:27 localhost.localdomain augenrules[571]: backlog_wait_time_actual 0\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Security Auditing Service.\n-- Subject: Unit auditd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit auditd.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown...\n-- Subject: Unit systemd-update-utmp.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-update-utmp.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown.\n-- Subject: Unit systemd-update-utmp.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-update-utmp.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started udev Kernel Device Manager.\n-- Subject: Unit systemd-udevd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-udevd.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Reached target System Initialization.\n-- Subject: Unit sysinit.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sysinit.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket.\n-- Subject: Unit sssd-kcm.socket has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sssd-kcm.socket has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket.\n-- Subject: Unit dbus.socket has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dbus.socket has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Reached target Sockets.\n-- Subject: Unit sockets.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sockets.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started daily update of the root trust anchor for DNSSEC.\n-- Subject: Unit unbound-anchor.timer has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit unbound-anchor.timer has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Reached target Basic System.\n-- Subject: Unit basic.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit basic.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Reached target User and Group Name Lookups.\n-- Subject: Unit nss-user-lookup.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit nss-user-lookup.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Restore /run/initramfs on shutdown...\n-- Subject: Unit dracut-shutdown.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-shutdown.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.\n-- Subject: Unit rngd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rngd.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting NTP client/server...\n-- Subject: Unit chronyd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit chronyd.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started D-Bus System Message Bus.\n-- Subject: Unit dbus.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dbus.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started dnf makecache --timer.\n-- Subject: Unit dnf-makecache.timer has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dnf-makecache.timer has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)...\n-- Subject: Unit cloud-init-local.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init-local.service has begun starting up.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories.\n-- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-tmpfiles-clean.timer has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain systemd[1]: Reached target Timers.\n-- Subject: Unit timers.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit timers.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:27 localhost.localdomain rngd[593]: Disabling 7: PKCS11 Entropy generator (pkcs11)\nMay 30 06:29:27 localhost.localdomain rngd[593]: Disabling 5: NIST Network Entropy Beacon (nist)\nMay 30 06:29:27 localhost.localdomain rngd[593]: Disabling 9: Qrypt quantum entropy beacon (qrypt)\nMay 30 06:29:27 localhost.localdomain rngd[593]: Initializing available sources\nMay 30 06:29:27 localhost.localdomain rngd[593]: [hwrng ]: Initialization Failed\nMay 30 06:29:27 localhost.localdomain rngd[593]: [rdrand]: Enabling RDRAND rng support\nMay 30 06:29:27 localhost.localdomain rngd[593]: [rdrand]: Initialized\nMay 30 06:29:27 localhost.localdomain rngd[593]: [jitter]: JITTER timeout set to 5 sec\nMay 30 06:29:28 localhost.localdomain systemd[1]: Started irqbalance daemon.\n-- Subject: Unit irqbalance.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit irqbalance.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:28 localhost.localdomain systemd[1]: Reached target sshd-keygen.target.\n-- Subject: Unit sshd-keygen.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sshd-keygen.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:28 localhost.localdomain systemd[1]: Starting Login Service...\n-- Subject: Unit systemd-logind.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-logind.service has begun starting up.\nMay 30 06:29:28 localhost.localdomain systemd[1]: Started Restore /run/initramfs on shutdown.\n-- Subject: Unit dracut-shutdown.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit dracut-shutdown.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:28 localhost.localdomain systemd[1]: Starting update of the root trust anchor for DNSSEC validation in unbound...\n-- Subject: Unit unbound-anchor.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit unbound-anchor.service has begun starting up.\nMay 30 06:29:28 localhost.localdomain rngd[593]: [jitter]: Initializing AES buffer\nMay 30 06:29:28 localhost.localdomain chronyd[605]: chronyd version 4.5 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)\nMay 30 06:29:28 localhost.localdomain chronyd[605]: Loaded 0 symmetric keys\nMay 30 06:29:28 localhost.localdomain systemd-logind[599]: New seat seat0.\n-- Subject: A new seat seat0 is now available\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new seat seat0 has been configured and is now available.\nMay 30 06:29:28 localhost.localdomain chronyd[605]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift\nMay 30 06:29:28 localhost.localdomain systemd-logind[599]: Watching system buttons on /dev/input/event1 (Sleep Button)\nMay 30 06:29:28 localhost.localdomain systemd-logind[599]: Watching system buttons on /dev/input/event0 (Power Button)\nMay 30 06:29:28 localhost.localdomain chronyd[605]: Using right/UTC timezone to obtain leap second data\nMay 30 06:29:28 localhost.localdomain dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.systemd1'\nMay 30 06:29:28 localhost.localdomain systemd[1]: Started Login Service.\n-- Subject: Unit systemd-logind.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-logind.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:28 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5\nMay 30 06:29:28 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr\nMay 30 06:29:28 localhost.localdomain systemd[1]: Started NTP client/server.\n-- Subject: Unit chronyd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit chronyd.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:28 localhost.localdomain systemd[1]: unbound-anchor.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit unbound-anchor.service has successfully entered the 'dead' state.\nMay 30 06:29:28 localhost.localdomain systemd[1]: Started update of the root trust anchor for DNSSEC validation in unbound.\n-- Subject: Unit unbound-anchor.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit unbound-anchor.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:28 localhost.localdomain systemd-logind[599]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)\nMay 30 06:29:28 localhost.localdomain systemd-udevd[580]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.\nMay 30 06:29:28 localhost.localdomain systemd-udevd[588]: Using default interface naming scheme 'rhel-8.0'.\nMay 30 06:29:28 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer\nMay 30 06:29:28 localhost.localdomain systemd-udevd[588]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.\nMay 30 06:29:28 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0\nMay 30 06:29:28 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 \nMay 30 06:29:32 localhost.localdomain dhclient[641]: Internet Systems Consortium DHCP Client 4.3.6\nMay 30 06:29:32 localhost.localdomain dhclient[641]: Copyright 2004-2017 Internet Systems Consortium.\nMay 30 06:29:32 localhost.localdomain dhclient[641]: All rights reserved.\nMay 30 06:29:32 localhost.localdomain dhclient[641]: For info, please visit https://www.isc.org/software/dhcp/\nMay 30 06:29:32 localhost.localdomain dhclient[641]: \nMay 30 06:29:32 localhost.localdomain dhclient[641]: Listening on LPF/eth0/0a:ff:c2:c9:60:0f\nMay 30 06:29:32 localhost.localdomain dhclient[641]: Sending on LPF/eth0/0a:ff:c2:c9:60:0f\nMay 30 06:29:32 localhost.localdomain dhclient[641]: Sending on Socket/fallback\nMay 30 06:29:32 localhost.localdomain dhclient[641]: Created duid \"\\000\\004\\3268\\366\\030\\227zEt\\203\\361\\321\\216\\223a[?\".\nMay 30 06:29:32 localhost.localdomain dhclient[641]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x74d82c18)\nMay 30 06:29:32 localhost.localdomain dhclient[641]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x74d82c18)\nMay 30 06:29:32 localhost.localdomain dhclient[641]: DHCPOFFER from 10.31.12.1\nMay 30 06:29:32 localhost.localdomain dhclient[641]: DHCPACK from 10.31.12.1 (xid=0x74d82c18)\nMay 30 06:29:32 localhost.localdomain dhclient[641]: bound to 10.31.12.112 -- renewal in 1619 seconds.\nMay 30 06:29:33 localhost.localdomain rngd[593]: [jitter]: Unable to obtain AES key, disabling JITTER source\nMay 30 06:29:33 localhost.localdomain rngd[593]: [jitter]: Initialization Failed\nMay 30 06:29:33 localhost.localdomain rngd[593]: Process privileges have been dropped to 2:2\nMay 30 06:29:53 localhost.localdomain dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=656 comm=\"hostnamectl set-hostname ip-10-31-12-112.testing-f\" label=\"system_u:system_r:cloud_init_t:s0\")\nMay 30 06:29:53 localhost.localdomain systemd[1]: Starting Hostname Service...\n-- Subject: Unit systemd-hostnamed.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-hostnamed.service has begun starting up.\nMay 30 06:29:53 localhost.localdomain dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.hostname1'\nMay 30 06:29:53 localhost.localdomain systemd[1]: Started Hostname Service.\n-- Subject: Unit systemd-hostnamed.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-hostnamed.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[657]: Changed static host name to 'ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com'\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[657]: Changed host name to 'ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com'\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[639]: Cloud-init v. 23.4-7.el8.2 running 'init-local' at Fri, 30 May 2025 10:29:31 +0000. Up 11.62 seconds.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (pre-networking).\n-- Subject: Unit cloud-init-local.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init-local.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network (Pre).\n-- Subject: Unit network-pre.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit network-pre.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager...\n-- Subject: Unit NetworkManager.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager.service has begun starting up.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4358] NetworkManager (version 1.40.16-15.el8) is starting... (boot:24a7f599-c5e4-4eaa-b0e0-8253db6b868e)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4382] Read config: /etc/NetworkManager/NetworkManager.conf (run: 15-carrier-timeout.conf)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager.\n-- Subject: Unit NetworkManager.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online...\n-- Subject: Unit NetworkManager-wait-online.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-wait-online.service has begun starting up.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network.\n-- Subject: Unit network.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit network.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon...\n-- Subject: Unit gssproxy.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit gssproxy.service has begun starting up.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Dynamic System Tuning Daemon...\n-- Subject: Unit tuned.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit tuned.service has begun starting up.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4480] bus-manager: acquired D-Bus service \"org.freedesktop.NetworkManager\"\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4598] manager[0x56444566c080]: monitoring kernel firmware directory '/lib/firmware'.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4641] hostname: hostname: using hostnamed\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4641] hostname: static hostname changed from (none) to \"ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com\"\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4644] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4767] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-device-plugin-team.so)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4769] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4772] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4774] manager: Networking is enabled by state file\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=662 comm=\"/usr/sbin/NetworkManager --no-daemon \" label=\"system_u:system_r:NetworkManager_t:s0\")\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service...\n-- Subject: Unit NetworkManager-dispatcher.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-dispatcher.service has begun starting up.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4844] settings: Loaded settings plugin: ifcfg-rh (\"/usr/lib64/NetworkManager/1.40.16-15.el8/libnm-settings-plugin-ifcfg-rh.so\")\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4845] settings: Loaded settings plugin: keyfile (internal)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon.\n-- Subject: Unit gssproxy.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit gssproxy.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services.\n-- Subject: Unit nfs-client.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit nfs-client.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems (Pre).\n-- Subject: Unit remote-fs-pre.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs-pre.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems.\n-- Subject: Unit remote-fs.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit remote-fs.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4928] dhcp: init: Using DHCP client 'internal'\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4928] device (lo): carrier: link connected\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4931] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4940] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.4942] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5066] device (eth0): carrier: link connected\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5072] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5093] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5165] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5168] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5180] manager: NetworkManager state is now CONNECTING\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5189] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service.\n-- Subject: Unit NetworkManager-dispatcher.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-dispatcher.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5221] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5239] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5261] dhcp4 (eth0): state changed new lease, address=10.31.12.112\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5264] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=662 comm=\"/usr/sbin/NetworkManager --no-daemon \" label=\"system_u:system_r:NetworkManager_t:s0\")\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5345] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5385] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5386] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5389] manager: NetworkManager state is now CONNECTED_SITE\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5391] device (eth0): Activation: successful, device activated.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5395] manager: NetworkManager state is now CONNECTED_GLOBAL\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com NetworkManager[662]: [1748600993.5398] manager: startup complete\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Wait Online.\n-- Subject: Unit NetworkManager-wait-online.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-wait-online.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Initial cloud-init job (metadata service crawler)...\n-- Subject: Unit cloud-init.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init.service has begun starting up.\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Added source 10.2.32.37\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Added source 10.2.32.38\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Added source 10.11.160.238\nMay 30 06:29:53 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Added source 10.18.100.10\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=667 comm=\"/usr/libexec/platform-python -Es /usr/sbin/tuned -\" label=\"system_u:system_r:tuned_t:s0\")\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Authorization Manager...\n-- Subject: Unit polkit.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit polkit.service has begun starting up.\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Started polkitd version 0.115\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Dynamic System Tuning Daemon.\n-- Subject: Unit tuned.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit tuned.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Loading rules from directory /etc/polkit-1/rules.d\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Loading rules from directory /usr/share/polkit-1/rules.d\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Finished loading, compiling and executing 2 rules\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com polkitd[930]: Acquired the name org.freedesktop.PolicyKit1 on the system bus\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Authorization Manager.\n-- Subject: Unit polkit.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit polkit.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Cloud-init v. 23.4-7.el8.2 running 'init' at Fri, 30 May 2025 10:29:54 +0000. Up 34.07 seconds.\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | eth0 | True | 10.31.12.112 | 255.255.252.0 | global | 0a:ff:c2:c9:60:0f |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | eth0 | True | fe80::8ff:c2ff:fec9:600f/64 | . | link | 0a:ff:c2:c9:60:0f |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | lo | True | ::1/128 | . | host | . |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +--------+------+-----------------------------+---------------+--------+-------------------+\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | Route | Destination | Gateway | Interface | Flags |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | 1 | fe80::/64 | :: | eth0 | U |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: | 3 | multicast | :: | eth0 | U |\nMay 30 06:29:54 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Generating public/private rsa key pair.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key fingerprint is:\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: SHA256:93EW6Co65VS3BKe00gyfuaF7PotCOFSz1YcfONQ3b4k root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key's randomart image is:\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +---[RSA 3072]----+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o.+ |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o o B =.o |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . + * @.ooo.|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . . @.+E oo|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . S+.=o.o. |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o . +..o.+ |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o +... . |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o.ooo |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | .o.ooo |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +----[SHA256]-----+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Generating public/private dsa key pair.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key fingerprint is:\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: SHA256:pjcB/S5ecCn2deGt6kB/odh05Pu46jOuqkrG9HPy2xI root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key's randomart image is:\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +---[DSA 1024]----+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . o |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . . + o |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . S = o * .|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o . +EO * + + |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | + = =.* + + |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o B.= .oo o |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | ....=+o=*+o..|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +----[SHA256]-----+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Generating public/private ecdsa key pair.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key fingerprint is:\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: SHA256:pddcsFViTyEVORKotOV5PHGTrR75i7wV0UpSdGgDZpg root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key's randomart image is:\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +---[ECDSA 256]---+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o*=O*X|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | .E= O=@o|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . * =.*==|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | = = B+..|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | S . +.o+ |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . . o|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | . ...|\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o.. |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | .. |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +----[SHA256]-----+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Generating public/private ed25519 key pair.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key fingerprint is:\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: SHA256:Aapxa80SDDE6DzjTqiBs9in3ZjUHuq8aHZETpw3+wGY root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: The key's randomart image is:\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +--[ED25519 256]--+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | +. o.. |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |.o +o.B. |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |B o =E .. |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |.B +o==. . |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |++o +.+.S |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |* ..oo.o . |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: |.. = .o o |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | o o+ |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: | .+oo. |\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[933]: +----[SHA256]-----+\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler).\n-- Subject: Unit cloud-init.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online.\n-- Subject: Unit network-online.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit network-online.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart...\n-- Subject: Unit rpc-statd-notify.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpc-statd-notify.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness....\n-- Subject: Unit restraintd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit restraintd.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming...\n-- Subject: Unit kdump.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit kdump.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service...\n-- Subject: Unit rsyslog.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rsyslog.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability.\n-- Subject: Unit cloud-config.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-config.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config...\n-- Subject: Unit cloud-config.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-config.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon...\n-- Subject: Unit sshd.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sshd.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sm-notify[1021]: Version 2.3.3 starting\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart.\n-- Subject: Unit rpc-statd-notify.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rpc-statd-notify.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness..\n-- Subject: Unit restraintd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit restraintd.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[1026]: Server listening on 0.0.0.0 port 22.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[1026]: Server listening on :: port 22.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon.\n-- Subject: Unit sshd.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit sshd.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com rsyslogd[1024]: [origin software=\"rsyslogd\" swVersion=\"8.2102.0-15.el8\" x-pid=\"1024\" x-info=\"https://www.rsyslog.com\"] start\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service.\n-- Subject: Unit rsyslog.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit rsyslog.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com restraintd[1030]: Listening on http://localhost:8081\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com rsyslogd[1024]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ]\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kdumpctl[1032]: kdump: Detected change(s) in the following file(s): /etc/fstab\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1270]: Cloud-init v. 23.4-7.el8.2 running 'modules:config' at Fri, 30 May 2025 10:29:58 +0000. Up 38.69 seconds.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config.\n-- Subject: Unit cloud-config.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-config.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions...\n-- Subject: Unit systemd-user-sessions.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-user-sessions.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts...\n-- Subject: Unit cloud-final.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-final.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions.\n-- Subject: Unit systemd-user-sessions.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-user-sessions.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler.\n-- Subject: Unit crond.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit crond.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen...\n-- Subject: Unit plymouth-quit.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-quit.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hold until boot process finishes up...\n-- Subject: Unit plymouth-quit-wait.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-quit-wait.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com crond[1297]: (CRON) STARTUP (1.5.2)\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com crond[1297]: (CRON) INFO (Syslog will be used instead of sendmail.)\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com crond[1297]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 44% if used.)\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 332 (plymouthd).\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com crond[1297]: (CRON) INFO (running with inotify support)\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 332 (plymouthd).\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen.\n-- Subject: Unit plymouth-quit.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-quit.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hold until boot process finishes up.\n-- Subject: Unit plymouth-quit-wait.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit plymouth-quit-wait.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1.\n-- Subject: Unit getty@tty1.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit getty@tty1.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts.\n-- Subject: Unit getty.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit getty.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System.\n-- Subject: Unit multi-user.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit multi-user.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes...\n-- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-update-utmp-runlevel.service has begun starting up.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state.\nMay 30 06:29:58 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes.\n-- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-update-utmp-runlevel.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kdumpctl[1032]: kdump: Rebuilding /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1563]: dracut-049-233.git20240115.el8\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1589]: #############################################################\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1593]: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: Executing: /usr/bin/dracut --add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics -o \"plymouth dash resume ifcfg earlykdump\" --compress=xz --mount \"/dev/disk/by-uuid/fe591198-9082-4b15-9b62-e83518524cd2 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota,nofail,x-systemd.before=initrd-fs.target\" --no-hostonly-default-device -f /boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img 4.18.0-553.5.1.el8.x86_64\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1599]: 1024 SHA256:pjcB/S5ecCn2deGt6kB/odh05Pu46jOuqkrG9HPy2xI root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com (DSA)\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1608]: 256 SHA256:pddcsFViTyEVORKotOV5PHGTrR75i7wV0UpSdGgDZpg root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com (ECDSA)\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1613]: 256 SHA256:Aapxa80SDDE6DzjTqiBs9in3ZjUHuq8aHZETpw3+wGY root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com (ED25519)\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1618]: 3072 SHA256:93EW6Co65VS3BKe00gyfuaF7PotCOFSz1YcfONQ3b4k root@ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com (RSA)\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1620]: -----END SSH HOST KEY FINGERPRINTS-----\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1622]: #############################################################\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1580]: Cloud-init v. 23.4-7.el8.2 running 'modules:final' at Fri, 30 May 2025 10:29:59 +0000. Up 39.43 seconds.\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com cloud-init[1580]: Cloud-init v. 23.4-7.el8.2 finished at Fri, 30 May 2025 10:29:59 +0000. Datasource DataSourceEc2Local. Up 39.63 seconds\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts.\n-- Subject: Unit cloud-final.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-final.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target.\n-- Subject: Unit cloud-init.target has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit cloud-init.target has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nMay 30 06:29:59 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'resume' will not be installed, because it's in the list to be omitted!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'earlykdump' will not be installed, because it's in the list to be omitted!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: memstrack is available\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: Selected source 10.2.32.38\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com chronyd[605]: System clock TAI offset set to 37 seconds\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: bash ***\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: systemd ***\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: systemd-initrd ***\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: watchdog-modules ***\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: nss-softokn ***\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: rngd ***\nMay 30 06:30:00 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: i18n ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: drm ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: prefixdevname ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: kernel-modules ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: kernel-modules-extra ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: kernel-modules-extra: configuration source \"/run/depmod.d/\" does not exist\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: kernel-modules-extra: configuration source \"/lib/depmod.d/\" does not exist\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: kernel-modules-extra: parsing configuration file \"/etc/depmod.d//dist.conf\"\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: kernel-modules-extra: /etc/depmod.d//dist.conf: added \"updates extra built-in weak-updates\" to the list of search directories\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: fstab-sys ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: rootfs-block ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: terminfo ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: udev-rules ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: Skipping udev rule: 91-permissions.rules\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: Skipping udev rule: 80-drivers-modprobe.rules\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: biosdevname ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: dracut-systemd ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: usrmount ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: base ***\nMay 30 06:30:01 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: fs-lib ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: kdumpbase ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: memstrack ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: microcode_ctl-fw_dir_override ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl module: mangling fw_dir\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: reset fw_dir to \"/lib/firmware/updates /lib/firmware\"\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: intel: caveats check for kernel version \"4.18.0-553.5.1.el8.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel\" to fw_dir variable\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration \"intel-06-2d-07\" is ignored\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration \"intel-06-4e-03\" is ignored\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration \"intel-06-4f-01\" is ignored\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration \"intel-06-55-04\" is ignored\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration \"intel-06-5e-03\" is ignored\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration \"intel-06-8c-01\" is ignored\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration \"intel-06-8e-9e-0x-0xca\" is ignored\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell\"...\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: configuration \"intel-06-8e-9e-0x-dell\" is ignored\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: microcode_ctl: final fw_dir: \"/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware\"\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: shutdown ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including module: squash ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Including modules done ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Installing kernel module dependencies ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Installing kernel module dependencies done ***\nMay 30 06:30:02 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Resolving executable dependencies ***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Resolving executable dependencies done***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Hardlinking files ***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Hardlinking files done ***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Generating early-microcode cpio image ***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Constructing GenuineIntel.bin ***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Constructing GenuineIntel.bin ***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Store current command line parameters ***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: Stored kernel commandline:\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: No dracut internal kernel commandline stored in the initramfs\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Install squash loader ***\nMay 30 06:30:03 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Stripping files ***\nMay 30 06:30:04 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Stripping files done ***\nMay 30 06:30:04 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Squashing the files inside the initramfs ***\nMay 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Squashing the files inside the initramfs done ***\nMay 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Creating image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' ***\nMay 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dracut[1565]: *** Creating initramfs image file '/boot/initramfs-4.18.0-553.5.1.el8.x86_64kdump.img' done ***\nMay 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kdumpctl[1032]: kdump: kexec: loaded kdump kernel\nMay 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com kdumpctl[1032]: kdump: Starting kdump: [OK]\nMay 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming.\n-- Subject: Unit kdump.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit kdump.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:30:13 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 525ms (kernel) + 3.945s (initrd) + 49.410s (userspace) = 53.882s.\n-- Subject: System start-up is now complete\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- All system services necessary queued for starting at boot have been\n-- started. Note that this does not mean that the machine is now idle as services\n-- might still be busy with completing start-up.\n-- \n-- Kernel start-up required 525640 microseconds.\n-- \n-- Initial RAM disk start-up required 3945858 microseconds.\n-- \n-- Userspace start-up required 49410835 microseconds.\nMay 30 06:30:23 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nMay 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5069]: Accepted publickey for root from 10.30.34.132 port 42910 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0.\n-- Subject: Unit user-0.slice has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user-0.slice has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User runtime directory /run/user/0...\n-- Subject: Unit user-runtime-dir@0.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user-runtime-dir@0.service has begun starting up.\nMay 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: New session 1 of user root.\n-- Subject: A new session 1 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 1 has been created for the user root.\n-- \n-- The leading process of the session is 5069.\nMay 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User runtime directory /run/user/0.\n-- Subject: Unit user-runtime-dir@0.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user-runtime-dir@0.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0...\n-- Subject: Unit user@0.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user@0.service has begun starting up.\nMay 30 06:31:21 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: pam_unix(systemd-user:session): session opened for user root by (uid=0)\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Paths.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Timers.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Starting D-Bus User Message Bus Socket.\n-- Subject: Unit UNIT has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has begun starting up.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Listening on D-Bus User Message Bus Socket.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Sockets.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Basic System.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Reached target Default.\n-- Subject: Unit UNIT has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit UNIT has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[5074]: Startup finished in 33ms.\n-- Subject: User manager start-up is now complete\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The user manager instance for user 0 has been started. All services queued\n-- for starting have been started. Note that other services might still be starting\n-- up or be started at any later time.\n-- \n-- Startup of the manager took 33598 microseconds.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0.\n-- Subject: Unit user@0.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit user@0.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5069]: pam_unix(sshd:session): session opened for user root by (uid=0)\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root.\n-- Subject: Unit session-1.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-1.scope has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5083]: Received disconnect from 10.30.34.132 port 42910:11: disconnected by user\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5083]: Disconnected from user root 10.30.34.132 port 42910\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5069]: pam_unix(sshd:session): session closed for user root\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit session-1.scope has successfully entered the 'dead' state.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: Session 1 logged out. Waiting for processes to exit.\nMay 30 06:31:22 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: Removed session 1.\n-- Subject: Session 1 has been terminated\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A session with the ID 1 has been terminated.\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5104]: Accepted publickey for root from 10.31.10.207 port 40098 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5103]: Accepted publickey for root from 10.31.10.207 port 40082 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: New session 4 of user root.\n-- Subject: A new session 4 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 4 has been created for the user root.\n-- \n-- The leading process of the session is 5103.\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root.\n-- Subject: Unit session-4.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-4.scope has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: New session 3 of user root.\n-- Subject: A new session 3 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 3 has been created for the user root.\n-- \n-- The leading process of the session is 5104.\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root.\n-- Subject: Unit session-3.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-3.scope has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5103]: pam_unix(sshd:session): session opened for user root by (uid=0)\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5104]: pam_unix(sshd:session): session opened for user root by (uid=0)\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5110]: Received disconnect from 10.31.10.207 port 40098:11: disconnected by user\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5110]: Disconnected from user root 10.31.10.207 port 40098\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com sshd[5104]: pam_unix(sshd:session): session closed for user root\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit session-3.scope has successfully entered the 'dead' state.\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: Session 3 logged out. Waiting for processes to exit.\nMay 30 06:31:24 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd-logind[599]: Removed session 3.\n-- Subject: Session 3 has been terminated\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A session with the ID 3 has been terminated.\nMay 30 06:31:42 ip-10-31-12-112.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:31:42 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.24' (uid=0 pid=6708 comm=\"hostnamectl set-hostname managed-node1 \" label=\"unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023\")\nMay 30 06:31:42 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service...\n-- Subject: Unit systemd-hostnamed.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-hostnamed.service has begun starting up.\nMay 30 06:31:42 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.hostname1'\nMay 30 06:31:42 ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service.\n-- Subject: Unit systemd-hostnamed.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-hostnamed.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:42 managed-node1 systemd-hostnamed[6709]: Changed static host name to 'managed-node1'\nMay 30 06:31:42 managed-node1 systemd-hostnamed[6709]: Changed host name to 'managed-node1'\nMay 30 06:31:42 managed-node1 NetworkManager[662]: [1748601102.9573] hostname: static hostname changed from \"ip-10-31-12-112.testing-farm.us-east-1.aws.redhat.com\" to \"managed-node1\"\nMay 30 06:31:42 managed-node1 dbus-daemon[595]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=662 comm=\"/usr/sbin/NetworkManager --no-daemon \" label=\"system_u:system_r:NetworkManager_t:s0\")\nMay 30 06:31:42 managed-node1 systemd[1]: Starting Network Manager Script Dispatcher Service...\n-- Subject: Unit NetworkManager-dispatcher.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-dispatcher.service has begun starting up.\nMay 30 06:31:42 managed-node1 NetworkManager[662]: [1748601102.9703] policy: set-hostname: set hostname to 'managed-node1' (from system configuration)\nMay 30 06:31:42 managed-node1 dbus-daemon[595]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'\nMay 30 06:31:42 managed-node1 systemd[1]: Started Network Manager Script Dispatcher Service.\n-- Subject: Unit NetworkManager-dispatcher.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit NetworkManager-dispatcher.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:31:43 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:31:53 managed-node1 systemd[1]: NetworkManager-dispatcher.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nMay 30 06:32:13 managed-node1 systemd[1]: systemd-hostnamed.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nMay 30 06:33:19 managed-node1 sshd[7229]: Accepted publickey for root from 10.31.15.66 port 36468 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nMay 30 06:33:19 managed-node1 systemd[1]: Started Session 5 of user root.\n-- Subject: Unit session-5.scope has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit session-5.scope has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:33:19 managed-node1 systemd-logind[599]: New session 5 of user root.\n-- Subject: A new session 5 has been created for user root\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- Documentation: https://www.freedesktop.org/wiki/Software/systemd/multiseat\n-- \n-- A new session with the ID 5 has been created for the user root.\n-- \n-- The leading process of the session is 7229.\nMay 30 06:33:19 managed-node1 sshd[7229]: pam_unix(sshd:session): session opened for user root by (uid=0)\nMay 30 06:33:19 managed-node1 platform-python[7374]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d\nMay 30 06:33:20 managed-node1 platform-python[7522]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nMay 30 06:33:21 managed-node1 platform-python[7645]: ansible-dnf Invoked with name=['systemd'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None\nMay 30 06:33:35 managed-node1 platform-python[7804]: ansible-systemd Invoked with name=systemd-journald.service state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None\nMay 30 06:33:36 managed-node1 platform-python[7931]: ansible-systemd Invoked with name=systemd-journal-flush.service state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None\nMay 30 06:33:36 managed-node1 platform-python[8058]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None\nMay 30 06:33:37 managed-node1 platform-python[8181]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None\nMay 30 06:33:37 managed-node1 platform-python[8304]: ansible-command Invoked with _raw_params=systemd-tmpfiles --create\n --prefix=/run/log/journal\n /usr/lib/tmpfiles.d/systemd.conf\n warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 30 06:33:37 managed-node1 platform-python[8428]: ansible-stat Invoked with path=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True\nMay 30 06:33:38 managed-node1 platform-python[8527]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1748601217.61058-7988-135153901703707/source 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 regexp=None delimiter=None\nMay 30 06:33:38 managed-node1 platform-python[8652]: ansible-systemd Invoked with name=systemd-journald.service state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None\nMay 30 06:33:38 managed-node1 systemd[1]: Stopping Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun shutting down.\nMay 30 06:33:38 managed-node1 systemd[1]: systemd-journal-flush.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-journal-flush.service has successfully entered the 'dead' state.\nMay 30 06:33:38 managed-node1 systemd[1]: Stopped Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished shutting down.\nMay 30 06:33:38 managed-node1 systemd-journald[497]: Journal stopped\n-- Subject: The journal has been stopped\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has shut down and closed all currently\n-- active journal files.\nMay 30 06:33:38 managed-node1 systemd[1]: Stopping Journal Service...\nMay 30 06:33:38 managed-node1 systemd[1]: systemd-journald.service: Succeeded.\nMay 30 06:33:38 managed-node1 systemd[1]: Stopped Journal Service.\nMay 30 06:33:38 managed-node1 systemd[1]: Starting Journal Service...\nMay 30 06:33:38 managed-node1 systemd-journald[8662]: Journal started\n-- Subject: The journal has been started\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has started up, opened the journal\n-- files for writing and is now ready to process requests.\nMay 30 06:33:38 managed-node1 systemd-journald[8662]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free.\n-- Subject: Disk space used by the journal\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is currently using 8.0M.\n-- Maximum allowed usage is set to 176.9M.\n-- Leaving at least 265.4M free (of currently available 1.7G of disk space).\n-- Enforced usage limit is thus 176.9M, of which 168.9M are still available.\n-- \n-- The limits controlling how much disk space is used by the journal may\n-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n-- /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:33:38 managed-node1 systemd[1]: Started Journal Service.\nMay 30 06:33:38 managed-node1 systemd[1]: Starting Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun starting up.\nMay 30 06:33:38 managed-node1 systemd[1]: Started Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:33:39 managed-node1 platform-python[8786]: ansible-systemd Invoked with name=systemd-journal-flush.service state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None\nMay 30 06:33:39 managed-node1 systemd[1]: Stopping Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun shutting down.\nMay 30 06:33:39 managed-node1 systemd[1]: systemd-journal-flush.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-journal-flush.service has successfully entered the 'dead' state.\nMay 30 06:33:39 managed-node1 systemd[1]: Stopped Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished shutting down.\nMay 30 06:33:39 managed-node1 systemd[1]: Starting Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun starting up.\nMay 30 06:33:39 managed-node1 systemd[1]: Started Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:33:39 managed-node1 platform-python[8918]: ansible-command Invoked with _raw_params=systemctl show --property SubState systemd-journald.service warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 30 06:33:39 managed-node1 platform-python[9042]: ansible-stat Invoked with path=/run/log/journal/d638f618977a457483f1d18e93615b3f/system.journal follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nMay 30 06:33:40 managed-node1 platform-python[9167]: ansible-command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/d638f618977a457483f1d18e93615b3f/system.journal | grep -q 'State: ONLINE'\n _uses_shell=True warn=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:40 managed-node1 platform-python[9293]: ansible-command Invoked with _raw_params=set -euo pipefail; journalctl --header --file /run/log/journal/d638f618977a457483f1d18e93615b3f/system.journal | grep -q COMPRESSED\n _uses_shell=True warn=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:42 managed-node1 platform-python[9458]: ansible-setup Invoked with gather_subset=['all'] gather_timeout=10 filter=* fact_path=/etc/ansible/facts.d\nMay 30 06:33:43 managed-node1 platform-python[9606]: ansible-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 regexp=None delimiter=None\nMay 30 06:33:43 managed-node1 platform-python[9731]: ansible-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 regexp=None delimiter=None\nMay 30 06:33:43 managed-node1 platform-python[9856]: 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 follow=False unsafe_writes=False regexp=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None src=None force=None content=NOT_LOGGING_PARAMETER remote_src=None delimiter=None directory_mode=None\nMay 30 06:33:44 managed-node1 platform-python[9979]: 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 follow=False unsafe_writes=False regexp=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None src=None force=None content=NOT_LOGGING_PARAMETER remote_src=None delimiter=None directory_mode=None\nMay 30 06:33:44 managed-node1 platform-python[10102]: ansible-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 regexp=None delimiter=None\nMay 30 06:33:44 managed-node1 platform-python[10227]: 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 follow=False unsafe_writes=False regexp=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None src=None force=None content=NOT_LOGGING_PARAMETER remote_src=None delimiter=None directory_mode=None\nMay 30 06:33:45 managed-node1 platform-python[10350]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False no_block=False name=None state=None enabled=None force=None masked=None user=None scope=None\nMay 30 06:33:45 managed-node1 systemd[1]: Reloading.\nMay 30 06:33:46 managed-node1 platform-python[10498]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_md5=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nMay 30 06:33:46 managed-node1 platform-python[10621]: ansible-dnf Invoked with name=['systemd'] state=present allow_downgrade=False autoremove=False bugfix=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 lock_timeout=30 conf_file=None disable_excludes=None download_dir=None list=None releasever=None\nMay 30 06:33:49 managed-node1 platform-python[10744]: ansible-systemd Invoked with name=systemd-journald.service state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None\nMay 30 06:33:50 managed-node1 platform-python[10871]: ansible-systemd Invoked with name=systemd-journal-flush.service state=started enabled=True daemon_reload=False daemon_reexec=False no_block=False force=None masked=None user=None scope=None\nMay 30 06:33:50 managed-node1 platform-python[10998]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None\nMay 30 06:33:51 managed-node1 platform-python[11121]: 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 content=NOT_LOGGING_PARAMETER backup=None remote_src=None regexp=None delimiter=None directory_mode=None\nMay 30 06:33:51 managed-node1 platform-python[11244]: ansible-command Invoked with _raw_params=systemd-tmpfiles --create\n --prefix=/var/log/journal\n /usr/lib/tmpfiles.d/systemd.conf\n warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 30 06:33:51 managed-node1 platform-python[11368]: ansible-stat Invoked with path=/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf follow=False get_checksum=True checksum_algorithm=sha1 get_md5=False get_mime=True get_attributes=True\nMay 30 06:33:52 managed-node1 platform-python[11469]: ansible-copy Invoked with src=/root/.ansible/tmp/ansible-tmp-1748601231.628255-8395-230511722703974/source 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 regexp=None delimiter=None\nMay 30 06:33:52 managed-node1 platform-python[11594]: ansible-systemd Invoked with name=systemd-journald.service state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None\nMay 30 06:33:52 managed-node1 systemd[1]: Stopping Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun shutting down.\nMay 30 06:33:52 managed-node1 systemd[1]: Stopping Journal Service...\nMay 30 06:33:52 managed-node1 systemd[1]: systemd-journal-flush.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-journal-flush.service has successfully entered the 'dead' state.\nMay 30 06:33:52 managed-node1 systemd[1]: Stopped Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished shutting down.\nMay 30 06:33:52 managed-node1 systemd-journald[8662]: Journal stopped\n-- Subject: The journal has been stopped\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has shut down and closed all currently\n-- active journal files.\nMay 30 06:33:52 managed-node1 systemd-journald[11604]: Time spent on flushing to /var is 13.993ms for 1189 entries.\nMay 30 06:33:52 managed-node1 systemd[1]: systemd-journald.service: Succeeded.\nMay 30 06:33:52 managed-node1 systemd[1]: Stopped Journal Service.\nMay 30 06:33:52 managed-node1 systemd[1]: Starting Journal Service...\nMay 30 06:33:52 managed-node1 systemd-journald[11604]: Journal started\n-- Subject: The journal has been started\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The system journal process has started up, opened the journal\n-- files for writing and is now ready to process requests.\nMay 30 06:33:52 managed-node1 systemd-journald[11604]: System journal (/var/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 2.0G, 1.9G free.\n-- Subject: Disk space used by the journal\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- System journal (/var/log/journal/d638f618977a457483f1d18e93615b3f) is currently using 8.0M.\n-- Maximum allowed usage is set to 2.0G.\n-- Leaving at least 4.0G free (of currently available 245.4G of disk space).\n-- Enforced usage limit is thus 2.0G, of which 1.9G are still available.\n-- \n-- The limits controlling how much disk space is used by the journal may\n-- be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n-- RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n-- /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 30 06:33:52 managed-node1 systemd[1]: Started Journal Service.\nMay 30 06:33:52 managed-node1 rsyslogd[1024]: imjournal: journal files changed, reloading... [v8.2102.0-15.el8 try https://www.rsyslog.com/e/0 ]\nMay 30 06:33:52 managed-node1 systemd[1]: Starting Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun starting up.\nMay 30 06:33:52 managed-node1 systemd[1]: Started Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:33:53 managed-node1 platform-python[11728]: ansible-systemd Invoked with name=systemd-journal-flush.service state=restarted daemon_reload=False daemon_reexec=False no_block=False enabled=None force=None masked=None user=None scope=None\nMay 30 06:33:53 managed-node1 systemd[1]: Stopping Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun shutting down.\nMay 30 06:33:53 managed-node1 systemd[1]: systemd-journal-flush.service: Succeeded.\n-- Subject: Unit succeeded\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- The unit systemd-journal-flush.service has successfully entered the 'dead' state.\nMay 30 06:33:53 managed-node1 systemd[1]: Stopped Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished shutting down\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished shutting down.\nMay 30 06:33:53 managed-node1 systemd[1]: Starting Flush Journal to Persistent Storage...\n-- Subject: Unit systemd-journal-flush.service has begun start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has begun starting up.\nMay 30 06:33:53 managed-node1 systemd[1]: Started Flush Journal to Persistent Storage.\n-- Subject: Unit systemd-journal-flush.service has finished start-up\n-- Defined-By: systemd\n-- Support: https://access.redhat.com/support\n-- \n-- Unit systemd-journal-flush.service has finished starting up.\n-- \n-- The start-up result is done.\nMay 30 06:33:53 managed-node1 platform-python[11860]: ansible-command Invoked with _raw_params=systemctl show --property SubState systemd-journald.service warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 30 06:33:53 managed-node1 platform-python[11984]: ansible-command Invoked with _raw_params=grep ForwardToSyslog=yes \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\" warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 30 06:33:54 managed-node1 platform-python[12108]: ansible-command Invoked with _raw_params=grep RateLimitIntervalSec=2s \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\" warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 30 06:33:55 managed-node1 platform-python[12232]: ansible-command Invoked with _raw_params=grep RateLimitBurst=2000 \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\" warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 30 06:33:55 managed-node1 platform-python[12356]: ansible-command Invoked with _raw_params=grep SystemKeepFree=10 \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\" warn=True _uses_shell=False stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\nMay 30 06:33:56 managed-node1 platform-python[12480]: ansible-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 warn=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\n-- Logs begin at Fri 2025-05-30 06:29:20 EDT, end at Fri 2025-05-30 06:33:56 EDT. --\nMay 30 06:29:20 localhost.localdomain systemd-journald[218]: Journal started\nMay 30 06:29:20 localhost.localdomain systemd-journald[218]: Runtime journal (/run/log/journal/296974b5ae524724a4e5b0037952a204) is 8.0M, max 176.9M, 168.9M free.\nMay 30 06:29:23 localhost.localdomain systemd-journald[218]: Journal stopped\nMay 30 06:29:26 localhost.localdomain systemd-journald[497]: Journal started\nMay 30 06:29:26 localhost.localdomain systemd-journald[497]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free.\nMay 30 06:29:26 localhost.localdomain systemd[1]: systemd-journald.service: Succeeded.\nMay 30 06:29:27 localhost.localdomain systemd-journald[497]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free.\nMay 30 06:33:38 managed-node1 systemd-journald[497]: Journal stopped\nMay 30 06:33:38 managed-node1 systemd-journald[8662]: Journal started\nMay 30 06:33:38 managed-node1 systemd-journald[8662]: Runtime journal (/run/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 176.9M, 168.9M free.\nMay 30 06:33:52 managed-node1 systemd-journald[8662]: Journal stopped\nMay 30 06:33:52 managed-node1 systemd-journald[11604]: Time spent on flushing to /var is 13.993ms for 1189 entries.\nMay 30 06:33:52 managed-node1 systemd-journald[11604]: Journal started\nMay 30 06:33:52 managed-node1 systemd-journald[11604]: System journal (/var/log/journal/d638f618977a457483f1d18e93615b3f) is 8.0M, max 2.0G, 1.9G free.\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-dr6/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:59 -0400 (0:00:00.983) 0:00:17.078 ************ =============================================================================== fedora.linux_system_roles.journald : Ensure required packages are installed --- 3.01s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Verify that rate limit interval is set properly ------------------------- 1.35s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:80 fedora.linux_system_roles.journald : Restart journald services ---------- 1.03s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/handlers/main.yml:3 Restart journald services ----------------------------------------------- 0.98s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:164 fedora.linux_system_roles.journald : Ensure required services are enabled --- 0.91s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:21 Gathering Facts --------------------------------------------------------- 0.84s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Make a copy of the service files ---------------------------------------- 0.78s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:21 Change the startlimit to avoid errors with excessive journald restarts --- 0.75s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:29 Reload systemd to ensure startlimit changes take effect upon restart ---- 0.73s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:49 Remove copy of the service files ---------------------------------------- 0.67s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:154 fedora.linux_system_roles.journald : Deploy journald configuration drop-in --- 0.67s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:44 Reload systemd to cleanup ----------------------------------------------- 0.55s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:160 fedora.linux_system_roles.journald : Create journald configuration drop-in directory --- 0.45s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:28 fedora.linux_system_roles.journald : Check if system is ostree ---------- 0.44s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 fedora.linux_system_roles.journald : Apply tmpfiles.d snippet on persistent log store --- 0.43s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/persistent.yml:11 Debug ------------------------------------------------------------------- 0.43s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:138 Cleanup ----------------------------------------------------------------- 0.38s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:149 Verify that syslog is set properly -------------------------------------- 0.35s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:74 Verify that rate limit burst is set properly ---------------------------- 0.35s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:86 Verify that system keep free is set properly ---------------------------- 0.35s /tmp/collections-dr6/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:92