# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-ci4waispxj/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', 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_share_system_dir.yml ******************************************* 1 plays in /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml PLAY [Ensure that the role can share tangd.socket.d directory with other files] *** TASK [Create the tangd.socket.d directory] ************************************* task path: /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:14 Saturday 06 July 2024 18:13:18 +0000 (0:00:00.012) 0:00:00.012 ********* changed: [sut] => { "ansible_facts": { "discovered_interpreter_python": "/usr/bin/python" }, "changed": true, "gid": 0, "group": "root", "mode": "0775", "owner": "root", "path": "/etc/systemd/system/tangd.socket.d", "secontext": "unconfined_u:object_r:systemd_unit_file_t:s0", "size": 4096, "state": "directory", "uid": 0 } TASK [Create a customization systemd file] ************************************* task path: /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:20 Saturday 06 July 2024 18:13:18 +0000 (0:00:00.263) 0:00:00.276 ********* changed: [sut] => { "changed": true, "checksum": "05987691cc309e84627f31fa0d1680a3b3b2c4b2", "dest": "/etc/systemd/system/tangd.socket.d/override2.conf", "gid": 0, "group": "root", "md5sum": "fb9de2e8557683271457053efbe78252", "mode": "0664", "owner": "root", "secontext": "system_u:object_r:tangd_unit_file_t:s0", "size": 28, "src": "/root/.ansible/tmp/ansible-tmp-1720289598.7122836-521-18074556413787/source", "state": "file", "uid": 0 } TASK [Run role] **************************************************************** task path: /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:28 Saturday 06 July 2024 18:13:19 +0000 (0:00:00.533) 0:00:00.809 ********* TASK [fedora.linux_system_roles.nbde_server : Set version specific variables] *** task path: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Saturday 06 July 2024 18:13:19 +0000 (0:00:00.012) 0:00:00.822 ********* included: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Saturday 06 July 2024 18:13:19 +0000 (0:00:00.010) 0:00:00.832 ********* ok: [sut] TASK [fedora.linux_system_roles.nbde_server : Check if system is ostree] ******* task path: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Saturday 06 July 2024 18:13:19 +0000 (0:00:00.349) 0:00:01.182 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 Saturday 06 July 2024 18:13:19 +0000 (0:00:00.125) 0:00:01.308 ********* ok: [sut] => { "ansible_facts": { "__nbde_server_is_ostree": false }, "changed": false } TASK [fedora.linux_system_roles.nbde_server : Set platform/version specific variables] *** task path: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 Saturday 06 July 2024 18:13:19 +0000 (0:00:00.014) 0:00:01.322 ********* ok: [sut] => { "ansible_facts": { "__nbde_server_cachedir": "/var/cache/tang", "__nbde_server_group": "tang", "__nbde_server_keydir": "/var/db/tang", "__nbde_server_keygen": "/usr/libexec/tangd-keygen", "__nbde_server_packages": [ "tang" ], "__nbde_server_services": [ "tangd.socket" ], "__nbde_server_update": "/usr/libexec/tangd-update", "__nbde_server_user": "tang" }, "ansible_included_var_files": [ "/WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/vars/default.yml" ], "changed": false } TASK [fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks] *** task path: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Saturday 06 July 2024 18:13:19 +0000 (0:00:00.014) 0:00:01.336 ********* included: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml for sut TASK [fedora.linux_system_roles.nbde_server : Ensure tang is installed] ******** task path: /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Saturday 06 July 2024 18:13:19 +0000 (0:00:00.013) 0:00:01.350 ********* fatal: [sut]: FAILED! => { "changed": false } MSG: Failure talking to yum: Cannot find a valid baseurl for repo: base/7/x86_64 TASK [Debug] ******************************************************************* task path: /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:96 Saturday 06 July 2024 18:13:20 +0000 (0:00:00.653) 0:00:02.003 ********* ok: [sut] => { "changed": false, "cmd": [ "journalctl", "-ex" ], "delta": "0:00:00.030393", "end": "2024-07-06 14:13:20.607739", "rc": 0, "start": "2024-07-06 14:13:20.577346" } STDOUT: -- Logs begin at Sat 2024-07-06 14:05:48 EDT, end at Sat 2024-07-06 14:13:20 EDT. -- Jul 06 14:05:48 localhost.localdomain kernel: BRK [0x3c4a8000, 0x3c4a8fff] PGTABLE Jul 06 14:05:48 localhost.localdomain kernel: BRK [0x3c4a9000, 0x3c4a9fff] PGTABLE Jul 06 14:05:48 localhost.localdomain kernel: BRK [0x3c4aa000, 0x3c4aafff] PGTABLE Jul 06 14:05:48 localhost.localdomain kernel: RAMDISK: [mem 0x3597c000-0x36cb5fff] Jul 06 14:05:48 localhost.localdomain kernel: Early table checksum verification disabled Jul 06 14:05:48 localhost.localdomain kernel: ACPI: RSDP 00000000000ea020 00024 (v02 Xen) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: XSDT 00000000fc00e2a0 00054 (v01 Xen HVM 00000000 HVML 00000000) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: FACP 00000000fc00df60 000F4 (v04 Xen HVM 00000000 HVML 00000000) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: DSDT 00000000fc0021c0 0BD19 (v02 Xen HVM 00000000 INTL 20090123) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: FACS 00000000fc002180 00040 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: APIC 00000000fc00e060 000D8 (v02 Xen HVM 00000000 HVML 00000000) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: HPET 00000000fc00e1b0 00038 (v01 Xen HVM 00000000 HVML 00000000) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: WAET 00000000fc00e1f0 00028 (v01 Xen HVM 00000000 HVML 00000000) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: SSDT 00000000fc00e220 00031 (v02 Xen HVM 00000000 INTL 20090123) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: SSDT 00000000fc00e260 00033 (v02 Xen HVM 00000000 INTL 20090123) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Local APIC address 0xfee00000 Jul 06 14:05:48 localhost.localdomain kernel: No NUMA configuration found Jul 06 14:05:48 localhost.localdomain kernel: Faking a node at [mem 0x0000000000000000-0x00000000efffffff] Jul 06 14:05:48 localhost.localdomain kernel: NODE_DATA(0) allocated [mem 0xeffd9000-0xefffffff] Jul 06 14:05:48 localhost.localdomain kernel: Reserving 161MB of memory at 688MB for crashkernel (System RAM: 3839MB) Jul 06 14:05:48 localhost.localdomain kernel: Zone ranges: Jul 06 14:05:48 localhost.localdomain kernel: DMA [mem 0x00001000-0x00ffffff] Jul 06 14:05:48 localhost.localdomain kernel: DMA32 [mem 0x01000000-0xffffffff] Jul 06 14:05:48 localhost.localdomain kernel: Normal empty Jul 06 14:05:48 localhost.localdomain kernel: Movable zone start for each node Jul 06 14:05:48 localhost.localdomain kernel: Early memory node ranges Jul 06 14:05:48 localhost.localdomain kernel: node 0: [mem 0x00001000-0x0009dfff] Jul 06 14:05:48 localhost.localdomain kernel: node 0: [mem 0x00100000-0xefffffff] Jul 06 14:05:48 localhost.localdomain kernel: Initmem setup node 0 [mem 0x00001000-0xefffffff] Jul 06 14:05:48 localhost.localdomain kernel: On node 0 totalpages: 982941 Jul 06 14:05:48 localhost.localdomain kernel: DMA zone: 64 pages used for memmap Jul 06 14:05:48 localhost.localdomain kernel: DMA zone: 21 pages reserved Jul 06 14:05:48 localhost.localdomain kernel: DMA zone: 3997 pages, LIFO batch:0 Jul 06 14:05:48 localhost.localdomain kernel: DMA32 zone: 15296 pages used for memmap Jul 06 14:05:48 localhost.localdomain kernel: DMA32 zone: 978944 pages, LIFO batch:31 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: PM-Timer IO Port: 0xb008 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Local APIC address 0xfee00000 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x09] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x00] disabled) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) Jul 06 14:05:48 localhost.localdomain kernel: IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 low level) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: IRQ0 used by override. Jul 06 14:05:48 localhost.localdomain kernel: ACPI: IRQ5 used by override. Jul 06 14:05:48 localhost.localdomain kernel: ACPI: IRQ9 used by override. Jul 06 14:05:48 localhost.localdomain kernel: ACPI: IRQ10 used by override. Jul 06 14:05:48 localhost.localdomain kernel: ACPI: IRQ11 used by override. Jul 06 14:05:48 localhost.localdomain kernel: Using ACPI (MADT) for SMP configuration information Jul 06 14:05:48 localhost.localdomain kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 Jul 06 14:05:48 localhost.localdomain kernel: smpboot: Allowing 15 CPUs, 13 hotplug CPUs Jul 06 14:05:48 localhost.localdomain kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] Jul 06 14:05:48 localhost.localdomain kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] Jul 06 14:05:48 localhost.localdomain kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] Jul 06 14:05:48 localhost.localdomain kernel: e820: [mem 0xf0000000-0xfbffffff] available for PCI devices Jul 06 14:05:48 localhost.localdomain kernel: Booting paravirtualized kernel on Xen HVM Jul 06 14:05:48 localhost.localdomain kernel: setup_percpu: NR_CPUS:5120 nr_cpumask_bits:15 nr_cpu_ids:15 nr_node_ids:1 Jul 06 14:05:48 localhost.localdomain kernel: percpu: Embedded 38 pages/cpu s118784 r8192 d28672 u262144 Jul 06 14:05:48 localhost.localdomain kernel: pcpu-alloc: s118784 r8192 d28672 u262144 alloc=1*2097152 Jul 06 14:05:48 localhost.localdomain kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 -- Jul 06 14:05:48 localhost.localdomain kernel: PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) Jul 06 14:05:48 localhost.localdomain kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 967560 Jul 06 14:05:48 localhost.localdomain kernel: Policy zone: DMA32 Jul 06 14:05:48 localhost.localdomain kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-1160.119.1.el7.x86_64 root=UUID=c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 ro crashkernel=auto net.ifnames=0 rhgb LANG=en_US.UTF-8 console=tty0 console=ttyS0,115200n8 Jul 06 14:05:48 localhost.localdomain kernel: PID hash table entries: 4096 (order: 3, 32768 bytes) Jul 06 14:05:48 localhost.localdomain kernel: x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 Jul 06 14:05:48 localhost.localdomain kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form Jul 06 14:05:48 localhost.localdomain kernel: Memory: 2024048k/3932160k available (7988k kernel code, 396k absent, 267920k reserved, 5756k data, 2176k init) Jul 06 14:05:48 localhost.localdomain kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=15, Nodes=1 Jul 06 14:05:48 localhost.localdomain kernel: x86/pti: Unmapping kernel while in userspace Jul 06 14:05:48 localhost.localdomain kernel: Hierarchical RCU implementation. Jul 06 14:05:48 localhost.localdomain kernel: RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=15. Jul 06 14:05:48 localhost.localdomain kernel: NR_IRQS:327936 nr_irqs:952 0 Jul 06 14:05:48 localhost.localdomain kernel: xen:events: Xen HVM callback vector for event delivery is enabled Jul 06 14:05:48 localhost.localdomain kernel: Console: colour VGA+ 80x25 Jul 06 14:05:48 localhost.localdomain kernel: console [tty0] enabled Jul 06 14:05:48 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Jul 06 14:05:48 localhost.localdomain kernel: console [ttyS0] enabled Jul 06 14:05:48 localhost.localdomain kernel: allocated 31457280 bytes of page_cgroup Jul 06 14:05:48 localhost.localdomain kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups Jul 06 14:05:48 localhost.localdomain kernel: hpet clockevent registered Jul 06 14:05:48 localhost.localdomain kernel: tsc: Fast TSC calibration using PIT Jul 06 14:05:48 localhost.localdomain kernel: tsc: Detected 2900.185 MHz processor Jul 06 14:05:48 localhost.localdomain kernel: tsc: Detected 2900.034 MHz TSC Jul 06 14:05:48 localhost.localdomain kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. Jul 06 14:05:48 localhost.localdomain kernel: 5800.06 BogoMIPS (lpj=2900034) Jul 06 14:05:48 localhost.localdomain kernel: pid_max: default: 32768 minimum: 301 Jul 06 14:05:48 localhost.localdomain kernel: Security Framework initialized Jul 06 14:05:48 localhost.localdomain kernel: SELinux: Initializing. Jul 06 14:05:48 localhost.localdomain kernel: SELinux: Starting in permissive mode Jul 06 14:05:48 localhost.localdomain kernel: Yama: becoming mindful. Jul 06 14:05:48 localhost.localdomain kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Jul 06 14:05:48 localhost.localdomain kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Jul 06 14:05:48 localhost.localdomain kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) Jul 06 14:05:48 localhost.localdomain kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys memory Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys devices Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys freezer Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys net_cls Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys blkio Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys perf_event Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys hugetlb Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys pids Jul 06 14:05:48 localhost.localdomain kernel: Initializing cgroup subsys net_prio Jul 06 14:05:48 localhost.localdomain kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 Jul 06 14:05:48 localhost.localdomain kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0 Jul 06 14:05:48 localhost.localdomain kernel: tlb_flushall_shift: 6 Jul 06 14:05:48 localhost.localdomain kernel: FEATURE SPEC_CTRL Not Present Jul 06 14:05:48 localhost.localdomain kernel: FEATURE IBPB_SUPPORT Not Present Jul 06 14:05:48 localhost.localdomain kernel: Spectre V1 : Mitigation: Load fences, usercopy/swapgs barriers and __user pointer sanitization Jul 06 14:05:48 localhost.localdomain kernel: Spectre V2 : Vulnerable: Retpoline without IBPB Jul 06 14:05:48 localhost.localdomain kernel: Filling RSB on context switch Jul 06 14:05:48 localhost.localdomain kernel: Speculative Store Bypass: Vulnerable Jul 06 14:05:48 localhost.localdomain kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode Jul 06 14:05:48 localhost.localdomain kernel: MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode Jul 06 14:05:48 localhost.localdomain kernel: Freeing SMP alternatives: 28k freed Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Core revision 20130517 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: All ACPI Tables successfully acquired Jul 06 14:05:48 localhost.localdomain kernel: ftrace: allocating 29713 entries in 117 pages Jul 06 14:05:48 localhost.localdomain kernel: random: fast init done Jul 06 14:05:48 localhost.localdomain kernel: IRQ remapping doesn't support X2APIC mode, disable x2apic. Jul 06 14:05:48 localhost.localdomain kernel: Switched APIC routing to physical flat. Jul 06 14:05:48 localhost.localdomain kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 Jul 06 14:05:48 localhost.localdomain kernel: smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2666 v3 @ 2.90GHz (fam: 06, model: 3f, stepping: 02) Jul 06 14:05:48 localhost.localdomain kernel: Xen: using vcpuop timer interface Jul 06 14:05:48 localhost.localdomain kernel: installing Xen timer for CPU 0 Jul 06 14:05:48 localhost.localdomain kernel: cpu 0 spinlock event irq 53 Jul 06 14:05:48 localhost.localdomain kernel: Performance Events: unsupported p6 CPU model 63 no PMU driver, software events only. Jul 06 14:05:48 localhost.localdomain kernel: NMI watchdog: disabled (cpu0): hardware events not enabled Jul 06 14:05:48 localhost.localdomain kernel: NMI watchdog: Shutting down hard lockup detector on all cpus Jul 06 14:05:48 localhost.localdomain kernel: installing Xen timer for CPU 1 Jul 06 14:05:48 localhost.localdomain kernel: smpboot: Booting Node 0, Processors #1cpu 1 spinlock event irq 59 Jul 06 14:05:48 localhost.localdomain kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. Jul 06 14:05:48 localhost.localdomain kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details. Jul 06 14:05:48 localhost.localdomain kernel: Brought up 2 CPUs Jul 06 14:05:48 localhost.localdomain kernel: smpboot: Max logical packages: 8 Jul 06 14:05:48 localhost.localdomain kernel: smpboot: Total of 2 processors activated (11600.13 BogoMIPS) Jul 06 14:05:48 localhost.localdomain kernel: node 0 initialised, 409949 pages in 6ms Jul 06 14:05:48 localhost.localdomain kernel: devtmpfs: initialized Jul 06 14:05:48 localhost.localdomain kernel: x86/mm: Memory block size: 128MB Jul 06 14:05:48 localhost.localdomain kernel: EVM: security.selinux Jul 06 14:05:48 localhost.localdomain kernel: EVM: security.ima Jul 06 14:05:48 localhost.localdomain kernel: EVM: security.capability Jul 06 14:05:48 localhost.localdomain kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE Jul 06 14:05:48 localhost.localdomain kernel: pinctrl core: initialized pinctrl subsystem Jul 06 14:05:48 localhost.localdomain kernel: RTC time: 18:05:47, date: 07/06/24 Jul 06 14:05:48 localhost.localdomain kernel: NET: Registered protocol family 16 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: bus type PCI registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 Jul 06 14:05:48 localhost.localdomain kernel: PCI: Using configuration type 1 for base access Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Added _OSI(Module Device) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Added _OSI(Processor Device) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Added _OSI(3.0 _SCP Extensions) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Added _OSI(Processor Aggregator Device) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Added _OSI(Linux-Dell-Video) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: EC: Look up EC in DSDT Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Interpreter enabled Jul 06 14:05:48 localhost.localdomain kernel: ACPI: (supports S0 S3 S4 S5) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Using IOAPIC for interrupt routing Jul 06 14:05:48 localhost.localdomain kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Enabled 2 GPEs in block 00 to 0F Jul 06 14:05:48 localhost.localdomain kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) Jul 06 14:05:48 localhost.localdomain kernel: acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] Jul 06 14:05:48 localhost.localdomain kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM Jul 06 14:05:48 localhost.localdomain kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [0] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [3] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [4] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [5] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [6] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [7] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [8] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [9] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [10] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [11] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [12] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [13] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [14] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [15] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [16] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [17] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [18] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [19] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [20] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [21] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [22] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [23] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [24] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [25] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [26] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [27] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [28] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [29] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [30] registered Jul 06 14:05:48 localhost.localdomain kernel: acpiphp: Slot [31] registered Jul 06 14:05:48 localhost.localdomain kernel: PCI host bridge to bus 0000:00 Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfbffffff window] Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: root bus resource [bus 00-ff] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.1: reg 0x20: [io 0xc100-0xc10f] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 Jul 06 14:05:48 localhost.localdomain kernel: * Found PM-Timer Bug on the chipset. Due to workarounds for a bug, * this clock source is slow. Consider trying other clock sources Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000 Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:02.0: reg 0x14: [mem 0xf3000000-0xf3000fff] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000 Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc0ff] Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref] Jul 06 14:05:48 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) Jul 06 14:05:48 localhost.localdomain kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11) Jul 06 14:05:48 localhost.localdomain kernel: xen:balloon: Initialising balloon driver Jul 06 14:05:48 localhost.localdomain kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none Jul 06 14:05:48 localhost.localdomain kernel: vgaarb: loaded Jul 06 14:05:48 localhost.localdomain kernel: vgaarb: bridge control possible 0000:00:02.0 Jul 06 14:05:48 localhost.localdomain kernel: SCSI subsystem initialized Jul 06 14:05:48 localhost.localdomain kernel: ACPI: bus type USB registered Jul 06 14:05:48 localhost.localdomain kernel: usbcore: registered new interface driver usbfs Jul 06 14:05:48 localhost.localdomain kernel: usbcore: registered new interface driver hub Jul 06 14:05:48 localhost.localdomain kernel: usbcore: registered new device driver usb Jul 06 14:05:48 localhost.localdomain kernel: EDAC MC: Ver: 3.0.0 Jul 06 14:05:48 localhost.localdomain kernel: PCI: Using ACPI for IRQ routing Jul 06 14:05:48 localhost.localdomain kernel: PCI: pci_cache_line_size set to 64 bytes Jul 06 14:05:48 localhost.localdomain kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff] Jul 06 14:05:48 localhost.localdomain kernel: NetLabel: Initializing Jul 06 14:05:48 localhost.localdomain kernel: NetLabel: domain hash size = 128 Jul 06 14:05:48 localhost.localdomain kernel: NetLabel: protocols = UNLABELED CIPSOv4 Jul 06 14:05:48 localhost.localdomain kernel: NetLabel: unlabeled traffic allowed by default Jul 06 14:05:48 localhost.localdomain kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer Jul 06 14:05:48 localhost.localdomain kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 Jul 06 14:05:48 localhost.localdomain kernel: hpet0: 3 comparators, 64-bit 62.500000 MHz counter Jul 06 14:05:48 localhost.localdomain kernel: amd_nb: Cannot enumerate AMD northbridges Jul 06 14:05:48 localhost.localdomain kernel: Switched to clocksource xen Jul 06 14:05:48 localhost.localdomain kernel: pnp: PnP ACPI init Jul 06 14:05:48 localhost.localdomain kernel: ACPI: bus type PNP registered Jul 06 14:05:48 localhost.localdomain kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Jul 06 14:05:48 localhost.localdomain kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) Jul 06 14:05:48 localhost.localdomain kernel: system 00:01: [io 0x08a0-0x08a3] has been reserved Jul 06 14:05:48 localhost.localdomain kernel: system 00:01: [io 0x0cc0-0x0ccf] has been reserved Jul 06 14:05:48 localhost.localdomain kernel: system 00:01: [io 0x04d0-0x04d1] has been reserved Jul 06 14:05:48 localhost.localdomain kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) Jul 06 14:05:48 localhost.localdomain kernel: xen: --> pirq=16 -> irq=8 (gsi=8) Jul 06 14:05:48 localhost.localdomain kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) Jul 06 14:05:48 localhost.localdomain kernel: xen: --> pirq=17 -> irq=12 (gsi=12) Jul 06 14:05:48 localhost.localdomain kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active) Jul 06 14:05:48 localhost.localdomain kernel: xen: --> pirq=18 -> irq=1 (gsi=1) Jul 06 14:05:48 localhost.localdomain kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) Jul 06 14:05:48 localhost.localdomain kernel: xen: --> pirq=19 -> irq=6 (gsi=6) Jul 06 14:05:48 localhost.localdomain kernel: pnp 00:05: [dma 2] Jul 06 14:05:48 localhost.localdomain kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) Jul 06 14:05:48 localhost.localdomain kernel: xen: --> pirq=20 -> irq=4 (gsi=4) Jul 06 14:05:48 localhost.localdomain kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) Jul 06 14:05:48 localhost.localdomain kernel: system 00:07: [io 0x10c0-0x1141] has been reserved Jul 06 14:05:48 localhost.localdomain kernel: system 00:07: [io 0xb044-0xb047] has been reserved Jul 06 14:05:48 localhost.localdomain kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) Jul 06 14:05:48 localhost.localdomain kernel: pnp: PnP ACPI: found 8 devices Jul 06 14:05:48 localhost.localdomain kernel: ACPI: bus type PNP unregistered Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] Jul 06 14:05:48 localhost.localdomain kernel: pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfbffffff window] Jul 06 14:05:48 localhost.localdomain kernel: NET: Registered protocol family 2 Jul 06 14:05:48 localhost.localdomain kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes) Jul 06 14:05:48 localhost.localdomain kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes) Jul 06 14:05:48 localhost.localdomain kernel: TCP: Hash tables configured (established 32768 bind 32768) Jul 06 14:05:48 localhost.localdomain kernel: TCP: reno registered Jul 06 14:05:48 localhost.localdomain kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes) Jul 06 14:05:48 localhost.localdomain kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) Jul 06 14:05:48 localhost.localdomain kernel: NET: Registered protocol family 1 Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:00.0: Limiting direct PCI/PCI transfers Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.0: PIIX3: Enabling Passive Release Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:01.0: Activating ISA DMA hang workarounds Jul 06 14:05:48 localhost.localdomain kernel: pci 0000:00:02.0: Boot video device Jul 06 14:05:48 localhost.localdomain kernel: PCI: CLS 0 bytes, default 64 Jul 06 14:05:48 localhost.localdomain kernel: Unpacking initramfs... Jul 06 14:05:48 localhost.localdomain kernel: Freeing initrd memory: 19688k freed Jul 06 14:05:48 localhost.localdomain kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer Jul 06 14:05:48 localhost.localdomain kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules Jul 06 14:05:48 localhost.localdomain kernel: RAPL PMU: hw unit of domain package 2^-14 Joules Jul 06 14:05:48 localhost.localdomain kernel: RAPL PMU: hw unit of domain dram 2^-16 Joules Jul 06 14:05:48 localhost.localdomain kernel: sha1_ssse3: Using AVX2 optimized SHA-1 implementation Jul 06 14:05:48 localhost.localdomain kernel: sha256_ssse3: Using AVX2 optimized SHA-256 implementation Jul 06 14:05:48 localhost.localdomain kernel: futex hash table entries: 4096 (order: 6, 262144 bytes) Jul 06 14:05:48 localhost.localdomain kernel: Initialise system trusted keyring Jul 06 14:05:48 localhost.localdomain kernel: audit: initializing netlink socket (disabled) Jul 06 14:05:48 localhost.localdomain kernel: type=2000 audit(1720289148.164:1): initialized Jul 06 14:05:48 localhost.localdomain kernel: HugeTLB registered 1 GB page size, pre-allocated 0 pages Jul 06 14:05:48 localhost.localdomain kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages Jul 06 14:05:48 localhost.localdomain kernel: zpool: loaded Jul 06 14:05:48 localhost.localdomain kernel: zbud: loaded Jul 06 14:05:48 localhost.localdomain kernel: VFS: Disk quotas dquot_6.5.2 Jul 06 14:05:48 localhost.localdomain kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Jul 06 14:05:48 localhost.localdomain kernel: Key type big_key registered Jul 06 14:05:48 localhost.localdomain kernel: SELinux: Registering netfilter hooks Jul 06 14:05:48 localhost.localdomain kernel: NET: Registered protocol family 38 Jul 06 14:05:48 localhost.localdomain kernel: Key type asymmetric registered Jul 06 14:05:48 localhost.localdomain kernel: Asymmetric key parser 'x509' registered Jul 06 14:05:48 localhost.localdomain kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) Jul 06 14:05:48 localhost.localdomain kernel: io scheduler noop registered Jul 06 14:05:48 localhost.localdomain kernel: io scheduler deadline registered (default) Jul 06 14:05:48 localhost.localdomain kernel: io scheduler cfq registered Jul 06 14:05:48 localhost.localdomain kernel: io scheduler mq-deadline registered Jul 06 14:05:48 localhost.localdomain kernel: io scheduler kyber registered Jul 06 14:05:48 localhost.localdomain kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Jul 06 14:05:48 localhost.localdomain kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Jul 06 14:05:48 localhost.localdomain kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Jul 06 14:05:48 localhost.localdomain kernel: intel_idle: does not run on family 6 model 63 Jul 06 14:05:48 localhost.localdomain kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Power Button [PWRF] Jul 06 14:05:48 localhost.localdomain kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 Jul 06 14:05:48 localhost.localdomain kernel: ACPI: Sleep Button [SLPF] Jul 06 14:05:48 localhost.localdomain kernel: GHES: HEST is not enabled! Jul 06 14:05:48 localhost.localdomain kernel: xen: --> pirq=21 -> irq=28 (gsi=28) Jul 06 14:05:48 localhost.localdomain kernel: xen:grant_table: Grant tables using version 1 layout Jul 06 14:05:48 localhost.localdomain kernel: Grant table initialized Jul 06 14:05:48 localhost.localdomain kernel: Cannot get hvm parameter CONSOLE_EVTCHN (18): -22! Jul 06 14:05:48 localhost.localdomain kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled Jul 06 14:05:48 localhost.localdomain kernel: 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Jul 06 14:05:48 localhost.localdomain kernel: Non-volatile memory driver v1.3 Jul 06 14:05:48 localhost.localdomain kernel: Linux agpgart interface v0.103 Jul 06 14:05:48 localhost.localdomain kernel: crash memory driver: version 1.1 Jul 06 14:05:48 localhost.localdomain kernel: rdac: device handler registered Jul 06 14:05:48 localhost.localdomain kernel: hp_sw: device handler registered Jul 06 14:05:48 localhost.localdomain kernel: emc: device handler registered Jul 06 14:05:48 localhost.localdomain kernel: alua: device handler registered Jul 06 14:05:48 localhost.localdomain kernel: libphy: Fixed MDIO Bus: probed Jul 06 14:05:48 localhost.localdomain kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Jul 06 14:05:48 localhost.localdomain kernel: ehci-pci: EHCI PCI platform driver Jul 06 14:05:48 localhost.localdomain kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver Jul 06 14:05:48 localhost.localdomain kernel: ohci-pci: OHCI PCI platform driver Jul 06 14:05:48 localhost.localdomain kernel: uhci_hcd: USB Universal Host Controller Interface driver Jul 06 14:05:48 localhost.localdomain kernel: usbcore: registered new interface driver usbserial_generic Jul 06 14:05:48 localhost.localdomain kernel: usbserial: USB Serial support registered for generic Jul 06 14:05:48 localhost.localdomain kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 Jul 06 14:05:48 localhost.localdomain kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Jul 06 14:05:48 localhost.localdomain kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Jul 06 14:05:48 localhost.localdomain kernel: mousedev: PS/2 mouse device common for all mice Jul 06 14:05:48 localhost.localdomain kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 Jul 06 14:05:48 localhost.localdomain kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 Jul 06 14:05:48 localhost.localdomain kernel: rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs Jul 06 14:05:48 localhost.localdomain kernel: cpuidle: using governor menu Jul 06 14:05:48 localhost.localdomain kernel: hidraw: raw HID events driver (C) Jiri Kosina Jul 06 14:05:48 localhost.localdomain kernel: usbcore: registered new interface driver usbhid Jul 06 14:05:48 localhost.localdomain kernel: usbhid: USB HID core driver Jul 06 14:05:48 localhost.localdomain kernel: drop_monitor: Initializing network drop monitor service Jul 06 14:05:48 localhost.localdomain kernel: Netfilter messages via NETLINK v0.30. Jul 06 14:05:48 localhost.localdomain kernel: TCP: cubic registered Jul 06 14:05:48 localhost.localdomain kernel: Initializing XFRM netlink socket Jul 06 14:05:48 localhost.localdomain kernel: NET: Registered protocol family 10 Jul 06 14:05:48 localhost.localdomain kernel: NET: Registered protocol family 17 Jul 06 14:05:48 localhost.localdomain kernel: mpls_gso: MPLS GSO support Jul 06 14:05:48 localhost.localdomain kernel: intel_rdt: Intel RDT L3 allocation detected Jul 06 14:05:48 localhost.localdomain kernel: mce: Using 2 MCE banks Jul 06 14:05:48 localhost.localdomain kernel: PM: Hibernation image not present or could not be loaded. Jul 06 14:05:48 localhost.localdomain kernel: Loading compiled-in X.509 certificates Jul 06 14:05:48 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' Jul 06 14:05:48 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' Jul 06 14:05:48 localhost.localdomain kernel: Loaded X.509 cert 'CentOS Linux kernel signing key: 68ea103f2c90a8dc0bb0446c06d14561f29e1172' Jul 06 14:05:48 localhost.localdomain kernel: registered taskstats version 1 Jul 06 14:05:48 localhost.localdomain kernel: page_owner is disabled Jul 06 14:05:48 localhost.localdomain kernel: Key type trusted registered Jul 06 14:05:48 localhost.localdomain kernel: Key type encrypted registered Jul 06 14:05:48 localhost.localdomain kernel: IMA: No TPM chip found, activating TPM-bypass! (rc=-19) Jul 06 14:05:48 localhost.localdomain kernel: BERT: Boot Error Record Table support is disabled. Enable it by using bert_enable as kernel parameter. Jul 06 14:05:48 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vbd/768 Jul 06 14:05:48 localhost.localdomain kernel: xenbus_probe_frontend: Device with no driver: device/vif/0 Jul 06 14:05:48 localhost.localdomain kernel: Magic number: 0:878:88 Jul 06 14:05:48 localhost.localdomain kernel: rtc_cmos 00:02: setting system clock to 2024-07-06 18:05:48 UTC (1720289148) Jul 06 14:05:48 localhost.localdomain kernel: Freeing unused kernel memory: 2176k freed Jul 06 14:05:48 localhost.localdomain kernel: Write protecting the kernel read-only data: 12288k Jul 06 14:05:48 localhost.localdomain kernel: Freeing unused kernel memory: 192k freed Jul 06 14:05:48 localhost.localdomain kernel: Freeing unused kernel memory: 524k freed Jul 06 14:05:48 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Jul 06 14:05:48 localhost.localdomain systemd[1]: Detected virtualization xen. Jul 06 14:05:48 localhost.localdomain systemd[1]: Detected architecture x86-64. Jul 06 14:05:48 localhost.localdomain systemd[1]: Running in initial RAM disk. Jul 06 14:05:48 localhost.localdomain systemd[1]: Set hostname to . Jul 06 14:05:48 localhost.localdomain systemd[1]: Reached target Swap. Jul 06 14:05:48 localhost.localdomain systemd[1]: Reached target Local File Systems. Jul 06 14:05:48 localhost.localdomain systemd[1]: Created slice Root Slice. Jul 06 14:05:48 localhost.localdomain systemd[1]: Created slice System Slice. Jul 06 14:05:48 localhost.localdomain systemd[1]: Listening on udev Kernel Socket. Jul 06 14:05:48 localhost.localdomain systemd[1]: Listening on udev Control Socket. Jul 06 14:05:48 localhost.localdomain systemd[1]: Reached target Timers. Jul 06 14:05:48 localhost.localdomain systemd[1]: Reached target Slices. Jul 06 14:05:48 localhost.localdomain systemd[1]: Listening on Journal Socket. Jul 06 14:05:48 localhost.localdomain systemd[1]: Starting Apply Kernel Variables... Jul 06 14:05:48 localhost.localdomain systemd[1]: Starting Journal Service... Jul 06 14:05:48 localhost.localdomain systemd[1]: Reached target Sockets. Jul 06 14:05:48 localhost.localdomain systemd-journal[99]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Jul 06 14:05:48 localhost.localdomain systemd[1]: Starting Create list of required static device nodes for the current kernel... Jul 06 14:05:48 localhost.localdomain systemd[1]: Starting dracut cmdline hook... Jul 06 14:05:48 localhost.localdomain systemd[1]: Starting Setup Virtual Console... Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Journal Service. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting dracut pre-udev hook... -- Subject: Unit dracut-pre-udev.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting Create Static Device Nodes in /dev... -- Subject: Unit systemd-tmpfiles-setup-dev.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Setup Virtual Console. -- Subject: Unit systemd-vconsole-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-vconsole-setup.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd-udevd[208]: starting version 219 Jul 06 14:05:49 localhost.localdomain systemd-udevd[208]: Network interface NamePolicy= disabled on kernel command line, ignoring. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting udev Coldplug all Devices... -- Subject: Unit systemd-udev-trigger.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Mounting Configuration File System... -- Subject: Unit sys-kernel-config.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Mounted Configuration File System. -- Subject: Unit sys-kernel-config.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sys-kernel-config.mount has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain kernel: tsc: Refined TSC clocksource calibration: 2900.001 MHz Jul 06 14:05:49 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting dracut initqueue hook... -- Subject: Unit dracut-initqueue.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain kernel: FDC 0 is a S82078B Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting Show Plymouth Boot Screen... -- Subject: Unit plymouth-start.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Show Plymouth Boot Screen. -- Subject: Unit plymouth-start.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-start.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target Paths. -- Subject: Unit paths.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Forward Password Requests to Plymouth Directory Watch. -- Subject: Unit systemd-ask-password-plymouth.path has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-ask-password-plymouth.path has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain kernel: xen_netfront: Initialising Xen virtual ethernet driver Jul 06 14:05:49 localhost.localdomain kernel: libata version 3.00 loaded. Jul 06 14:05:49 localhost.localdomain kernel: blkfront: xvda: barrier or flush: disabled; persistent grants: disabled; indirect descriptors: enabled; Jul 06 14:05:49 localhost.localdomain kernel: ata_piix 0000:00:01.1: version 2.13 Jul 06 14:05:49 localhost.localdomain kernel: scsi host0: ata_piix Jul 06 14:05:49 localhost.localdomain kernel: scsi host1: ata_piix Jul 06 14:05:49 localhost.localdomain kernel: ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 Jul 06 14:05:49 localhost.localdomain kernel: ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 Jul 06 14:05:49 localhost.localdomain kernel: xvda: xvda1 Jul 06 14:05:49 localhost.localdomain kernel: input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 Jul 06 14:05:49 localhost.localdomain systemd[1]: Found device /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. -- Subject: Unit dev-disk-by\x2duuid-c7b7d6a5\x2dfd01\x2d4b9b\x2dbcca\x2d153eaff9d312.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-disk-by\x2duuid-c7b7d6a5\x2dfd01\x2d4b9b\x2dbcca\x2d153eaff9d312.device has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312... -- Subject: Unit systemd-fsck-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd-fsck[256]: /dev/xvda1: clean, 63819/262144 files, 527174/1048320 blocks Jul 06 14:05:49 localhost.localdomain systemd[1]: Started File System Check on /dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312. -- Subject: Unit systemd-fsck-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-fsck-root.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Mounting /sysroot... -- Subject: Unit sysroot.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has begun starting up. Jul 06 14:05:49 localhost.localdomain kernel: EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null) Jul 06 14:05:49 localhost.localdomain systemd[1]: Mounted /sysroot. -- Subject: Unit sysroot.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysroot.mount has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target Initrd Root File System. -- Subject: Unit initrd-root-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-root-fs.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting Reload Configuration from the Real Root... -- Subject: Unit initrd-parse-etc.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reloading. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Reload Configuration from the Real Root. -- Subject: Unit initrd-parse-etc.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-parse-etc.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target Initrd File Systems. -- Subject: Unit initrd-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-fs.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target Initrd Default Target. -- Subject: Unit initrd.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting dracut pre-pivot and cleanup hook... -- Subject: Unit dracut-pre-pivot.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting Cleaning Up and Shutting Down Daemons... -- Subject: Unit initrd-cleanup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Timers. -- Subject: Unit timers.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped dracut pre-pivot and cleanup hook. -- Subject: Unit dracut-pre-pivot.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-pivot.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting Plymouth switch root service... -- Subject: Unit plymouth-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Remote File Systems. -- Subject: Unit remote-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped dracut initqueue hook. -- Subject: Unit dracut-initqueue.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-initqueue.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Initrd Default Target. -- Subject: Unit initrd.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Basic System. -- Subject: Unit basic.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Paths. -- Subject: Unit paths.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit paths.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Slices. -- Subject: Unit slices.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit slices.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target System Initialization. -- Subject: Unit sysinit.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Local File Systems. -- Subject: Unit local-fs.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopping udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped Apply Kernel Variables. -- Subject: Unit systemd-sysctl.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-sysctl.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Swap. -- Subject: Unit swap.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit swap.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped target Sockets. -- Subject: Unit sockets.target has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Cleaning Up and Shutting Down Daemons. -- Subject: Unit initrd-cleanup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-cleanup.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped Create list of required static device nodes for the current kernel. -- Subject: Unit kmod-static-nodes.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kmod-static-nodes.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped dracut pre-udev hook. -- Subject: Unit dracut-pre-udev.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-pre-udev.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Stopped dracut cmdline hook. -- Subject: Unit dracut-cmdline.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dracut-cmdline.service has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Closed udev Control Socket. -- Subject: Unit systemd-udevd-control.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-control.socket has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Closed udev Kernel Socket. -- Subject: Unit systemd-udevd-kernel.socket has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd-kernel.socket has finished shutting down. Jul 06 14:05:49 localhost.localdomain systemd[1]: Starting Cleanup udevd DB... -- Subject: Unit initrd-udevadm-cleanup-db.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has begun starting up. Jul 06 14:05:49 localhost.localdomain systemd[1]: Started Cleanup udevd DB. -- Subject: Unit initrd-udevadm-cleanup-db.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-udevadm-cleanup-db.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:49 localhost.localdomain systemd[1]: Reached target Switch Root. -- Subject: Unit initrd-switch-root.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:50 localhost.localdomain systemd[1]: Started Plymouth switch root service. -- Subject: Unit plymouth-switch-root.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-switch-root.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:50 localhost.localdomain systemd[1]: Starting Switch Root... -- Subject: Unit initrd-switch-root.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit initrd-switch-root.service has begun starting up. Jul 06 14:05:50 localhost.localdomain systemd[1]: Switching root. Jul 06 14:05:50 localhost.localdomain unknown[99]: Journal stopped -- Subject: The journal has been stopped -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has shut down and closed all currently -- active journal files. Jul 06 14:05:54 localhost.localdomain systemd-journal[346]: Runtime journal is using 8.0M (max allowed 180.0M, trying to leave 270.0M free of 1.7G available → current limit 180.0M). Jul 06 14:05:54 localhost.localdomain systemd-journald[99]: Received SIGTERM from PID 1 (systemd). Jul 06 14:05:54 localhost.localdomain kernel: random: crng init done Jul 06 14:05:54 localhost.localdomain kernel: type=1404 audit(1720289151.211:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 Jul 06 14:05:54 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Jul 06 14:05:54 localhost.localdomain kernel: SELinux: 2048 avtab hash slots, 112757 rules. Jul 06 14:05:54 localhost.localdomain kernel: SELinux: 8 users, 14 roles, 5049 types, 316 bools, 1 sens, 1024 cats Jul 06 14:05:54 localhost.localdomain kernel: SELinux: 130 classes, 112757 rules Jul 06 14:05:54 localhost.localdomain kernel: SELinux: Completing initialization. Jul 06 14:05:54 localhost.localdomain kernel: SELinux: Setting up existing superblocks. Jul 06 14:05:54 localhost.localdomain kernel: type=1403 audit(1720289151.756:3): policy loaded auid=4294967295 ses=4294967295 Jul 06 14:05:54 localhost.localdomain systemd[1]: Successfully loaded SELinux policy in 597ms. Jul 06 14:05:54 localhost.localdomain kernel: ip_tables: (C) 2000-2006 Netfilter Core Team Jul 06 14:05:54 localhost.localdomain systemd[1]: Inserted module 'ip_tables' Jul 06 14:05:54 localhost.localdomain systemd[1]: Relabelled /dev, /run and /sys/fs/cgroup in 12.096ms. Jul 06 14:05:54 localhost.localdomain kernel: EXT4-fs (xvda1): re-mounted. Opts: (null) Jul 06 14:05:54 localhost.localdomain systemd-journal[346]: Journal started -- Subject: The journal has been started -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- The system journal process has started up, opened the journal -- files for writing and is now ready to process requests. Jul 06 14:05:52 localhost.localdomain systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN) Jul 06 14:05:52 localhost.localdomain systemd[1]: Detected virtualization xen. Jul 06 14:05:52 localhost.localdomain systemd[1]: Detected architecture x86-64. Jul 06 14:05:52 localhost.localdomain systemd[1]: Set hostname to . Jul 06 14:05:52 localhost.localdomain systemd[1]: Initializing machine ID from random generator. Jul 06 14:05:52 localhost.localdomain systemd[1]: Installed transient /etc/machine-id file. Jul 06 14:05:54 localhost.localdomain systemd[1]: Starting Flush Journal to Persistent Storage... -- Subject: Unit systemd-journal-flush.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has begun starting up. Jul 06 14:05:54 localhost.localdomain systemd[1]: Started udev Coldplug all Devices. -- Subject: Unit systemd-udev-trigger.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udev-trigger.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd[1]: Started Flush Journal to Persistent Storage. -- Subject: Unit systemd-journal-flush.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-journal-flush.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd[1]: Started Create Static Device Nodes in /dev. -- Subject: Unit systemd-tmpfiles-setup-dev.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup-dev.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd[1]: Starting udev Kernel Device Manager... -- Subject: Unit systemd-udevd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has begun starting up. Jul 06 14:05:54 localhost.localdomain systemd[1]: Reached target Local File Systems (Pre). -- Subject: Unit local-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd[1]: Started Configure read-only root support. -- Subject: Unit rhel-readonly.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-readonly.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd[1]: Reached target Local File Systems. -- Subject: Unit local-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit local-fs.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd[1]: Starting Preprocess NFS configuration... -- Subject: Unit nfs-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has begun starting up. Jul 06 14:05:54 localhost.localdomain systemd[1]: Starting Commit a transient machine-id on disk... -- Subject: Unit systemd-machine-id-commit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has begun starting up. Jul 06 14:05:54 localhost.localdomain systemd[1]: Starting Tell Plymouth To Write Out Runtime Data... -- Subject: Unit plymouth-read-write.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has begun starting up. Jul 06 14:05:54 localhost.localdomain systemd[1]: Starting Import network configuration from initramfs... -- Subject: Unit rhel-import-state.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has begun starting up. Jul 06 14:05:54 localhost.localdomain systemd[1]: Starting Load/Save Random Seed... -- Subject: Unit systemd-random-seed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-random-seed.service has begun starting up. Jul 06 14:05:54 localhost.localdomain systemd[1]: Started Load/Save Random Seed. -- Subject: Unit systemd-random-seed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-random-seed.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd[1]: Started Preprocess NFS configuration. -- Subject: Unit nfs-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-config.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd[1]: Started Commit a transient machine-id on disk. -- Subject: Unit systemd-machine-id-commit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-machine-id-commit.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd-udevd[375]: starting version 219 Jul 06 14:05:54 localhost.localdomain systemd[1]: Started Tell Plymouth To Write Out Runtime Data. -- Subject: Unit plymouth-read-write.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-read-write.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:54 localhost.localdomain systemd-udevd[375]: Network interface NamePolicy= disabled on kernel command line, ignoring. Jul 06 14:05:55 localhost.localdomain systemd[1]: Started Import network configuration from initramfs. -- Subject: Unit rhel-import-state.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-import-state.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:55 localhost.localdomain systemd[1]: Starting Create Volatile Files and Directories... -- Subject: Unit systemd-tmpfiles-setup.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has begun starting up. Jul 06 14:05:55 localhost.localdomain systemd[1]: Started Create Volatile Files and Directories. -- Subject: Unit systemd-tmpfiles-setup.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-setup.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:55 localhost.localdomain systemd[1]: Mounting RPC Pipe File System... -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has begun starting up. Jul 06 14:05:55 localhost.localdomain systemd[1]: Starting Security Auditing Service... -- Subject: Unit auditd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has begun starting up. Jul 06 14:05:55 localhost.localdomain kernel: RPC: Registered named UNIX socket transport module. Jul 06 14:05:55 localhost.localdomain kernel: RPC: Registered udp transport module. Jul 06 14:05:55 localhost.localdomain kernel: RPC: Registered tcp transport module. Jul 06 14:05:55 localhost.localdomain kernel: RPC: Registered tcp NFSv4.1 backchannel transport module. Jul 06 14:05:55 localhost.localdomain systemd[1]: Mounted RPC Pipe File System. -- Subject: Unit var-lib-nfs-rpc_pipefs.mount has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit var-lib-nfs-rpc_pipefs.mount has finished starting up. -- -- The start-up result is done. Jul 06 14:05:55 localhost.localdomain systemd[1]: Reached target rpc_pipefs.target. -- Subject: Unit rpc_pipefs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc_pipefs.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:55 localhost.localdomain systemd[1]: Started udev Kernel Device Manager. -- Subject: Unit systemd-udevd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-udevd.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:55 localhost.localdomain auditd[422]: Started dispatcher: /sbin/audispd pid: 424 Jul 06 14:05:55 localhost.localdomain audispd[424]: No plugins found, exiting Jul 06 14:05:55 localhost.localdomain kernel: type=1305 audit(1720289155.630:4): audit_pid=422 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1 Jul 06 14:05:55 localhost.localdomain systemd[1]: Found device /dev/ttyS0. -- Subject: Unit dev-ttyS0.device has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dev-ttyS0.device has finished starting up. -- -- The start-up result is done. Jul 06 14:05:55 localhost.localdomain kernel: piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr Jul 06 14:05:55 localhost.localdomain auditd[422]: Init complete, auditd 2.8.5 listening for events (startup state enable) Jul 06 14:05:55 localhost.localdomain kernel: input: PC Speaker as /devices/platform/pcspkr/input/input4 Jul 06 14:05:55 localhost.localdomain kernel: cryptd: max_cpu_qlen set to 1000 Jul 06 14:05:55 localhost.localdomain kernel: AVX2 version of gcm_enc/dec engaged. Jul 06 14:05:55 localhost.localdomain kernel: AES CTR mode by8 optimization enabled Jul 06 14:05:55 localhost.localdomain kernel: alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) Jul 06 14:05:55 localhost.localdomain kernel: alg: No test for __generic-gcm-aes-aesni (__driver-generic-gcm-aes-aesni) Jul 06 14:05:55 localhost.localdomain augenrules[426]: /sbin/augenrules: No change Jul 06 14:05:55 localhost.localdomain augenrules[426]: No rules Jul 06 14:05:55 localhost.localdomain augenrules[426]: enabled 1 Jul 06 14:05:55 localhost.localdomain augenrules[426]: failure 1 Jul 06 14:05:55 localhost.localdomain augenrules[426]: pid 422 Jul 06 14:05:55 localhost.localdomain augenrules[426]: rate_limit 0 Jul 06 14:05:55 localhost.localdomain augenrules[426]: backlog_limit 8192 Jul 06 14:05:55 localhost.localdomain augenrules[426]: lost 0 Jul 06 14:05:55 localhost.localdomain augenrules[426]: backlog 1 Jul 06 14:05:55 localhost.localdomain augenrules[426]: enabled 1 Jul 06 14:05:55 localhost.localdomain augenrules[426]: failure 1 Jul 06 14:05:55 localhost.localdomain augenrules[426]: pid 422 Jul 06 14:05:55 localhost.localdomain augenrules[426]: rate_limit 0 Jul 06 14:05:55 localhost.localdomain augenrules[426]: backlog_limit 8192 Jul 06 14:05:55 localhost.localdomain augenrules[426]: lost 0 Jul 06 14:05:55 localhost.localdomain augenrules[426]: backlog 1 Jul 06 14:05:55 localhost.localdomain systemd[1]: Started Security Auditing Service. -- Subject: Unit auditd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit auditd.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:55 localhost.localdomain systemd[1]: Starting Update UTMP about System Boot/Shutdown... -- Subject: Unit systemd-update-utmp.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has begun starting up. Jul 06 14:05:56 localhost.localdomain kernel: [TTM] Zone kernel: Available graphics memory: 1843226 kiB Jul 06 14:05:56 localhost.localdomain kernel: [TTM] Initializing pool allocator Jul 06 14:05:56 localhost.localdomain kernel: [TTM] Initializing DMA pool allocator Jul 06 14:05:56 localhost.localdomain kernel: [drm] fb mappable at 0xF0000000 Jul 06 14:05:56 localhost.localdomain kernel: [drm] vram aper at 0xF0000000 Jul 06 14:05:56 localhost.localdomain kernel: [drm] size 33554432 Jul 06 14:05:56 localhost.localdomain kernel: [drm] fb depth is 16 Jul 06 14:05:56 localhost.localdomain kernel: [drm] pitch is 2048 Jul 06 14:05:56 localhost.localdomain kernel: fbcon: cirrusdrmfb (fb0) is primary device Jul 06 14:05:56 localhost.localdomain kernel: Console: switching to colour frame buffer device 128x48 Jul 06 14:05:56 localhost.localdomain kernel: cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Jul 06 14:05:56 localhost.localdomain kernel: [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Jul 06 14:05:56 localhost.localdomain kernel: EDAC sbridge: Seeking for: PCI ID 8086:2fa0 Jul 06 14:05:56 localhost.localdomain kernel: EDAC sbridge: Ver: 1.1.2 Jul 06 14:05:56 localhost.localdomain systemd[1]: Started Update UTMP about System Boot/Shutdown. -- Subject: Unit systemd-update-utmp.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Reached target System Initialization. -- Subject: Unit sysinit.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sysinit.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Listening on RPCbind Server Activation Socket. -- Subject: Unit rpcbind.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.socket has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Starting RPC bind service... -- Subject: Unit rpcbind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has begun starting up. Jul 06 14:05:56 localhost.localdomain systemd[1]: Listening on D-Bus System Message Bus Socket. -- Subject: Unit dbus.socket has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.socket has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Reached target Sockets. -- Subject: Unit sockets.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sockets.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Reached target Basic System. -- Subject: Unit basic.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit basic.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. -- Subject: Unit rngd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rngd.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain kernel: ppdev: user-space parallel port driver Jul 06 14:05:56 localhost.localdomain systemd[1]: Starting Authorization Manager... -- Subject: Unit polkit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has begun starting up. Jul 06 14:05:56 localhost.localdomain systemd[1]: Starting Dump dmesg to /var/log/dmesg... -- Subject: Unit rhel-dmesg.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has begun starting up. Jul 06 14:05:56 localhost.localdomain systemd[1]: Started irqbalance daemon. -- Subject: Unit irqbalance.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit irqbalance.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Starting GSSAPI Proxy Daemon... -- Subject: Unit gssproxy.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has begun starting up. Jul 06 14:05:56 localhost.localdomain systemd[1]: Starting Login Service... -- Subject: Unit systemd-logind.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has begun starting up. Jul 06 14:05:56 localhost.localdomain systemd[1]: Starting NTP client/server... -- Subject: Unit chronyd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has begun starting up. Jul 06 14:05:56 localhost.localdomain systemd[1]: Started D-Bus System Message Bus. -- Subject: Unit dbus.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit dbus.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain chronyd[507]: chronyd version 3.4 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 +DEBUG) Jul 06 14:05:56 localhost.localdomain chronyd[507]: Frequency 0.000 +/- 1000000.000 ppm read from /var/lib/chrony/drift Jul 06 14:05:56 localhost.localdomain dbus[502]: [system] Successfully activated service 'org.freedesktop.systemd1' Jul 06 14:05:56 localhost.localdomain systemd[1]: Starting Initial cloud-init job (pre-networking)... -- Subject: Unit cloud-init-local.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has begun starting up. Jul 06 14:05:56 localhost.localdomain systemd[1]: Started Daily Cleanup of Temporary Directories. -- Subject: Unit systemd-tmpfiles-clean.timer has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-tmpfiles-clean.timer has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Reached target Timers. -- Subject: Unit timers.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit timers.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Started RPC bind service. -- Subject: Unit rpcbind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpcbind.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Started Dump dmesg to /var/log/dmesg. -- Subject: Unit rhel-dmesg.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rhel-dmesg.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Started GSSAPI Proxy Daemon. -- Subject: Unit gssproxy.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit gssproxy.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd-logind[499]: New seat seat0. -- Subject: A new seat seat0 is now available -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new seat seat0 has been configured and is now available. Jul 06 14:05:56 localhost.localdomain polkitd[492]: Started polkitd version 0.112 Jul 06 14:05:56 localhost.localdomain systemd-logind[499]: Watching system buttons on /dev/input/event0 (Power Button) Jul 06 14:05:56 localhost.localdomain systemd-logind[499]: Watching system buttons on /dev/input/event1 (Sleep Button) Jul 06 14:05:56 localhost.localdomain systemd[1]: Started Login Service. -- Subject: Unit systemd-logind.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-logind.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Started NTP client/server. -- Subject: Unit chronyd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit chronyd.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Reached target NFS client services. -- Subject: Unit nfs-client.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit nfs-client.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Reached target Remote File Systems (Pre). -- Subject: Unit remote-fs-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs-pre.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain systemd[1]: Reached target Remote File Systems. -- Subject: Unit remote-fs.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit remote-fs.target has finished starting up. -- -- The start-up result is done. Jul 06 14:05:56 localhost.localdomain rngd[491]: Initalizing available sources Jul 06 14:05:56 localhost.localdomain rngd[491]: Failed to init entropy source 0: Hardware RNG Device Jul 06 14:05:56 localhost.localdomain rngd[491]: Enabling RDRAND rng support Jul 06 14:05:56 localhost.localdomain rngd[491]: Initalizing entropy source Intel RDRAND Instruction RNG Jul 06 14:05:56 localhost.localdomain polkitd[492]: Loading rules from directory /etc/polkit-1/rules.d Jul 06 14:05:56 localhost.localdomain polkitd[492]: Loading rules from directory /usr/share/polkit-1/rules.d Jul 06 14:05:57 localhost.localdomain polkitd[492]: Finished loading, compiling and executing 2 rules Jul 06 14:05:57 localhost.localdomain systemd[1]: Started Authorization Manager. -- Subject: Unit polkit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit polkit.service has finished starting up. -- -- The start-up result is done. Jul 06 14:05:57 localhost.localdomain polkitd[492]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Jul 06 14:05:58 localhost.localdomain rngd[491]: Enabling JITTER rng support Jul 06 14:05:58 localhost.localdomain rngd[491]: Initalizing entropy source JITTER Entropy generator Jul 06 14:06:00 localhost.localdomain cloud-init[535]: Cloud-init v. 0.7.9 running 'init-local' at Sat, 06 Jul 2024 18:06:00 +0000. Up 13.20 seconds. Jul 06 14:06:00 localhost.localdomain systemd[1]: Started Initial cloud-init job (pre-networking). -- Subject: Unit cloud-init-local.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init-local.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:00 localhost.localdomain systemd[1]: Reached target Network (Pre). -- Subject: Unit network-pre.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-pre.target has finished starting up. -- -- The start-up result is done. Jul 06 14:06:00 localhost.localdomain systemd[1]: Starting Network Manager... -- Subject: Unit NetworkManager.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has begun starting up. Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.0054] NetworkManager (version 1.18.8-2.el7_9) is starting... (for the first time) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.0063] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-slaves-order.conf) Jul 06 14:06:01 localhost.localdomain systemd[1]: Started Network Manager. -- Subject: Unit NetworkManager.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.0163] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager" Jul 06 14:06:01 localhost.localdomain systemd[1]: Starting Network Manager Wait Online... -- Subject: Unit NetworkManager-wait-online.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has begun starting up. Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.0220] manager[0x55b2d7136080]: monitoring kernel firmware directory '/lib/firmware'. Jul 06 14:06:01 localhost.localdomain dbus[502]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' Jul 06 14:06:01 localhost.localdomain systemd[1]: Starting Hostname Service... -- Subject: Unit systemd-hostnamed.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has begun starting up. Jul 06 14:06:01 localhost.localdomain dbus[502]: [system] Successfully activated service 'org.freedesktop.hostname1' Jul 06 14:06:01 localhost.localdomain systemd[1]: Started Hostname Service. -- Subject: Unit systemd-hostnamed.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-hostnamed.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1016] hostname: hostname: using hostnamed Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1016] hostname: hostname changed from (none) to "localhost.localdomain" Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1023] dns-mgr[0x55b2d711f220]: init: dns=default,systemd-resolved rc-manager=file Jul 06 14:06:01 localhost.localdomain dbus[502]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Jul 06 14:06:01 localhost.localdomain systemd[1]: Starting Network Manager Script Dispatcher Service... -- Subject: Unit NetworkManager-dispatcher.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has begun starting up. Jul 06 14:06:01 localhost.localdomain dbus[502]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Jul 06 14:06:01 localhost.localdomain systemd[1]: Started Network Manager Script Dispatcher Service. -- Subject: Unit NetworkManager-dispatcher.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-dispatcher.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1629] settings: Loaded settings plugin: SettingsPluginIfcfg ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ifcfg-rh.so") Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1643] settings: Loaded settings plugin: NMSIbftPlugin ("/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-settings-plugin-ibft.so") Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1644] settings: Loaded settings plugin: NMSKeyfilePlugin (internal) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1670] ifcfg-rh: new connection /etc/sysconfig/network-scripts/ifcfg-eth0 (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03,"System eth0") Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1708] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1709] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1711] manager: Networking is enabled by state file Jul 06 14:06:01 localhost.localdomain nm-dispatcher[581]: req:1 'hostname': new request (4 scripts) Jul 06 14:06:01 localhost.localdomain nm-dispatcher[581]: req:1 'hostname': start running ordered scripts... Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.1733] dhcp-init: Using DHCP client 'dhclient' Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2154] Loaded device plugin: NMTeamFactory (/usr/lib64/NetworkManager/1.18.8-2.el7_9/libnm-device-plugin-team.so) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2171] device (lo): carrier: link connected Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2174] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2191] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2208] device (eth0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external') Jul 06 14:06:01 localhost.localdomain kernel: IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2257] device (eth0): carrier: link connected Jul 06 14:06:01 localhost.localdomain nm-dispatcher[581]: req:2 'connectivity-change': new request (4 scripts) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2345] device (eth0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed') Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2414] policy: auto-activating connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2483] device (eth0): Activation: starting connection 'System eth0' (5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2487] device (eth0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed') Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2491] manager: NetworkManager state is now CONNECTING Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2493] device (eth0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed') Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2498] device (eth0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed') Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2507] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.2567] dhcp4 (eth0): dhclient started with pid 600 Jul 06 14:06:01 localhost.localdomain nm-dispatcher[581]: req:2 'connectivity-change': start running ordered scripts... Jul 06 14:06:01 localhost.localdomain dhclient[600]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x5769ee25) Jul 06 14:06:01 localhost.localdomain dhclient[600]: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x5769ee25) Jul 06 14:06:01 localhost.localdomain dhclient[600]: DHCPOFFER from 10.31.12.1 Jul 06 14:06:01 localhost.localdomain dhclient[600]: DHCPACK from 10.31.12.1 (xid=0x5769ee25) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5553] dhcp4 (eth0): address 10.31.13.248 Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5553] dhcp4 (eth0): plen 22 (255.255.252.0) Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5554] dhcp4 (eth0): gateway 10.31.12.1 Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5554] dhcp4 (eth0): lease time 3600 Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5554] dhcp4 (eth0): hostname 'ip-10-31-13-248' Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5554] dhcp4 (eth0): nameserver '10.29.169.13' Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5554] dhcp4 (eth0): nameserver '10.29.170.12' Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5554] dhcp4 (eth0): nameserver '10.2.32.1' Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5554] dhcp4 (eth0): domain name 'us-east-1.aws.redhat.com' Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5554] dhcp4 (eth0): state changed unknown -> bound Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5567] device (eth0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed') Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5578] device (eth0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed') Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5580] device (eth0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed') Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5585] manager: NetworkManager state is now CONNECTED_LOCAL Jul 06 14:06:01 localhost.localdomain dhclient[600]: bound to 10.31.13.248 -- renewal in 1787 seconds. Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5991] manager: NetworkManager state is now CONNECTED_SITE Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5993] policy: set 'System eth0' (eth0) as default for IPv4 routing and DNS Jul 06 14:06:01 localhost.localdomain NetworkManager[575]: [1720289161.5994] policy: set-hostname: set hostname to 'ip-10-31-13-248' (from DHCPv4) Jul 06 14:06:01 ip-10-31-13-248 systemd-hostnamed[580]: Changed host name to 'ip-10-31-13-248' Jul 06 14:06:01 ip-10-31-13-248 NetworkManager[575]: [1720289161.6051] device (eth0): Activation: successful, device activated. Jul 06 14:06:01 ip-10-31-13-248 NetworkManager[575]: [1720289161.6062] manager: NetworkManager state is now CONNECTED_GLOBAL Jul 06 14:06:01 ip-10-31-13-248 nm-dispatcher[581]: req:3 'up' [eth0]: new request (4 scripts) Jul 06 14:06:01 ip-10-31-13-248 nm-dispatcher[581]: req:3 'up' [eth0]: start running ordered scripts... Jul 06 14:06:01 ip-10-31-13-248 NetworkManager[575]: [1720289161.6077] manager: startup complete Jul 06 14:06:01 ip-10-31-13-248 nm-dispatcher[581]: req:4 'connectivity-change': new request (4 scripts) Jul 06 14:06:01 ip-10-31-13-248 nm-dispatcher[581]: req:5 'hostname': new request (4 scripts) Jul 06 14:06:01 ip-10-31-13-248 systemd[1]: Started Network Manager Wait Online. -- Subject: Unit NetworkManager-wait-online.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit NetworkManager-wait-online.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:01 ip-10-31-13-248 systemd[1]: Starting LSB: Bring up/down networking... -- Subject: Unit network.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has begun starting up. Jul 06 14:06:01 ip-10-31-13-248 nm-dispatcher[581]: req:4 'connectivity-change': start running ordered scripts... Jul 06 14:06:01 ip-10-31-13-248 nm-dispatcher[581]: req:5 'hostname': start running ordered scripts... Jul 06 14:06:02 ip-10-31-13-248 network[641]: Bringing up loopback interface: [ OK ] Jul 06 14:06:02 ip-10-31-13-248 network[641]: Bringing up interface eth0: [ OK ] Jul 06 14:06:02 ip-10-31-13-248 systemd[1]: Started LSB: Bring up/down networking. -- Subject: Unit network.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:02 ip-10-31-13-248 systemd[1]: Starting Initial cloud-init job (metadata service crawler)... -- Subject: Unit cloud-init.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has begun starting up. Jul 06 14:06:02 ip-10-31-13-248 systemd[1]: Reached target Network. -- Subject: Unit network.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network.target has finished starting up. -- -- The start-up result is done. Jul 06 14:06:02 ip-10-31-13-248 systemd[1]: Starting Dynamic System Tuning Daemon... -- Subject: Unit tuned.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has begun starting up. Jul 06 14:06:02 ip-10-31-13-248 systemd[1]: Starting Postfix Mail Transport Agent... -- Subject: Unit postfix.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has begun starting up. Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: Cloud-init v. 0.7.9 running 'init' at Sat, 06 Jul 2024 18:06:02 +0000. Up 15.44 seconds. Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: ++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++ Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: | lo: | True | . | . | d | . | Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: | eth0: | True | 10.31.13.248 | 255.255.252.0 | . | 0a:ff:fa:f7:c2:29 | Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: | eth0: | True | . | . | d | 0a:ff:fa:f7:c2:29 | Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: +--------+------+--------------+---------------+-------+-------------------+ Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: ++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: | 0 | 0.0.0.0 | 10.31.12.1 | 0.0.0.0 | eth0 | UG | Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: | 1 | 10.31.12.0 | 0.0.0.0 | 255.255.252.0 | eth0 | U | Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: ci-info: +-------+-------------+------------+---------------+-----------+-------+ Jul 06 14:06:02 ip-10-31-13-248 cloud-init[845]: 2024-07-06 14:06:02,995 - __init__.py[WARNING]: Unhandled non-multipart (text/x-not-multipart) userdata: '~/.citool.d/post-install...' Jul 06 14:06:03 ip-10-31-13-248 postfix/postfix-script[1084]: starting the Postfix mail system Jul 06 14:06:03 ip-10-31-13-248 systemd[1]: Started Dynamic System Tuning Daemon. -- Subject: Unit tuned.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit tuned.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:03 ip-10-31-13-248 postfix/master[1172]: daemon started -- version 2.10.1, configuration /etc/postfix Jul 06 14:06:03 ip-10-31-13-248 systemd[1]: Started Postfix Mail Transport Agent. -- Subject: Unit postfix.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit postfix.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:03 ip-10-31-13-248 kernel: EXT4-fs (xvda1): resizing filesystem from 1048320 to 65535739 blocks Jul 06 14:06:03 ip-10-31-13-248 kernel: EXT4-fs (xvda1): resized filesystem to 65535739 Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-hostnamed[580]: Changed static host name to 'ip-10-31-13-248.us-east-1.aws.redhat.com' Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-hostnamed[580]: Changed host name to 'ip-10-31-13-248.us-east-1.aws.redhat.com' Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com NetworkManager[575]: [1720289164.1631] hostname: hostname changed from "localhost.localdomain" to "ip-10-31-13-248.us-east-1.aws.redhat.com" Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com nm-dispatcher[581]: req:6 'hostname': new request (4 scripts) Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com nm-dispatcher[581]: req:6 'hostname': start running ordered scripts... Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com NetworkManager[575]: [1720289164.1862] policy: set-hostname: set hostname to 'ip-10-31-13-248.us-east-1.aws.redhat.com' (from system configuration) Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com nm-dispatcher[581]: req:7 'hostname': new request (4 scripts) Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com nm-dispatcher[581]: req:7 'hostname': start running ordered scripts... Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Initial cloud-init job (metadata service crawler). -- Subject: Unit cloud-init.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-init.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting Permit User Sessions... -- Subject: Unit systemd-user-sessions.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Reached target Cloud-config availability. -- Subject: Unit cloud-config.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.target has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Reached target Network is Online. -- Subject: Unit network-online.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit network-online.target has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting System Logging Service... -- Subject: Unit rsyslog.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting Apply the settings specified in cloud-config... -- Subject: Unit cloud-config.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting The restraint harness.... -- Subject: Unit restraintd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting Crash recovery kernel arming... -- Subject: Unit kdump.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting Notify NFS peers of a restart... -- Subject: Unit rpc-statd-notify.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Permit User Sessions. -- Subject: Unit systemd-user-sessions.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-user-sessions.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Command Scheduler. -- Subject: Unit crond.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit crond.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting Terminate Plymouth Boot Screen... -- Subject: Unit plymouth-quit.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting Wait for Plymouth Boot Screen to Quit... -- Subject: Unit plymouth-quit-wait.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Received SIGRTMIN+21 from PID 237 (plymouthd). Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Terminate Plymouth Boot Screen. -- Subject: Unit plymouth-quit.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com crond[1224]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 80% if used.) Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Wait for Plymouth Boot Screen to Quit. -- Subject: Unit plymouth-quit-wait.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit plymouth-quit-wait.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Getty on tty1. -- Subject: Unit getty@tty1.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty@tty1.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Serial Getty on ttyS0. -- Subject: Unit serial-getty@ttyS0.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit serial-getty@ttyS0.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Reached target Login Prompts. -- Subject: Unit getty.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit getty.target has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com sm-notify[1223]: Version 1.3.0 starting Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started The restraint harness.. -- Subject: Unit restraintd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit restraintd.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Notify NFS peers of a restart. -- Subject: Unit rpc-statd-notify.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rpc-statd-notify.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[1217]: Server listening on 0.0.0.0 port 22. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[1217]: Server listening on :: port 22. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com rsyslogd[1219]: [origin software="rsyslogd" swVersion="8.24.0-57.el7_9.3" x-pid="1219" x-info="http://www.rsyslog.com"] start Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started System Logging Service. -- Subject: Unit rsyslog.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit rsyslog.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com restraintd[1231]: Listening on http://localhost:8081 Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com crond[1224]: (CRON) INFO (running with inotify support) Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com cloud-init[1220]: Cloud-init v. 0.7.9 running 'modules:config' at Sat, 06 Jul 2024 18:06:04 +0000. Up 17.84 seconds. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com kdumpctl[1222]: No kdump initial ramdisk found. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com kdumpctl[1222]: Rebuilding /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[1217]: Received signal 15; terminating. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Stopping OpenSSH server daemon... -- Subject: Unit sshd.service has begun shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun shutting down. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Stopped OpenSSH server daemon. -- Subject: Unit sshd.service has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished shutting down. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting OpenSSH server daemon... -- Subject: Unit sshd.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has begun starting up. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[1343]: Server listening on 0.0.0.0 port 22. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[1343]: Server listening on :: port 22. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started OpenSSH server daemon. -- Subject: Unit sshd.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit sshd.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Apply the settings specified in cloud-config. -- Subject: Unit cloud-config.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-config.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:04 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting Execute cloud user/final scripts... -- Subject: Unit cloud-final.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has begun starting up. Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com cloud-init[1378]: Cloud-init v. 0.7.9 running 'modules:final' at Sat, 06 Jul 2024 18:06:05 +0000. Up 18.32 seconds. Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com ec2[1518]: Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com ec2[1518]: ############################################################# Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com ec2[1518]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com ec2[1518]: 256 SHA256:6XI06CKZZBRV/e3/IgrDLqYzZkOtPFSrZnF8OajHEho no comment (ECDSA) Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com ec2[1518]: 256 SHA256:JrbbBdywcMOrldKxyOAXBx69rlIzfdGLj+pLfM+mDE0 no comment (ED25519) Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com ec2[1518]: 2048 SHA256:PpouZOZBkzpae6L06EXka+DhqyUqJ1ceG3xB7C5VtE0 no comment (RSA) Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com ec2[1518]: -----END SSH HOST KEY FINGERPRINTS----- Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com ec2[1518]: ############################################################# Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com cloud-init[1378]: Cloud-init v. 0.7.9 finished at Sat, 06 Jul 2024 18:06:05 +0000. Datasource DataSourceEc2. Up 18.51 seconds Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Execute cloud user/final scripts. -- Subject: Unit cloud-final.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit cloud-final.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Reached target Multi-User System. -- Subject: Unit multi-user.target has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit multi-user.target has finished starting up. -- -- The start-up result is done. Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Starting Update UTMP about System Runlevel Changes... -- Subject: Unit systemd-update-utmp-runlevel.service has begun start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has begun starting up. Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Update UTMP about System Runlevel Changes. -- Subject: Unit systemd-update-utmp-runlevel.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit systemd-update-utmp-runlevel.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1550]: dracut-033-572.el7 Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: Executing: /usr/sbin/dracut --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o "plymouth dash resume ifcfg" --mount "/dev/disk/by-uuid/c7b7d6a5-fd01-4b9b-bcca-153eaff9d312 /sysroot ext4 defaults" --no-hostonly-default-device -f /boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img 3.10.0-1160.119.1.el7.x86_64 Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'ifcfg' will not be installed, because it's in the list to be omitted! Jul 06 14:06:05 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'plymouth' will not be installed, because it's in the list to be omitted! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'resume' will not be installed, because it's in the list to be omitted! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'crypt' will not be installed, because command 'cryptsetup' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'dmsquash-live-ntfs' will not be installed, because command 'ntfs-3g' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'lvm' will not be installed, because command 'lvm' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'mdraid' will not be installed, because command 'mdadm' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'cifs' will not be installed, because command 'mount.cifs' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'iscsi' will not be installed, because command 'iscsistart' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: bash *** Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: nss-softokn *** Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: i18n *** Jul 06 14:06:06 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: drm *** Jul 06 14:06:07 ip-10-31-13-248.us-east-1.aws.redhat.com chronyd[507]: Selected source 10.2.32.38 Jul 06 14:06:08 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: kernel-modules *** Jul 06 14:06:15 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: fstab-sys *** Jul 06 14:06:15 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: rootfs-block *** Jul 06 14:06:15 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: terminfo *** Jul 06 14:06:15 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: udev-rules *** Jul 06 14:06:15 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: Skipping udev rule: 40-redhat-cpu-hotplug.rules Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: Skipping udev rule: 91-permissions.rules Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: biosdevname *** Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: systemd *** Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: usrmount *** Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: base *** Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: fs-lib *** Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: kdumpbase *** Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: microcode_ctl-fw_dir_override *** Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl module: mangling fw_dir Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: reset fw_dir to "/lib/firmware/updates /lib/firmware" Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel"... Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: intel: caveats check for kernel version "3.10.0-1160.119.1.el7.x86_64" passed, adding "/usr/share/microcode_ctl/ucode_with_caveats/intel" to fw_dir variable Jul 06 14:06:16 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-2d-07"... Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: configuration "intel-06-2d-07" is ignored Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4e-03"... Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: configuration "intel-06-4e-03" is ignored Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-4f-01"... Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: configuration "intel-06-4f-01" is ignored Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-55-04"... Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: configuration "intel-06-55-04" is ignored Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-5e-03"... Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: configuration "intel-06-5e-03" is ignored Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: processing data directory "/usr/share/microcode_ctl/ucode_with_caveats/intel-06-8c-01"... Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: configuration "intel-06-8c-01" is ignored Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: microcode_ctl: final fw_dir: "/usr/share/microcode_ctl/ucode_with_caveats/intel /lib/firmware/updates /lib/firmware" Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including module: shutdown *** Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Including modules done *** Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Installing kernel module dependencies and firmware *** Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Installing kernel module dependencies and firmware done *** Jul 06 14:06:17 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Resolving executable dependencies *** Jul 06 14:06:18 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Resolving executable dependencies done*** Jul 06 14:06:18 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Hardlinking files *** Jul 06 14:06:18 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Hardlinking files done *** Jul 06 14:06:18 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Stripping files *** Jul 06 14:06:19 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Stripping files done *** Jul 06 14:06:19 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Generating early-microcode cpio image contents *** Jul 06 14:06:19 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Constructing GenuineIntel.bin **** Jul 06 14:06:19 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Store current command line parameters *** Jul 06 14:06:19 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Creating image file *** Jul 06 14:06:19 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Creating microcode section *** Jul 06 14:06:19 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Created microcode section *** Jul 06 14:06:23 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Creating image file done *** Jul 06 14:06:23 ip-10-31-13-248.us-east-1.aws.redhat.com dracut[1552]: *** Creating initramfs image file '/boot/initramfs-3.10.0-1160.119.1.el7.x86_64kdump.img' done *** Jul 06 14:06:24 ip-10-31-13-248.us-east-1.aws.redhat.com kdumpctl[1222]: kexec: loaded kdump kernel Jul 06 14:06:24 ip-10-31-13-248.us-east-1.aws.redhat.com kdumpctl[1222]: Starting kdump: [OK] Jul 06 14:06:24 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Crash recovery kernel arming. -- Subject: Unit kdump.service has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit kdump.service has finished starting up. -- -- The start-up result is done. Jul 06 14:06:24 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Startup finished in 1.798s (kernel) + 2.493s (initrd) + 33.247s (userspace) = 37.539s. -- Subject: System start-up is now complete -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- All system services necessary queued for starting at boot have been -- successfully 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 1798185 microseconds. -- -- Initial RAM disk start-up required 2493637 microseconds. -- -- Userspace start-up required 33247412 microseconds. Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7771]: Accepted publickey for root from 10.30.32.10 port 58528 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: New session 1 of user root. -- Subject: A new session 1 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 1 has been created for the user root. -- -- The leading process of the session is 7771. Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Session 1 of user root. -- Subject: Unit session-1.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-1.scope has finished starting up. -- -- The start-up result is done. Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7771]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7771]: Received disconnect from 10.30.32.10 port 58528:11: disconnected by user Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7771]: Disconnected from 10.30.32.10 port 58528 Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7771]: pam_unix(sshd:session): session closed for user root Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: Removed session 1. -- Subject: Session 1 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 1 has been terminated. Jul 06 14:07:54 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7784]: Did not receive identification string from 10.29.163.169 port 36230 Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7785]: Accepted publickey for root from 10.29.163.169 port 36240 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: New session 2 of user root. -- Subject: A new session 2 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 2 has been created for the user root. -- -- The leading process of the session is 7785. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Session 2 of user root. -- Subject: Unit session-2.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-2.scope has finished starting up. -- -- The start-up result is done. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7785]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7785]: Received disconnect from 10.29.163.169 port 36240:11: disconnected by user Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7785]: Disconnected from 10.29.163.169 port 36240 Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7785]: pam_unix(sshd:session): session closed for user root Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: Removed session 2. -- Subject: Session 2 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 2 has been terminated. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7795]: Accepted publickey for root from 10.29.163.169 port 36256 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Session 3 of user root. -- Subject: Unit session-3.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-3.scope has finished starting up. -- -- The start-up result is done. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: New session 3 of user root. -- Subject: A new session 3 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 3 has been created for the user root. -- -- The leading process of the session is 7795. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7795]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7795]: Received disconnect from 10.29.163.169 port 36256:11: disconnected by user Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7795]: Disconnected from 10.29.163.169 port 36256 Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7795]: pam_unix(sshd:session): session closed for user root Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: Removed session 3. -- Subject: Session 3 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 3 has been terminated. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Jul 06 14:07:58 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7808]: Accepted publickey for root from 10.29.163.169 port 36258 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: New session 4 of user root. -- Subject: A new session 4 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 4 has been created for the user root. -- -- The leading process of the session is 7808. Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Session 4 of user root. -- Subject: Unit session-4.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-4.scope has finished starting up. -- -- The start-up result is done. Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7808]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7808]: Received disconnect from 10.29.163.169 port 36258:11: disconnected by user Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7808]: Disconnected from 10.29.163.169 port 36258 Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7808]: pam_unix(sshd:session): session closed for user root Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: Removed session 4. -- Subject: Session 4 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 4 has been terminated. Jul 06 14:07:59 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Removed slice User Slice of root. -- Subject: Unit user-0.slice has finished shutting down -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished shutting down. Jul 06 14:08:00 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7824]: Accepted publickey for root from 10.29.163.169 port 36270 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 06 14:08:00 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Created slice User Slice of root. -- Subject: Unit user-0.slice has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit user-0.slice has finished starting up. -- -- The start-up result is done. Jul 06 14:08:00 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Session 5 of user root. -- Subject: Unit session-5.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-5.scope has finished starting up. -- -- The start-up result is done. Jul 06 14:08:00 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: New session 5 of user root. -- Subject: A new session 5 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 5 has been created for the user root. -- -- The leading process of the session is 7824. Jul 06 14:08:00 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[7824]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 06 14:08:02 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[7870]: Invoked with filter=[] gather_subset=['all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Jul 06 14:08:03 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-service_facts[7907]: Invoked Jul 06 14:08:04 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8025]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=rpm -qa | sort removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 06 14:08:08 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-stat[8037]: Invoked with checksum_algorithm=sha1 get_checksum=True follow=False path=/etc/yum.repos.d/qa-tools.repo get_md5=False get_mime=True get_attributes=True Jul 06 14:08:08 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8048]: Invoked with executable=None _uses_shell=True strip_empty_ends=True _raw_params=curl -sLI --connect-timeout 5 -w '%{response_code}' http://liver2.lab.eng.brq.redhat.com/repo/ | grep ^200 removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None Jul 06 14:08:09 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8060]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:08:17 ip-10-31-13-248.us-east-1.aws.redhat.com chronyd[507]: Selected source 10.2.32.37 Jul 06 14:08:40 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8070]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:09:10 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8080]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:09:41 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8090]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:10:12 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8100]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:10:42 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8110]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['ca-certificates'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:10:43 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8120]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:11:14 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8130]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:11:44 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8140]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:12:15 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8150]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:12:45 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8160]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:13:16 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8170]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=latest disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['curl'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8173]: Did not receive identification string from 10.29.163.169 port 60030 Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8174]: Accepted publickey for root from 10.29.163.169 port 60038 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: New session 6 of user root. -- Subject: A new session 6 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 6 has been created for the user root. -- -- The leading process of the session is 8174. Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Session 6 of user root. -- Subject: Unit session-6.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-6.scope has finished starting up. -- -- The start-up result is done. Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8174]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8174]: Received disconnect from 10.29.163.169 port 60038:11: disconnected by user Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8174]: Disconnected from 10.29.163.169 port 60038 Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8174]: pam_unix(sshd:session): session closed for user root Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: Removed session 6. -- Subject: Session 6 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 6 has been terminated. Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8184]: Accepted publickey for root from 10.29.163.169 port 60052 ssh2: RSA SHA256:W3cSdmPJK+d9RwU97ardijPXIZnxHswrpTHWW9oYtEU Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com systemd[1]: Started Session 7 of user root. -- Subject: Unit session-7.scope has finished start-up -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- -- Unit session-7.scope has finished starting up. -- -- The start-up result is done. Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: New session 7 of user root. -- Subject: A new session 7 has been created for user root -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A new session with the ID 7 has been created for the user root. -- -- The leading process of the session is 8184. Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8184]: pam_unix(sshd:session): session opened for user root by (uid=0) Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8184]: Received disconnect from 10.29.163.169 port 60052:11: disconnected by user Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8184]: Disconnected from 10.29.163.169 port 60052 Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com sshd[8184]: pam_unix(sshd:session): session closed for user root Jul 06 14:13:17 ip-10-31-13-248.us-east-1.aws.redhat.com systemd-logind[499]: Removed session 7. -- Subject: Session 7 has been terminated -- Defined-By: systemd -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat -- -- A session with the ID 7 has been terminated. Jul 06 14:13:18 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-file[8222]: Invoked with src=None selevel=None force=False setype=None _original_basename=None unsafe_writes=False access_time=None seuser=None recurse=False state=directory access_time_format=%Y%m%d%H%M.%S group=None modification_time=None serole=None _diff_peek=None modification_time_format=%Y%m%d%H%M.%S path=/etc/systemd/system/tangd.socket.d owner=None follow=True attributes=None mode=0775 Jul 06 14:13:18 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.stat[8253]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/etc/systemd/system/tangd.socket.d/override2.conf follow=False get_mime=True get_attributes=True Jul 06 14:13:19 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.copy[8278]: Invoked with src=/root/.ansible/tmp/ansible-tmp-1720289598.7122836-521-18074556413787/source directory_mode=None force=True unsafe_writes=False remote_src=None dest=/etc/systemd/system/tangd.socket.d/override2.conf selevel=None seuser=None setype=None group=None content=NOT_LOGGING_PARAMETER _original_basename=tmprnlr3s3c serole=None mode=0664 checksum=05987691cc309e84627f31fa0d1680a3b3b2c4b2 owner=None follow=False validate=None attributes=None backup=False local_follow=None Jul 06 14:13:19 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-setup[8296]: Invoked with filter=[] gather_subset=['!all', '!min', 'distribution', 'distribution_major_version', 'distribution_version', 'os_family'] fact_path=/etc/ansible/facts.d gather_timeout=10 Jul 06 14:13:19 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-stat[8309]: Invoked with checksum_algorithm=sha1 get_checksum=True path=/run/ostree-booted follow=False get_mime=True get_attributes=True Jul 06 14:13:19 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.setup[8318]: Invoked with filter=['ansible_pkg_mgr'] gather_subset=['!all'] fact_path=/etc/ansible/facts.d gather_timeout=10 Jul 06 14:13:20 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.yum[8333]: Invoked with lock_timeout=30 update_cache=False conf_file=None exclude=[] allow_downgrade=False sslverify=True disable_gpg_check=False disable_excludes=None use_backend=auto validate_certs=True state=present disablerepo=[] skip_broken=False releasever=None cacheonly=False autoremove=False download_dir=None installroot=/ install_weak_deps=True name=['tang'] download_only=False bugfix=False list=None install_repoquery=True update_only=False disable_plugin=[] enablerepo=[] security=False enable_plugin=[] Jul 06 14:13:20 ip-10-31-13-248.us-east-1.aws.redhat.com ansible-ansible.legacy.command[8342]: Invoked with executable=None _uses_shell=False expand_argument_vars=True strip_empty_ends=True _raw_params=journalctl -ex removes=None argv=None creates=None chdir=None stdin_add_newline=True stdin=None TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:100 Saturday 06 July 2024 18:13:20 +0000 (0:00:00.226) 0:00:02.229 ********* included: /WORKDIR/git-weekly-ci4waispxj/tests/tasks/cleanup.yml for sut TASK [Remove control node files/directories] *********************************** task path: /WORKDIR/git-weekly-ci4waispxj/tests/tasks/cleanup.yml:2 Saturday 06 July 2024 18:13:20 +0000 (0:00:00.010) 0:00:02.239 ********* skipping: [sut] => { "changed": false, "false_condition": "nbde_server_keys_dir | d(\"\") is match(\"^/\")", "skip_reason": "Conditional result was False" } TASK [Remove managed node files/directories] *********************************** task path: /WORKDIR/git-weekly-ci4waispxj/tests/tasks/cleanup.yml:9 Saturday 06 July 2024 18:13:20 +0000 (0:00:00.017) 0:00:02.257 ********* skipping: [sut] => (item={'path': '', 'remove_dir': 'true'}) => { "ansible_loop_var": "item", "changed": false, "false_condition": "item.path is match(\"^/\")", "item": { "path": "", "remove_dir": "true" }, "skip_reason": "Conditional result was False" } changed: [sut] => (item={'path': '/var/db/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/db/tang\"\nelse\n rm -rf \"/var/db/tang\"/* \"/var/db/tang\"/.* || :\nfi\n", "delta": "0:00:00.005515", "end": "2024-07-06 14:13:20.793505", "item": { "path": "/var/db/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-07-06 14:13:20.787990" } STDERR: + '[' false = true ']' + rm -rf '/var/db/tang/*' '/var/db/tang/.*' changed: [sut] => (item={'path': '/var/cache/tang', 'remove_dir': 'false'}) => { "ansible_loop_var": "item", "changed": true, "cmd": "set -euxo pipefail\nif [ \"false\" = true ]; then\n rm -rf \"/var/cache/tang\"\nelse\n rm -rf \"/var/cache/tang\"/* \"/var/cache/tang\"/.* || :\nfi\n", "delta": "0:00:00.004729", "end": "2024-07-06 14:13:20.914823", "item": { "path": "/var/cache/tang", "remove_dir": "false" }, "rc": 0, "start": "2024-07-06 14:13:20.910094" } STDERR: + '[' false = true ']' + rm -rf '/var/cache/tang/*' '/var/cache/tang/.*' to retry, use: --limit @/tmp/tests_share_system_dir.retry PLAY RECAP ********************************************************************* sut : ok=11 changed=3 unreachable=0 failed=1 skipped=1 rescued=0 ignored=0 Saturday 06 July 2024 18:13:20 +0000 (0:00:00.263) 0:00:02.521 ********* =============================================================================== fedora.linux_system_roles.nbde_server : Ensure tang is installed -------- 0.65s /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main-tang.yml:2 Create a customization systemd file ------------------------------------- 0.53s /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:20 ------------ fedora.linux_system_roles.nbde_server : Ensure ansible_facts used by role --- 0.35s /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:2 Create the tangd.socket.d directory ------------------------------------- 0.26s /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:14 ------------ Remove managed node files/directories ----------------------------------- 0.26s /WORKDIR/git-weekly-ci4waispxj/tests/tasks/cleanup.yml:9 ---------------------- Debug ------------------------------------------------------------------- 0.23s /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:96 ------------ fedora.linux_system_roles.nbde_server : Check if system is ostree ------- 0.13s /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:10 Remove control node files/directories ----------------------------------- 0.02s /WORKDIR/git-weekly-ci4waispxj/tests/tasks/cleanup.yml:2 ---------------------- fedora.linux_system_roles.nbde_server : Set platform/version specific variables --- 0.01s /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:19 fedora.linux_system_roles.nbde_server : Set flag to indicate system is ostree --- 0.01s /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/set_vars.yml:15 fedora.linux_system_roles.nbde_server : Include the appropriate provider tasks --- 0.01s /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:9 Run role ---------------------------------------------------------------- 0.01s /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:28 ------------ fedora.linux_system_roles.nbde_server : Set version specific variables --- 0.01s /WORKDIR/git-weekly-ci4waispxj/.collection/ansible_collections/fedora/linux_system_roles/roles/nbde_server/tasks/main.yml:6 Cleanup ----------------------------------------------------------------- 0.01s /WORKDIR/git-weekly-ci4waispxj/tests/tests_share_system_dir.yml:100 ----------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---