ansible-playbook [core 2.17.12] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.12/site-packages/ansible ansible collection location = /tmp/collections-mRH executable location = /usr/local/bin/ansible-playbook python version = 3.12.10 (main, May 9 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] (/usr/bin/python3.12) jinja version = 3.1.6 libyaml = True No config file found; using defaults running playbook inside collection fedora.linux_system_roles Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'jsonl', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_example.yml **************************************************** 1 plays in /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml PLAY [Simple journald role invocation] ***************************************** TASK [Gathering Facts] ********************************************************* task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Saturday 24 May 2025 08:44:45 -0400 (0:00:00.017) 0:00:00.017 ********** [WARNING]: Platform linux on host managed-node1 is using the discovered Python interpreter at /usr/bin/python3.9, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible- core/2.17/reference_appendices/interpreter_discovery.html for more information. ok: [managed-node1] TASK [Make a copy of the service files] **************************************** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:20 Saturday 24 May 2025 08:44:46 -0400 (0:00:01.030) 0:00:01.047 ********** changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "77b6b53e3f5a0c0e5656457e086a8629d9469f0d", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "item": "systemd-journald.service", "md5sum": "1fcbc4c1eda8a1f3797061554781cabb", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 2001, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "checksum": "1e83334cea6373b763e16f9707edcfcbe3884e46", "dest": "/etc/systemd/system/systemd-journal-flush.service", "gid": 0, "group": "root", "item": "systemd-journal-flush.service", "md5sum": "ee03c6f45804fdce1afdf9a8fa1243d8", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 819, "src": "/usr/lib/systemd/system/systemd-journal-flush.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:28 Saturday 24 May 2025 08:44:47 -0400 (0:00:00.813) 0:00:01.860 ********** 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-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:35 Saturday 24 May 2025 08:44:48 -0400 (0:00:00.754) 0:00:02.615 ********** changed: [managed-node1] => { "changed": true, "checksum": "77b6b53e3f5a0c0e5656457e086a8629d9469f0d", "dest": "/etc/systemd/system/systemd-journald.service", "gid": 0, "group": "root", "md5sum": "1fcbc4c1eda8a1f3797061554781cabb", "mode": "0644", "owner": "root", "secontext": "system_u:object_r:systemd_unit_file_t:s0", "size": 2001, "src": "/usr/lib/systemd/system/systemd-journald.service", "state": "file", "uid": 0 } TASK [Change the startlimit to avoid errors with excessive journald restarts] *** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:42 Saturday 24 May 2025 08:44:48 -0400 (0:00:00.338) 0:00:02.953 ********** changed: [managed-node1] => { "backup": "", "changed": true } MSG: line added TASK [Reload systemd to ensure startlimit changes take effect upon restart] **** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:48 Saturday 24 May 2025 08:44:49 -0400 (0:00:00.333) 0:00:03.287 ********** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Run the role] ************************************************************ task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:52 Saturday 24 May 2025 08:44:49 -0400 (0:00:00.815) 0:00:04.103 ********** included: fedora.linux_system_roles.journald for managed-node1 TASK [fedora.linux_system_roles.journald : Set platform/version specific variables] *** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3 Saturday 24 May 2025 08:44:49 -0400 (0:00:00.029) 0:00:04.132 ********** included: /tmp/collections-mRH/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-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 Saturday 24 May 2025 08:44:49 -0400 (0:00:00.018) 0:00:04.151 ********** skipping: [managed-node1] => { "changed": false, "false_condition": "__journald_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.journald : Check if system is ostree] ********** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Saturday 24 May 2025 08:44:49 -0400 (0:00:00.032) 0:00:04.184 ********** 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-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 Saturday 24 May 2025 08:44:50 -0400 (0:00:00.411) 0:00:04.595 ********** 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-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6 Saturday 24 May 2025 08:44:50 -0400 (0:00:00.021) 0:00:04.617 ********** skipping: [managed-node1] => { "false_condition": "not journald_persistent" } TASK [fedora.linux_system_roles.journald : Ensure required packages are installed] *** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Saturday 24 May 2025 08:44:50 -0400 (0:00:00.036) 0:00:04.654 ********** fatal: [managed-node1]: FAILED! => { "changed": false, "rc": 1, "results": [] } MSG: Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried TASK [Debug] ******************************************************************* task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:131 Saturday 24 May 2025 08:44:53 -0400 (0:00:03.592) 0:00:08.246 ********** 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.038395", "end": "2025-05-24 08:44:54.403481", "failed_when_result": true, "rc": 1, "start": "2025-05-24 08:44:54.365086" } STDERR: + exec + journalctl -ex May 24 08:41:33 localhost kernel: xen: --> pirq=21 -> irq=4 (gsi=4) May 24 08:41:33 localhost kernel: system 00:07: [io 0x10c0-0x1141] has been reserved May 24 08:41:33 localhost kernel: system 00:07: [io 0xb044-0xb047] has been reserved May 24 08:41:33 localhost kernel: pnp: PnP ACPI: found 8 devices May 24 08:41:33 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns May 24 08:41:33 localhost kernel: NET: Registered PF_INET protocol family May 24 08:41:33 localhost kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear) May 24 08:41:33 localhost kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear) May 24 08:41:33 localhost kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) May 24 08:41:33 localhost kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear) May 24 08:41:33 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) May 24 08:41:33 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768) May 24 08:41:33 localhost kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear) May 24 08:41:33 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear) May 24 08:41:33 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) May 24 08:41:33 localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family May 24 08:41:33 localhost kernel: NET: Registered PF_XDP protocol family May 24 08:41:33 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] May 24 08:41:33 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] May 24 08:41:33 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] May 24 08:41:33 localhost kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window] May 24 08:41:33 localhost kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release May 24 08:41:33 localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers May 24 08:41:33 localhost kernel: PCI: CLS 0 bytes, default 64 May 24 08:41:33 localhost kernel: Trying to unpack rootfs image as initramfs... May 24 08:41:33 localhost kernel: ACPI: bus type thunderbolt registered May 24 08:41:33 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd4133323, max_idle_ns: 440795296220 ns May 24 08:41:33 localhost kernel: Initialise system trusted keyrings May 24 08:41:33 localhost kernel: Key type blacklist registered May 24 08:41:33 localhost kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0 May 24 08:41:33 localhost kernel: zbud: loaded May 24 08:41:33 localhost kernel: integrity: Platform Keyring initialized May 24 08:41:33 localhost kernel: integrity: Machine keyring initialized May 24 08:41:33 localhost kernel: NET: Registered PF_ALG protocol family May 24 08:41:33 localhost kernel: xor: automatically using best checksumming function avx May 24 08:41:33 localhost kernel: Key type asymmetric registered May 24 08:41:33 localhost kernel: Asymmetric key parser 'x509' registered May 24 08:41:33 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) May 24 08:41:33 localhost kernel: io scheduler mq-deadline registered May 24 08:41:33 localhost kernel: io scheduler kyber registered May 24 08:41:33 localhost kernel: io scheduler bfq registered May 24 08:41:33 localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE May 24 08:41:33 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 May 24 08:41:33 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 May 24 08:41:33 localhost kernel: ACPI: button: Power Button [PWRF] May 24 08:41:33 localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 May 24 08:41:33 localhost kernel: ACPI: button: Sleep Button [SLPF] May 24 08:41:33 localhost kernel: xen: --> pirq=22 -> irq=47 (gsi=47) May 24 08:41:33 localhost kernel: xen:grant_table: Grant tables using version 1 layout May 24 08:41:33 localhost kernel: Grant table initialized May 24 08:41:33 localhost kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! May 24 08:41:33 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled May 24 08:41:33 localhost kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A May 24 08:41:33 localhost kernel: Non-volatile memory driver v1.3 May 24 08:41:33 localhost kernel: rdac: device handler registered May 24 08:41:33 localhost kernel: hp_sw: device handler registered May 24 08:41:33 localhost kernel: emc: device handler registered May 24 08:41:33 localhost kernel: alua: device handler registered May 24 08:41:33 localhost kernel: usbcore: registered new interface driver usbserial_generic May 24 08:41:33 localhost kernel: usbserial: USB Serial support registered for generic May 24 08:41:33 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 May 24 08:41:33 localhost kernel: i8042: Warning: Keylock active May 24 08:41:33 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 May 24 08:41:33 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 May 24 08:41:33 localhost kernel: mousedev: PS/2 mouse device common for all mice May 24 08:41:33 localhost kernel: rtc_cmos 00:02: registered as rtc0 May 24 08:41:33 localhost kernel: rtc_cmos 00:02: setting system clock to 2025-05-24T12:41:32 UTC (1748090492) May 24 08:41:33 localhost kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs May 24 08:41:33 localhost kernel: intel_pstate: CPU model not supported May 24 08:41:33 localhost kernel: hid: raw HID events driver (C) Jiri Kosina May 24 08:41:33 localhost kernel: usbcore: registered new interface driver usbhid May 24 08:41:33 localhost kernel: usbhid: USB HID core driver May 24 08:41:33 localhost kernel: drop_monitor: Initializing network drop monitor service May 24 08:41:33 localhost kernel: Initializing XFRM netlink socket May 24 08:41:33 localhost kernel: NET: Registered PF_INET6 protocol family May 24 08:41:33 localhost kernel: Freeing initrd memory: 37068K May 24 08:41:33 localhost kernel: Segment Routing with IPv6 May 24 08:41:33 localhost kernel: NET: Registered PF_PACKET protocol family May 24 08:41:33 localhost kernel: mpls_gso: MPLS GSO support May 24 08:41:33 localhost kernel: IPI shorthand broadcast: enabled May 24 08:41:33 localhost kernel: AVX2 version of gcm_enc/dec engaged. May 24 08:41:33 localhost kernel: AES CTR mode by8 optimization enabled May 24 08:41:33 localhost kernel: sched_clock: Marking stable (862782656, 257526839)->(1218876391, -98566896) May 24 08:41:33 localhost kernel: registered taskstats version 1 May 24 08:41:33 localhost kernel: Loading compiled-in X.509 certificates May 24 08:41:33 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: f8c7f7d0e4c329fac8112926b4bb7228168649ea' May 24 08:41:33 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' May 24 08:41:33 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' May 24 08:41:33 localhost kernel: Loaded X.509 cert 'RH-IMA-CA: Red Hat IMA CA: fb31825dd0e073685b264e3038963673f753959a' May 24 08:41:33 localhost kernel: Loaded X.509 cert 'Nvidia GPU OOT signing 001: 55e1cef88193e60419f0b0ec379c49f77545acf0' May 24 08:41:33 localhost kernel: Demotion targets for Node 0: null May 24 08:41:33 localhost kernel: page_owner is disabled May 24 08:41:33 localhost kernel: Key type .fscrypt registered May 24 08:41:33 localhost kernel: Key type fscrypt-provisioning registered May 24 08:41:33 localhost kernel: Key type big_key registered May 24 08:41:33 localhost kernel: Key type encrypted registered May 24 08:41:33 localhost kernel: ima: No TPM chip found, activating TPM-bypass! May 24 08:41:33 localhost kernel: Loading compiled-in module X.509 certificates May 24 08:41:33 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: f8c7f7d0e4c329fac8112926b4bb7228168649ea' May 24 08:41:33 localhost kernel: ima: Allocated hash algorithm: sha256 May 24 08:41:33 localhost kernel: ima: No architecture policies found May 24 08:41:33 localhost kernel: evm: Initialising EVM extended attributes: May 24 08:41:33 localhost kernel: evm: security.selinux May 24 08:41:33 localhost kernel: evm: security.SMACK64 (disabled) May 24 08:41:33 localhost kernel: evm: security.SMACK64EXEC (disabled) May 24 08:41:33 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled) May 24 08:41:33 localhost kernel: evm: security.SMACK64MMAP (disabled) May 24 08:41:33 localhost kernel: evm: security.apparmor (disabled) May 24 08:41:33 localhost kernel: evm: security.ima May 24 08:41:33 localhost kernel: evm: security.capability May 24 08:41:33 localhost kernel: evm: HMAC attrs: 0x1 May 24 08:41:33 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 May 24 08:41:33 localhost kernel: Running certificate verification RSA selftest May 24 08:41:33 localhost kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db' May 24 08:41:33 localhost kernel: Running certificate verification ECDSA selftest May 24 08:41:33 localhost kernel: Loaded X.509 cert 'Certificate verification ECDSA self-testing key: 2900bcea1deb7bc8479a84a23d758efdfdd2b2d3' May 24 08:41:33 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 May 24 08:41:33 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 May 24 08:41:33 localhost kernel: clk: Disabling unused clocks May 24 08:41:33 localhost kernel: Freeing unused decrypted memory: 2028K May 24 08:41:33 localhost kernel: Freeing unused kernel image (initmem) memory: 4056K May 24 08:41:33 localhost kernel: Write protecting the kernel read-only data: 30720k May 24 08:41:33 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 684K May 24 08:41:33 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. May 24 08:41:33 localhost kernel: x86/mm: Checking user space page tables May 24 08:41:33 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found. May 24 08:41:33 localhost kernel: Run /init as init process May 24 08:41:33 localhost kernel: with arguments: May 24 08:41:33 localhost kernel: /init May 24 08:41:33 localhost kernel: rhgb May 24 08:41:33 localhost kernel: with environment: May 24 08:41:33 localhost kernel: HOME=/ May 24 08:41:33 localhost kernel: TERM=linux May 24 08:41:33 localhost kernel: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-583.el9.x86_64 May 24 08:41:33 localhost systemd[1]: systemd 252-53.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) May 24 08:41:33 localhost systemd[1]: Detected virtualization xen. May 24 08:41:33 localhost systemd[1]: Detected architecture x86-64. May 24 08:41:33 localhost systemd[1]: Running in initrd. May 24 08:41:33 localhost systemd[1]: No hostname configured, using default hostname. May 24 08:41:33 localhost systemd[1]: Hostname set to <localhost>. May 24 08:41:33 localhost systemd[1]: Queued start job for default target Initrd Default Target. May 24 08:41:33 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. May 24 08:41:33 localhost systemd[1]: Reached target Initrd /usr File System. May 24 08:41:33 localhost systemd[1]: Reached target Local File Systems. May 24 08:41:33 localhost systemd[1]: Reached target Path Units. May 24 08:41:33 localhost systemd[1]: Reached target Slice Units. May 24 08:41:33 localhost systemd[1]: Reached target Swaps. May 24 08:41:33 localhost systemd[1]: Reached target Timer Units. May 24 08:41:33 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. May 24 08:41:33 localhost systemd[1]: Listening on Journal Socket (/dev/log). May 24 08:41:33 localhost systemd[1]: Listening on Journal Socket. May 24 08:41:33 localhost systemd[1]: Listening on udev Control Socket. May 24 08:41:33 localhost systemd[1]: Listening on udev Kernel Socket. May 24 08:41:33 localhost systemd[1]: Reached target Socket Units. May 24 08:41:33 localhost systemd[1]: Starting Create List of Static Device Nodes... May 24 08:41:33 localhost systemd[1]: Starting Journal Service... May 24 08:41:33 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. May 24 08:41:33 localhost systemd[1]: Starting Apply Kernel Variables... May 24 08:41:33 localhost systemd[1]: Starting Create System Users... May 24 08:41:33 localhost systemd-journald[232]: 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 24 08:41:33 localhost systemd-journald[232]: Runtime Journal (/run/log/journal/72dbb896bb5848cfa189670654d7ed83) is 8.0M, max 69.3M, 61.3M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/72dbb896bb5848cfa189670654d7ed83) is currently using 8.0M. ░░ Maximum allowed usage is set to 69.3M. ░░ Leaving at least 34.6M free (of currently available 685.0M of disk space). ░░ Enforced usage limit is thus 69.3M, of which 61.3M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. May 24 08:41:33 localhost systemd[1]: Starting Setup Virtual Console... May 24 08:41:33 localhost systemd[1]: Started Journal Service. May 24 08:41:33 localhost systemd[1]: Finished Create List of Static Device Nodes. ░░ Subject: A start job for unit kmod-static-nodes.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kmod-static-nodes.service has finished successfully. ░░ ░░ The job identifier is 21. May 24 08:41:33 localhost systemd[1]: Finished Apply Kernel Variables. ░░ Subject: A start job for unit systemd-sysctl.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysctl.service has finished successfully. ░░ ░░ The job identifier is 22. May 24 08:41:33 localhost systemd-sysusers[234]: Creating group 'nobody' with GID 65534. May 24 08:41:33 localhost systemd-sysusers[234]: Creating group 'users' with GID 100. May 24 08:41:33 localhost systemd-sysusers[234]: Creating group 'dbus' with GID 81. May 24 08:41:33 localhost systemd-sysusers[234]: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81. May 24 08:41:33 localhost systemd[1]: Finished Create System Users. ░░ Subject: A start job for unit systemd-sysusers.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-sysusers.service has finished successfully. ░░ ░░ The job identifier is 16. May 24 08:41:33 localhost systemd[1]: Starting Create Static Device Nodes in /dev... ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has begun execution. ░░ ░░ The job identifier is 20. May 24 08:41:33 localhost systemd[1]: Starting Create Volatile Files and Directories... ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has begun execution. ░░ ░░ The job identifier is 19. May 24 08:41:33 localhost systemd[1]: Finished Create Static Device Nodes in /dev. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. ░░ ░░ The job identifier is 20. May 24 08:41:33 localhost systemd[1]: Finished Create Volatile Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 19. May 24 08:41:33 localhost systemd[1]: Finished Setup Virtual Console. ░░ Subject: A start job for unit systemd-vconsole-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-vconsole-setup.service has finished successfully. ░░ ░░ The job identifier is 54. May 24 08:41:33 localhost systemd[1]: dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit dracut-cmdline-ask.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-cmdline-ask.service has finished successfully. ░░ ░░ The job identifier is 53. May 24 08:41:33 localhost systemd[1]: Starting dracut cmdline hook... ░░ Subject: A start job for unit dracut-cmdline.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-cmdline.service has begun execution. ░░ ░░ The job identifier is 43. May 24 08:41:33 localhost dracut-cmdline[249]: dracut-9 dracut-057-87.git20250311.el9 May 24 08:41:33 localhost dracut-cmdline[249]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-583.el9.x86_64 root=UUID=5de771f1-9acb-4b75-bf56-ae0a7779ba73 ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8 May 24 08:41:33 localhost systemd[1]: Finished dracut cmdline hook. ░░ Subject: A start job for unit dracut-cmdline.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-cmdline.service has finished successfully. ░░ ░░ The job identifier is 43. May 24 08:41:33 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4 May 24 08:41:33 localhost systemd[1]: Starting dracut pre-udev hook... ░░ Subject: A start job for unit dracut-pre-udev.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-udev.service has begun execution. ░░ ░░ The job identifier is 42. May 24 08:41:33 localhost systemd[1]: Finished dracut pre-udev hook. ░░ Subject: A start job for unit dracut-pre-udev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-udev.service has finished successfully. ░░ ░░ The job identifier is 42. May 24 08:41:33 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files... ░░ Subject: A start job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 7. May 24 08:41:33 localhost systemd-udevd[331]: Using default interface naming scheme 'rhel-9.0'. May 24 08:41:33 localhost systemd[1]: Started Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 7. May 24 08:41:33 localhost systemd[1]: dracut pre-trigger hook was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit dracut-pre-trigger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-trigger.service has finished successfully. ░░ ░░ The job identifier is 41. May 24 08:41:33 localhost systemd[1]: Starting Coldplug All udev Devices... ░░ Subject: A start job for unit systemd-udev-trigger.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-trigger.service has begun execution. ░░ ░░ The job identifier is 4. May 24 08:41:33 localhost systemd[1]: Finished Coldplug All udev Devices. ░░ Subject: A start job for unit systemd-udev-trigger.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udev-trigger.service has finished successfully. ░░ ░░ The job identifier is 4. May 24 08:41:33 localhost systemd[1]: Reached target System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 3. May 24 08:41:33 localhost systemd[1]: Reached target Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 2. May 24 08:41:33 localhost systemd[1]: nm-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet). ░░ Subject: A start job for unit nm-initrd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nm-initrd.service has finished successfully. ░░ ░░ The job identifier is 38. May 24 08:41:33 localhost systemd[1]: Reached target Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 40. May 24 08:41:33 localhost systemd[1]: nm-wait-online-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet). ░░ Subject: A start job for unit nm-wait-online-initrd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nm-wait-online-initrd.service has finished successfully. ░░ ░░ The job identifier is 37. May 24 08:41:33 localhost systemd[1]: Starting dracut initqueue hook... ░░ Subject: A start job for unit dracut-initqueue.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-initqueue.service has begun execution. ░░ ░░ The job identifier is 45. May 24 08:41:33 localhost kernel: Invalid max_queues (4), will use default max: 2. May 24 08:41:33 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver May 24 08:41:33 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; May 24 08:41:33 localhost kernel: xvda: xvda1 May 24 08:41:33 localhost kernel: libata version 3.00 loaded. May 24 08:41:33 localhost kernel: ata_piix 0000:00:01.1: version 2.13 May 24 08:41:33 localhost kernel: scsi host0: ata_piix May 24 08:41:33 localhost kernel: scsi host1: ata_piix May 24 08:41:33 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0 May 24 08:41:33 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0 May 24 08:41:34 localhost systemd-udevd[349]: Network interface NamePolicy= disabled on kernel command line. May 24 08:41:34 localhost systemd[1]: Found device /dev/disk/by-uuid/5de771f1-9acb-4b75-bf56-ae0a7779ba73. ░░ Subject: A start job for unit dev-disk-by\x2duuid-5de771f1\x2d9acb\x2d4b75\x2dbf56\x2dae0a7779ba73.device has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dev-disk-by\x2duuid-5de771f1\x2d9acb\x2d4b75\x2dbf56\x2dae0a7779ba73.device has finished successfully. ░░ ░░ The job identifier is 32. May 24 08:41:34 localhost systemd[1]: Reached target Initrd Root Device. ░░ Subject: A start job for unit initrd-root-device.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-root-device.target has finished successfully. ░░ ░░ The job identifier is 44. May 24 08:41:34 localhost systemd[1]: Finished dracut initqueue hook. ░░ Subject: A start job for unit dracut-initqueue.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-initqueue.service has finished successfully. ░░ ░░ The job identifier is 45. May 24 08:41:34 localhost systemd[1]: Reached target Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 46. May 24 08:41:34 localhost systemd[1]: Reached target Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 49. May 24 08:41:34 localhost systemd[1]: Starting dracut pre-mount hook... ░░ Subject: A start job for unit dracut-pre-mount.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-mount.service has begun execution. ░░ ░░ The job identifier is 51. May 24 08:41:34 localhost systemd[1]: Finished dracut pre-mount hook. ░░ Subject: A start job for unit dracut-pre-mount.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-mount.service has finished successfully. ░░ ░░ The job identifier is 51. May 24 08:41:34 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/5de771f1-9acb-4b75-bf56-ae0a7779ba73... ░░ Subject: A start job for unit systemd-fsck-root.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-fsck-root.service has begun execution. ░░ ░░ The job identifier is 35. May 24 08:41:34 localhost systemd-fsck[394]: /usr/sbin/fsck.xfs: XFS file system. May 24 08:41:34 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/5de771f1-9acb-4b75-bf56-ae0a7779ba73. ░░ Subject: A start job for unit systemd-fsck-root.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-fsck-root.service has finished successfully. ░░ ░░ The job identifier is 35. May 24 08:41:34 localhost systemd[1]: Mounting /sysroot... ░░ Subject: A start job for unit sysroot.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysroot.mount has begun execution. ░░ ░░ The job identifier is 34. May 24 08:41:34 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled May 24 08:41:34 localhost kernel: XFS (xvda1): Mounting V5 Filesystem 5de771f1-9acb-4b75-bf56-ae0a7779ba73 May 24 08:41:34 localhost kernel: XFS (xvda1): Ending clean mount May 24 08:41:34 localhost systemd[1]: Mounted /sysroot. ░░ Subject: A start job for unit sysroot.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysroot.mount has finished successfully. ░░ ░░ The job identifier is 34. May 24 08:41:34 localhost systemd[1]: Reached target Initrd Root File System. ░░ Subject: A start job for unit initrd-root-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-root-fs.target has finished successfully. ░░ ░░ The job identifier is 33. May 24 08:41:34 localhost systemd[1]: Starting Mountpoints Configured in the Real Root... ░░ Subject: A start job for unit initrd-parse-etc.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-parse-etc.service has begun execution. ░░ ░░ The job identifier is 50. May 24 08:41:34 localhost systemd[1]: initrd-parse-etc.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit initrd-parse-etc.service has successfully entered the 'dead' state. May 24 08:41:34 localhost systemd[1]: Finished Mountpoints Configured in the Real Root. ░░ Subject: A start job for unit initrd-parse-etc.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-parse-etc.service has finished successfully. ░░ ░░ The job identifier is 50. May 24 08:41:34 localhost systemd[1]: Reached target Initrd File Systems. ░░ Subject: A start job for unit initrd-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-fs.target has finished successfully. ░░ ░░ The job identifier is 52. May 24 08:41:34 localhost systemd[1]: Reached target Initrd Default Target. ░░ Subject: A start job for unit initrd.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd.target has finished successfully. ░░ ░░ The job identifier is 1. May 24 08:41:34 localhost systemd[1]: dracut mount hook was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit dracut-mount.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-mount.service has finished successfully. ░░ ░░ The job identifier is 31. May 24 08:41:34 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook... ░░ Subject: A start job for unit dracut-pre-pivot.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-pivot.service has begun execution. ░░ ░░ The job identifier is 48. May 24 08:41:34 localhost systemd[1]: Finished dracut pre-pivot and cleanup hook. ░░ Subject: A start job for unit dracut-pre-pivot.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-pre-pivot.service has finished successfully. ░░ ░░ The job identifier is 48. May 24 08:41:34 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons... ░░ Subject: A start job for unit initrd-cleanup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-cleanup.service has begun execution. ░░ ░░ The job identifier is 57. May 24 08:41:34 localhost systemd[1]: Stopped target Network. ░░ Subject: A stop job for unit network.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit network.target has finished. ░░ ░░ The job identifier is 94 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Timer Units. ░░ Subject: A stop job for unit timers.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit timers.target has finished. ░░ ░░ The job identifier is 115 and the job result is done. May 24 08:41:34 localhost systemd[1]: dbus.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dbus.socket has successfully entered the 'dead' state. May 24 08:41:34 localhost systemd[1]: Closed D-Bus System Message Bus Socket. ░░ Subject: A stop job for unit dbus.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dbus.socket has finished. ░░ ░░ The job identifier is 102 and the job result is done. May 24 08:41:34 localhost systemd[1]: dracut-pre-pivot.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-pre-pivot.service has successfully entered the 'dead' state. May 24 08:41:34 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook. ░░ Subject: A stop job for unit dracut-pre-pivot.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-pre-pivot.service has finished. ░░ ░░ The job identifier is 110 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Initrd Default Target. ░░ Subject: A stop job for unit initrd.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit initrd.target has finished. ░░ ░░ The job identifier is 88 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Basic System. ░░ Subject: A stop job for unit basic.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit basic.target has finished. ░░ ░░ The job identifier is 109 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Initrd Root Device. ░░ Subject: A stop job for unit initrd-root-device.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit initrd-root-device.target has finished. ░░ ░░ The job identifier is 99 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Initrd /usr File System. ░░ Subject: A stop job for unit initrd-usr-fs.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit initrd-usr-fs.target has finished. ░░ ░░ The job identifier is 97 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Path Units. ░░ Subject: A stop job for unit paths.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit paths.target has finished. ░░ ░░ The job identifier is 92 and the job result is done. May 24 08:41:34 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-ask-password-console.path has successfully entered the 'dead' state. May 24 08:41:34 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch. ░░ Subject: A stop job for unit systemd-ask-password-console.path has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-ask-password-console.path has finished. ░░ ░░ The job identifier is 114 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Remote File Systems. ░░ Subject: A stop job for unit remote-fs.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit remote-fs.target has finished. ░░ ░░ The job identifier is 100 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Preparation for Remote File Systems. ░░ Subject: A stop job for unit remote-fs-pre.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit remote-fs-pre.target has finished. ░░ ░░ The job identifier is 101 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Slice Units. ░░ Subject: A stop job for unit slices.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit slices.target has finished. ░░ ░░ The job identifier is 91 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target Socket Units. ░░ Subject: A stop job for unit sockets.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sockets.target has finished. ░░ ░░ The job identifier is 111 and the job result is done. May 24 08:41:34 localhost systemd[1]: Stopped target System Initialization. ░░ Subject: A stop job for unit sysinit.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sysinit.target has finished. ░░ ░░ The job identifier is 107 and the job result is done. May 24 08:41:35 localhost systemd[1]: Stopped target Local File Systems. ░░ Subject: A stop job for unit local-fs.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit local-fs.target has finished. ░░ ░░ The job identifier is 93 and the job result is done. May 24 08:41:35 localhost systemd[1]: Stopped target Swaps. ░░ Subject: A stop job for unit swap.target has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit swap.target has finished. ░░ ░░ The job identifier is 98 and the job result is done. May 24 08:41:35 localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-pre-mount.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped dracut pre-mount hook. ░░ Subject: A stop job for unit dracut-pre-mount.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-pre-mount.service has finished. ░░ ░░ The job identifier is 90 and the job result is done. May 24 08:41:35 localhost systemd[1]: dracut-initqueue.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-initqueue.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped dracut initqueue hook. ░░ Subject: A stop job for unit dracut-initqueue.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-initqueue.service has finished. ░░ ░░ The job identifier is 95 and the job result is done. May 24 08:41:35 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-sysctl.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped Apply Kernel Variables. ░░ Subject: A stop job for unit systemd-sysctl.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-sysctl.service has finished. ░░ ░░ The job identifier is 96 and the job result is done. May 24 08:41:35 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped Create Volatile Files and Directories. ░░ Subject: A stop job for unit systemd-tmpfiles-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-tmpfiles-setup.service has finished. ░░ ░░ The job identifier is 85 and the job result is done. May 24 08:41:35 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udev-trigger.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped Coldplug All udev Devices. ░░ Subject: A stop job for unit systemd-udev-trigger.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udev-trigger.service has finished. ░░ ░░ The job identifier is 68 and the job result is done. May 24 08:41:35 localhost systemd[1]: Stopping Rule-based Manager for Device Events and Files... ░░ Subject: A stop job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 64. May 24 08:41:35 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-vconsole-setup.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped Setup Virtual Console. ░░ Subject: A stop job for unit systemd-vconsole-setup.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-vconsole-setup.service has finished. ░░ ░░ The job identifier is 113 and the job result is done. May 24 08:41:35 localhost systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: run-credentials-systemd\x2dsysctl.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dsysctl.service.mount has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: initrd-cleanup.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit initrd-cleanup.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Finished Cleaning Up and Shutting Down Daemons. ░░ Subject: A start job for unit initrd-cleanup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-cleanup.service has finished successfully. ░░ ░░ The job identifier is 57. May 24 08:41:35 localhost systemd[1]: systemd-udevd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped Rule-based Manager for Device Events and Files. ░░ Subject: A stop job for unit systemd-udevd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd.service has finished. ░░ ░░ The job identifier is 64 and the job result is done. May 24 08:41:35 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd-control.socket has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Closed udev Control Socket. ░░ Subject: A stop job for unit systemd-udevd-control.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd-control.socket has finished. ░░ ░░ The job identifier is 67 and the job result is done. May 24 08:41:35 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Closed udev Kernel Socket. ░░ Subject: A stop job for unit systemd-udevd-kernel.socket has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-udevd-kernel.socket has finished. ░░ ░░ The job identifier is 66 and the job result is done. May 24 08:41:35 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-pre-udev.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped dracut pre-udev hook. ░░ Subject: A stop job for unit dracut-pre-udev.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-pre-udev.service has finished. ░░ ░░ The job identifier is 89 and the job result is done. May 24 08:41:35 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit dracut-cmdline.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped dracut cmdline hook. ░░ Subject: A stop job for unit dracut-cmdline.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit dracut-cmdline.service has finished. ░░ ░░ The job identifier is 106 and the job result is done. May 24 08:41:35 localhost systemd[1]: Starting Cleanup udev Database... ░░ Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-udevadm-cleanup-db.service has begun execution. ░░ ░░ The job identifier is 61. May 24 08:41:35 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped Create Static Device Nodes in /dev. ░░ Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-tmpfiles-setup-dev.service has finished. ░░ ░░ The job identifier is 87 and the job result is done. May 24 08:41:35 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit kmod-static-nodes.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped Create List of Static Device Nodes. ░░ Subject: A stop job for unit kmod-static-nodes.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit kmod-static-nodes.service has finished. ░░ ░░ The job identifier is 112 and the job result is done. May 24 08:41:35 localhost systemd[1]: systemd-sysusers.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-sysusers.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Stopped Create System Users. ░░ Subject: A stop job for unit systemd-sysusers.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit systemd-sysusers.service has finished. ░░ ░░ The job identifier is 84 and the job result is done. May 24 08:41:35 localhost systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dtmpfiles\x2dsetup\x2ddev.service.mount has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: run-credentials-systemd\x2dsysusers.service.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit run-credentials-systemd\x2dsysusers.service.mount has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state. May 24 08:41:35 localhost systemd[1]: Finished Cleanup udev Database. ░░ Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-udevadm-cleanup-db.service has finished successfully. ░░ ░░ The job identifier is 61. May 24 08:41:35 localhost systemd[1]: Reached target Switch Root. ░░ Subject: A start job for unit initrd-switch-root.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-switch-root.target has finished successfully. ░░ ░░ The job identifier is 60. May 24 08:41:35 localhost systemd[1]: Starting Switch Root... ░░ Subject: A start job for unit initrd-switch-root.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit initrd-switch-root.service has begun execution. ░░ ░░ The job identifier is 69. May 24 08:41:35 localhost systemd[1]: Switching root. May 24 08:41:35 localhost systemd-journald[232]: 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 24 08:41:41 localhost systemd-journald[232]: Received SIGTERM from PID 1 (systemd). May 24 08:41:41 localhost kernel: audit: type=1404 audit(1748090497.613:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1 May 24 08:41:41 localhost kernel: SELinux: policy capability network_peer_controls=1 May 24 08:41:41 localhost kernel: SELinux: policy capability open_perms=1 May 24 08:41:41 localhost kernel: SELinux: policy capability extended_socket_class=1 May 24 08:41:41 localhost kernel: SELinux: policy capability always_check_network=0 May 24 08:41:41 localhost kernel: SELinux: policy capability cgroup_seclabel=1 May 24 08:41:41 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1 May 24 08:41:41 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1 May 24 08:41:41 localhost kernel: audit: type=1403 audit(1748090498.362:3): auid=4294967295 ses=4294967295 lsm=selinux res=1 May 24 08:41:41 localhost systemd[1]: Successfully loaded SELinux policy in 754.515ms. May 24 08:41:41 localhost systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 19.004ms. May 24 08:41:41 localhost systemd[1]: systemd 252-53.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) May 24 08:41:41 localhost systemd[1]: Detected virtualization xen. May 24 08:41:41 localhost systemd[1]: Detected architecture x86-64. May 24 08:41:41 localhost systemd[1]: Initializing machine ID from random generator. May 24 08:41:41 localhost systemd[1]: Installed transient /etc/machine-id file. May 24 08:41:41 localhost systemd-rc-local-generator[459]: /etc/rc.d/rc.local is not marked executable, skipping. May 24 08:41:41 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully. May 24 08:41:41 localhost systemd[1]: Stopped Switch Root. May 24 08:41:41 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. May 24 08:41:41 localhost systemd[1]: Created slice Slice /system/getty. May 24 08:41:41 localhost systemd[1]: Created slice Slice /system/modprobe. May 24 08:41:41 localhost systemd[1]: Created slice Slice /system/serial-getty. May 24 08:41:41 localhost systemd[1]: Created slice Slice /system/sshd-keygen. May 24 08:41:41 localhost systemd[1]: Created slice User and Session Slice. May 24 08:41:41 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch. May 24 08:41:41 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch. May 24 08:41:41 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. May 24 08:41:41 localhost systemd[1]: Reached target Local Encrypted Volumes. May 24 08:41:41 localhost systemd[1]: Stopped target Switch Root. May 24 08:41:41 localhost systemd[1]: Stopped target Initrd File Systems. May 24 08:41:41 localhost systemd[1]: Stopped target Initrd Root File System. May 24 08:41:41 localhost systemd[1]: Reached target Local Integrity Protected Volumes. May 24 08:41:41 localhost systemd[1]: Reached target Path Units. May 24 08:41:41 localhost systemd[1]: Reached target Slice Units. May 24 08:41:41 localhost systemd[1]: Reached target Swaps. May 24 08:41:41 localhost systemd[1]: Reached target Local Verity Protected Volumes. May 24 08:41:41 localhost systemd[1]: Listening on RPCbind Server Activation Socket. May 24 08:41:41 localhost systemd[1]: Reached target RPC Port Mapper. May 24 08:41:41 localhost systemd[1]: Listening on Process Core Dump Socket. May 24 08:41:41 localhost systemd[1]: Listening on initctl Compatibility Named Pipe. May 24 08:41:41 localhost systemd[1]: Listening on udev Control Socket. May 24 08:41:41 localhost systemd[1]: Listening on udev Kernel Socket. May 24 08:41:41 localhost systemd[1]: Mounting Huge Pages File System... May 24 08:41:41 localhost systemd[1]: Mounting POSIX Message Queue File System... May 24 08:41:41 localhost systemd[1]: Mounting Kernel Debug File System... May 24 08:41:41 localhost systemd[1]: Mounting Kernel Trace File System... May 24 08:41:41 localhost systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). May 24 08:41:41 localhost systemd[1]: Starting Create List of Static Device Nodes... May 24 08:41:41 localhost systemd[1]: Starting Load Kernel Module configfs... May 24 08:41:41 localhost systemd[1]: Starting Load Kernel Module drm... May 24 08:41:41 localhost systemd[1]: Starting Load Kernel Module efi_pstore... May 24 08:41:41 localhost systemd[1]: Starting Load Kernel Module fuse... May 24 08:41:41 localhost systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network... May 24 08:41:41 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully. May 24 08:41:41 localhost systemd[1]: Stopped File System Check on Root Device. May 24 08:41:41 localhost systemd[1]: Stopped Journal Service. May 24 08:41:41 localhost systemd[1]: Starting Journal Service... May 24 08:41:41 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met. May 24 08:41:41 localhost systemd[1]: Starting Generate network units from Kernel command line... May 24 08:41:41 localhost systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). May 24 08:41:41 localhost systemd[1]: Starting Remount Root and Kernel File Systems... May 24 08:41:41 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met. May 24 08:41:41 localhost systemd[1]: Starting Apply Kernel Variables... May 24 08:41:41 localhost systemd[1]: Starting Coldplug All udev Devices... May 24 08:41:41 localhost systemd[1]: Mounted Huge Pages File System. May 24 08:41:41 localhost systemd[1]: Mounted POSIX Message Queue File System. May 24 08:41:41 localhost systemd[1]: Mounted Kernel Debug File System. May 24 08:41:41 localhost systemd[1]: Mounted Kernel Trace File System. May 24 08:41:41 localhost systemd[1]: Finished Read and set NIS domainname from /etc/sysconfig/network. May 24 08:41:41 localhost systemd[1]: Finished Generate network units from Kernel command line. May 24 08:41:41 localhost systemd[1]: Finished Apply Kernel Variables. May 24 08:41:41 localhost systemd[1]: Finished Remount Root and Kernel File Systems. May 24 08:41:41 localhost systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes). May 24 08:41:41 localhost systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc). May 24 08:41:41 localhost systemd[1]: Starting Load/Save OS Random Seed... May 24 08:41:41 localhost systemd[1]: Create System Users was skipped because no trigger condition checks were met. May 24 08:41:41 localhost systemd[1]: Finished Load/Save OS Random Seed. May 24 08:41:41 localhost systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes). May 24 08:41:41 localhost systemd[1]: Finished Create List of Static Device Nodes. May 24 08:41:41 localhost systemd[1]: Starting Create Static Device Nodes in /dev... May 24 08:41:41 localhost systemd[1]: Finished Coldplug All udev Devices. May 24 08:41:41 localhost systemd-journald[498]: 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 24 08:41:41 localhost systemd-journald[498]: Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is 8.0M, max 69.3M, 61.3M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is currently using 8.0M. ░░ Maximum allowed usage is set to 69.3M. ░░ Leaving at least 34.6M free (of currently available 676.9M of disk space). ░░ Enforced usage limit is thus 69.3M, of which 61.3M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. May 24 08:41:41 localhost systemd[1]: Started Journal Service. May 24 08:41:41 localhost systemd[1]: Queued start job for default target Multi-User System. May 24 08:41:41 localhost systemd[1]: systemd-journald.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-journald.service has successfully entered the 'dead' state. May 24 08:41:41 localhost systemd[1]: Starting Flush Journal to Persistent Storage... ░░ Subject: A start job for unit systemd-journal-flush.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has begun execution. ░░ ░░ The job identifier is 128. May 24 08:41:41 localhost systemd-journald[498]: Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is 8.0M, max 69.3M, 61.3M free. ░░ Subject: Disk space used by the journal ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is currently using 8.0M. ░░ Maximum allowed usage is set to 69.3M. ░░ Leaving at least 34.6M free (of currently available 676.9M of disk space). ░░ Enforced usage limit is thus 69.3M, of which 61.3M are still available. ░░ ░░ The limits controlling how much disk space is used by the journal may ░░ be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=, ░░ RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in ░░ /etc/systemd/journald.conf. See journald.conf(5) for details. May 24 08:41:41 localhost systemd-journald[498]: Received client request to flush runtime journal. May 24 08:41:41 localhost systemd[1]: Finished Flush Journal to Persistent Storage. ░░ Subject: A start job for unit systemd-journal-flush.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-flush.service has finished successfully. ░░ ░░ The job identifier is 128. May 24 08:41:41 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. May 24 08:41:41 localhost systemd[1]: Finished Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 180. May 24 08:41:41 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@efi_pstore.service has successfully entered the 'dead' state. May 24 08:41:41 localhost systemd[1]: Finished Load Kernel Module efi_pstore. ░░ Subject: A start job for unit modprobe@efi_pstore.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@efi_pstore.service has finished successfully. ░░ ░░ The job identifier is 167. May 24 08:41:41 localhost systemd[1]: Mounting Kernel Configuration File System... ░░ Subject: A start job for unit sys-kernel-config.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-kernel-config.mount has begun execution. ░░ ░░ The job identifier is 179. May 24 08:41:41 localhost systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). ░░ Subject: A start job for unit systemd-pstore.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pstore.service has finished successfully. ░░ ░░ The job identifier is 166. May 24 08:41:41 localhost systemd[1]: Mounted Kernel Configuration File System. ░░ Subject: A start job for unit sys-kernel-config.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-kernel-config.mount has finished successfully. ░░ ░░ The job identifier is 179. May 24 08:41:41 localhost kernel: ACPI: bus type drm_connector registered May 24 08:41:41 localhost systemd[1]: modprobe@drm.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@drm.service has successfully entered the 'dead' state. May 24 08:41:41 localhost systemd[1]: Finished Load Kernel Module drm. ░░ Subject: A start job for unit modprobe@drm.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@drm.service has finished successfully. ░░ ░░ The job identifier is 224. May 24 08:41:41 localhost kernel: fuse: init (API version 7.37) May 24 08:41:41 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@fuse.service has successfully entered the 'dead' state. May 24 08:41:41 localhost systemd[1]: Finished Load Kernel Module fuse. ░░ Subject: A start job for unit modprobe@fuse.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@fuse.service has finished successfully. ░░ ░░ The job identifier is 162. May 24 08:41:41 localhost systemd[1]: Mounting FUSE Control File System... ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has begun execution. ░░ ░░ The job identifier is 161. May 24 08:41:41 localhost systemd[1]: Mounted FUSE Control File System. ░░ Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sys-fs-fuse-connections.mount has finished successfully. ░░ ░░ The job identifier is 161. May 24 08:41:42 localhost systemd[1]: Finished Create Static Device Nodes in /dev. ░░ Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully. ░░ ░░ The job identifier is 145. May 24 08:41:42 localhost systemd[1]: Reached target Preparation for Local File Systems. ░░ Subject: A start job for unit local-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 139. May 24 08:41:42 localhost systemd[1]: Reached target Local File Systems. ░░ Subject: A start job for unit local-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit local-fs.target has finished successfully. ░░ ░░ The job identifier is 137. May 24 08:41:42 localhost systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit ldconfig.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit ldconfig.service has finished successfully. ░░ ░░ The job identifier is 174. May 24 08:41:42 localhost systemd[1]: Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux). ░░ Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit selinux-autorelabel-mark.service has finished successfully. ░░ ░░ The job identifier is 157. May 24 08:41:42 localhost systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-binfmt.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-binfmt.service has finished successfully. ░░ ░░ The job identifier is 169. May 24 08:41:42 localhost systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-boot-random-seed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-random-seed.service has finished successfully. ░░ ░░ The job identifier is 158. May 24 08:41:42 localhost systemd[1]: Starting Automatic Boot Loader Update... ░░ Subject: A start job for unit systemd-boot-update.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-update.service has begun execution. ░░ ░░ The job identifier is 147. May 24 08:41:42 localhost systemd[1]: Starting Commit a transient machine-id on disk... ░░ Subject: A start job for unit systemd-machine-id-commit.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has begun execution. ░░ ░░ The job identifier is 175. May 24 08:41:42 localhost systemd[1]: Starting Create Volatile Files and Directories... ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has begun execution. ░░ ░░ The job identifier is 140. May 24 08:41:42 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files... ░░ Subject: A start job for unit systemd-udevd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has begun execution. ░░ ░░ The job identifier is 122. May 24 08:41:42 localhost bootctl[511]: Couldn't find EFI system partition, skipping. May 24 08:41:42 localhost systemd[1]: Finished Automatic Boot Loader Update. ░░ Subject: A start job for unit systemd-boot-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-boot-update.service has finished successfully. ░░ ░░ The job identifier is 147. May 24 08:41:42 localhost systemd-udevd[514]: Using default interface naming scheme 'rhel-9.0'. May 24 08:41:42 localhost systemd[1]: Started Rule-based Manager for Device Events and Files. ░░ Subject: A start job for unit systemd-udevd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-udevd.service has finished successfully. ░░ ░░ The job identifier is 122. May 24 08:41:42 localhost systemd[1]: etc-machine\x2did.mount: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit etc-machine\x2did.mount has successfully entered the 'dead' state. May 24 08:41:42 localhost systemd[1]: Finished Commit a transient machine-id on disk. ░░ Subject: A start job for unit systemd-machine-id-commit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-machine-id-commit.service has finished successfully. ░░ ░░ The job identifier is 175. May 24 08:41:42 localhost systemd[1]: Starting Load Kernel Module configfs... ░░ Subject: A start job for unit modprobe@configfs.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has begun execution. ░░ ░░ The job identifier is 264. May 24 08:41:42 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit modprobe@configfs.service has successfully entered the 'dead' state. May 24 08:41:42 localhost systemd[1]: Finished Load Kernel Module configfs. ░░ Subject: A start job for unit modprobe@configfs.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit modprobe@configfs.service has finished successfully. ░░ ░░ The job identifier is 264. May 24 08:41:42 localhost systemd[1]: Condition check resulted in /dev/ttyS0 being skipped. ░░ Subject: A start job for unit dev-ttyS0.device has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dev-ttyS0.device has finished successfully. ░░ ░░ The job identifier is 230. May 24 08:41:42 localhost systemd[1]: Finished Create Volatile Files and Directories. ░░ Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-setup.service has finished successfully. ░░ ░░ The job identifier is 140. May 24 08:41:42 localhost systemd[1]: Mounting RPC Pipe File System... ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution. ░░ ░░ The job identifier is 242. May 24 08:41:42 localhost systemd[1]: Starting Security Auditing Service... ░░ Subject: A start job for unit auditd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has begun execution. ░░ ░░ The job identifier is 213. May 24 08:41:42 localhost systemd[1]: Starting RPC Bind... ░░ Subject: A start job for unit rpcbind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has begun execution. ░░ ░░ The job identifier is 201. May 24 08:41:42 localhost systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var). ░░ Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-journal-catalog-update.service has finished successfully. ░░ ░░ The job identifier is 135. May 24 08:41:42 localhost systemd[1]: Update is Completed was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit systemd-update-done.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-done.service has finished successfully. ░░ ░░ The job identifier is 132. May 24 08:41:42 localhost systemd-udevd[517]: Network interface NamePolicy= disabled on kernel command line. May 24 08:41:42 localhost kernel: RPC: Registered named UNIX socket transport module. May 24 08:41:42 localhost kernel: RPC: Registered udp transport module. May 24 08:41:42 localhost kernel: RPC: Registered tcp transport module. May 24 08:41:42 localhost kernel: RPC: Registered tcp-with-tls transport module. May 24 08:41:42 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. May 24 08:41:42 localhost systemd[1]: Mounted RPC Pipe File System. ░░ Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully. ░░ ░░ The job identifier is 242. May 24 08:41:42 localhost systemd[1]: Reached target rpc_pipefs.target. ░░ Subject: A start job for unit rpc_pipefs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc_pipefs.target has finished successfully. ░░ ░░ The job identifier is 241. May 24 08:41:42 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5 May 24 08:41:42 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr May 24 08:41:42 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console May 24 08:41:42 localhost kernel: Console: switching to colour dummy device 80x25 May 24 08:41:42 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0 May 24 08:41:42 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device May 24 08:41:42 localhost kernel: Console: switching to colour frame buffer device 128x48 May 24 08:41:42 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device May 24 08:41:42 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer May 24 08:41:42 localhost auditd[563]: No plugins found, not dispatching events May 24 08:41:42 localhost auditd[563]: Init complete, auditd 3.1.5 listening for events (startup state enable) May 24 08:41:43 localhost systemd[1]: Started RPC Bind. ░░ Subject: A start job for unit rpcbind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpcbind.service has finished successfully. ░░ ░░ The job identifier is 201. May 24 08:41:43 localhost augenrules[566]: /sbin/augenrules: No change May 24 08:41:43 localhost augenrules[588]: No rules May 24 08:41:43 localhost augenrules[588]: enabled 1 May 24 08:41:43 localhost augenrules[588]: failure 1 May 24 08:41:43 localhost augenrules[588]: pid 563 May 24 08:41:43 localhost augenrules[588]: rate_limit 0 May 24 08:41:43 localhost augenrules[588]: backlog_limit 8192 May 24 08:41:43 localhost augenrules[588]: lost 0 May 24 08:41:43 localhost augenrules[588]: backlog 2 May 24 08:41:43 localhost augenrules[588]: backlog_wait_time 60000 May 24 08:41:43 localhost augenrules[588]: backlog_wait_time_actual 0 May 24 08:41:43 localhost augenrules[588]: enabled 1 May 24 08:41:43 localhost augenrules[588]: failure 1 May 24 08:41:43 localhost augenrules[588]: pid 563 May 24 08:41:43 localhost augenrules[588]: rate_limit 0 May 24 08:41:43 localhost augenrules[588]: backlog_limit 8192 May 24 08:41:43 localhost augenrules[588]: lost 0 May 24 08:41:43 localhost augenrules[588]: backlog 4 May 24 08:41:43 localhost augenrules[588]: backlog_wait_time 60000 May 24 08:41:43 localhost augenrules[588]: backlog_wait_time_actual 0 May 24 08:41:43 localhost augenrules[588]: enabled 1 May 24 08:41:43 localhost augenrules[588]: failure 1 May 24 08:41:43 localhost augenrules[588]: pid 563 May 24 08:41:43 localhost augenrules[588]: rate_limit 0 May 24 08:41:43 localhost augenrules[588]: backlog_limit 8192 May 24 08:41:43 localhost augenrules[588]: lost 0 May 24 08:41:43 localhost augenrules[588]: backlog 4 May 24 08:41:43 localhost augenrules[588]: backlog_wait_time 60000 May 24 08:41:43 localhost augenrules[588]: backlog_wait_time_actual 0 May 24 08:41:43 localhost systemd[1]: Started Security Auditing Service. ░░ Subject: A start job for unit auditd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit auditd.service has finished successfully. ░░ ░░ The job identifier is 213. May 24 08:41:43 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP... ░░ Subject: A start job for unit systemd-update-utmp.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has begun execution. ░░ ░░ The job identifier is 215. May 24 08:41:43 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP. ░░ Subject: A start job for unit systemd-update-utmp.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp.service has finished successfully. ░░ ░░ The job identifier is 215. May 24 08:41:43 localhost systemd[1]: Reached target System Initialization. ░░ Subject: A start job for unit sysinit.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sysinit.target has finished successfully. ░░ ░░ The job identifier is 118. May 24 08:41:43 localhost systemd[1]: Started dnf makecache --timer. ░░ Subject: A start job for unit dnf-makecache.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dnf-makecache.timer has finished successfully. ░░ ░░ The job identifier is 195. May 24 08:41:43 localhost systemd[1]: Started Daily rotation of log files. ░░ Subject: A start job for unit logrotate.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.timer has finished successfully. ░░ ░░ The job identifier is 193. May 24 08:41:43 localhost systemd[1]: Started Daily Cleanup of Temporary Directories. ░░ Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-tmpfiles-clean.timer has finished successfully. ░░ ░░ The job identifier is 194. May 24 08:41:43 localhost systemd[1]: Reached target Timer Units. ░░ Subject: A start job for unit timers.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit timers.target has finished successfully. ░░ ░░ The job identifier is 192. May 24 08:41:43 localhost systemd[1]: Listening on D-Bus System Message Bus Socket. ░░ Subject: A start job for unit dbus.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus.socket has finished successfully. ░░ ░░ The job identifier is 186. May 24 08:41:43 localhost systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket. ░░ Subject: A start job for unit sssd-kcm.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd-kcm.socket has finished successfully. ░░ ░░ The job identifier is 183. May 24 08:41:43 localhost systemd[1]: Reached target Socket Units. ░░ Subject: A start job for unit sockets.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sockets.target has finished successfully. ░░ ░░ The job identifier is 182. May 24 08:41:43 localhost systemd[1]: Starting D-Bus System Message Bus... ░░ Subject: A start job for unit dbus-broker.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has begun execution. ░░ ░░ The job identifier is 199. May 24 08:41:43 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase-sysinit.service has finished successfully. ░░ ░░ The job identifier is 146. May 24 08:41:43 localhost systemd[1]: Started D-Bus System Message Bus. ░░ Subject: A start job for unit dbus-broker.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dbus-broker.service has finished successfully. ░░ ░░ The job identifier is 199. May 24 08:41:43 localhost systemd[1]: Reached target Basic System. ░░ Subject: A start job for unit basic.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit basic.target has finished successfully. ░░ ░░ The job identifier is 117. May 24 08:41:43 localhost dbus-broker-lau[596]: Ready May 24 08:41:43 localhost systemd[1]: Starting NTP client/server... ░░ Subject: A start job for unit chronyd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has begun execution. ░░ ░░ The job identifier is 247. May 24 08:41:43 localhost systemd[1]: Starting Cloud-init: Local Stage (pre-network)... ░░ Subject: A start job for unit cloud-init-local.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has begun execution. ░░ ░░ The job identifier is 219. May 24 08:41:43 localhost systemd[1]: Starting Restore /run/initramfs on shutdown... ░░ Subject: A start job for unit dracut-shutdown.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has begun execution. ░░ ░░ The job identifier is 136. May 24 08:41:43 localhost systemd[1]: Started irqbalance daemon. ░░ Subject: A start job for unit irqbalance.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit irqbalance.service has finished successfully. ░░ ░░ The job identifier is 246. May 24 08:41:43 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload). ░░ Subject: A start job for unit microcode.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit microcode.service has finished successfully. ░░ ░░ The job identifier is 191. May 24 08:41:43 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. ░░ Subject: A start job for unit rngd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rngd.service has finished successfully. ░░ ░░ The job identifier is 227. May 24 08:41:43 localhost systemd[1]: OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ecdsa.service has finished successfully. ░░ ░░ The job identifier is 208. May 24 08:41:43 localhost systemd[1]: OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@ed25519.service has finished successfully. ░░ ░░ The job identifier is 209. May 24 08:41:43 localhost systemd[1]: OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target). ░░ Subject: A start job for unit sshd-keygen@rsa.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen@rsa.service has finished successfully. ░░ ░░ The job identifier is 206. May 24 08:41:43 localhost systemd[1]: Reached target sshd-keygen.target. ░░ Subject: A start job for unit sshd-keygen.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd-keygen.target has finished successfully. ░░ ░░ The job identifier is 205. May 24 08:41:43 localhost systemd[1]: System Security Services Daemon was skipped because no trigger condition checks were met. ░░ Subject: A start job for unit sssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sssd.service has finished successfully. ░░ ░░ The job identifier is 202. May 24 08:41:43 localhost systemd[1]: Reached target User and Group Name Lookups. ░░ Subject: A start job for unit nss-user-lookup.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nss-user-lookup.target has finished successfully. ░░ ░░ The job identifier is 203. May 24 08:41:43 localhost systemd[1]: Starting User Login Management... ░░ Subject: A start job for unit systemd-logind.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has begun execution. ░░ ░░ The job identifier is 223. May 24 08:41:43 localhost systemd[1]: Starting Rotate log files... ░░ Subject: A start job for unit logrotate.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has begun execution. ░░ ░░ The job identifier is 269. May 24 08:41:43 localhost systemd[1]: Finished Restore /run/initramfs on shutdown. ░░ Subject: A start job for unit dracut-shutdown.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit dracut-shutdown.service has finished successfully. ░░ ░░ The job identifier is 136. May 24 08:41:43 localhost systemd-logind[603]: New seat seat0. ░░ Subject: A new seat seat0 is now available ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new seat seat0 has been configured and is now available. May 24 08:41:43 localhost systemd-logind[603]: Watching system buttons on /dev/input/event0 (Power Button) May 24 08:41:43 localhost systemd-logind[603]: Watching system buttons on /dev/input/event1 (Sleep Button) May 24 08:41:43 localhost systemd-logind[603]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard) May 24 08:41:43 localhost systemd[1]: Started User Login Management. ░░ Subject: A start job for unit systemd-logind.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-logind.service has finished successfully. ░░ ░░ The job identifier is 223. May 24 08:41:43 localhost systemd[1]: logrotate.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit logrotate.service has successfully entered the 'dead' state. May 24 08:41:43 localhost systemd[1]: Finished Rotate log files. ░░ Subject: A start job for unit logrotate.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit logrotate.service has finished successfully. ░░ ░░ The job identifier is 269. May 24 08:41:44 localhost chronyd[610]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG) May 24 08:41:44 localhost chronyd[610]: Loaded 0 symmetric keys May 24 08:41:44 localhost rngd[602]: Disabling 7: PKCS11 Entropy generator (pkcs11) May 24 08:41:44 localhost rngd[602]: Disabling 5: NIST Network Entropy Beacon (nist) May 24 08:41:44 localhost rngd[602]: Disabling 9: Qrypt quantum entropy beacon (qrypt) May 24 08:41:44 localhost rngd[602]: Disabling 10: Named pipe entropy input (namedpipe) May 24 08:41:44 localhost rngd[602]: Initializing available sources May 24 08:41:44 localhost rngd[602]: [hwrng ]: Initialization Failed May 24 08:41:44 localhost chronyd[610]: Using right/UTC timezone to obtain leap second data May 24 08:41:44 localhost rngd[602]: [rdrand]: Enabling RDRAND rng support May 24 08:41:44 localhost rngd[602]: [rdrand]: Initialized May 24 08:41:44 localhost rngd[602]: [jitter]: JITTER timeout set to 5 sec May 24 08:41:44 localhost chronyd[610]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift May 24 08:41:44 localhost chronyd[610]: Loaded seccomp filter (level 2) May 24 08:41:44 localhost systemd[1]: Started NTP client/server. ░░ Subject: A start job for unit chronyd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit chronyd.service has finished successfully. ░░ ░░ The job identifier is 247. May 24 08:41:44 localhost rngd[602]: [jitter]: Initializing AES buffer May 24 08:41:46 localhost cloud-init[616]: Cloud-init v. 24.4-5.el9 running 'init-local' at Sat, 24 May 2025 12:41:46 +0000. Up 14.70 seconds. May 24 08:41:47 localhost dhclient[620]: Internet Systems Consortium DHCP Client 4.4.2b1 May 24 08:41:47 localhost dhclient[620]: Copyright 2004-2019 Internet Systems Consortium. May 24 08:41:47 localhost dhclient[620]: All rights reserved. May 24 08:41:47 localhost dhclient[620]: For info, please visit https://www.isc.org/software/dhcp/ May 24 08:41:47 localhost dhclient[620]: May 24 08:41:47 localhost dhclient[620]: Listening on LPF/eth0/02:ba:7f:01:52:3f May 24 08:41:47 localhost dhclient[620]: Sending on LPF/eth0/02:ba:7f:01:52:3f May 24 08:41:47 localhost dhclient[620]: Sending on Socket/fallback May 24 08:41:47 localhost dhclient[620]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x13c02a7d) May 24 08:41:47 localhost dhclient[620]: DHCPOFFER of 10.31.44.119 from 10.31.44.1 May 24 08:41:47 localhost dhclient[620]: DHCPREQUEST for 10.31.44.119 on eth0 to 255.255.255.255 port 67 (xid=0x13c02a7d) May 24 08:41:47 localhost dhclient[620]: DHCPACK of 10.31.44.119 from 10.31.44.1 (xid=0x13c02a7d) May 24 08:41:47 localhost dhclient[620]: bound to 10.31.44.119 -- renewal in 1538 seconds. May 24 08:41:47 localhost systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 334. May 24 08:41:47 localhost systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 334. May 24 08:41:47 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[635]: Hostname set to <ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com> (static) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Local Stage (pre-network). ░░ Subject: A start job for unit cloud-init-local.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init-local.service has finished successfully. ░░ ░░ The job identifier is 219. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Network. ░░ Subject: A start job for unit network-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-pre.target has finished successfully. ░░ ░░ The job identifier is 155. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager... ░░ Subject: A start job for unit NetworkManager.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has begun execution. ░░ ░░ The job identifier is 198. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3071] NetworkManager (version 1.53.4-1.el9) is starting... (boot:70c6ec1e-8c58-471f-9ed0-7c569945773b) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3074] Read config: /etc/NetworkManager/NetworkManager.conf, /run/NetworkManager/conf.d/15-carrier-timeout.conf May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3529] manager[0x556b34caa080]: monitoring kernel firmware directory '/lib/firmware'. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3571] hostname: hostname: using hostnamed May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3572] hostname: static hostname changed from (none) to "ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com" May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3577] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3777] manager[0x556b34caa080]: rfkill: Wi-Fi hardware radio set enabled May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3777] manager[0x556b34caa080]: rfkill: WWAN hardware radio set enabled May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3904] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.53.4-1.el9/libnm-device-plugin-team.so) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3904] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3905] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3906] manager: Networking is enabled by state file May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3918] settings: Loaded settings plugin: keyfile (internal) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3954] settings: Loaded settings plugin: ifcfg-rh ("/usr/lib64/NetworkManager/1.53.4-1.el9/libnm-settings-plugin-ifcfg-rh.so") May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3990] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using "nmcli connection migrate" May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4010] dhcp: init: Using DHCP client 'internal' May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4014] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4032] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4058] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4070] device (lo): Activation: starting connection 'lo' (7d4a742b-6765-4650-a584-19eeac71a4b8) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4097] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4105] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4142] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 401. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4194] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager. ░░ Subject: A start job for unit NetworkManager.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager.service has finished successfully. ░░ ░░ The job identifier is 198. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4207] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network. ░░ Subject: A start job for unit network.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network.target has finished successfully. ░░ ░░ The job identifier is 200. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online... ░░ Subject: A start job for unit NetworkManager-wait-online.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has begun execution. ░░ ░░ The job identifier is 197. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4257] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4265] device (eth0): carrier: link connected May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon... ░░ Subject: A start job for unit gssproxy.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has begun execution. ░░ ░░ The job identifier is 239. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4285] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4314] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4321] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4327] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4348] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4355] manager: NetworkManager state is now CONNECTING May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4359] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4367] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4373] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4438] dhcp4 (eth0): state changed new lease, address=10.31.44.119 May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4469] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. ░░ Subject: A start job for unit systemd-rfkill.socket has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-rfkill.socket has finished successfully. ░░ ░░ The job identifier is 467. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4532] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 401. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4904] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4906] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4911] device (lo): Activation: successful, device activated. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4940] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4942] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full') May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4946] manager: NetworkManager state is now CONNECTED_SITE May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4949] device (eth0): Activation: successful, device activated. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4954] manager: NetworkManager state is now CONNECTED_GLOBAL May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4957] manager: startup complete May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Network Manager Wait Online. ░░ Subject: A start job for unit NetworkManager-wait-online.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-wait-online.service has finished successfully. ░░ ░░ The job identifier is 197. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Network Stage... ░░ Subject: A start job for unit cloud-init.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has begun execution. ░░ ░░ The job identifier is 220. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Added source 10.11.160.238 May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Added source 10.18.100.10 May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Added source 10.2.32.37 May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Added source 10.2.32.38 May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon. ░░ Subject: A start job for unit gssproxy.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit gssproxy.service has finished successfully. ░░ ░░ The job identifier is 239. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab). ░░ Subject: A start job for unit rpc-gssd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-gssd.service has finished successfully. ░░ ░░ The job identifier is 240. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services. ░░ Subject: A start job for unit nfs-client.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit nfs-client.target has finished successfully. ░░ ░░ The job identifier is 237. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Remote File Systems. ░░ Subject: A start job for unit remote-fs-pre.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs-pre.target has finished successfully. ░░ ░░ The job identifier is 245. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems. ░░ Subject: A start job for unit remote-fs.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit remote-fs.target has finished successfully. ░░ ░░ The job identifier is 236. May 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f). ░░ Subject: A start job for unit systemd-pcrphase.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-pcrphase.service has finished successfully. ░░ ░░ The job identifier is 181. May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rngd[602]: [jitter]: Unable to obtain AES key, disabling JITTER source May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rngd[602]: [jitter]: Initialization Failed May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rngd[602]: Process privileges have been dropped to 2:2 May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Cloud-init v. 24.4-5.el9 running 'init' at Sat, 24 May 2025 12:41:49 +0000. Up 16.99 seconds. May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | eth0 | True | 10.31.44.119 | 255.255.252.0 | global | 02:ba:7f:01:52:3f | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | eth0 | True | fe80::ba:7fff:fe01:523f/64 | . | link | 02:ba:7f:01:52:3f | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | lo | True | ::1/128 | . | host | . | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+---------+-----------+-------+ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | Route | Destination | Gateway | Interface | Flags | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+---------+-----------+-------+ May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | 3 | multicast | :: | eth0 | U | May 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+---------+-----------+-------+ May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Generating public/private rsa key pair. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key fingerprint is: May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: SHA256:JV26g9yiU3MtJLWABHOl+idtE6bGIQU8h6zcUGtJXs4 root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key's randomart image is: May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +---[RSA 3072]----+ May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | +*++oo . . | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | .o=Xo. + + | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . +=oE o * | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o..o . B o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o . S * . | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | + B = o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | O = | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . = . | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +----[SHA256]-----+ May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Generating public/private ecdsa key pair. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key fingerprint is: May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: SHA256:gxy0OYlzBXBgXl70zYeJ80lNJamqb8IKD4hrMCUlrdM root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key's randomart image is: May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +---[ECDSA 256]---+ May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . +o=o+ oo.| May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |. oo * * . + =.. | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | = + O + *.o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |+ E + + +.o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | + o S .o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |o. . .. | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |o.. o . . | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o + + . | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |o o. +. | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +----[SHA256]-----+ May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Generating public/private ed25519 key pair. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key fingerprint is: May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: SHA256:W467txBnMxwpFT8LKiTEBzqNn6FVLfItSkTa78DBh8I root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key's randomart image is: May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +--[ED25519 256]--+ May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o+... o. | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . O+oo .. o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | E.X+oo. + o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | B.Oo .+ o o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | ..=.o.S B . | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | .o . O o | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . + . | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o. | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | oo.. | May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +----[SHA256]-----+ May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Network Stage. ░░ Subject: A start job for unit cloud-init.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.service has finished successfully. ░░ ░░ The job identifier is 220. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. ░░ Subject: A start job for unit cloud-config.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.target has finished successfully. ░░ ░░ The job identifier is 218. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. ░░ Subject: A start job for unit network-online.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit network-online.target has finished successfully. ░░ ░░ The job identifier is 196. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Config Stage... ░░ Subject: A start job for unit cloud-config.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has begun execution. ░░ ░░ The job identifier is 217. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... ░░ Subject: A start job for unit kdump.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has begun execution. ░░ ░░ The job identifier is 222. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... ░░ Subject: A start job for unit restraintd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has begun execution. ░░ ░░ The job identifier is 250. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... ░░ Subject: A start job for unit rpc-statd-notify.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has begun execution. ░░ ░░ The job identifier is 244. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... ░░ Subject: A start job for unit rsyslog.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has begun execution. ░░ ░░ The job identifier is 211. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 204. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sm-notify[806]: Version 2.5.4 starting May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... ░░ Subject: A start job for unit systemd-user-sessions.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has begun execution. ░░ ░░ The job identifier is 226. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. ░░ Subject: A start job for unit restraintd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit restraintd.service has finished successfully. ░░ ░░ The job identifier is 250. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. ░░ Subject: A start job for unit rpc-statd-notify.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rpc-statd-notify.service has finished successfully. ░░ ░░ The job identifier is 244. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Permit User Sessions. ░░ Subject: A start job for unit systemd-user-sessions.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-user-sessions.service has finished successfully. ░░ ░░ The job identifier is 226. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rsyslogd[808]: [origin software="rsyslogd" swVersion="8.2412.0-2.el9" x-pid="808" x-info="https://www.rsyslog.com"] start May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. ░░ Subject: A start job for unit crond.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit crond.service has finished successfully. ░░ ░░ The job identifier is 210. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. ░░ Subject: A start job for unit getty@tty1.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty@tty1.service has finished successfully. ░░ ░░ The job identifier is 234. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Serial Getty on ttyS0. ░░ Subject: A start job for unit serial-getty@ttyS0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit serial-getty@ttyS0.service has finished successfully. ░░ ░░ The job identifier is 229. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. ░░ Subject: A start job for unit getty.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit getty.target has finished successfully. ░░ ░░ The job identifier is 228. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. ░░ Subject: A start job for unit rsyslog.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit rsyslog.service has finished successfully. ░░ ░░ The job identifier is 211. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com crond[813]: (CRON) STARTUP (1.5.7) May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com crond[813]: (CRON) INFO (Syslog will be used instead of sendmail.) May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com crond[813]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 10% if used.) May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com crond[813]: (CRON) INFO (running with inotify support) May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[809]: Server listening on 0.0.0.0 port 22. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[809]: Server listening on :: port 22. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 204. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. ░░ Subject: A start job for unit multi-user.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit multi-user.target has finished successfully. ░░ ░░ The job identifier is 116. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Record Runlevel Change in UTMP... ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has begun execution. ░░ ░░ The job identifier is 214. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Record Runlevel Change in UTMP. ░░ Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-update-utmp-runlevel.service has finished successfully. ░░ ░░ The job identifier is 214. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rsyslogd[808]: imjournal: journal files changed, reloading... [v8.2412.0-2.el9 try https://www.rsyslog.com/e/0 ] May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[849]: Cloud-init v. 24.4-5.el9 running 'modules:config' at Sat, 24 May 2025 12:41:50 +0000. Up 18.42 seconds. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com restraintd[812]: Listening on http://localhost:8081 May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... ░░ Subject: A stop job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 488. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[809]: Received signal 15; terminating. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit sshd.service has successfully entered the 'dead' state. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. ░░ Subject: A stop job for unit sshd.service has finished ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A stop job for unit sshd.service has finished. ░░ ░░ The job identifier is 488 and the job result is done. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... ░░ Subject: A start job for unit sshd.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has begun execution. ░░ ░░ The job identifier is 488. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[872]: Server listening on 0.0.0.0 port 22. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[872]: Server listening on :: port 22. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. ░░ Subject: A start job for unit sshd.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit sshd.service has finished successfully. ░░ ░░ The job identifier is 488. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Config Stage. ░░ Subject: A start job for unit cloud-config.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-config.service has finished successfully. ░░ ░░ The job identifier is 217. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Final Stage... ░░ Subject: A start job for unit cloud-final.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has begun execution. ░░ ░░ The job identifier is 221. May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Detected change(s) in the following file(s): /etc/fstab May 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1067]: Cloud-init v. 24.4-5.el9 running 'modules:final' at Sat, 24 May 2025 12:41:50 +0000. Up 18.89 seconds. May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1105]: ############################################################# May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1106]: -----BEGIN SSH HOST KEY FINGERPRINTS----- May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1108]: 256 SHA256:gxy0OYlzBXBgXl70zYeJ80lNJamqb8IKD4hrMCUlrdM root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com (ECDSA) May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1110]: 256 SHA256:W467txBnMxwpFT8LKiTEBzqNn6FVLfItSkTa78DBh8I root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com (ED25519) May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1112]: 3072 SHA256:JV26g9yiU3MtJLWABHOl+idtE6bGIQU8h6zcUGtJXs4 root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com (RSA) May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1113]: -----END SSH HOST KEY FINGERPRINTS----- May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1114]: ############################################################# May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1067]: Cloud-init v. 24.4-5.el9 finished at Sat, 24 May 2025 12:41:51 +0000. Datasource DataSourceEc2Local. Up 19.04 seconds May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Final Stage. ░░ Subject: A start job for unit cloud-final.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-final.service has finished successfully. ░░ ░░ The job identifier is 221. May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target. ░░ Subject: A start job for unit cloud-init.target has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit cloud-init.target has finished successfully. ░░ ░░ The job identifier is 216. May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated. May 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Rebuilding /boot/initramfs-5.14.0-583.el9.x86_64kdump.img May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1450]: dracut-057-87.git20250311.el9 May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --mount "/dev/disk/by-uuid/5de771f1-9acb-4b75-bf56-ae0a7779ba73 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" --squash-compressor zstd --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-5.14.0-583.el9.x86_64kdump.img 5.14.0-583.el9.x86_64 May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Module 'ifcfg' will not be installed, because it's in the list to be omitted! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Module 'plymouth' will not be installed, because it's in the list to be omitted! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Module 'resume' will not be installed, because it's in the list to be omitted! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Module 'earlykdump' will not be installed, because it's in the list to be omitted! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: memstrack is not available May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmand' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! May 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: memstrack is not available May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: systemd *** May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: fips *** May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: systemd-initrd *** May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: rngd *** May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: i18n *** May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: drm *** May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: prefixdevname *** May 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: kernel-modules *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 0 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 0 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 48 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 48 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 49 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 49 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 50 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 50 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 51 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 51 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 52 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 52 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 53 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 53 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 54 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 54 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 55 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 55 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 56 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 56 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 57 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 57 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 58 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 58 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 59 affinity: Operation not permitted May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 59 affinity is now unmanaged May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: kernel-modules-extra *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: kernel-modules-extra: configuration source "/run/depmod.d" does not exist May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: kernel-modules-extra: configuration source "/lib/depmod.d" does not exist May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: kernel-modules-extra: parsing configuration file "/etc/depmod.d/dist.conf" May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: kernel-modules-extra: /etc/depmod.d/dist.conf: added "updates extra built-in weak-updates" to the list of search directories May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: fstab-sys *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: rootfs-block *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: terminfo *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: udev-rules *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Selected source 10.2.32.38 May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: System clock TAI offset set to 37 seconds May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Skipping udev rule: 91-permissions.rules May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Skipping udev rule: 80-drivers-modprobe.rules May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: dracut-systemd *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: usrmount *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: base *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: fs-lib *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: kdumpbase *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: microcode_ctl-fw_dir_override *** May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl module: mangling fw_dir May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" May 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: intel: caveats check for kernel version "5.14.0-583.el9.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration "intel-06-2d-07" is ignored May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration "intel-06-4e-03" is ignored May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration "intel-06-4f-01" is ignored May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration "intel-06-55-04" is ignored May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration "intel-06-5e-03" is ignored May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration "intel-06-8c-01" is ignored May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration "intel-06-8e-9e-0x-0xca" is ignored May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell"... May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration "intel-06-8e-9e-0x-dell" is ignored May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: openssl *** May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: shutdown *** May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: squash *** May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including modules done *** May 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Installing kernel module dependencies *** May 24 08:41:56 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Installing kernel module dependencies done *** May 24 08:41:56 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Resolving executable dependencies *** May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Resolving executable dependencies done *** May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Hardlinking files *** May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Mode: real May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Files: 449 May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Linked: 2 files May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Compared: 0 xattrs May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Compared: 12 files May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Saved: 56.21 KiB May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Duration: 0.006500 seconds May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Hardlinking files done *** May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Generating early-microcode cpio image *** May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Constructing GenuineIntel.bin *** May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Constructing GenuineIntel.bin *** May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Store current command line parameters *** May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Stored kernel commandline: May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: No dracut internal kernel commandline stored in the initramfs May 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Install squash loader *** May 24 08:41:58 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Squashing the files inside the initramfs *** May 24 08:41:58 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. May 24 08:42:04 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Squashing the files inside the initramfs done *** May 24 08:42:04 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Creating image file '/boot/initramfs-5.14.0-583.el9.x86_64kdump.img' *** May 24 08:42:04 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Creating initramfs image file '/boot/initramfs-5.14.0-583.el9.x86_64kdump.img' done *** May 24 08:42:05 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: kexec: loaded kdump kernel May 24 08:42:05 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Starting kdump: [OK] May 24 08:42:05 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Crash recovery kernel arming. ░░ Subject: A start job for unit kdump.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit kdump.service has finished successfully. ░░ ░░ The job identifier is 222. May 24 08:42:05 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.152s (kernel) + 4.143s (initrd) + 27.883s (userspace) = 33.179s. ░░ 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 1152804 microseconds. ░░ ░░ Initrd start-up required 4143546 microseconds. ░░ ░░ Userspace start-up required 27883257 microseconds. May 24 08:42:18 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. May 24 08:42:59 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Selected source 23.95.113.124 (2.centos.pool.ntp.org) May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4247]: Accepted publickey for root from 10.30.32.164 port 59036 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0. ░░ Subject: A start job for unit user-0.slice has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-0.slice has finished successfully. ░░ ░░ The job identifier is 555. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Runtime Directory /run/user/0... ░░ Subject: A start job for unit user-runtime-dir@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has begun execution. ░░ ░░ The job identifier is 490. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: New session 1 of user root. ░░ Subject: A new session 1 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 1 has been created for the user root. ░░ ░░ The leading process of the session is 4247. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished User Runtime Directory /run/user/0. ░░ Subject: A start job for unit user-runtime-dir@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user-runtime-dir@0.service has finished successfully. ░░ ░░ The job identifier is 490. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0... ░░ Subject: A start job for unit user@0.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has begun execution. ░░ ░░ The job identifier is 489. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0) May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Queued start job for default target Main User Target. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Created slice User Application Slice. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 5. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system). ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 10. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Started Daily Cleanup of User's Temporary Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 9. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Paths. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 11. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Timers. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 8. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Starting D-Bus User Message Bus Socket... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 4. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Starting Create User's Volatile Files and Directories... ░░ Subject: A start job for unit UNIT has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has begun execution. ░░ ░░ The job identifier is 12. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Listening on D-Bus User Message Bus Socket. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 4. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Finished Create User's Volatile Files and Directories. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 12. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Sockets. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 3. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Basic System. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 2. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Main User Target. ░░ Subject: A start job for unit UNIT has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit UNIT has finished successfully. ░░ ░░ The job identifier is 1. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Startup finished in 68ms. ░░ 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 68612 microseconds. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0. ░░ Subject: A start job for unit user@0.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit user@0.service has finished successfully. ░░ ░░ The job identifier is 489. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of User root. ░░ Subject: A start job for unit session-1.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-1.scope has finished successfully. ░░ ░░ The job identifier is 557. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4247]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4260]: Received disconnect from 10.30.32.164 port 59036:11: disconnected by user May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4260]: Disconnected from user root 10.30.32.164 port 59036 May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4247]: pam_unix(sshd:session): session closed for user root May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: Session 1 logged out. Waiting for processes to exit. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-1.scope has successfully entered the 'dead' state. May 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: Removed session 1. ░░ Subject: Session 1 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 1 has been terminated. May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4297]: Accepted publickey for root from 10.31.8.201 port 35350 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4296]: Accepted publickey for root from 10.31.8.201 port 35338 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: New session 3 of user root. ░░ Subject: A new session 3 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 3 has been created for the user root. ░░ ░░ The leading process of the session is 4297. May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of User root. ░░ Subject: A start job for unit session-3.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-3.scope has finished successfully. ░░ ░░ The job identifier is 626. May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: New session 4 of user root. ░░ Subject: A new session 4 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 4 has been created for the user root. ░░ ░░ The leading process of the session is 4296. May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of User root. ░░ Subject: A start job for unit session-4.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-4.scope has finished successfully. ░░ ░░ The job identifier is 695. May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4297]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4296]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4302]: Received disconnect from 10.31.8.201 port 35350:11: disconnected by user May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4302]: Disconnected from user root 10.31.8.201 port 35350 May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4297]: pam_unix(sshd:session): session closed for user root May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: Session 3 logged out. Waiting for processes to exit. May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit session-3.scope has successfully entered the 'dead' state. May 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: Removed session 3. ░░ Subject: Session 3 has been terminated ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A session with the ID 3 has been terminated. May 24 08:44:00 ip-10-31-44-119.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 24 08:44:00 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service... ░░ Subject: A start job for unit systemd-hostnamed.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has begun execution. ░░ ░░ The job identifier is 765. May 24 08:44:00 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service. ░░ Subject: A start job for unit systemd-hostnamed.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit systemd-hostnamed.service has finished successfully. ░░ ░░ The job identifier is 765. May 24 08:44:00 managed-node1 systemd-hostnamed[6137]: Hostname set to <managed-node1> (static) May 24 08:44:00 managed-node1 NetworkManager[639]: <info> [1748090640.5930] hostname: static hostname changed from "ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com" to "managed-node1" May 24 08:44:00 managed-node1 systemd[1]: Starting Network Manager Script Dispatcher Service... ░░ Subject: A start job for unit NetworkManager-dispatcher.service has begun execution ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has begun execution. ░░ ░░ The job identifier is 831. May 24 08:44:00 managed-node1 systemd[1]: Started Network Manager Script Dispatcher Service. ░░ Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit NetworkManager-dispatcher.service has finished successfully. ░░ ░░ The job identifier is 831. May 24 08:44:01 managed-node1 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!) May 24 08:44:10 managed-node1 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state. May 24 08:44:30 managed-node1 systemd[1]: systemd-hostnamed.service: Deactivated successfully. ░░ Subject: Unit succeeded ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ The unit systemd-hostnamed.service has successfully entered the 'dead' state. May 24 08:44:37 managed-node1 sshd[6776]: Accepted publickey for root from 10.31.41.172 port 38622 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE May 24 08:44:37 managed-node1 systemd-logind[603]: New session 5 of user root. ░░ Subject: A new session 5 has been created for user root ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ Documentation: sd-login(3) ░░ ░░ A new session with the ID 5 has been created for the user root. ░░ ░░ The leading process of the session is 6776. May 24 08:44:37 managed-node1 systemd[1]: Started Session 5 of User root. ░░ Subject: A start job for unit session-5.scope has finished successfully ░░ Defined-By: systemd ░░ Support: https://access.redhat.com/support ░░ ░░ A start job for unit session-5.scope has finished successfully. ░░ ░░ The job identifier is 897. May 24 08:44:37 managed-node1 sshd[6776]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0) May 24 08:44:39 managed-node1 python3.9[6953]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d May 24 08:44:40 managed-node1 python3.9[7128]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 24 08:44:41 managed-node1 python3.9[7277]: ansible-ansible.legacy.dnf Invoked with name=['systemd'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None May 24 08:44:46 managed-node1 python3.9[7508]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d May 24 08:44:47 managed-node1 python3.9[7683]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journald.service dest=/etc/systemd/system/systemd-journald.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 24 08:44:47 managed-node1 python3.9[7832]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journal-flush.service dest=/etc/systemd/system/systemd-journal-flush.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 24 08:44:47 managed-node1 python3.9[7981]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journald.service insertafter=^\[Unit\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 24 08:44:48 managed-node1 python3.9[8130]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journal-flush.service insertafter=^\[Unit\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 24 08:44:48 managed-node1 python3.9[8279]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journald.service dest=/etc/systemd/system/systemd-journald.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 24 08:44:48 managed-node1 python3.9[8428]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journald.service insertafter=^\[Unit\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None May 24 08:44:49 managed-node1 python3.9[8577]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None May 24 08:44:49 managed-node1 systemd[1]: Reloading. May 24 08:44:49 managed-node1 systemd-rc-local-generator[8593]: /etc/rc.d/rc.local is not marked executable, skipping. May 24 08:44:50 managed-node1 python3.9[8755]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 May 24 08:44:50 managed-node1 python3.9[8904]: ansible-ansible.legacy.dnf Invoked with name=['systemd'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None May 24 08:44:54 managed-node1 python3.9[9081]: ansible-ansible.legacy.command Invoked with _raw_params=set -x exec 1>&2 journalctl -ex journalctl -b -u systemd-journald cat "/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf" _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None + journalctl -b -u systemd-journald May 24 08:41:33 localhost systemd-journald[232]: Journal started May 24 08:41:33 localhost systemd-journald[232]: Runtime Journal (/run/log/journal/72dbb896bb5848cfa189670654d7ed83) is 8.0M, max 69.3M, 61.3M free. May 24 08:41:35 localhost systemd-journald[232]: Journal stopped May 24 08:41:41 localhost systemd-journald[498]: Journal started May 24 08:41:41 localhost systemd-journald[498]: Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is 8.0M, max 69.3M, 61.3M free. May 24 08:41:41 localhost systemd[1]: systemd-journald.service: Deactivated successfully. May 24 08:41:41 localhost systemd-journald[498]: Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is 8.0M, max 69.3M, 61.3M free. May 24 08:41:41 localhost systemd-journald[498]: Received client request to flush runtime journal. + cat /etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf cat: /etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf: No such file or directory MSG: non-zero return code TASK [Cleanup] ***************************************************************** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:142 Saturday 24 May 2025 08:44:54 -0400 (0:00:00.488) 0:00:08.735 ********** ok: [managed-node1] => { "changed": false, "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-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:147 Saturday 24 May 2025 08:44:54 -0400 (0:00:00.424) 0:00:09.159 ********** 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-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:153 Saturday 24 May 2025 08:44:55 -0400 (0:00:00.654) 0:00:09.814 ********** ok: [managed-node1] => { "changed": false, "name": null, "status": {} } TASK [Restart journald services] *********************************************** task path: /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:157 Saturday 24 May 2025 08:44:56 -0400 (0:00:00.609) 0:00:10.424 ********** changed: [managed-node1] => (item=systemd-journald.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journald.service", "name": "systemd-journald.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-05-24 08:41:41 EDT", "ActiveEnterTimestampMonotonic": "9461685", "ActiveExitTimestamp": "Sat 2025-05-24 08:41:41 EDT", "ActiveExitTimestampMonotonic": "9101222", "ActiveState": "active", "After": "system.slice systemd-journald.socket syslog.socket -.mount systemd-journald-dev-log.socket", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-05-24 08:41:41 EDT", "AssertTimestampMonotonic": "9236217", "Before": "sysinit.target systemd-tmpfiles-setup.service systemd-journal-flush.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "157268000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanClean": "runtime", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_setgid cap_setuid cap_sys_ptrace cap_sys_admin cap_audit_control cap_mac_override cap_syslog cap_audit_read", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-05-24 08:41:41 EDT", "ConditionTimestampMonotonic": "9236215", "ConfigurationDirectoryMode": "0755", "ControlGroup": "/system.slice/systemd-journald.service", "ControlGroupId": "1520", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Journal Service", "DeviceAllow": "char-* rw", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExecMainCode": "0", "ExecMainExitTimestampMonotonic": "0", "ExecMainPID": "498", "ExecMainStartTimestamp": "Sat 2025-05-24 08:41:41 EDT", "ExecMainStartTimestampMonotonic": "9237571", "ExecMainStatus": "0", "ExecStart": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=/usr/lib/systemd/systemd-journald ; argv[]=/usr/lib/systemd/systemd-journald ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "4224", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-journald.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPAddressDeny": "::/0 0.0.0.0/0", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journald.service", "IgnoreOnIsolate": "yes", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestamp": "Sat 2025-05-24 08:41:41 EDT", "InactiveEnterTimestampMonotonic": "9234291", "InactiveExitTimestamp": "Sat 2025-05-24 08:41:41 EDT", "InactiveExitTimestampMonotonic": "9237622", "InvocationID": "2ce819686a1647aca9b2d5c28dc78c90", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "524288", "LimitNPROC": "13689", "LimitNPROCSoft": "13689", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13689", "LimitSIGPENDINGSoft": "13689", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "yes", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "498", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "10579968", "MemoryDenyWriteExecute": "yes", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "13", "NRestarts": "1", "NUMAPolicy": "n/a", "Names": "systemd-journald.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "yes", "NonBlocking": "no", "NotifyAccess": "main", "OOMPolicy": "stop", "OOMScoreAdjust": "-250", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "yes", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "no", "RemoveIPC": "no", "Requires": "system.slice -.mount systemd-journald.socket", "RequiresMountsFor": "/run/systemd/journal", "Restart": "always", "RestartKillSignal": "15", "RestartUSec": "0", "RestrictAddressFamilies": "AF_NETLINK AF_UNIX", "RestrictNamespaces": "yes", "RestrictRealtime": "yes", "RestrictSUIDSGID": "yes", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectory": "systemd/journal", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "yes", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "null", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-05-24 08:41:41 EDT", "StateChangeTimestampMonotonic": "9461685", "StateDirectoryMode": "0755", "StatusErrno": "0", "StatusText": "Processing requests...", "StopWhenUnneeded": "no", "SubState": "running", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallArchitectures": "native", "SystemCallErrorNumber": "1", "SystemCallFilter": "_llseek _newselect accept accept4 access add_key alarm arch_prctl bind brk cacheflush capget capset chdir chmod chown chown32 clock_getres clock_getres_time64 clock_gettime clock_gettime64 clock_nanosleep clock_nanosleep_time64 clone clone3 close close_range connect copy_file_range creat dup dup2 dup3 epoll_create epoll_create1 epoll_ctl epoll_ctl_old epoll_pwait epoll_pwait2 epoll_wait epoll_wait_old eventfd eventfd2 execve execveat exit exit_group faccessat faccessat2 fadvise64 fadvise64_64 fallocate fchdir fchmod fchmodat fchown fchown32 fchownat fcntl fcntl64 fdatasync fgetxattr flistxattr flock fork fremovexattr fsetxattr fstat fstat64 fstatat64 fstatfs fstatfs64 fsync ftruncate ftruncate64 futex futex_time64 futimesat get_mempolicy get_robust_list get_thread_area getcpu getcwd getdents getdents64 getegid getegid32 geteuid geteuid32 getgid getgid32 getgroups getgroups32 getitimer getpeername getpgid getpgrp getpid getppid getpriority getrandom getresgid getresgid32 getresuid getresuid32 getrlimit getrusage getsid getsockname getsockopt gettid gettimeofday getuid getuid32 getxattr inotify_add_watch inotify_init inotify_init1 inotify_rm_watch io_cancel io_destroy io_getevents io_pgetevents io_pgetevents_time64 io_setup io_submit io_uring_enter io_uring_register io_uring_setup ioctl ioprio_get ioprio_set ipc kcmp keyctl kill lchown lchown32 lgetxattr link linkat listen listxattr llistxattr lremovexattr lseek lsetxattr lstat lstat64 madvise mbind membarrier memfd_create migrate_pages mkdir mkdirat mknod mknodat mlock mlock2 mlockall mmap mmap2 move_pages mprotect mq_getsetattr mq_notify mq_open mq_timedreceive mq_timedreceive_time64 mq_timedsend mq_timedsend_time64 mq_unlink mremap msgctl msgget msgrcv msgsnd msync munlock munlockall munmap name_to_handle_at nanosleep newfstatat nice oldfstat oldlstat oldolduname oldstat olduname open openat openat2 pause personality pidfd_open pidfd_send_signal pipe pipe2 poll ppoll ppoll_time64 prctl pread64 preadv preadv2 prlimit64 process_madvise process_vm_readv process_vm_writev pselect6 pselect6_time64 pwrite64 pwritev pwritev2 read readahead readdir readlink readlinkat readv recv recvfrom recvmmsg recvmmsg_time64 recvmsg remap_file_pages removexattr rename renameat renameat2 request_key restart_syscall riscv_flush_icache rmdir rseq rt_sigaction rt_sigpending rt_sigprocmask rt_sigqueueinfo rt_sigreturn rt_sigsuspend rt_sigtimedwait rt_sigtimedwait_time64 rt_tgsigqueueinfo sched_get_priority_max sched_get_priority_min sched_getaffinity sched_getattr sched_getparam sched_getscheduler sched_rr_get_interval sched_rr_get_interval_time64 sched_setaffinity sched_setattr sched_setparam sched_setscheduler sched_yield select semctl semget semop semtimedop semtimedop_time64 send sendfile sendfile64 sendmmsg sendmsg sendto set_mempolicy set_robust_list set_thread_area set_tid_address set_tls setfsgid setfsgid32 setfsuid setfsuid32 setgid setgid32 setgroups setgroups32 setitimer setns setpgid setpriority setregid setregid32 setresgid setresgid32 setresuid setresuid32 setreuid setreuid32 setrlimit setsid setsockopt setuid setuid32 setxattr shmat shmctl shmdt shmget shutdown sigaction sigaltstack signal signalfd signalfd4 sigpending sigprocmask sigreturn sigsuspend socket socketcall socketpair splice stat stat64 statfs statfs64 statx swapcontext symlink symlinkat sync sync_file_range sync_file_range2 syncfs sysinfo tee tgkill time timer_create timer_delete timer_getoverrun timer_gettime timer_gettime64 timer_settime timer_settime64 timerfd_create timerfd_gettime timerfd_gettime64 timerfd_settime timerfd_settime64 times tkill truncate truncate64 ugetrlimit umask uname unlink unlinkat unshare userfaultfd utime utimensat utimensat_time64 utimes vfork vmsplice wait4 waitid waitpid write writev", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "1", "TasksMax": "21903", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "TriggeredBy": "systemd-journald.socket systemd-journald-dev-log.socket", "Type": "notify", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target initrd-switch-root.target systemd-journal-flush.service", "Wants": "systemd-journald.socket systemd-journald-dev-log.socket", "WatchdogSignal": "6", "WatchdogTimestamp": "Sat 2025-05-24 08:44:41 EDT", "WatchdogTimestampMonotonic": "189439176", "WatchdogUSec": "3min" } } changed: [managed-node1] => (item=systemd-journal-flush.service) => { "ansible_loop_var": "item", "changed": true, "item": "systemd-journal-flush.service", "name": "systemd-journal-flush.service", "state": "started", "status": { "AccessSELinuxContext": "system_u:object_r:systemd_unit_file_t:s0", "ActiveEnterTimestamp": "Sat 2025-05-24 08:41:41 EDT", "ActiveEnterTimestampMonotonic": "9555098", "ActiveExitTimestampMonotonic": "0", "ActiveState": "active", "After": "systemd-remount-fs.service systemd-journald.socket systemd-journald.service -.mount system.slice", "AllowIsolate": "no", "AssertResult": "yes", "AssertTimestamp": "Sat 2025-05-24 08:41:41 EDT", "AssertTimestampMonotonic": "9464680", "Before": "systemd-tmpfiles-setup.service", "BlockIOAccounting": "no", "BlockIOWeight": "[not set]", "CPUAccounting": "yes", "CPUAffinityFromNUMA": "no", "CPUQuotaPerSecUSec": "infinity", "CPUQuotaPeriodUSec": "infinity", "CPUSchedulingPolicy": "0", "CPUSchedulingPriority": "0", "CPUSchedulingResetOnFork": "no", "CPUShares": "[not set]", "CPUUsageNSec": "5832000", "CPUWeight": "[not set]", "CacheDirectoryMode": "0755", "CanFreeze": "yes", "CanIsolate": "no", "CanReload": "no", "CanStart": "yes", "CanStop": "yes", "CapabilityBoundingSet": "cap_chown cap_dac_override cap_dac_read_search cap_fowner cap_fsetid cap_kill cap_setgid cap_setuid cap_setpcap cap_linux_immutable cap_net_bind_service cap_net_broadcast cap_net_admin cap_net_raw cap_ipc_lock cap_ipc_owner cap_sys_module cap_sys_rawio cap_sys_chroot cap_sys_ptrace cap_sys_pacct cap_sys_admin cap_sys_boot cap_sys_nice cap_sys_resource cap_sys_time cap_sys_tty_config cap_mknod cap_lease cap_audit_write cap_audit_control cap_setfcap cap_mac_override cap_mac_admin cap_syslog cap_wake_alarm cap_block_suspend cap_audit_read cap_perfmon cap_bpf cap_checkpoint_restore", "CleanResult": "success", "CollectMode": "inactive", "ConditionResult": "yes", "ConditionTimestamp": "Sat 2025-05-24 08:41:41 EDT", "ConditionTimestampMonotonic": "9464673", "ConfigurationDirectoryMode": "0755", "ControlGroupId": "0", "ControlPID": "0", "CoredumpFilter": "0x33", "DefaultDependencies": "no", "DefaultMemoryLow": "0", "DefaultMemoryMin": "0", "Delegate": "no", "Description": "Flush Journal to Persistent Storage", "DevicePolicy": "auto", "Documentation": "\"man:systemd-journald.service(8)\" \"man:journald.conf(5)\"", "DynamicUser": "no", "ExecMainCode": "1", "ExecMainExitTimestamp": "Sat 2025-05-24 08:41:41 EDT", "ExecMainExitTimestampMonotonic": "9554979", "ExecMainPID": "508", "ExecMainStartTimestamp": "Sat 2025-05-24 08:41:41 EDT", "ExecMainStartTimestampMonotonic": "9475117", "ExecMainStatus": "0", "ExecStart": "{ path=journalctl ; argv[]=journalctl --flush ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStartEx": "{ path=journalctl ; argv[]=journalctl --flush ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStop": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; ignore_errors=no ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExecStopEx": "{ path=journalctl ; argv[]=journalctl --smart-relinquish-var ; flags= ; start_time=[n/a] ; stop_time=[n/a] ; pid=0 ; code=(null) ; status=0/0 }", "ExitType": "main", "FailureAction": "none", "FileDescriptorStoreMax": "0", "FinalKillSignal": "9", "FragmentPath": "/usr/lib/systemd/system/systemd-journal-flush.service", "FreezerState": "running", "GID": "[not set]", "GuessMainPID": "yes", "IOAccounting": "no", "IOReadBytes": "18446744073709551615", "IOReadOperations": "18446744073709551615", "IOSchedulingClass": "2", "IOSchedulingPriority": "4", "IOWeight": "[not set]", "IOWriteBytes": "18446744073709551615", "IOWriteOperations": "18446744073709551615", "IPAccounting": "no", "IPEgressBytes": "[no data]", "IPEgressPackets": "[no data]", "IPIngressBytes": "[no data]", "IPIngressPackets": "[no data]", "Id": "systemd-journal-flush.service", "IgnoreOnIsolate": "no", "IgnoreSIGPIPE": "yes", "InactiveEnterTimestampMonotonic": "0", "InactiveExitTimestamp": "Sat 2025-05-24 08:41:41 EDT", "InactiveExitTimestampMonotonic": "9475173", "InvocationID": "50519cf0a8914bbeb31e7014de3187f9", "JobRunningTimeoutUSec": "infinity", "JobTimeoutAction": "none", "JobTimeoutUSec": "infinity", "KeyringMode": "private", "KillMode": "control-group", "KillSignal": "15", "LimitAS": "infinity", "LimitASSoft": "infinity", "LimitCORE": "infinity", "LimitCORESoft": "infinity", "LimitCPU": "infinity", "LimitCPUSoft": "infinity", "LimitDATA": "infinity", "LimitDATASoft": "infinity", "LimitFSIZE": "infinity", "LimitFSIZESoft": "infinity", "LimitLOCKS": "infinity", "LimitLOCKSSoft": "infinity", "LimitMEMLOCK": "8388608", "LimitMEMLOCKSoft": "8388608", "LimitMSGQUEUE": "819200", "LimitMSGQUEUESoft": "819200", "LimitNICE": "0", "LimitNICESoft": "0", "LimitNOFILE": "524288", "LimitNOFILESoft": "1024", "LimitNPROC": "13689", "LimitNPROCSoft": "13689", "LimitRSS": "infinity", "LimitRSSSoft": "infinity", "LimitRTPRIO": "0", "LimitRTPRIOSoft": "0", "LimitRTTIME": "infinity", "LimitRTTIMESoft": "infinity", "LimitSIGPENDING": "13689", "LimitSIGPENDINGSoft": "13689", "LimitSTACK": "infinity", "LimitSTACKSoft": "8388608", "LoadState": "loaded", "LockPersonality": "no", "LogLevelMax": "-1", "LogRateLimitBurst": "0", "LogRateLimitIntervalUSec": "0", "LogsDirectoryMode": "0755", "MainPID": "0", "ManagedOOMMemoryPressure": "auto", "ManagedOOMMemoryPressureLimit": "0", "ManagedOOMPreference": "none", "ManagedOOMSwap": "auto", "MemoryAccounting": "yes", "MemoryAvailable": "infinity", "MemoryCurrent": "[not set]", "MemoryDenyWriteExecute": "no", "MemoryHigh": "infinity", "MemoryLimit": "infinity", "MemoryLow": "0", "MemoryMax": "infinity", "MemoryMin": "0", "MemorySwapMax": "infinity", "MountAPIVFS": "no", "NFileDescriptorStore": "0", "NRestarts": "0", "NUMAPolicy": "n/a", "Names": "systemd-journal-flush.service", "NeedDaemonReload": "no", "Nice": "0", "NoNewPrivileges": "no", "NonBlocking": "no", "NotifyAccess": "none", "OOMPolicy": "stop", "OOMScoreAdjust": "0", "OnFailureJobMode": "replace", "OnSuccessJobMode": "fail", "Perpetual": "no", "PrivateDevices": "no", "PrivateIPC": "no", "PrivateMounts": "no", "PrivateNetwork": "no", "PrivateTmp": "no", "PrivateUsers": "no", "ProcSubset": "all", "ProtectClock": "no", "ProtectControlGroups": "no", "ProtectHome": "no", "ProtectHostname": "no", "ProtectKernelLogs": "no", "ProtectKernelModules": "no", "ProtectKernelTunables": "no", "ProtectProc": "default", "ProtectSystem": "no", "RefuseManualStart": "no", "RefuseManualStop": "no", "ReloadResult": "success", "ReloadSignal": "1", "RemainAfterExit": "yes", "RemoveIPC": "no", "Requires": "system.slice -.mount", "RequiresMountsFor": "/var/log/journal", "Restart": "no", "RestartKillSignal": "15", "RestartUSec": "100ms", "RestrictNamespaces": "no", "RestrictRealtime": "no", "RestrictSUIDSGID": "no", "Result": "success", "RootDirectoryStartOnly": "no", "RuntimeDirectoryMode": "0755", "RuntimeDirectoryPreserve": "no", "RuntimeMaxUSec": "infinity", "RuntimeRandomizedExtraUSec": "0", "SameProcessGroup": "no", "SecureBits": "0", "SendSIGHUP": "no", "SendSIGKILL": "yes", "Slice": "system.slice", "StandardError": "inherit", "StandardInput": "null", "StandardOutput": "journal", "StartLimitAction": "none", "StartLimitBurst": "5", "StartLimitIntervalUSec": "10s", "StartupBlockIOWeight": "[not set]", "StartupCPUShares": "[not set]", "StartupCPUWeight": "[not set]", "StartupIOWeight": "[not set]", "StateChangeTimestamp": "Sat 2025-05-24 08:41:41 EDT", "StateChangeTimestampMonotonic": "9555098", "StateDirectoryMode": "0755", "StatusErrno": "0", "StopWhenUnneeded": "no", "SubState": "exited", "SuccessAction": "none", "SyslogFacility": "3", "SyslogLevel": "6", "SyslogLevelPrefix": "yes", "SyslogPriority": "30", "SystemCallErrorNumber": "2147483646", "TTYReset": "no", "TTYVHangup": "no", "TTYVTDisallocate": "no", "TasksAccounting": "yes", "TasksCurrent": "[not set]", "TasksMax": "21903", "TimeoutAbortUSec": "1min 30s", "TimeoutCleanUSec": "infinity", "TimeoutStartFailureMode": "terminate", "TimeoutStartUSec": "1min 30s", "TimeoutStopFailureMode": "terminate", "TimeoutStopUSec": "1min 30s", "TimerSlackNSec": "50000", "Transient": "no", "Type": "oneshot", "UID": "[not set]", "UMask": "0022", "UnitFilePreset": "disabled", "UnitFileState": "static", "UtmpMode": "init", "WantedBy": "sysinit.target", "Wants": "systemd-journald.service", "WatchdogSignal": "6", "WatchdogTimestampMonotonic": "0", "WatchdogUSec": "0" } } PLAY RECAP ********************************************************************* managed-node1 : ok=14 changed=6 unreachable=0 failed=1 skipped=2 rescued=1 ignored=0 SYSTEM ROLES ERRORS BEGIN v1 [ { "ansible_version": "2.17.12", "end_time": "2025-05-24T12:44:53.990684+00:00Z", "host": "managed-node1", "message": "Failed to download metadata for repo 'highavailability': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried", "rc": 1, "start_time": "2025-05-24T12:44:50.403244+00:00Z", "task_name": "Ensure required packages are installed", "task_path": "/tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15" }, { "ansible_version": "2.17.12", "delta": "0:00:00.038395", "end_time": "2025-05-24 08:44:54.403481", "host": "managed-node1", "message": "non-zero return code", "rc": 1, "start_time": "2025-05-24 08:44:54.365086", "stderr": "+ exec\n+ journalctl -ex\nMay 24 08:41:33 localhost kernel: xen: --> pirq=21 -> irq=4 (gsi=4)\nMay 24 08:41:33 localhost kernel: system 00:07: [io 0x10c0-0x1141] has been reserved\nMay 24 08:41:33 localhost kernel: system 00:07: [io 0xb044-0xb047] has been reserved\nMay 24 08:41:33 localhost kernel: pnp: PnP ACPI: found 8 devices\nMay 24 08:41:33 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\nMay 24 08:41:33 localhost kernel: NET: Registered PF_INET protocol family\nMay 24 08:41:33 localhost kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)\nMay 24 08:41:33 localhost kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)\nMay 24 08:41:33 localhost kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)\nMay 24 08:41:33 localhost kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)\nMay 24 08:41:33 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)\nMay 24 08:41:33 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768)\nMay 24 08:41:33 localhost kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)\nMay 24 08:41:33 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)\nMay 24 08:41:33 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)\nMay 24 08:41:33 localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family\nMay 24 08:41:33 localhost kernel: NET: Registered PF_XDP protocol family\nMay 24 08:41:33 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]\nMay 24 08:41:33 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]\nMay 24 08:41:33 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]\nMay 24 08:41:33 localhost kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xffffffff window]\nMay 24 08:41:33 localhost kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release\nMay 24 08:41:33 localhost kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers\nMay 24 08:41:33 localhost kernel: PCI: CLS 0 bytes, default 64\nMay 24 08:41:33 localhost kernel: Trying to unpack rootfs image as initramfs...\nMay 24 08:41:33 localhost kernel: ACPI: bus type thunderbolt registered\nMay 24 08:41:33 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29cd4133323, max_idle_ns: 440795296220 ns\nMay 24 08:41:33 localhost kernel: Initialise system trusted keyrings\nMay 24 08:41:33 localhost kernel: Key type blacklist registered\nMay 24 08:41:33 localhost kernel: workingset: timestamp_bits=36 max_order=20 bucket_order=0\nMay 24 08:41:33 localhost kernel: zbud: loaded\nMay 24 08:41:33 localhost kernel: integrity: Platform Keyring initialized\nMay 24 08:41:33 localhost kernel: integrity: Machine keyring initialized\nMay 24 08:41:33 localhost kernel: NET: Registered PF_ALG protocol family\nMay 24 08:41:33 localhost kernel: xor: automatically using best checksumming function avx \nMay 24 08:41:33 localhost kernel: Key type asymmetric registered\nMay 24 08:41:33 localhost kernel: Asymmetric key parser 'x509' registered\nMay 24 08:41:33 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)\nMay 24 08:41:33 localhost kernel: io scheduler mq-deadline registered\nMay 24 08:41:33 localhost kernel: io scheduler kyber registered\nMay 24 08:41:33 localhost kernel: io scheduler bfq registered\nMay 24 08:41:33 localhost kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE\nMay 24 08:41:33 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4\nMay 24 08:41:33 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\nMay 24 08:41:33 localhost kernel: ACPI: button: Power Button [PWRF]\nMay 24 08:41:33 localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1\nMay 24 08:41:33 localhost kernel: ACPI: button: Sleep Button [SLPF]\nMay 24 08:41:33 localhost kernel: xen: --> pirq=22 -> irq=47 (gsi=47)\nMay 24 08:41:33 localhost kernel: xen:grant_table: Grant tables using version 1 layout\nMay 24 08:41:33 localhost kernel: Grant table initialized\nMay 24 08:41:33 localhost kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!\nMay 24 08:41:33 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\nMay 24 08:41:33 localhost kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\nMay 24 08:41:33 localhost kernel: Non-volatile memory driver v1.3\nMay 24 08:41:33 localhost kernel: rdac: device handler registered\nMay 24 08:41:33 localhost kernel: hp_sw: device handler registered\nMay 24 08:41:33 localhost kernel: emc: device handler registered\nMay 24 08:41:33 localhost kernel: alua: device handler registered\nMay 24 08:41:33 localhost kernel: usbcore: registered new interface driver usbserial_generic\nMay 24 08:41:33 localhost kernel: usbserial: USB Serial support registered for generic\nMay 24 08:41:33 localhost kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12\nMay 24 08:41:33 localhost kernel: i8042: Warning: Keylock active\nMay 24 08:41:33 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1\nMay 24 08:41:33 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12\nMay 24 08:41:33 localhost kernel: mousedev: PS/2 mouse device common for all mice\nMay 24 08:41:33 localhost kernel: rtc_cmos 00:02: registered as rtc0\nMay 24 08:41:33 localhost kernel: rtc_cmos 00:02: setting system clock to 2025-05-24T12:41:32 UTC (1748090492)\nMay 24 08:41:33 localhost kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs\nMay 24 08:41:33 localhost kernel: intel_pstate: CPU model not supported\nMay 24 08:41:33 localhost kernel: hid: raw HID events driver (C) Jiri Kosina\nMay 24 08:41:33 localhost kernel: usbcore: registered new interface driver usbhid\nMay 24 08:41:33 localhost kernel: usbhid: USB HID core driver\nMay 24 08:41:33 localhost kernel: drop_monitor: Initializing network drop monitor service\nMay 24 08:41:33 localhost kernel: Initializing XFRM netlink socket\nMay 24 08:41:33 localhost kernel: NET: Registered PF_INET6 protocol family\nMay 24 08:41:33 localhost kernel: Freeing initrd memory: 37068K\nMay 24 08:41:33 localhost kernel: Segment Routing with IPv6\nMay 24 08:41:33 localhost kernel: NET: Registered PF_PACKET protocol family\nMay 24 08:41:33 localhost kernel: mpls_gso: MPLS GSO support\nMay 24 08:41:33 localhost kernel: IPI shorthand broadcast: enabled\nMay 24 08:41:33 localhost kernel: AVX2 version of gcm_enc/dec engaged.\nMay 24 08:41:33 localhost kernel: AES CTR mode by8 optimization enabled\nMay 24 08:41:33 localhost kernel: sched_clock: Marking stable (862782656, 257526839)->(1218876391, -98566896)\nMay 24 08:41:33 localhost kernel: registered taskstats version 1\nMay 24 08:41:33 localhost kernel: Loading compiled-in X.509 certificates\nMay 24 08:41:33 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: f8c7f7d0e4c329fac8112926b4bb7228168649ea'\nMay 24 08:41:33 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'\nMay 24 08:41:33 localhost kernel: Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'\nMay 24 08:41:33 localhost kernel: Loaded X.509 cert 'RH-IMA-CA: Red Hat IMA CA: fb31825dd0e073685b264e3038963673f753959a'\nMay 24 08:41:33 localhost kernel: Loaded X.509 cert 'Nvidia GPU OOT signing 001: 55e1cef88193e60419f0b0ec379c49f77545acf0'\nMay 24 08:41:33 localhost kernel: Demotion targets for Node 0: null\nMay 24 08:41:33 localhost kernel: page_owner is disabled\nMay 24 08:41:33 localhost kernel: Key type .fscrypt registered\nMay 24 08:41:33 localhost kernel: Key type fscrypt-provisioning registered\nMay 24 08:41:33 localhost kernel: Key type big_key registered\nMay 24 08:41:33 localhost kernel: Key type encrypted registered\nMay 24 08:41:33 localhost kernel: ima: No TPM chip found, activating TPM-bypass!\nMay 24 08:41:33 localhost kernel: Loading compiled-in module X.509 certificates\nMay 24 08:41:33 localhost kernel: Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: f8c7f7d0e4c329fac8112926b4bb7228168649ea'\nMay 24 08:41:33 localhost kernel: ima: Allocated hash algorithm: sha256\nMay 24 08:41:33 localhost kernel: ima: No architecture policies found\nMay 24 08:41:33 localhost kernel: evm: Initialising EVM extended attributes:\nMay 24 08:41:33 localhost kernel: evm: security.selinux\nMay 24 08:41:33 localhost kernel: evm: security.SMACK64 (disabled)\nMay 24 08:41:33 localhost kernel: evm: security.SMACK64EXEC (disabled)\nMay 24 08:41:33 localhost kernel: evm: security.SMACK64TRANSMUTE (disabled)\nMay 24 08:41:33 localhost kernel: evm: security.SMACK64MMAP (disabled)\nMay 24 08:41:33 localhost kernel: evm: security.apparmor (disabled)\nMay 24 08:41:33 localhost kernel: evm: security.ima\nMay 24 08:41:33 localhost kernel: evm: security.capability\nMay 24 08:41:33 localhost kernel: evm: HMAC attrs: 0x1\nMay 24 08:41:33 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2\nMay 24 08:41:33 localhost kernel: Running certificate verification RSA selftest\nMay 24 08:41:33 localhost kernel: Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'\nMay 24 08:41:33 localhost kernel: Running certificate verification ECDSA selftest\nMay 24 08:41:33 localhost kernel: Loaded X.509 cert 'Certificate verification ECDSA self-testing key: 2900bcea1deb7bc8479a84a23d758efdfdd2b2d3'\nMay 24 08:41:33 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768\nMay 24 08:41:33 localhost kernel: xenbus_probe_frontend: Device with no driver: device/vif/0\nMay 24 08:41:33 localhost kernel: clk: Disabling unused clocks\nMay 24 08:41:33 localhost kernel: Freeing unused decrypted memory: 2028K\nMay 24 08:41:33 localhost kernel: Freeing unused kernel image (initmem) memory: 4056K\nMay 24 08:41:33 localhost kernel: Write protecting the kernel read-only data: 30720k\nMay 24 08:41:33 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 684K\nMay 24 08:41:33 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nMay 24 08:41:33 localhost kernel: x86/mm: Checking user space page tables\nMay 24 08:41:33 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.\nMay 24 08:41:33 localhost kernel: Run /init as init process\nMay 24 08:41:33 localhost kernel: with arguments:\nMay 24 08:41:33 localhost kernel: /init\nMay 24 08:41:33 localhost kernel: rhgb\nMay 24 08:41:33 localhost kernel: with environment:\nMay 24 08:41:33 localhost kernel: HOME=/\nMay 24 08:41:33 localhost kernel: TERM=linux\nMay 24 08:41:33 localhost kernel: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-583.el9.x86_64\nMay 24 08:41:33 localhost systemd[1]: systemd 252-53.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)\nMay 24 08:41:33 localhost systemd[1]: Detected virtualization xen.\nMay 24 08:41:33 localhost systemd[1]: Detected architecture x86-64.\nMay 24 08:41:33 localhost systemd[1]: Running in initrd.\nMay 24 08:41:33 localhost systemd[1]: No hostname configured, using default hostname.\nMay 24 08:41:33 localhost systemd[1]: Hostname set to <localhost>.\nMay 24 08:41:33 localhost systemd[1]: Queued start job for default target Initrd Default Target.\nMay 24 08:41:33 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\nMay 24 08:41:33 localhost systemd[1]: Reached target Initrd /usr File System.\nMay 24 08:41:33 localhost systemd[1]: Reached target Local File Systems.\nMay 24 08:41:33 localhost systemd[1]: Reached target Path Units.\nMay 24 08:41:33 localhost systemd[1]: Reached target Slice Units.\nMay 24 08:41:33 localhost systemd[1]: Reached target Swaps.\nMay 24 08:41:33 localhost systemd[1]: Reached target Timer Units.\nMay 24 08:41:33 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.\nMay 24 08:41:33 localhost systemd[1]: Listening on Journal Socket (/dev/log).\nMay 24 08:41:33 localhost systemd[1]: Listening on Journal Socket.\nMay 24 08:41:33 localhost systemd[1]: Listening on udev Control Socket.\nMay 24 08:41:33 localhost systemd[1]: Listening on udev Kernel Socket.\nMay 24 08:41:33 localhost systemd[1]: Reached target Socket Units.\nMay 24 08:41:33 localhost systemd[1]: Starting Create List of Static Device Nodes...\nMay 24 08:41:33 localhost systemd[1]: Starting Journal Service...\nMay 24 08:41:33 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.\nMay 24 08:41:33 localhost systemd[1]: Starting Apply Kernel Variables...\nMay 24 08:41:33 localhost systemd[1]: Starting Create System Users...\nMay 24 08:41:33 localhost systemd-journald[232]: Journal started\n\u2591\u2591 Subject: The journal has been started\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has started up, opened the journal\n\u2591\u2591 files for writing and is now ready to process requests.\nMay 24 08:41:33 localhost systemd-journald[232]: Runtime Journal (/run/log/journal/72dbb896bb5848cfa189670654d7ed83) is 8.0M, max 69.3M, 61.3M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/72dbb896bb5848cfa189670654d7ed83) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 685.0M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 24 08:41:33 localhost systemd[1]: Starting Setup Virtual Console...\nMay 24 08:41:33 localhost systemd[1]: Started Journal Service.\nMay 24 08:41:33 localhost systemd[1]: Finished Create List of Static Device Nodes.\n\u2591\u2591 Subject: A start job for unit kmod-static-nodes.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kmod-static-nodes.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 21.\nMay 24 08:41:33 localhost systemd[1]: Finished Apply Kernel Variables.\n\u2591\u2591 Subject: A start job for unit systemd-sysctl.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysctl.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 22.\nMay 24 08:41:33 localhost systemd-sysusers[234]: Creating group 'nobody' with GID 65534.\nMay 24 08:41:33 localhost systemd-sysusers[234]: Creating group 'users' with GID 100.\nMay 24 08:41:33 localhost systemd-sysusers[234]: Creating group 'dbus' with GID 81.\nMay 24 08:41:33 localhost systemd-sysusers[234]: Creating user 'dbus' (System Message Bus) with UID 81 and GID 81.\nMay 24 08:41:33 localhost systemd[1]: Finished Create System Users.\n\u2591\u2591 Subject: A start job for unit systemd-sysusers.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-sysusers.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 16.\nMay 24 08:41:33 localhost systemd[1]: Starting Create Static Device Nodes in /dev...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 20.\nMay 24 08:41:33 localhost systemd[1]: Starting Create Volatile Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 19.\nMay 24 08:41:33 localhost systemd[1]: Finished Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 20.\nMay 24 08:41:33 localhost systemd[1]: Finished Create Volatile Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 19.\nMay 24 08:41:33 localhost systemd[1]: Finished Setup Virtual Console.\n\u2591\u2591 Subject: A start job for unit systemd-vconsole-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-vconsole-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 54.\nMay 24 08:41:33 localhost systemd[1]: dracut ask for additional cmdline parameters was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-cmdline-ask.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline-ask.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 53.\nMay 24 08:41:33 localhost systemd[1]: Starting dracut cmdline hook...\n\u2591\u2591 Subject: A start job for unit dracut-cmdline.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 43.\nMay 24 08:41:33 localhost dracut-cmdline[249]: dracut-9 dracut-057-87.git20250311.el9\nMay 24 08:41:33 localhost dracut-cmdline[249]: Using kernel command line parameters: BOOT_IMAGE=(hd0,msdos1)/boot/vmlinuz-5.14.0-583.el9.x86_64 root=UUID=5de771f1-9acb-4b75-bf56-ae0a7779ba73 ro rhgb crashkernel=2G-64G:256M,64G-:512M net.ifnames=0 console=tty0 console=ttyS0,115200n8\nMay 24 08:41:33 localhost systemd[1]: Finished dracut cmdline hook.\n\u2591\u2591 Subject: A start job for unit dracut-cmdline.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-cmdline.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 43.\nMay 24 08:41:33 localhost kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4\nMay 24 08:41:33 localhost systemd[1]: Starting dracut pre-udev hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-udev.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-udev.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 42.\nMay 24 08:41:33 localhost systemd[1]: Finished dracut pre-udev hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-udev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-udev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 42.\nMay 24 08:41:33 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 7.\nMay 24 08:41:33 localhost systemd-udevd[331]: Using default interface naming scheme 'rhel-9.0'.\nMay 24 08:41:33 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 7.\nMay 24 08:41:33 localhost systemd[1]: dracut pre-trigger hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-pre-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 41.\nMay 24 08:41:33 localhost systemd[1]: Starting Coldplug All udev Devices...\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nMay 24 08:41:33 localhost systemd[1]: Finished Coldplug All udev Devices.\n\u2591\u2591 Subject: A start job for unit systemd-udev-trigger.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udev-trigger.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nMay 24 08:41:33 localhost systemd[1]: Reached target System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nMay 24 08:41:33 localhost systemd[1]: Reached target Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nMay 24 08:41:33 localhost systemd[1]: nm-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).\n\u2591\u2591 Subject: A start job for unit nm-initrd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nm-initrd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 38.\nMay 24 08:41:33 localhost systemd[1]: Reached target Network.\n\u2591\u2591 Subject: A start job for unit network.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 40.\nMay 24 08:41:33 localhost systemd[1]: nm-wait-online-initrd.service was skipped because of an unmet condition check (ConditionPathExists=/run/NetworkManager/initrd/neednet).\n\u2591\u2591 Subject: A start job for unit nm-wait-online-initrd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nm-wait-online-initrd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 37.\nMay 24 08:41:33 localhost systemd[1]: Starting dracut initqueue hook...\n\u2591\u2591 Subject: A start job for unit dracut-initqueue.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-initqueue.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 45.\nMay 24 08:41:33 localhost kernel: Invalid max_queues (4), will use default max: 2.\nMay 24 08:41:33 localhost kernel: xen_netfront: Initialising Xen virtual ethernet driver\nMay 24 08:41:33 localhost kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled;\nMay 24 08:41:33 localhost kernel: xvda: xvda1\nMay 24 08:41:33 localhost kernel: libata version 3.00 loaded.\nMay 24 08:41:33 localhost kernel: ata_piix 0000:00:01.1: version 2.13\nMay 24 08:41:33 localhost kernel: scsi host0: ata_piix\nMay 24 08:41:33 localhost kernel: scsi host1: ata_piix\nMay 24 08:41:33 localhost kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14 lpm-pol 0\nMay 24 08:41:33 localhost kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15 lpm-pol 0\nMay 24 08:41:34 localhost systemd-udevd[349]: Network interface NamePolicy= disabled on kernel command line.\nMay 24 08:41:34 localhost systemd[1]: Found device /dev/disk/by-uuid/5de771f1-9acb-4b75-bf56-ae0a7779ba73.\n\u2591\u2591 Subject: A start job for unit dev-disk-by\\x2duuid-5de771f1\\x2d9acb\\x2d4b75\\x2dbf56\\x2dae0a7779ba73.device has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-disk-by\\x2duuid-5de771f1\\x2d9acb\\x2d4b75\\x2dbf56\\x2dae0a7779ba73.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 32.\nMay 24 08:41:34 localhost systemd[1]: Reached target Initrd Root Device.\n\u2591\u2591 Subject: A start job for unit initrd-root-device.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-root-device.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 44.\nMay 24 08:41:34 localhost systemd[1]: Finished dracut initqueue hook.\n\u2591\u2591 Subject: A start job for unit dracut-initqueue.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-initqueue.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 45.\nMay 24 08:41:34 localhost systemd[1]: Reached target Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 46.\nMay 24 08:41:34 localhost systemd[1]: Reached target Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 49.\nMay 24 08:41:34 localhost systemd[1]: Starting dracut pre-mount hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-mount.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-mount.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 51.\nMay 24 08:41:34 localhost systemd[1]: Finished dracut pre-mount hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-mount.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-mount.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 51.\nMay 24 08:41:34 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/5de771f1-9acb-4b75-bf56-ae0a7779ba73...\n\u2591\u2591 Subject: A start job for unit systemd-fsck-root.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-fsck-root.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 35.\nMay 24 08:41:34 localhost systemd-fsck[394]: /usr/sbin/fsck.xfs: XFS file system.\nMay 24 08:41:34 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/5de771f1-9acb-4b75-bf56-ae0a7779ba73.\n\u2591\u2591 Subject: A start job for unit systemd-fsck-root.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-fsck-root.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 35.\nMay 24 08:41:34 localhost systemd[1]: Mounting /sysroot...\n\u2591\u2591 Subject: A start job for unit sysroot.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysroot.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 34.\nMay 24 08:41:34 localhost kernel: SGI XFS with ACLs, security attributes, scrub, quota, no debug enabled\nMay 24 08:41:34 localhost kernel: XFS (xvda1): Mounting V5 Filesystem 5de771f1-9acb-4b75-bf56-ae0a7779ba73\nMay 24 08:41:34 localhost kernel: XFS (xvda1): Ending clean mount\nMay 24 08:41:34 localhost systemd[1]: Mounted /sysroot.\n\u2591\u2591 Subject: A start job for unit sysroot.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysroot.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 34.\nMay 24 08:41:34 localhost systemd[1]: Reached target Initrd Root File System.\n\u2591\u2591 Subject: A start job for unit initrd-root-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-root-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 33.\nMay 24 08:41:34 localhost systemd[1]: Starting Mountpoints Configured in the Real Root...\n\u2591\u2591 Subject: A start job for unit initrd-parse-etc.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-parse-etc.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 50.\nMay 24 08:41:34 localhost systemd[1]: initrd-parse-etc.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-parse-etc.service has successfully entered the 'dead' state.\nMay 24 08:41:34 localhost systemd[1]: Finished Mountpoints Configured in the Real Root.\n\u2591\u2591 Subject: A start job for unit initrd-parse-etc.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-parse-etc.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 50.\nMay 24 08:41:34 localhost systemd[1]: Reached target Initrd File Systems.\n\u2591\u2591 Subject: A start job for unit initrd-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 52.\nMay 24 08:41:34 localhost systemd[1]: Reached target Initrd Default Target.\n\u2591\u2591 Subject: A start job for unit initrd.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nMay 24 08:41:34 localhost systemd[1]: dracut mount hook was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit dracut-mount.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-mount.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 31.\nMay 24 08:41:34 localhost systemd[1]: Starting dracut pre-pivot and cleanup hook...\n\u2591\u2591 Subject: A start job for unit dracut-pre-pivot.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-pivot.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 48.\nMay 24 08:41:34 localhost systemd[1]: Finished dracut pre-pivot and cleanup hook.\n\u2591\u2591 Subject: A start job for unit dracut-pre-pivot.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-pre-pivot.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 48.\nMay 24 08:41:34 localhost systemd[1]: Starting Cleaning Up and Shutting Down Daemons...\n\u2591\u2591 Subject: A start job for unit initrd-cleanup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-cleanup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 57.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Network.\n\u2591\u2591 Subject: A stop job for unit network.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit network.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 94 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Timer Units.\n\u2591\u2591 Subject: A stop job for unit timers.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit timers.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 115 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: dbus.socket: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dbus.socket has successfully entered the 'dead' state.\nMay 24 08:41:34 localhost systemd[1]: Closed D-Bus System Message Bus Socket.\n\u2591\u2591 Subject: A stop job for unit dbus.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dbus.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 102 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: dracut-pre-pivot.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-pivot.service has successfully entered the 'dead' state.\nMay 24 08:41:34 localhost systemd[1]: Stopped dracut pre-pivot and cleanup hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-pivot.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-pivot.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 110 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Initrd Default Target.\n\u2591\u2591 Subject: A stop job for unit initrd.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 88 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Basic System.\n\u2591\u2591 Subject: A stop job for unit basic.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit basic.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 109 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Initrd Root Device.\n\u2591\u2591 Subject: A stop job for unit initrd-root-device.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd-root-device.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 99 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Initrd /usr File System.\n\u2591\u2591 Subject: A stop job for unit initrd-usr-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit initrd-usr-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 97 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Path Units.\n\u2591\u2591 Subject: A stop job for unit paths.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit paths.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 92 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: systemd-ask-password-console.path: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-ask-password-console.path has successfully entered the 'dead' state.\nMay 24 08:41:34 localhost systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.\n\u2591\u2591 Subject: A stop job for unit systemd-ask-password-console.path has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-ask-password-console.path has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 114 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Remote File Systems.\n\u2591\u2591 Subject: A stop job for unit remote-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit remote-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 100 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Preparation for Remote File Systems.\n\u2591\u2591 Subject: A stop job for unit remote-fs-pre.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit remote-fs-pre.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 101 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Slice Units.\n\u2591\u2591 Subject: A stop job for unit slices.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit slices.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 91 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target Socket Units.\n\u2591\u2591 Subject: A stop job for unit sockets.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sockets.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 111 and the job result is done.\nMay 24 08:41:34 localhost systemd[1]: Stopped target System Initialization.\n\u2591\u2591 Subject: A stop job for unit sysinit.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sysinit.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 107 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: Stopped target Local File Systems.\n\u2591\u2591 Subject: A stop job for unit local-fs.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit local-fs.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 93 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: Stopped target Swaps.\n\u2591\u2591 Subject: A stop job for unit swap.target has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit swap.target has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 98 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: dracut-pre-mount.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-mount.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped dracut pre-mount hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-mount.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-mount.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 90 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: dracut-initqueue.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-initqueue.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped dracut initqueue hook.\n\u2591\u2591 Subject: A stop job for unit dracut-initqueue.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-initqueue.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 95 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: systemd-sysctl.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-sysctl.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped Apply Kernel Variables.\n\u2591\u2591 Subject: A stop job for unit systemd-sysctl.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-sysctl.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 96 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-tmpfiles-setup.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped Create Volatile Files and Directories.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 85 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: systemd-udev-trigger.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udev-trigger.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped Coldplug All udev Devices.\n\u2591\u2591 Subject: A stop job for unit systemd-udev-trigger.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udev-trigger.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 68 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: Stopping Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A stop job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 64.\nMay 24 08:41:35 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-vconsole-setup.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped Setup Virtual Console.\n\u2591\u2591 Subject: A stop job for unit systemd-vconsole-setup.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-vconsole-setup.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 113 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: run-credentials-systemd\\x2dtmpfiles\\x2dsetup.service.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-credentials-systemd\\x2dtmpfiles\\x2dsetup.service.mount has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: run-credentials-systemd\\x2dsysctl.service.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-credentials-systemd\\x2dsysctl.service.mount has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: initrd-cleanup.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-cleanup.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Finished Cleaning Up and Shutting Down Daemons.\n\u2591\u2591 Subject: A start job for unit initrd-cleanup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-cleanup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 57.\nMay 24 08:41:35 localhost systemd[1]: systemd-udevd.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 64 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: systemd-udevd-control.socket: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd-control.socket has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Closed udev Control Socket.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd-control.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd-control.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 67 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-udevd-kernel.socket has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Closed udev Kernel Socket.\n\u2591\u2591 Subject: A stop job for unit systemd-udevd-kernel.socket has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-udevd-kernel.socket has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 66 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: dracut-pre-udev.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-pre-udev.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped dracut pre-udev hook.\n\u2591\u2591 Subject: A stop job for unit dracut-pre-udev.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-pre-udev.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 89 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: dracut-cmdline.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit dracut-cmdline.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped dracut cmdline hook.\n\u2591\u2591 Subject: A stop job for unit dracut-cmdline.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit dracut-cmdline.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 106 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: Starting Cleanup udev Database...\n\u2591\u2591 Subject: A start job for unit initrd-udevadm-cleanup-db.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-udevadm-cleanup-db.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nMay 24 08:41:35 localhost systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-tmpfiles-setup-dev.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A stop job for unit systemd-tmpfiles-setup-dev.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-tmpfiles-setup-dev.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 87 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: kmod-static-nodes.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit kmod-static-nodes.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped Create List of Static Device Nodes.\n\u2591\u2591 Subject: A stop job for unit kmod-static-nodes.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit kmod-static-nodes.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 112 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: systemd-sysusers.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-sysusers.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Stopped Create System Users.\n\u2591\u2591 Subject: A stop job for unit systemd-sysusers.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit systemd-sysusers.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 84 and the job result is done.\nMay 24 08:41:35 localhost systemd[1]: run-credentials-systemd\\x2dtmpfiles\\x2dsetup\\x2ddev.service.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-credentials-systemd\\x2dtmpfiles\\x2dsetup\\x2ddev.service.mount has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: run-credentials-systemd\\x2dsysusers.service.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit run-credentials-systemd\\x2dsysusers.service.mount has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit initrd-udevadm-cleanup-db.service has successfully entered the 'dead' state.\nMay 24 08:41:35 localhost systemd[1]: Finished Cleanup udev Database.\n\u2591\u2591 Subject: A start job for unit initrd-udevadm-cleanup-db.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-udevadm-cleanup-db.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 61.\nMay 24 08:41:35 localhost systemd[1]: Reached target Switch Root.\n\u2591\u2591 Subject: A start job for unit initrd-switch-root.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-switch-root.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 60.\nMay 24 08:41:35 localhost systemd[1]: Starting Switch Root...\n\u2591\u2591 Subject: A start job for unit initrd-switch-root.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit initrd-switch-root.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 69.\nMay 24 08:41:35 localhost systemd[1]: Switching root.\nMay 24 08:41:35 localhost systemd-journald[232]: Journal stopped\n\u2591\u2591 Subject: The journal has been stopped\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has shut down and closed all currently\n\u2591\u2591 active journal files.\nMay 24 08:41:41 localhost systemd-journald[232]: Received SIGTERM from PID 1 (systemd).\nMay 24 08:41:41 localhost kernel: audit: type=1404 audit(1748090497.613:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 enabled=1 old-enabled=1 lsm=selinux res=1\nMay 24 08:41:41 localhost kernel: SELinux: policy capability network_peer_controls=1\nMay 24 08:41:41 localhost kernel: SELinux: policy capability open_perms=1\nMay 24 08:41:41 localhost kernel: SELinux: policy capability extended_socket_class=1\nMay 24 08:41:41 localhost kernel: SELinux: policy capability always_check_network=0\nMay 24 08:41:41 localhost kernel: SELinux: policy capability cgroup_seclabel=1\nMay 24 08:41:41 localhost kernel: SELinux: policy capability nnp_nosuid_transition=1\nMay 24 08:41:41 localhost kernel: SELinux: policy capability genfs_seclabel_symlinks=1\nMay 24 08:41:41 localhost kernel: audit: type=1403 audit(1748090498.362:3): auid=4294967295 ses=4294967295 lsm=selinux res=1\nMay 24 08:41:41 localhost systemd[1]: Successfully loaded SELinux policy in 754.515ms.\nMay 24 08:41:41 localhost systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 19.004ms.\nMay 24 08:41:41 localhost systemd[1]: systemd 252-53.el9 running in system mode (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN -IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)\nMay 24 08:41:41 localhost systemd[1]: Detected virtualization xen.\nMay 24 08:41:41 localhost systemd[1]: Detected architecture x86-64.\nMay 24 08:41:41 localhost systemd[1]: Initializing machine ID from random generator.\nMay 24 08:41:41 localhost systemd[1]: Installed transient /etc/machine-id file.\nMay 24 08:41:41 localhost systemd-rc-local-generator[459]: /etc/rc.d/rc.local is not marked executable, skipping.\nMay 24 08:41:41 localhost systemd[1]: initrd-switch-root.service: Deactivated successfully.\nMay 24 08:41:41 localhost systemd[1]: Stopped Switch Root.\nMay 24 08:41:41 localhost systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.\nMay 24 08:41:41 localhost systemd[1]: Created slice Slice /system/getty.\nMay 24 08:41:41 localhost systemd[1]: Created slice Slice /system/modprobe.\nMay 24 08:41:41 localhost systemd[1]: Created slice Slice /system/serial-getty.\nMay 24 08:41:41 localhost systemd[1]: Created slice Slice /system/sshd-keygen.\nMay 24 08:41:41 localhost systemd[1]: Created slice User and Session Slice.\nMay 24 08:41:41 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\nMay 24 08:41:41 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch.\nMay 24 08:41:41 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.\nMay 24 08:41:41 localhost systemd[1]: Reached target Local Encrypted Volumes.\nMay 24 08:41:41 localhost systemd[1]: Stopped target Switch Root.\nMay 24 08:41:41 localhost systemd[1]: Stopped target Initrd File Systems.\nMay 24 08:41:41 localhost systemd[1]: Stopped target Initrd Root File System.\nMay 24 08:41:41 localhost systemd[1]: Reached target Local Integrity Protected Volumes.\nMay 24 08:41:41 localhost systemd[1]: Reached target Path Units.\nMay 24 08:41:41 localhost systemd[1]: Reached target Slice Units.\nMay 24 08:41:41 localhost systemd[1]: Reached target Swaps.\nMay 24 08:41:41 localhost systemd[1]: Reached target Local Verity Protected Volumes.\nMay 24 08:41:41 localhost systemd[1]: Listening on RPCbind Server Activation Socket.\nMay 24 08:41:41 localhost systemd[1]: Reached target RPC Port Mapper.\nMay 24 08:41:41 localhost systemd[1]: Listening on Process Core Dump Socket.\nMay 24 08:41:41 localhost systemd[1]: Listening on initctl Compatibility Named Pipe.\nMay 24 08:41:41 localhost systemd[1]: Listening on udev Control Socket.\nMay 24 08:41:41 localhost systemd[1]: Listening on udev Kernel Socket.\nMay 24 08:41:41 localhost systemd[1]: Mounting Huge Pages File System...\nMay 24 08:41:41 localhost systemd[1]: Mounting POSIX Message Queue File System...\nMay 24 08:41:41 localhost systemd[1]: Mounting Kernel Debug File System...\nMay 24 08:41:41 localhost systemd[1]: Mounting Kernel Trace File System...\nMay 24 08:41:41 localhost systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\nMay 24 08:41:41 localhost systemd[1]: Starting Create List of Static Device Nodes...\nMay 24 08:41:41 localhost systemd[1]: Starting Load Kernel Module configfs...\nMay 24 08:41:41 localhost systemd[1]: Starting Load Kernel Module drm...\nMay 24 08:41:41 localhost systemd[1]: Starting Load Kernel Module efi_pstore...\nMay 24 08:41:41 localhost systemd[1]: Starting Load Kernel Module fuse...\nMay 24 08:41:41 localhost systemd[1]: Starting Read and set NIS domainname from /etc/sysconfig/network...\nMay 24 08:41:41 localhost systemd[1]: systemd-fsck-root.service: Deactivated successfully.\nMay 24 08:41:41 localhost systemd[1]: Stopped File System Check on Root Device.\nMay 24 08:41:41 localhost systemd[1]: Stopped Journal Service.\nMay 24 08:41:41 localhost systemd[1]: Starting Journal Service...\nMay 24 08:41:41 localhost systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.\nMay 24 08:41:41 localhost systemd[1]: Starting Generate network units from Kernel command line...\nMay 24 08:41:41 localhost systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\nMay 24 08:41:41 localhost systemd[1]: Starting Remount Root and Kernel File Systems...\nMay 24 08:41:41 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.\nMay 24 08:41:41 localhost systemd[1]: Starting Apply Kernel Variables...\nMay 24 08:41:41 localhost systemd[1]: Starting Coldplug All udev Devices...\nMay 24 08:41:41 localhost systemd[1]: Mounted Huge Pages File System.\nMay 24 08:41:41 localhost systemd[1]: Mounted POSIX Message Queue File System.\nMay 24 08:41:41 localhost systemd[1]: Mounted Kernel Debug File System.\nMay 24 08:41:41 localhost systemd[1]: Mounted Kernel Trace File System.\nMay 24 08:41:41 localhost systemd[1]: Finished Read and set NIS domainname from /etc/sysconfig/network.\nMay 24 08:41:41 localhost systemd[1]: Finished Generate network units from Kernel command line.\nMay 24 08:41:41 localhost systemd[1]: Finished Apply Kernel Variables.\nMay 24 08:41:41 localhost systemd[1]: Finished Remount Root and Kernel File Systems.\nMay 24 08:41:41 localhost systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).\nMay 24 08:41:41 localhost systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).\nMay 24 08:41:41 localhost systemd[1]: Starting Load/Save OS Random Seed...\nMay 24 08:41:41 localhost systemd[1]: Create System Users was skipped because no trigger condition checks were met.\nMay 24 08:41:41 localhost systemd[1]: Finished Load/Save OS Random Seed.\nMay 24 08:41:41 localhost systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).\nMay 24 08:41:41 localhost systemd[1]: Finished Create List of Static Device Nodes.\nMay 24 08:41:41 localhost systemd[1]: Starting Create Static Device Nodes in /dev...\nMay 24 08:41:41 localhost systemd[1]: Finished Coldplug All udev Devices.\nMay 24 08:41:41 localhost systemd-journald[498]: Journal started\n\u2591\u2591 Subject: The journal has been started\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The system journal process has started up, opened the journal\n\u2591\u2591 files for writing and is now ready to process requests.\nMay 24 08:41:41 localhost systemd-journald[498]: Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is 8.0M, max 69.3M, 61.3M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.9M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 24 08:41:41 localhost systemd[1]: Started Journal Service.\nMay 24 08:41:41 localhost systemd[1]: Queued start job for default target Multi-User System.\nMay 24 08:41:41 localhost systemd[1]: systemd-journald.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-journald.service has successfully entered the 'dead' state.\nMay 24 08:41:41 localhost systemd[1]: Starting Flush Journal to Persistent Storage...\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 128.\nMay 24 08:41:41 localhost systemd-journald[498]: Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is 8.0M, max 69.3M, 61.3M free.\n\u2591\u2591 Subject: Disk space used by the journal\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is currently using 8.0M.\n\u2591\u2591 Maximum allowed usage is set to 69.3M.\n\u2591\u2591 Leaving at least 34.6M free (of currently available 676.9M of disk space).\n\u2591\u2591 Enforced usage limit is thus 69.3M, of which 61.3M are still available.\n\u2591\u2591 \n\u2591\u2591 The limits controlling how much disk space is used by the journal may\n\u2591\u2591 be configured with SystemMaxUse=, SystemKeepFree=, SystemMaxFileSize=,\n\u2591\u2591 RuntimeMaxUse=, RuntimeKeepFree=, RuntimeMaxFileSize= settings in\n\u2591\u2591 /etc/systemd/journald.conf. See journald.conf(5) for details.\nMay 24 08:41:41 localhost systemd-journald[498]: Received client request to flush runtime journal.\nMay 24 08:41:41 localhost systemd[1]: Finished Flush Journal to Persistent Storage.\n\u2591\u2591 Subject: A start job for unit systemd-journal-flush.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-flush.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 128.\nMay 24 08:41:41 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nMay 24 08:41:41 localhost systemd[1]: Finished Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 180.\nMay 24 08:41:41 localhost systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@efi_pstore.service has successfully entered the 'dead' state.\nMay 24 08:41:41 localhost systemd[1]: Finished Load Kernel Module efi_pstore.\n\u2591\u2591 Subject: A start job for unit modprobe@efi_pstore.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@efi_pstore.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 167.\nMay 24 08:41:41 localhost systemd[1]: Mounting Kernel Configuration File System...\n\u2591\u2591 Subject: A start job for unit sys-kernel-config.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-config.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 179.\nMay 24 08:41:41 localhost systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).\n\u2591\u2591 Subject: A start job for unit systemd-pstore.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pstore.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 166.\nMay 24 08:41:41 localhost systemd[1]: Mounted Kernel Configuration File System.\n\u2591\u2591 Subject: A start job for unit sys-kernel-config.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-kernel-config.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 179.\nMay 24 08:41:41 localhost kernel: ACPI: bus type drm_connector registered\nMay 24 08:41:41 localhost systemd[1]: modprobe@drm.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@drm.service has successfully entered the 'dead' state.\nMay 24 08:41:41 localhost systemd[1]: Finished Load Kernel Module drm.\n\u2591\u2591 Subject: A start job for unit modprobe@drm.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@drm.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 224.\nMay 24 08:41:41 localhost kernel: fuse: init (API version 7.37)\nMay 24 08:41:41 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@fuse.service has successfully entered the 'dead' state.\nMay 24 08:41:41 localhost systemd[1]: Finished Load Kernel Module fuse.\n\u2591\u2591 Subject: A start job for unit modprobe@fuse.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@fuse.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 162.\nMay 24 08:41:41 localhost systemd[1]: Mounting FUSE Control File System...\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 161.\nMay 24 08:41:41 localhost systemd[1]: Mounted FUSE Control File System.\n\u2591\u2591 Subject: A start job for unit sys-fs-fuse-connections.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sys-fs-fuse-connections.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 161.\nMay 24 08:41:42 localhost systemd[1]: Finished Create Static Device Nodes in /dev.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup-dev.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 145.\nMay 24 08:41:42 localhost systemd[1]: Reached target Preparation for Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 139.\nMay 24 08:41:42 localhost systemd[1]: Reached target Local File Systems.\n\u2591\u2591 Subject: A start job for unit local-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit local-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 137.\nMay 24 08:41:42 localhost systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit ldconfig.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit ldconfig.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 174.\nMay 24 08:41:42 localhost systemd[1]: Mark the need to relabel after reboot was skipped because of an unmet condition check (ConditionSecurity=!selinux).\n\u2591\u2591 Subject: A start job for unit selinux-autorelabel-mark.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit selinux-autorelabel-mark.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 157.\nMay 24 08:41:42 localhost systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-binfmt.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-binfmt.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 169.\nMay 24 08:41:42 localhost systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-boot-random-seed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-random-seed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 158.\nMay 24 08:41:42 localhost systemd[1]: Starting Automatic Boot Loader Update...\n\u2591\u2591 Subject: A start job for unit systemd-boot-update.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-update.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 147.\nMay 24 08:41:42 localhost systemd[1]: Starting Commit a transient machine-id on disk...\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 175.\nMay 24 08:41:42 localhost systemd[1]: Starting Create Volatile Files and Directories...\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 140.\nMay 24 08:41:42 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 122.\nMay 24 08:41:42 localhost bootctl[511]: Couldn't find EFI system partition, skipping.\nMay 24 08:41:42 localhost systemd[1]: Finished Automatic Boot Loader Update.\n\u2591\u2591 Subject: A start job for unit systemd-boot-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-boot-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 147.\nMay 24 08:41:42 localhost systemd-udevd[514]: Using default interface naming scheme 'rhel-9.0'.\nMay 24 08:41:42 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.\n\u2591\u2591 Subject: A start job for unit systemd-udevd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-udevd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 122.\nMay 24 08:41:42 localhost systemd[1]: etc-machine\\x2did.mount: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit etc-machine\\x2did.mount has successfully entered the 'dead' state.\nMay 24 08:41:42 localhost systemd[1]: Finished Commit a transient machine-id on disk.\n\u2591\u2591 Subject: A start job for unit systemd-machine-id-commit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-machine-id-commit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 175.\nMay 24 08:41:42 localhost systemd[1]: Starting Load Kernel Module configfs...\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 264.\nMay 24 08:41:42 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit modprobe@configfs.service has successfully entered the 'dead' state.\nMay 24 08:41:42 localhost systemd[1]: Finished Load Kernel Module configfs.\n\u2591\u2591 Subject: A start job for unit modprobe@configfs.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit modprobe@configfs.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 264.\nMay 24 08:41:42 localhost systemd[1]: Condition check resulted in /dev/ttyS0 being skipped.\n\u2591\u2591 Subject: A start job for unit dev-ttyS0.device has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dev-ttyS0.device has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 230.\nMay 24 08:41:42 localhost systemd[1]: Finished Create Volatile Files and Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-setup.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-setup.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 140.\nMay 24 08:41:42 localhost systemd[1]: Mounting RPC Pipe File System...\n\u2591\u2591 Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit var-lib-nfs-rpc_pipefs.mount has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 242.\nMay 24 08:41:42 localhost systemd[1]: Starting Security Auditing Service...\n\u2591\u2591 Subject: A start job for unit auditd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 213.\nMay 24 08:41:42 localhost systemd[1]: Starting RPC Bind...\n\u2591\u2591 Subject: A start job for unit rpcbind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpcbind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 201.\nMay 24 08:41:42 localhost systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).\n\u2591\u2591 Subject: A start job for unit systemd-journal-catalog-update.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-journal-catalog-update.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 135.\nMay 24 08:41:42 localhost systemd[1]: Update is Completed was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit systemd-update-done.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-done.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 132.\nMay 24 08:41:42 localhost systemd-udevd[517]: Network interface NamePolicy= disabled on kernel command line.\nMay 24 08:41:42 localhost kernel: RPC: Registered named UNIX socket transport module.\nMay 24 08:41:42 localhost kernel: RPC: Registered udp transport module.\nMay 24 08:41:42 localhost kernel: RPC: Registered tcp transport module.\nMay 24 08:41:42 localhost kernel: RPC: Registered tcp-with-tls transport module.\nMay 24 08:41:42 localhost kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.\nMay 24 08:41:42 localhost systemd[1]: Mounted RPC Pipe File System.\n\u2591\u2591 Subject: A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit var-lib-nfs-rpc_pipefs.mount has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 242.\nMay 24 08:41:42 localhost systemd[1]: Reached target rpc_pipefs.target.\n\u2591\u2591 Subject: A start job for unit rpc_pipefs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc_pipefs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 241.\nMay 24 08:41:42 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5\nMay 24 08:41:42 localhost kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr\nMay 24 08:41:42 localhost kernel: cirrus 0000:00:02.0: vgaarb: deactivate vga console\nMay 24 08:41:42 localhost kernel: Console: switching to colour dummy device 80x25\nMay 24 08:41:42 localhost kernel: [drm] Initialized cirrus 2.0.0 for 0000:00:02.0 on minor 0\nMay 24 08:41:42 localhost kernel: fbcon: cirrusdrmfb (fb0) is primary device\nMay 24 08:41:42 localhost kernel: Console: switching to colour frame buffer device 128x48\nMay 24 08:41:42 localhost kernel: cirrus 0000:00:02.0: [drm] fb0: cirrusdrmfb frame buffer device\nMay 24 08:41:42 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 655360 ms ovfl timer\nMay 24 08:41:42 localhost auditd[563]: No plugins found, not dispatching events\nMay 24 08:41:42 localhost auditd[563]: Init complete, auditd 3.1.5 listening for events (startup state enable)\nMay 24 08:41:43 localhost systemd[1]: Started RPC Bind.\n\u2591\u2591 Subject: A start job for unit rpcbind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpcbind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 201.\nMay 24 08:41:43 localhost augenrules[566]: /sbin/augenrules: No change\nMay 24 08:41:43 localhost augenrules[588]: No rules\nMay 24 08:41:43 localhost augenrules[588]: enabled 1\nMay 24 08:41:43 localhost augenrules[588]: failure 1\nMay 24 08:41:43 localhost augenrules[588]: pid 563\nMay 24 08:41:43 localhost augenrules[588]: rate_limit 0\nMay 24 08:41:43 localhost augenrules[588]: backlog_limit 8192\nMay 24 08:41:43 localhost augenrules[588]: lost 0\nMay 24 08:41:43 localhost augenrules[588]: backlog 2\nMay 24 08:41:43 localhost augenrules[588]: backlog_wait_time 60000\nMay 24 08:41:43 localhost augenrules[588]: backlog_wait_time_actual 0\nMay 24 08:41:43 localhost augenrules[588]: enabled 1\nMay 24 08:41:43 localhost augenrules[588]: failure 1\nMay 24 08:41:43 localhost augenrules[588]: pid 563\nMay 24 08:41:43 localhost augenrules[588]: rate_limit 0\nMay 24 08:41:43 localhost augenrules[588]: backlog_limit 8192\nMay 24 08:41:43 localhost augenrules[588]: lost 0\nMay 24 08:41:43 localhost augenrules[588]: backlog 4\nMay 24 08:41:43 localhost augenrules[588]: backlog_wait_time 60000\nMay 24 08:41:43 localhost augenrules[588]: backlog_wait_time_actual 0\nMay 24 08:41:43 localhost augenrules[588]: enabled 1\nMay 24 08:41:43 localhost augenrules[588]: failure 1\nMay 24 08:41:43 localhost augenrules[588]: pid 563\nMay 24 08:41:43 localhost augenrules[588]: rate_limit 0\nMay 24 08:41:43 localhost augenrules[588]: backlog_limit 8192\nMay 24 08:41:43 localhost augenrules[588]: lost 0\nMay 24 08:41:43 localhost augenrules[588]: backlog 4\nMay 24 08:41:43 localhost augenrules[588]: backlog_wait_time 60000\nMay 24 08:41:43 localhost augenrules[588]: backlog_wait_time_actual 0\nMay 24 08:41:43 localhost systemd[1]: Started Security Auditing Service.\n\u2591\u2591 Subject: A start job for unit auditd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit auditd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 213.\nMay 24 08:41:43 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 215.\nMay 24 08:41:43 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 215.\nMay 24 08:41:43 localhost systemd[1]: Reached target System Initialization.\n\u2591\u2591 Subject: A start job for unit sysinit.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sysinit.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 118.\nMay 24 08:41:43 localhost systemd[1]: Started dnf makecache --timer.\n\u2591\u2591 Subject: A start job for unit dnf-makecache.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dnf-makecache.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 195.\nMay 24 08:41:43 localhost systemd[1]: Started Daily rotation of log files.\n\u2591\u2591 Subject: A start job for unit logrotate.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 193.\nMay 24 08:41:43 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.\n\u2591\u2591 Subject: A start job for unit systemd-tmpfiles-clean.timer has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-tmpfiles-clean.timer has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 194.\nMay 24 08:41:43 localhost systemd[1]: Reached target Timer Units.\n\u2591\u2591 Subject: A start job for unit timers.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit timers.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 192.\nMay 24 08:41:43 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit dbus.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 186.\nMay 24 08:41:43 localhost systemd[1]: Listening on SSSD Kerberos Cache Manager responder socket.\n\u2591\u2591 Subject: A start job for unit sssd-kcm.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd-kcm.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 183.\nMay 24 08:41:43 localhost systemd[1]: Reached target Socket Units.\n\u2591\u2591 Subject: A start job for unit sockets.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sockets.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 182.\nMay 24 08:41:43 localhost systemd[1]: Starting D-Bus System Message Bus...\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 199.\nMay 24 08:41:43 localhost systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase-sysinit.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase-sysinit.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 146.\nMay 24 08:41:43 localhost systemd[1]: Started D-Bus System Message Bus.\n\u2591\u2591 Subject: A start job for unit dbus-broker.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dbus-broker.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 199.\nMay 24 08:41:43 localhost systemd[1]: Reached target Basic System.\n\u2591\u2591 Subject: A start job for unit basic.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit basic.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 117.\nMay 24 08:41:43 localhost dbus-broker-lau[596]: Ready\nMay 24 08:41:43 localhost systemd[1]: Starting NTP client/server...\n\u2591\u2591 Subject: A start job for unit chronyd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 247.\nMay 24 08:41:43 localhost systemd[1]: Starting Cloud-init: Local Stage (pre-network)...\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 219.\nMay 24 08:41:43 localhost systemd[1]: Starting Restore /run/initramfs on shutdown...\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 136.\nMay 24 08:41:43 localhost systemd[1]: Started irqbalance daemon.\n\u2591\u2591 Subject: A start job for unit irqbalance.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit irqbalance.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 246.\nMay 24 08:41:43 localhost systemd[1]: Load CPU microcode update was skipped because of an unmet condition check (ConditionPathExists=/sys/devices/system/cpu/microcode/reload).\n\u2591\u2591 Subject: A start job for unit microcode.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit microcode.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 191.\nMay 24 08:41:43 localhost systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.\n\u2591\u2591 Subject: A start job for unit rngd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rngd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 227.\nMay 24 08:41:43 localhost systemd[1]: OpenSSH ecdsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ecdsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ecdsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 208.\nMay 24 08:41:43 localhost systemd[1]: OpenSSH ed25519 Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@ed25519.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@ed25519.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 209.\nMay 24 08:41:43 localhost systemd[1]: OpenSSH rsa Server Key Generation was skipped because of an unmet condition check (ConditionPathExists=!/run/systemd/generator.early/multi-user.target.wants/cloud-init.target).\n\u2591\u2591 Subject: A start job for unit sshd-keygen@rsa.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen@rsa.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 206.\nMay 24 08:41:43 localhost systemd[1]: Reached target sshd-keygen.target.\n\u2591\u2591 Subject: A start job for unit sshd-keygen.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd-keygen.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 205.\nMay 24 08:41:43 localhost systemd[1]: System Security Services Daemon was skipped because no trigger condition checks were met.\n\u2591\u2591 Subject: A start job for unit sssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 202.\nMay 24 08:41:43 localhost systemd[1]: Reached target User and Group Name Lookups.\n\u2591\u2591 Subject: A start job for unit nss-user-lookup.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nss-user-lookup.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 203.\nMay 24 08:41:43 localhost systemd[1]: Starting User Login Management...\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nMay 24 08:41:43 localhost systemd[1]: Starting Rotate log files...\n\u2591\u2591 Subject: A start job for unit logrotate.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 269.\nMay 24 08:41:43 localhost systemd[1]: Finished Restore /run/initramfs on shutdown.\n\u2591\u2591 Subject: A start job for unit dracut-shutdown.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit dracut-shutdown.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 136.\nMay 24 08:41:43 localhost systemd-logind[603]: New seat seat0.\n\u2591\u2591 Subject: A new seat seat0 is now available\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new seat seat0 has been configured and is now available.\nMay 24 08:41:43 localhost systemd-logind[603]: Watching system buttons on /dev/input/event0 (Power Button)\nMay 24 08:41:43 localhost systemd-logind[603]: Watching system buttons on /dev/input/event1 (Sleep Button)\nMay 24 08:41:43 localhost systemd-logind[603]: Watching system buttons on /dev/input/event2 (AT Translated Set 2 keyboard)\nMay 24 08:41:43 localhost systemd[1]: Started User Login Management.\n\u2591\u2591 Subject: A start job for unit systemd-logind.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-logind.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 223.\nMay 24 08:41:43 localhost systemd[1]: logrotate.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit logrotate.service has successfully entered the 'dead' state.\nMay 24 08:41:43 localhost systemd[1]: Finished Rotate log files.\n\u2591\u2591 Subject: A start job for unit logrotate.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit logrotate.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 269.\nMay 24 08:41:44 localhost chronyd[610]: chronyd version 4.6.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +NTS +SECHASH +IPV6 +DEBUG)\nMay 24 08:41:44 localhost chronyd[610]: Loaded 0 symmetric keys\nMay 24 08:41:44 localhost rngd[602]: Disabling 7: PKCS11 Entropy generator (pkcs11)\nMay 24 08:41:44 localhost rngd[602]: Disabling 5: NIST Network Entropy Beacon (nist)\nMay 24 08:41:44 localhost rngd[602]: Disabling 9: Qrypt quantum entropy beacon (qrypt)\nMay 24 08:41:44 localhost rngd[602]: Disabling 10: Named pipe entropy input (namedpipe)\nMay 24 08:41:44 localhost rngd[602]: Initializing available sources\nMay 24 08:41:44 localhost rngd[602]: [hwrng ]: Initialization Failed\nMay 24 08:41:44 localhost chronyd[610]: Using right/UTC timezone to obtain leap second data\nMay 24 08:41:44 localhost rngd[602]: [rdrand]: Enabling RDRAND rng support\nMay 24 08:41:44 localhost rngd[602]: [rdrand]: Initialized\nMay 24 08:41:44 localhost rngd[602]: [jitter]: JITTER timeout set to 5 sec\nMay 24 08:41:44 localhost chronyd[610]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift\nMay 24 08:41:44 localhost chronyd[610]: Loaded seccomp filter (level 2)\nMay 24 08:41:44 localhost systemd[1]: Started NTP client/server.\n\u2591\u2591 Subject: A start job for unit chronyd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit chronyd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 247.\nMay 24 08:41:44 localhost rngd[602]: [jitter]: Initializing AES buffer\nMay 24 08:41:46 localhost cloud-init[616]: Cloud-init v. 24.4-5.el9 running 'init-local' at Sat, 24 May 2025 12:41:46 +0000. Up 14.70 seconds.\nMay 24 08:41:47 localhost dhclient[620]: Internet Systems Consortium DHCP Client 4.4.2b1\nMay 24 08:41:47 localhost dhclient[620]: Copyright 2004-2019 Internet Systems Consortium.\nMay 24 08:41:47 localhost dhclient[620]: All rights reserved.\nMay 24 08:41:47 localhost dhclient[620]: For info, please visit https://www.isc.org/software/dhcp/\nMay 24 08:41:47 localhost dhclient[620]: \nMay 24 08:41:47 localhost dhclient[620]: Listening on LPF/eth0/02:ba:7f:01:52:3f\nMay 24 08:41:47 localhost dhclient[620]: Sending on LPF/eth0/02:ba:7f:01:52:3f\nMay 24 08:41:47 localhost dhclient[620]: Sending on Socket/fallback\nMay 24 08:41:47 localhost dhclient[620]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x13c02a7d)\nMay 24 08:41:47 localhost dhclient[620]: DHCPOFFER of 10.31.44.119 from 10.31.44.1\nMay 24 08:41:47 localhost dhclient[620]: DHCPREQUEST for 10.31.44.119 on eth0 to 255.255.255.255 port 67 (xid=0x13c02a7d)\nMay 24 08:41:47 localhost dhclient[620]: DHCPACK of 10.31.44.119 from 10.31.44.1 (xid=0x13c02a7d)\nMay 24 08:41:47 localhost dhclient[620]: bound to 10.31.44.119 -- renewal in 1538 seconds.\nMay 24 08:41:47 localhost systemd[1]: Starting Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 334.\nMay 24 08:41:47 localhost systemd[1]: Started Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 334.\nMay 24 08:41:47 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-hostnamed[635]: Hostname set to <ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com> (static)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Local Stage (pre-network).\n\u2591\u2591 Subject: A start job for unit cloud-init-local.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init-local.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 219.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Network.\n\u2591\u2591 Subject: A start job for unit network-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 155.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager...\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 198.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3071] NetworkManager (version 1.53.4-1.el9) is starting... (boot:70c6ec1e-8c58-471f-9ed0-7c569945773b)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3074] Read config: /etc/NetworkManager/NetworkManager.conf, /run/NetworkManager/conf.d/15-carrier-timeout.conf\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3529] manager[0x556b34caa080]: monitoring kernel firmware directory '/lib/firmware'.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3571] hostname: hostname: using hostnamed\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3572] hostname: static hostname changed from (none) to \"ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com\"\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3577] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink (auto)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3777] manager[0x556b34caa080]: rfkill: Wi-Fi hardware radio set enabled\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3777] manager[0x556b34caa080]: rfkill: WWAN hardware radio set enabled\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3904] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.53.4-1.el9/libnm-device-plugin-team.so)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3904] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3905] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3906] manager: Networking is enabled by state file\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3918] settings: Loaded settings plugin: keyfile (internal)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3954] settings: Loaded settings plugin: ifcfg-rh (\"/usr/lib64/NetworkManager/1.53.4-1.el9/libnm-settings-plugin-ifcfg-rh.so\")\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.3990] Warning: the ifcfg-rh plugin is deprecated, please migrate connections to the keyfile format using \"nmcli connection migrate\"\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4010] dhcp: init: Using DHCP client 'internal'\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4014] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4032] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4058] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4070] device (lo): Activation: starting connection 'lo' (7d4a742b-6765-4650-a584-19eeac71a4b8)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4097] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4105] device (eth0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4142] bus-manager: acquired D-Bus service \"org.freedesktop.NetworkManager\"\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 401.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4194] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager.\n\u2591\u2591 Subject: A start job for unit NetworkManager.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 198.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4207] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network.\n\u2591\u2591 Subject: A start job for unit network.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 200.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Network Manager Wait Online...\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 197.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4257] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4265] device (eth0): carrier: link connected\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting GSSAPI Proxy Daemon...\n\u2591\u2591 Subject: A start job for unit gssproxy.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 239.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4285] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4314] device (eth0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4321] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4327] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4348] device (eth0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4355] manager: NetworkManager state is now CONNECTING\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4359] device (eth0): state change: prepare -> config (reason 'none', managed-type: 'full')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4367] device (eth0): state change: config -> ip-config (reason 'none', managed-type: 'full')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4373] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4438] dhcp4 (eth0): state changed new lease, address=10.31.44.119\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4469] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n\u2591\u2591 Subject: A start job for unit systemd-rfkill.socket has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-rfkill.socket has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 467.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4532] device (eth0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 401.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4904] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4906] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4911] device (lo): Activation: successful, device activated.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4940] device (eth0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4942] device (eth0): state change: secondaries -> activated (reason 'none', managed-type: 'full')\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4946] manager: NetworkManager state is now CONNECTED_SITE\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4949] device (eth0): Activation: successful, device activated.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4954] manager: NetworkManager state is now CONNECTED_GLOBAL\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com NetworkManager[639]: <info> [1748090508.4957] manager: startup complete\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Network Manager Wait Online.\n\u2591\u2591 Subject: A start job for unit NetworkManager-wait-online.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-wait-online.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 197.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Network Stage...\n\u2591\u2591 Subject: A start job for unit cloud-init.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 220.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Added source 10.11.160.238\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Added source 10.18.100.10\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Added source 10.2.32.37\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Added source 10.2.32.38\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started GSSAPI Proxy Daemon.\n\u2591\u2591 Subject: A start job for unit gssproxy.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit gssproxy.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 239.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).\n\u2591\u2591 Subject: A start job for unit rpc-gssd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-gssd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 240.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target NFS client services.\n\u2591\u2591 Subject: A start job for unit nfs-client.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit nfs-client.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 237.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Preparation for Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs-pre.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs-pre.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 245.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Remote File Systems.\n\u2591\u2591 Subject: A start job for unit remote-fs.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit remote-fs.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 236.\nMay 24 08:41:48 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).\n\u2591\u2591 Subject: A start job for unit systemd-pcrphase.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-pcrphase.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 181.\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rngd[602]: [jitter]: Unable to obtain AES key, disabling JITTER source\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rngd[602]: [jitter]: Initialization Failed\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rngd[602]: Process privileges have been dropped to 2:2\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Cloud-init v. 24.4-5.el9 running 'init' at Sat, 24 May 2025 12:41:49 +0000. Up 16.99 seconds.\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | eth0 | True | 10.31.44.119 | 255.255.252.0 | global | 02:ba:7f:01:52:3f |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | eth0 | True | fe80::ba:7fff:fe01:523f/64 | . | link | 02:ba:7f:01:52:3f |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | lo | True | ::1/128 | . | host | . |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +--------+------+----------------------------+---------------+--------+-------------------+\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | 0 | 0.0.0.0 | 10.31.44.1 | 0.0.0.0 | eth0 | UG |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | 1 | 10.31.44.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+------------+---------------+-----------+-------+\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | Route | Destination | Gateway | Interface | Flags |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | 1 | fe80::/64 | :: | eth0 | U |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: | 3 | multicast | :: | eth0 | U |\nMay 24 08:41:49 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: ci-info: +-------+-------------+---------+-----------+-------+\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Generating public/private rsa key pair.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key fingerprint is:\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: SHA256:JV26g9yiU3MtJLWABHOl+idtE6bGIQU8h6zcUGtJXs4 root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key's randomart image is:\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +---[RSA 3072]----+\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | +*++oo . . |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | .o=Xo. + + |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . +=oE o * |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o..o . B o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o . S * . |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | + B = o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | O = |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . = . |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +----[SHA256]-----+\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Generating public/private ecdsa key pair.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key fingerprint is:\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: SHA256:gxy0OYlzBXBgXl70zYeJ80lNJamqb8IKD4hrMCUlrdM root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key's randomart image is:\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +---[ECDSA 256]---+\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . +o=o+ oo.|\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |. oo * * . + =.. |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | = + O + *.o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |+ E + + +.o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | + o S .o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |o. . .. |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |o.. o . . |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o + + . |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: |o o. +. |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +----[SHA256]-----+\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Generating public/private ed25519 key pair.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key fingerprint is:\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: SHA256:W467txBnMxwpFT8LKiTEBzqNn6FVLfItSkTa78DBh8I root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: The key's randomart image is:\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +--[ED25519 256]--+\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o+... o. |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . O+oo .. o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | E.X+oo. + o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | B.Oo .+ o o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | ..=.o.S B . |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | .o . O o |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | . + . |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | o. |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: | oo.. |\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[731]: +----[SHA256]-----+\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Network Stage.\n\u2591\u2591 Subject: A start job for unit cloud-init.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 220.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability.\n\u2591\u2591 Subject: A start job for unit cloud-config.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 218.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online.\n\u2591\u2591 Subject: A start job for unit network-online.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit network-online.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 196.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Config Stage...\n\u2591\u2591 Subject: A start job for unit cloud-config.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 217.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming...\n\u2591\u2591 Subject: A start job for unit kdump.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness....\n\u2591\u2591 Subject: A start job for unit restraintd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 250.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart...\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 244.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service...\n\u2591\u2591 Subject: A start job for unit rsyslog.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 211.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 204.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sm-notify[806]: Version 2.5.4 starting\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions...\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 226.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness..\n\u2591\u2591 Subject: A start job for unit restraintd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit restraintd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 250.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart.\n\u2591\u2591 Subject: A start job for unit rpc-statd-notify.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rpc-statd-notify.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 244.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Permit User Sessions.\n\u2591\u2591 Subject: A start job for unit systemd-user-sessions.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-user-sessions.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 226.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rsyslogd[808]: [origin software=\"rsyslogd\" swVersion=\"8.2412.0-2.el9\" x-pid=\"808\" x-info=\"https://www.rsyslog.com\"] start\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler.\n\u2591\u2591 Subject: A start job for unit crond.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit crond.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 210.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1.\n\u2591\u2591 Subject: A start job for unit getty@tty1.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty@tty1.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 234.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Serial Getty on ttyS0.\n\u2591\u2591 Subject: A start job for unit serial-getty@ttyS0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit serial-getty@ttyS0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 229.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts.\n\u2591\u2591 Subject: A start job for unit getty.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit getty.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 228.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service.\n\u2591\u2591 Subject: A start job for unit rsyslog.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit rsyslog.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 211.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com crond[813]: (CRON) STARTUP (1.5.7)\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com crond[813]: (CRON) INFO (Syslog will be used instead of sendmail.)\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com crond[813]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 10% if used.)\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com crond[813]: (CRON) INFO (running with inotify support)\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[809]: Server listening on 0.0.0.0 port 22.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[809]: Server listening on :: port 22.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 204.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System.\n\u2591\u2591 Subject: A start job for unit multi-user.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit multi-user.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 116.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Record Runlevel Change in UTMP...\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 214.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-update-utmp-runlevel.service has successfully entered the 'dead' state.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Record Runlevel Change in UTMP.\n\u2591\u2591 Subject: A start job for unit systemd-update-utmp-runlevel.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-update-utmp-runlevel.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 214.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com rsyslogd[808]: imjournal: journal files changed, reloading... [v8.2412.0-2.el9 try https://www.rsyslog.com/e/0 ]\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[849]: Cloud-init v. 24.4-5.el9 running 'modules:config' at Sat, 24 May 2025 12:41:50 +0000. Up 18.42 seconds.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com restraintd[812]: Listening on http://localhost:8081\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon...\n\u2591\u2591 Subject: A stop job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 488.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[809]: Received signal 15; terminating.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: sshd.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit sshd.service has successfully entered the 'dead' state.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon.\n\u2591\u2591 Subject: A stop job for unit sshd.service has finished\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A stop job for unit sshd.service has finished.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 488 and the job result is done.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon...\n\u2591\u2591 Subject: A start job for unit sshd.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 488.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[872]: Server listening on 0.0.0.0 port 22.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[872]: Server listening on :: port 22.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon.\n\u2591\u2591 Subject: A start job for unit sshd.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit sshd.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 488.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Config Stage.\n\u2591\u2591 Subject: A start job for unit cloud-config.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-config.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 217.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Cloud-init: Final Stage...\n\u2591\u2591 Subject: A start job for unit cloud-final.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 221.\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Detected change(s) in the following file(s): /etc/fstab\nMay 24 08:41:50 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1067]: Cloud-init v. 24.4-5.el9 running 'modules:final' at Sat, 24 May 2025 12:41:50 +0000. Up 18.89 seconds.\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1105]: #############################################################\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1106]: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1108]: 256 SHA256:gxy0OYlzBXBgXl70zYeJ80lNJamqb8IKD4hrMCUlrdM root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com (ECDSA)\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1110]: 256 SHA256:W467txBnMxwpFT8LKiTEBzqNn6FVLfItSkTa78DBh8I root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com (ED25519)\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1112]: 3072 SHA256:JV26g9yiU3MtJLWABHOl+idtE6bGIQU8h6zcUGtJXs4 root@ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com (RSA)\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1113]: -----END SSH HOST KEY FINGERPRINTS-----\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1114]: #############################################################\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com cloud-init[1067]: Cloud-init v. 24.4-5.el9 finished at Sat, 24 May 2025 12:41:51 +0000. Datasource DataSourceEc2Local. Up 19.04 seconds\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Cloud-init: Final Stage.\n\u2591\u2591 Subject: A start job for unit cloud-final.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-final.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 221.\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-init target.\n\u2591\u2591 Subject: A start job for unit cloud-init.target has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit cloud-init.target has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 216.\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kernel: block xvda: the capability attribute has been deprecated.\nMay 24 08:41:51 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Rebuilding /boot/initramfs-5.14.0-583.el9.x86_64kdump.img\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1450]: dracut-057-87.git20250311.el9\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Executing: /usr/bin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict --hostonly-nics --mount \"/dev/disk/by-uuid/5de771f1-9acb-4b75-bf56-ae0a7779ba73 /sysroot xfs rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota\" --squash-compressor zstd --no-hostonly-default-device --add-confdir /lib/kdump/dracut.conf.d -f /boot/initramfs-5.14.0-583.el9.x86_64kdump.img 5.14.0-583.el9.x86_64\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmand' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Module 'ifcfg' will not be installed, because it's in the list to be omitted!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Module 'plymouth' will not be installed, because it's in the list to be omitted!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Module 'resume' will not be installed, because it's in the list to be omitted!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Module 'earlykdump' will not be installed, because it's in the list to be omitted!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: memstrack is not available\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-timesyncd' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'systemd-timesyncd' will not be installed, because command '/usr/lib/systemd/systemd-time-wait-sync' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmand' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmanctl' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvmmerge' will not be installed, because command 'lvm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvmthinpool-monitor' will not be installed, because command 'lvm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found!\nMay 24 08:41:52 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found!\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found!\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: memstrack is not available\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: systemd ***\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: fips ***\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: systemd-initrd ***\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: rngd ***\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: i18n ***\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: drm ***\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: prefixdevname ***\nMay 24 08:41:53 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: kernel-modules ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 0 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 0 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 48 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 48 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 49 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 49 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 50 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 50 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 51 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 51 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 52 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 52 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 53 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 53 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 54 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 54 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 55 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 55 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 56 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 56 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 57 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 57 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 58 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 58 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: Cannot change IRQ 59 affinity: Operation not permitted\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com irqbalance[601]: IRQ 59 affinity is now unmanaged\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: kernel-modules-extra ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: kernel-modules-extra: configuration source \"/run/depmod.d\" does not exist\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: kernel-modules-extra: configuration source \"/lib/depmod.d\" does not exist\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: kernel-modules-extra: parsing configuration file \"/etc/depmod.d/dist.conf\"\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: kernel-modules-extra: /etc/depmod.d/dist.conf: added \"updates extra built-in weak-updates\" to the list of search directories\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: fstab-sys ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: rootfs-block ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: terminfo ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: udev-rules ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Selected source 10.2.32.38\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: System clock TAI offset set to 37 seconds\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Skipping udev rule: 91-permissions.rules\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Skipping udev rule: 80-drivers-modprobe.rules\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: dracut-systemd ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: usrmount ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: base ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: fs-lib ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: kdumpbase ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: microcode_ctl-fw_dir_override ***\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl module: mangling fw_dir\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: reset fw_dir to \"/lib/firmware/updates /lib/firmware\"\nMay 24 08:41:54 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: intel: caveats check for kernel version \"5.14.0-583.el9.x86_64\" passed, adding \"/usr/share/microcode_ctl/ucode_with_caveats/intel\" to fw_dir variable\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration \"intel-06-2d-07\" is ignored\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration \"intel-06-4e-03\" is ignored\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration \"intel-06-4f-01\" is ignored\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration \"intel-06-55-04\" is ignored\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration \"intel-06-5e-03\" is ignored\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration \"intel-06-8c-01\" is ignored\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-0xca\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration \"intel-06-8e-9e-0x-0xca\" is ignored\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: processing data directory \"/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8e-9e-0x-dell\"...\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: configuration \"intel-06-8e-9e-0x-dell\" is ignored\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: microcode_ctl: final fw_dir: \"/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware\"\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: openssl ***\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: shutdown ***\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including module: squash ***\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Including modules done ***\nMay 24 08:41:55 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Installing kernel module dependencies ***\nMay 24 08:41:56 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Installing kernel module dependencies done ***\nMay 24 08:41:56 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Resolving executable dependencies ***\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Resolving executable dependencies done ***\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Hardlinking files ***\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Mode: real\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Files: 449\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Linked: 2 files\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Compared: 0 xattrs\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Compared: 12 files\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Saved: 56.21 KiB\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Duration: 0.006500 seconds\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Hardlinking files done ***\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Generating early-microcode cpio image ***\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Constructing GenuineIntel.bin ***\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Constructing GenuineIntel.bin ***\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Store current command line parameters ***\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: Stored kernel commandline:\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: No dracut internal kernel commandline stored in the initramfs\nMay 24 08:41:57 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Install squash loader ***\nMay 24 08:41:58 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Squashing the files inside the initramfs ***\nMay 24 08:41:58 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nMay 24 08:42:04 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Squashing the files inside the initramfs done ***\nMay 24 08:42:04 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Creating image file '/boot/initramfs-5.14.0-583.el9.x86_64kdump.img' ***\nMay 24 08:42:04 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com dracut[1452]: *** Creating initramfs image file '/boot/initramfs-5.14.0-583.el9.x86_64kdump.img' done ***\nMay 24 08:42:05 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: kexec: loaded kdump kernel\nMay 24 08:42:05 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com kdumpctl[822]: kdump: Starting kdump: [OK]\nMay 24 08:42:05 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished Crash recovery kernel arming.\n\u2591\u2591 Subject: A start job for unit kdump.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit kdump.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 222.\nMay 24 08:42:05 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.152s (kernel) + 4.143s (initrd) + 27.883s (userspace) = 33.179s.\n\u2591\u2591 Subject: System start-up is now complete\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 All system services necessary queued for starting at boot have been\n\u2591\u2591 started. Note that this does not mean that the machine is now idle as services\n\u2591\u2591 might still be busy with completing start-up.\n\u2591\u2591 \n\u2591\u2591 Kernel start-up required 1152804 microseconds.\n\u2591\u2591 \n\u2591\u2591 Initrd start-up required 4143546 microseconds.\n\u2591\u2591 \n\u2591\u2591 Userspace start-up required 27883257 microseconds.\nMay 24 08:42:18 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: systemd-hostnamed.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nMay 24 08:42:59 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com chronyd[610]: Selected source 23.95.113.124 (2.centos.pool.ntp.org)\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4247]: Accepted publickey for root from 10.30.32.164 port 59036 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of UID 0.\n\u2591\u2591 Subject: A start job for unit user-0.slice has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-0.slice has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 555.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Runtime Directory /run/user/0...\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 490.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: New session 1 of user root.\n\u2591\u2591 Subject: A new session 1 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 1 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4247.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Finished User Runtime Directory /run/user/0.\n\u2591\u2591 Subject: A start job for unit user-runtime-dir@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user-runtime-dir@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 490.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting User Manager for UID 0...\n\u2591\u2591 Subject: A start job for unit user@0.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 489.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Queued start job for default target Main User Target.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Created slice User Application Slice.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 5.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Mark boot as successful after the user session has run 2 minutes was skipped because of an unmet condition check (ConditionUser=!@system).\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 10.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Started Daily Cleanup of User's Temporary Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 9.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Paths.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 11.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Timers.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 8.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Starting D-Bus User Message Bus Socket...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Starting Create User's Volatile Files and Directories...\n\u2591\u2591 Subject: A start job for unit UNIT has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Listening on D-Bus User Message Bus Socket.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 4.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Finished Create User's Volatile Files and Directories.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 12.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Sockets.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 3.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Basic System.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 2.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Reached target Main User Target.\n\u2591\u2591 Subject: A start job for unit UNIT has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit UNIT has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 1.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[4251]: Startup finished in 68ms.\n\u2591\u2591 Subject: User manager start-up is now complete\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The user manager instance for user 0 has been started. All services queued\n\u2591\u2591 for starting have been started. Note that other services might still be starting\n\u2591\u2591 up or be started at any later time.\n\u2591\u2591 \n\u2591\u2591 Startup of the manager took 68612 microseconds.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started User Manager for UID 0.\n\u2591\u2591 Subject: A start job for unit user@0.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit user@0.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 489.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of User root.\n\u2591\u2591 Subject: A start job for unit session-1.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-1.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 557.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4247]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4260]: Received disconnect from 10.30.32.164 port 59036:11: disconnected by user\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4260]: Disconnected from user root 10.30.32.164 port 59036\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4247]: pam_unix(sshd:session): session closed for user root\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: Session 1 logged out. Waiting for processes to exit.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-1.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-1.scope has successfully entered the 'dead' state.\nMay 24 08:43:32 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: Removed session 1.\n\u2591\u2591 Subject: Session 1 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 1 has been terminated.\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4297]: Accepted publickey for root from 10.31.8.201 port 35350 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4296]: Accepted publickey for root from 10.31.8.201 port 35338 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: New session 3 of user root.\n\u2591\u2591 Subject: A new session 3 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 3 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4297.\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of User root.\n\u2591\u2591 Subject: A start job for unit session-3.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-3.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 626.\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: New session 4 of user root.\n\u2591\u2591 Subject: A new session 4 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 4 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 4296.\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of User root.\n\u2591\u2591 Subject: A start job for unit session-4.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-4.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 695.\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4297]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4296]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4302]: Received disconnect from 10.31.8.201 port 35350:11: disconnected by user\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4302]: Disconnected from user root 10.31.8.201 port 35350\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com sshd[4297]: pam_unix(sshd:session): session closed for user root\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: Session 3 logged out. Waiting for processes to exit.\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: session-3.scope: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit session-3.scope has successfully entered the 'dead' state.\nMay 24 08:43:35 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd-logind[603]: Removed session 3.\n\u2591\u2591 Subject: Session 3 has been terminated\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A session with the ID 3 has been terminated.\nMay 24 08:44:00 ip-10-31-44-119.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 24 08:44:00 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Starting Hostname Service...\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 765.\nMay 24 08:44:00 ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com systemd[1]: Started Hostname Service.\n\u2591\u2591 Subject: A start job for unit systemd-hostnamed.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit systemd-hostnamed.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 765.\nMay 24 08:44:00 managed-node1 systemd-hostnamed[6137]: Hostname set to <managed-node1> (static)\nMay 24 08:44:00 managed-node1 NetworkManager[639]: <info> [1748090640.5930] hostname: static hostname changed from \"ip-10-31-44-119.testing-farm.us-east-1.aws.redhat.com\" to \"managed-node1\"\nMay 24 08:44:00 managed-node1 systemd[1]: Starting Network Manager Script Dispatcher Service...\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has begun execution\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has begun execution.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 831.\nMay 24 08:44:00 managed-node1 systemd[1]: Started Network Manager Script Dispatcher Service.\n\u2591\u2591 Subject: A start job for unit NetworkManager-dispatcher.service has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit NetworkManager-dispatcher.service has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 831.\nMay 24 08:44:01 managed-node1 unknown: Leaving test '/Prepare-managed-node/tests/prep_managed_node' (serial number 1). (Be aware the test name is sanitized!)\nMay 24 08:44:10 managed-node1 systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit NetworkManager-dispatcher.service has successfully entered the 'dead' state.\nMay 24 08:44:30 managed-node1 systemd[1]: systemd-hostnamed.service: Deactivated successfully.\n\u2591\u2591 Subject: Unit succeeded\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 The unit systemd-hostnamed.service has successfully entered the 'dead' state.\nMay 24 08:44:37 managed-node1 sshd[6776]: Accepted publickey for root from 10.31.41.172 port 38622 ssh2: RSA SHA256:9j1blwt3wcrRiGYZQ7ZGu9axm3cDklH6/z4c+Ee8CzE\nMay 24 08:44:37 managed-node1 systemd-logind[603]: New session 5 of user root.\n\u2591\u2591 Subject: A new session 5 has been created for user root\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 Documentation: sd-login(3)\n\u2591\u2591 \n\u2591\u2591 A new session with the ID 5 has been created for the user root.\n\u2591\u2591 \n\u2591\u2591 The leading process of the session is 6776.\nMay 24 08:44:37 managed-node1 systemd[1]: Started Session 5 of User root.\n\u2591\u2591 Subject: A start job for unit session-5.scope has finished successfully\n\u2591\u2591 Defined-By: systemd\n\u2591\u2591 Support: https://access.redhat.com/support\n\u2591\u2591 \n\u2591\u2591 A start job for unit session-5.scope has finished successfully.\n\u2591\u2591 \n\u2591\u2591 The job identifier is 897.\nMay 24 08:44:37 managed-node1 sshd[6776]: pam_unix(sshd:session): session opened for user root(uid=0) by root(uid=0)\nMay 24 08:44:39 managed-node1 python3.9[6953]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nMay 24 08:44:40 managed-node1 python3.9[7128]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nMay 24 08:44:41 managed-node1 python3.9[7277]: ansible-ansible.legacy.dnf Invoked with name=['systemd'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nMay 24 08:44:46 managed-node1 python3.9[7508]: ansible-ansible.legacy.setup Invoked with gather_subset=['all'] gather_timeout=10 filter=[] fact_path=/etc/ansible/facts.d\nMay 24 08:44:47 managed-node1 python3.9[7683]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journald.service dest=/etc/systemd/system/systemd-journald.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nMay 24 08:44:47 managed-node1 python3.9[7832]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journal-flush.service dest=/etc/systemd/system/systemd-journal-flush.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nMay 24 08:44:47 managed-node1 python3.9[7981]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journald.service insertafter=^\\[Unit\\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nMay 24 08:44:48 managed-node1 python3.9[8130]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journal-flush.service insertafter=^\\[Unit\\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nMay 24 08:44:48 managed-node1 python3.9[8279]: ansible-ansible.legacy.copy Invoked with src=/usr/lib/systemd/system/systemd-journald.service dest=/etc/systemd/system/systemd-journald.service remote_src=True mode=preserve backup=False force=True follow=False unsafe_writes=False _original_basename=None content=NOT_LOGGING_PARAMETER validate=None directory_mode=None local_follow=None checksum=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nMay 24 08:44:48 managed-node1 python3.9[8428]: ansible-lineinfile Invoked with path=/etc/systemd/system/systemd-journald.service insertafter=^\\[Unit\\] line=StartLimitIntervalSec=0 state=present backrefs=False create=False backup=False firstmatch=False unsafe_writes=False regexp=None search_string=None insertbefore=None validate=None mode=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None\nMay 24 08:44:49 managed-node1 python3.9[8577]: ansible-systemd Invoked with daemon_reload=True daemon_reexec=False scope=system no_block=False name=None state=None enabled=None force=None masked=None\nMay 24 08:44:49 managed-node1 systemd[1]: Reloading.\nMay 24 08:44:49 managed-node1 systemd-rc-local-generator[8593]: /etc/rc.d/rc.local is not marked executable, skipping.\nMay 24 08:44:50 managed-node1 python3.9[8755]: ansible-stat Invoked with path=/run/ostree-booted follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1\nMay 24 08:44:50 managed-node1 python3.9[8904]: ansible-ansible.legacy.dnf Invoked with name=['systemd'] state=present allow_downgrade=False allowerasing=False autoremove=False bugfix=False cacheonly=False disable_gpg_check=False disable_plugin=[] disablerepo=[] download_only=False enable_plugin=[] enablerepo=[] exclude=[] installroot=/ install_repoquery=True install_weak_deps=True security=False skip_broken=False update_cache=False update_only=False validate_certs=True sslverify=True lock_timeout=30 use_backend=auto best=None conf_file=None disable_excludes=None download_dir=None list=None nobest=None releasever=None\nMay 24 08:44:54 managed-node1 python3.9[9081]: ansible-ansible.legacy.command Invoked with _raw_params=set -x\n exec 1>&2\n journalctl -ex\n journalctl -b -u systemd-journald\n cat \"/etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\"\n _uses_shell=True expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None executable=None creates=None removes=None stdin=None\n+ journalctl -b -u systemd-journald\nMay 24 08:41:33 localhost systemd-journald[232]: Journal started\nMay 24 08:41:33 localhost systemd-journald[232]: Runtime Journal (/run/log/journal/72dbb896bb5848cfa189670654d7ed83) is 8.0M, max 69.3M, 61.3M free.\nMay 24 08:41:35 localhost systemd-journald[232]: Journal stopped\nMay 24 08:41:41 localhost systemd-journald[498]: Journal started\nMay 24 08:41:41 localhost systemd-journald[498]: Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is 8.0M, max 69.3M, 61.3M free.\nMay 24 08:41:41 localhost systemd[1]: systemd-journald.service: Deactivated successfully.\nMay 24 08:41:41 localhost systemd-journald[498]: Runtime Journal (/run/log/journal/8a2c2d71583240c3a621ba050efb2c8f) is 8.0M, max 69.3M, 61.3M free.\nMay 24 08:41:41 localhost systemd-journald[498]: Received client request to flush runtime journal.\n+ cat /etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf\ncat: /etc/systemd/journald.conf.d/99-linux-system-roles-journald.conf: No such file or directory", "task_name": "Debug", "task_path": "/tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:131" } ] SYSTEM ROLES ERRORS END v1 TASKS RECAP ******************************************************************** Saturday 24 May 2025 08:44:57 -0400 (0:00:00.977) 0:00:11.401 ********** =============================================================================== fedora.linux_system_roles.journald : Ensure required packages are installed --- 3.59s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:15 Gathering Facts --------------------------------------------------------- 1.03s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:3 Restart journald services ----------------------------------------------- 0.98s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:157 Reload systemd to ensure startlimit changes take effect upon restart ---- 0.82s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:48 Make a copy of the service files ---------------------------------------- 0.81s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:20 Change the startlimit to avoid errors with excessive journald restarts --- 0.75s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:28 Remove copy of the service files ---------------------------------------- 0.65s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:147 Reload systemd to cleanup ----------------------------------------------- 0.61s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:153 Debug ------------------------------------------------------------------- 0.49s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:131 Cleanup ----------------------------------------------------------------- 0.42s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:142 fedora.linux_system_roles.journald : Check if system is ostree ---------- 0.41s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:10 Make a copy of the systemd-journald.service ----------------------------- 0.34s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:35 Change the startlimit to avoid errors with excessive journald restarts --- 0.33s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:42 fedora.linux_system_roles.journald : Warn if journald_sync_interval is set in volatile mode --- 0.04s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:6 fedora.linux_system_roles.journald : Ensure ansible_facts used by role --- 0.03s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:2 Run the role ------------------------------------------------------------ 0.03s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/tests/journald/tests_example.yml:52 fedora.linux_system_roles.journald : Set flag to indicate system is ostree --- 0.02s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/set_vars.yml:15 fedora.linux_system_roles.journald : Set platform/version specific variables --- 0.02s /tmp/collections-mRH/ansible_collections/fedora/linux_system_roles/roles/journald/tasks/main.yml:3