Bug#1127635: linux-image-6.18.9+deb14-powerpc64: fails to boot on IBM 8204-E8A (POWER6 p550) LPAR, NULL deref in PCI MSI setup
"Aaron D. Johnson" <[email protected]> Sun, 08 Mar 2026 04:11:23 +0000
| Newsgroups | gmane.linux.debian.devel.bugs.general,gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <[email protected]> |
I have done as much bisecting as I can with kernel-image packages found inide the installer ISO image archives at https://cdimage.debian.org/cdimage/ports/snapshots/. Here are my results from today: kernel-image-6.12.6-powerpc64 works as expected. No blacklisting of ehci_pci is required. OS boots full multiuser mode successfully. kernel-image-6.12.17-powerpc64 fails in a manner similar to the original report. Kernel Oops inside pci_msi_domain_supports(). kernel-image-6.12.17-powerpc64 with ehci_pci blacklisted fails in a new fashion. There is still an Ooops inside pci_msi_domain_supports(). But, as expected ehci_pci_probe is not in the stack trace. Console output for each of these is attached. And following up on my friend Hayden's suggestion, CONFIG_PCI_MSI_ARCH_FALLBACKS is set on all of the installed kernel packages: $ grep MSI_ARCH /boot/config-6.1* /boot/config-6.1.0-9-powerpc64:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.11.7-powerpc64:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.12.17-powerpc64:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.12.6-powerpc64:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.16.3+deb14-powerpc64:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.18.15+deb14-powerpc64:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.18.15+deb14-powerpc64-64k:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.18.9+deb14-powerpc64:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.19-powerpc64:CONFIG_PCI_MSI_ARCH_FALLBACKS=y /boot/config-6.19-powerpc64-64k:CONFIG_PCI_MSI_ARCH_FALLBACKS=y $ So code changes in that area are likely to blame, but the config itself seems to be OK. Is there an archive of correspondinng kernel package sources (or even better, ppc64 binaries) available somewhere? If there is anything between 6.12.6 and 6.12.17 releases, I'm happy to build (or install) as much as necessary to find the initial package with the issue and do further bisection. At least for as long as I have the machine in my possession. It looks like there were 6.12.16-1, 6.12.15-1, 6.12.13-1, 6.12.12-1, 6.12.11-1, 6.12.10-1, 6.12.9-1, 6.12.8-1, and 6.12.6-1 kernel-image packages in the archive at some point. Thanks! - Aaron
1127635-notes_6.12.6-powerpc64_no_blacklist
(text/plain, 60.3 KB)
Sat Mar 7 08:19:47 PM MST 2026 Kernel 6.12.6-powerpc64 root=/dev/vg00/root ro === BEGIN Grub and kernel console output === Loading Linux 6.12.6-powerpc64 ... Loading initial ramdisk ... OF stdout device is: /vdevice/vty@30000000 Preparing to boot Linux version 6.12.6-powerpc64 ([email protected]) (powerpc64-linux-gnu-gcc-14 (Debian 14.2.0-11) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.50.20241215) #1 SMP Debian 6.12.6-1 (2024-12-21) Detected machine type: 0000000000000101 command line: BOOT_IMAGE=/vmlinux-6.12.6-powerpc64 root=/dev/mapper/vg00-root ro Max number of cores passed to firmware: 1024 (NR_CPUS = 2048) Calling ibm,client-architecture-support... done memory layout at init: memory_limit : 0000000000000000 (16 MB aligned) alloc_bottom : 0000000007d19000 alloc_top : 0000000010000000 alloc_top_hi : 0000000010000000 rmo_top : 0000000010000000 ram_top : 0000000010000000 instantiating rtas at 0x000000000eeb0000... done prom_hold_cpus: skipped copying OF device tree... Building dt strings... Building dt structure... Device tree strings 0x0000000007d1a000 -> 0x0000000007d1b81f Device tree struct 0x0000000007d1c000 -> 0x0000000007d3b000 Quiescing Open Firmware ... Booting Linux via __start() @ 0x0000000003690000 ... [ 0.000000] hash-mmu: Page sizes from device-tree: [ 0.000000] hash-mmu: base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0 [ 0.000000] hash-mmu: base_shift=12: shift=16, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=7 [ 0.000000] hash-mmu: base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1 [ 0.000000] hash-mmu: base_shift=24: shift=24, sllp=0x0100, avpnm=0x00000001, tlbiel=0, penc=0 [ 0.000000] hash-mmu: base_shift=34: shift=34, sllp=0x0120, avpnm=0x000007ff, tlbiel=0, penc=3 [ 0.000000] Using 1TB segments [ 0.000000] hash-mmu: Initializing hash mmu with SLB [ 0.000000] Linux version 6.12.6-powerpc64 ([email protected]) (powerpc64-linux-gnu-gcc-14 (Debian 14.2.0-11) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.50.20241215) #1 SMP Debian 6.12.6-1 (2024-12-21) [ 0.000000] Found initrd at 0xc000000005900000:0xc000000007d18478 [ 0.000000] Hardware name: IBM,8204-E8A POWER6 (architected) 0x3e0302 0xf000002 of:IBM,EL350_118 hv:phyp pSeries [ 0.000000] printk: legacy bootconsole [udbg0] enabled [ 0.000000] Partition configured for 8 cpus. [ 0.000000] CPU maps initialized for 2 threads per core [ 0.000000] numa: Partition configured for 32 NUMA nodes. [ 0.000000] ----------------------------------------------------- [ 0.000000] phys_mem_size = 0x7b0000000 [ 0.000000] dcache_bsize = 0x80 [ 0.000000] icache_bsize = 0x80 [ 0.000000] cpu_features = 0x00000121a35c1183 [ 0.000000] possible = 0x001ffbebffffb18f [ 0.000000] always = 0x0000000000000180 [ 0.000000] cpu_user_features = 0xdc007442 0x00000000 [ 0.000000] mmu_features = 0x7c006001 [ 0.000000] firmware_features = 0x00000080005ffc5f [ 0.000000] vmalloc start = 0xc0003d0000000000 [ 0.000000] IO start = 0xc0003e0000000000 [ 0.000000] vmemmap start = 0xc0003f0000000000 [ 0.000000] hash-mmu: ppc64_pft_size = 0x1d [ 0.000000] hash-mmu: htab_hash_mask = 0x3fffff [ 0.000000] ----------------------------------------------------- [ 0.000000] NODE_DATA(0) allocated [mem 0x3bffb7e00-0x3bffbffff] [ 0.000000] NODE_DATA(1) allocated [mem 0x7aff7fe00-0x7aff87fff] [ 0.000000] rfi-flush: fallback displacement flush available [ 0.000000] count-cache-flush: flush disabled. [ 0.000000] link-stack-flush: flush disabled. [ 0.000000] PPC64 nvram contains 15360 bytes [ 0.000000] barrier-nospec: using ORI speculation barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x00000007afffffff] [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x00000003bfffffff] [ 0.000000] node 1: [mem 0x00000003c0000000-0x00000007afffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000003bfffffff] [ 0.000000] Initmem setup node 1 [mem 0x00000003c0000000-0x00000007afffffff] [ 0.000000] Initmem setup node 2 as memoryless [ 0.000000] Initmem setup node 3 as memoryless [ 0.000000] Initmem setup node 4 as memoryless [ 0.000000] Initmem setup node 5 as memoryless [ 0.000000] Initmem setup node 6 as memoryless [ 0.000000] Initmem setup node 7 as memoryless [ 0.000000] Initmem setup node 8 as memoryless [ 0.000000] Initmem setup node 9 as memoryless [ 0.000000] Initmem setup node 10 as memoryless [ 0.000000] Initmem setup node 11 as memoryless [ 0.000000] Initmem setup node 12 as memoryless [ 0.000000] Initmem setup node 13 as memoryless [ 0.000000] Initmem setup node 14 as memoryless [ 0.000000] Initmem setup node 15 as memoryless [ 0.000000] Initmem setup node 16 as memoryless [ 0.000000] Initmem setup node 17 as memoryless [ 0.000000] Initmem setup node 18 as memoryless [ 0.000000] Initmem setup node 19 as memoryless [ 0.000000] Initmem setup node 20 as memoryless [ 0.000000] Initmem setup node 21 as memoryless [ 0.000000] Initmem setup node 22 as memoryless [ 0.000000] Initmem setup node 23 as memoryless [ 0.000000] Initmem setup node 24 as memoryless [ 0.000000] Initmem setup node 25 as memoryless [ 0.000000] Initmem setup node 26 as memoryless [ 0.000000] Initmem setup node 27 as memoryless [ 0.000000] Initmem setup node 28 as memoryless [ 0.000000] Initmem setup node 29 as memoryless [ 0.000000] Initmem setup node 30 as memoryless [ 0.000000] Initmem setup node 31 as memoryless [ 0.000000] percpu: Embedded 39 pages/cpu s120344 r0 d39400 u159744 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinux-6.12.6-powerpc64 root=/dev/mapper/vg00-root ro [ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinux-6.12.6-powerpc64", will be passed to user space. [ 0.000000] Fallback order for Node 0: 0 1 [ 0.000000] Fallback order for Node 1: 1 0 [ 0.000000] Fallback order for Node 2: 0 1 [ 0.000000] Fallback order for Node 3: 1 0 [ 0.000000] Fallback order for Node 4: 0 1 [ 0.000000] Fallback order for Node 5: 1 0 [ 0.000000] Fallback order for Node 6: 0 1 [ 0.000000] Fallback order for Node 7: 1 0 [ 0.000000] Fallback order for Node 8: 0 1 [ 0.000000] Fallback order for Node 9: 1 0 [ 0.000000] Fallback order for Node 10: 0 1 [ 0.000000] Fallback order for Node 11: 1 0 [ 0.000000] Fallback order for Node 12: 0 1 [ 0.000000] Fallback order for Node 13: 1 0 [ 0.000000] Fallback order for Node 14: 0 1 [ 0.000000] Fallback order for Node 15: 1 0 [ 0.000000] Fallback order for Node 16: 0 1 [ 0.000000] Fallback order for Node 17: 1 0 [ 0.000000] Fallback order for Node 18: 0 1 [ 0.000000] Fallback order for Node 19: 1 0 [ 0.000000] Fallback order for Node 20: 0 1 [ 0.000000] Fallback order for Node 21: 1 0 [ 0.000000] Fallback order for Node 22: 0 1 [ 0.000000] Fallback order for Node 23: 1 0 [ 0.000000] Fallback order for Node 24: 0 1 [ 0.000000] Fallback order for Node 25: 1 0 [ 0.000000] Fallback order for Node 26: 0 1 [ 0.000000] Fallback order for Node 27: 1 0 [ 0.000000] Fallback order for Node 28: 0 1 [ 0.000000] Fallback order for Node 29: 1 0 [ 0.000000] Fallback order for Node 30: 0 1 [ 0.000000] Fallback order for Node 31: 1 0 [ 0.000000] Built 2 zonelists, mobility grouping on. Total pages: 8060928 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=8, Nodes=32 [ 0.000000] ftrace: allocating 39240 entries in 231 pages [ 0.000000] ftrace: allocated 230 pages with 5 groups [ 0.000000] trace event string verifier disabled [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=8. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000000] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns [ 0.000063] clocksource: timebase mult[1f40000] shift[24] registered [ 0.000312] Console: colour dummy device 80x25 [ 0.000348] printk: legacy console [hvc0] enabled [ 0.000348] printk: legacy console [hvc0] enabled [ 0.000382] printk: legacy bootconsole [udbg0] disabled [ 0.000382] printk: legacy bootconsole [udbg0] disabled [ 0.000951] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.000964] pid_max: default: 32768 minimum: 301 [ 0.002643] LSM: initializing lsm=capability,landlock,lockdown,yama,apparmor,tomoyo,bpf,ipe,ima,evm [ 0.003254] landlock: Up and running. [ 0.003263] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.003384] AppArmor: AppArmor initialized [ 0.003412] TOMOYO Linux initialized [ 0.003623] LSM support for eBPF active [ 0.014240] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc) [ 0.019557] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, vmalloc) [ 0.019957] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) [ 0.020129] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) [ 0.036398] POWER6 performance monitor hardware support registered [ 0.036476] rcu: Hierarchical SRCU implementation. [ 0.036483] rcu: Max phase no-delay instances is 1000. [ 0.036620] Timer migration: 2 hierarchy levels; 8 children per group; 0 crossnode level [ 0.040265] smp: Bringing up secondary CPUs ... [ 0.096867] smp: Brought up 2 nodes, 8 CPUs [ 0.096881] numa: Node 0 CPUs: 0-3 [ 0.096893] numa: Node 1 CPUs: 4-7 [ 0.170984] node 1 deferred pages initialised in 72ms [ 0.174465] node 0 deferred pages initialised in 76ms [ 0.174537] Memory: 31569920K/32243712K available (16244K kernel code, 2352K rwdata, 8404K rodata, 5236K init, 1393K bss, 616864K reserved, 0K cma-reserved) [ 0.175947] devtmpfs: initialized [ 0.185730] PCI host bridge /pci@800000020000200 ranges: [ 0.185757] IO 0x00003dffe01f0000..0x00003dffe01fffff -> 0x00000000000f0000 [ 0.185768] MEM 0x00003c0000000000..0x00003c007fffffff -> 0x0000000080000000 [ 0.185809] PCI: failed to find MSIs for bridge /pci@800000020000200 (domain 512) [ 0.185846] PCI host bridge /pci@800000020000201 ranges: [ 0.185861] IO 0x00003dffe02f0000..0x00003dffe02fffff -> 0x00000000000f0000 [ 0.185872] MEM 0x00003c0080000000..0x00003c00ffffffff -> 0x0000000080000000 [ 0.185908] PCI: failed to find MSIs for bridge /pci@800000020000201 (domain 513) [ 0.185929] PCI host bridge /pci@800000020000202 ranges: [ 0.185943] IO 0x00003dffe03f0000..0x00003dffe03fffff -> 0x00000000000f0000 [ 0.185954] MEM 0x00003c0100000000..0x00003c017fffffff -> 0x0000000080000000 [ 0.185986] PCI: failed to find MSIs for bridge /pci@800000020000202 (domain 514) [ 0.186007] PCI host bridge /pci@800000020000203 ranges: [ 0.186021] IO 0x00003dffe04f0000..0x00003dffe04fffff -> 0x00000000000f0000 [ 0.186032] MEM 0x00003c0180000000..0x00003c01ffffffff -> 0x0000000080000000 [ 0.186062] PCI: failed to find MSIs for bridge /pci@800000020000203 (domain 515) [ 0.186083] PCI host bridge /pci@800000020000204 ranges: [ 0.186098] IO 0x00003dffe11f0000..0x00003dffe11fffff -> 0x00000000000f0000 [ 0.186108] MEM 0x00003c0400000000..0x00003c047fefffff -> 0x0000000080000000 [ 0.186165] PCI host bridge /pci@800000020000205 ranges: [ 0.186180] IO 0x00003dffe12f0000..0x00003dffe12fffff -> 0x00000000000f0000 [ 0.186191] MEM 0x00003c0480000000..0x00003c04ffefffff -> 0x0000000080000000 [ 0.186251] PCI host bridge /pci@800000020000206 ranges: [ 0.186266] IO 0x00003dffe13f0000..0x00003dffe13fffff -> 0x00000000000f0000 [ 0.186277] MEM 0x00003c0500000000..0x00003c057fefffff -> 0x0000000080000000 [ 0.186324] PCI host bridge /pci@800000020000207 ranges: [ 0.186339] IO 0x00003dffe14f0000..0x00003dffe14fffff -> 0x00000000000f0000 [ 0.186350] MEM 0x00003c0580000000..0x00003c05ffefffff -> 0x0000000080000000 [ 0.186533] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.186635] futex hash table entries: 2048 (order: 6, 262144 bytes, vmalloc) [ 0.289099] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.289305] IBM eBus Device Driver [ 0.289983] audit: initializing netlink subsys (disabled) [ 0.290194] audit: type=2000 audit(1772940016.288:1): state=initialized audit_enabled=0 res=1 [ 0.290516] thermal_sys: Registered thermal governor 'fair_share' [ 0.290519] thermal_sys: Registered thermal governor 'bang_bang' [ 0.290527] thermal_sys: Registered thermal governor 'step_wise' [ 0.290535] thermal_sys: Registered thermal governor 'user_space' [ 0.290542] thermal_sys: Registered thermal governor 'power_allocator' [ 0.290602] cpuidle: using governor ladder [ 0.290648] cpuidle: using governor menu [ 0.292542] EEH: pSeries platform initialized [ 0.295910] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.302140] HugeTLB: registered 16.0 MiB page size, pre-allocated 0 pages [ 0.302150] HugeTLB: 0 KiB vmemmap can be freed for a 16.0 MiB page [ 0.302160] HugeTLB: registered 16.0 GiB page size, pre-allocated 0 pages [ 0.302168] HugeTLB: 0 KiB vmemmap can be freed for a 16.0 GiB page [ 0.309469] iommu: Default domain type: Translated [ 0.309477] iommu: DMA domain TLB invalidation policy: strict mode [ 0.309897] SCSI subsystem initialized [ 0.310070] pps_core: LinuxPPS API ver. 1 registered [ 0.310078] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 0.310093] PTP clock support registered [ 0.310872] NetLabel: Initializing [ 0.310879] NetLabel: domain hash size = 128 [ 0.310886] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.310933] NetLabel: unlabeled traffic allowed by default [ 0.310942] PCI: Probing PCI hardware [ 0.311273] PCI host bridge to bus 0200:00 [ 0.311281] pci_bus 0200:00: Unknown NUMA node; performance will be reduced [ 0.311292] pci_bus 0200:00: root bus resource [io 0x170000-0x17ffff] (bus address [0xf0000-0xfffff]) [ 0.311305] pci_bus 0200:00: root bus resource [mem 0x3c0000000000-0x3c007fffffff] (bus address [0x80000000-0xffffffff]) [ 0.311319] pci_bus 0200:00: root bus resource [bus 00-ff] [ 0.312499] pci 0200:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.360848] IOMMU table initialized, virtual merging enabled [ 0.361339] PCI host bridge to bus 0201:00 [ 0.361349] pci_bus 0201:00: Unknown NUMA node; performance will be reduced [ 0.361359] pci_bus 0201:00: root bus resource [io 0x2f0000-0x2fffff] (bus address [0xf0000-0xfffff]) [ 0.361370] pci_bus 0201:00: root bus resource [mem 0x3c0080000000-0x3c00ffffffff] (bus address [0x80000000-0xffffffff]) [ 0.361381] pci_bus 0201:00: root bus resource [bus 00-ff] [ 0.361973] pci 0201:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.363714] pci 0201:00:01.0: supports D1 D2 [ 0.363722] pci 0201:00:01.0: PME# supported from D0 D1 D2 D3hot [ 0.365338] pci 0201:00:01.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.367094] pci 0201:00:01.1: supports D1 D2 [ 0.367103] pci 0201:00:01.1: PME# supported from D0 D1 D2 D3hot [ 0.368704] pci 0201:00:01.2: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.370456] pci 0201:00:01.2: supports D1 D2 [ 0.370464] pci 0201:00:01.2: PME# supported from D0 D1 D2 D3hot [ 0.414452] PCI host bridge to bus 0202:00 [ 0.414465] pci_bus 0202:00: Unknown NUMA node; performance will be reduced [ 0.414474] pci_bus 0202:00: root bus resource [io 0x470000-0x47ffff] (bus address [0xf0000-0xfffff]) [ 0.414486] pci_bus 0202:00: root bus resource [mem 0x3c0100000000-0x3c017fffffff] (bus address [0x80000000-0xffffffff]) [ 0.414497] pci_bus 0202:00: root bus resource [bus 00-ff] [ 0.415636] pci 0202:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.460806] PCI host bridge to bus 0203:00 [ 0.460819] pci_bus 0203:00: Unknown NUMA node; performance will be reduced [ 0.460828] pci_bus 0203:00: root bus resource [io 0x5f0000-0x5fffff] (bus address [0xf0000-0xfffff]) [ 0.460839] pci_bus 0203:00: root bus resource [mem 0x3c0180000000-0x3c01ffffffff] (bus address [0x80000000-0xffffffff]) [ 0.460850] pci_bus 0203:00: root bus resource [bus 00-ff] [ 0.501900] PCI host bridge to bus 0204:01 [ 0.501913] pci_bus 0204:01: Unknown NUMA node; performance will be reduced [ 0.501922] pci_bus 0204:01: root bus resource [io 0x770000-0x77ffff] (bus address [0xf0000-0xfffff]) [ 0.501933] pci_bus 0204:01: root bus resource [mem 0x3c0400000000-0x3c047fefffff] (bus address [0x80000000-0xffefffff]) [ 0.501944] pci_bus 0204:01: root bus resource [bus 01-ff] [ 0.503257] pci 0204:01:00.0: enabling Extended Tags [ 0.503977] pci 0204:01:00.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.513558] pci 0204:01:00.1: enabling Extended Tags [ 0.514292] pci 0204:01:00.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.563283] PCI host bridge to bus 0205:01 [ 0.563296] pci_bus 0205:01: Unknown NUMA node; performance will be reduced [ 0.563305] pci_bus 0205:01: root bus resource [io 0x8f0000-0x8fffff] (bus address [0xf0000-0xfffff]) [ 0.563316] pci_bus 0205:01: root bus resource [mem 0x3c0480000000-0x3c04ffefffff] (bus address [0x80000000-0xffefffff]) [ 0.563328] pci_bus 0205:01: root bus resource [bus 01-ff] [ 0.564665] pci 0205:01:00.0: enabling Extended Tags [ 0.565398] pci 0205:01:00.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.575182] pci 0205:01:00.1: enabling Extended Tags [ 0.575922] pci 0205:01:00.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.626325] PCI host bridge to bus 0206:01 [ 0.626336] pci_bus 0206:01: Unknown NUMA node; performance will be reduced [ 0.626346] pci_bus 0206:01: root bus resource [io 0xa70000-0xa7ffff] (bus address [0xf0000-0xfffff]) [ 0.626357] pci_bus 0206:01: root bus resource [mem 0x3c0500000000-0x3c057fefffff] (bus address [0x80000000-0xffefffff]) [ 0.626368] pci_bus 0206:01: root bus resource [bus 01-ff] [ 0.668031] PCI host bridge to bus 0207:01 [ 0.668043] pci_bus 0207:01: Unknown NUMA node; performance will be reduced [ 0.668052] pci_bus 0207:01: root bus resource [io 0xbf0000-0xbfffff] (bus address [0xf0000-0xfffff]) [ 0.668063] pci_bus 0207:01: root bus resource [mem 0x3c0580000000-0x3c05ffefffff] (bus address [0x80000000-0xffefffff]) [ 0.668075] pci_bus 0207:01: root bus resource [bus 01-ff] [ 0.711084] pci_bus 0200:00: resource 4 [io 0x170000-0x17ffff] [ 0.711097] pci_bus 0200:00: resource 5 [mem 0x3c0000000000-0x3c007fffffff] [ 0.711107] pci_bus 0201:00: resource 4 [io 0x2f0000-0x2fffff] [ 0.711116] pci_bus 0201:00: resource 5 [mem 0x3c0080000000-0x3c00ffffffff] [ 0.711126] pci_bus 0202:00: resource 4 [io 0x470000-0x47ffff] [ 0.711134] pci_bus 0202:00: resource 5 [mem 0x3c0100000000-0x3c017fffffff] [ 0.711144] pci_bus 0203:00: resource 4 [io 0x5f0000-0x5fffff] [ 0.711152] pci_bus 0203:00: resource 5 [mem 0x3c0180000000-0x3c01ffffffff] [ 0.711162] pci_bus 0204:01: resource 4 [io 0x770000-0x77ffff] [ 0.711171] pci_bus 0204:01: resource 5 [mem 0x3c0400000000-0x3c047fefffff] [ 0.711181] pci_bus 0205:01: resource 4 [io 0x8f0000-0x8fffff] [ 0.711189] pci_bus 0205:01: resource 5 [mem 0x3c0480000000-0x3c04ffefffff] [ 0.711199] pci_bus 0206:01: resource 4 [io 0xa70000-0xa7ffff] [ 0.711207] pci_bus 0206:01: resource 5 [mem 0x3c0500000000-0x3c057fefffff] [ 0.711216] pci_bus 0207:01: resource 4 [io 0xbf0000-0xbfffff] [ 0.711225] pci_bus 0207:01: resource 5 [mem 0x3c0580000000-0x3c05ffefffff] [ 0.711267] pci 0200:00:01.0: Adding to iommu group 0 [ 0.714472] pci 0201:00:01.0: Adding to iommu group 1 [ 0.716946] pci 0201:00:01.1: Adding to iommu group 1 [ 0.719431] pci 0201:00:01.2: Adding to iommu group 1 [ 0.721919] pci 0202:00:01.0: Adding to iommu group 2 [ 0.725264] pci 0204:01:00.0: Adding to iommu group 4 [ 0.729028] pci 0204:01:00.1: Adding to iommu group 4 [ 0.732787] pci 0205:01:00.0: Adding to iommu group 5 [ 0.736626] pci 0205:01:00.1: Adding to iommu group 5 [ 0.740454] EEH: Capable adapter found: recovery enabled. [ 0.740732] vgaarb: loaded [ 0.740950] clocksource: Switched to clocksource timebase [ 0.744227] VFS: Disk quotas dquot_6.6.0 [ 0.744370] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.745312] AppArmor: AppArmor Filesystem Enabled [ 0.752877] NET: Registered PF_INET protocol family [ 0.753677] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) [ 0.776825] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, vmalloc) [ 0.777197] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc) [ 0.777812] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) [ 0.780544] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc) [ 0.782586] TCP: Hash tables configured (established 262144 bind 65536) [ 0.783101] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, vmalloc) [ 0.784148] UDP hash table entries: 16384 (order: 7, 524288 bytes, vmalloc) [ 0.784842] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, vmalloc) [ 0.785581] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.785602] NET: Registered PF_XDP protocol family [ 0.787430] pci 0201:00:01.2: enabling device (0140 -> 0142) [ 0.788694] PCI: CLS 128 bytes, default 128 [ 0.788864] Trying to unpack rootfs image as initramfs... [ 0.798289] Initialise system trusted keyrings [ 0.798330] Key type blacklist registered [ 0.798567] workingset: timestamp_bits=38 max_order=23 bucket_order=0 [ 0.798621] zbud: loaded [ 0.799526] fuse: init (API version 7.41) [ 0.800178] integrity: Platform Keyring initialized [ 0.800196] Key type asymmetric registered [ 0.800203] Asymmetric key parser 'x509' registered [ 1.275827] Freeing initrd memory: 36960K [ 1.296302] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 1.296469] io scheduler mq-deadline registered [ 1.300503] ledtrig-cpu: registered to indicate activity on CPUs [ 1.301677] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.302929] Non-volatile memory driver v1.3 [ 1.302937] Linux agpgart interface v0.103 [ 1.303522] mousedev: PS/2 mouse device common for all mice [ 1.303699] rtc-generic rtc-generic: registered as rtc0 [ 1.303748] rtc-generic rtc-generic: setting system clock to 2026-03-08T03:20:17 UTC (1772940017) [ 1.304751] NET: Registered PF_INET6 protocol family [ 1.324080] Segment Routing with IPv6 [ 1.324114] In-situ OAM (IOAM) with IPv6 [ 1.324164] mip6: Mobile IPv6 [ 1.324175] NET: Registered PF_PACKET protocol family [ 1.324319] mpls_gso: MPLS GSO support [ 1.331142] registered taskstats version 1 [ 1.331534] Loading compiled-in X.509 certificates [ 1.384591] Loaded X.509 cert 'Build time autogenerated kernel key: e461b8d00bfcee1b9954f86e1113e83d54cefc95' [ 1.391832] Demotion targets for Node 0: null [ 1.391840] Demotion targets for Node 1: null [ 1.392614] Key type .fscrypt registered [ 1.392621] Key type fscrypt-provisioning registered [ 1.481023] Key type encrypted registered [ 1.481041] AppArmor: AppArmor sha256 policy hashing enabled [ 1.481068] ima: No TPM chip found, activating TPM-bypass! [ 1.481076] ima: Allocated hash algorithm: sha256 [ 1.481098] ima: No architecture policies found [ 1.481166] evm: Initialising EVM extended attributes: [ 1.481173] evm: security.selinux [ 1.481179] evm: security.SMACK64 (disabled) [ 1.481185] evm: security.SMACK64EXEC (disabled) [ 1.481192] evm: security.SMACK64TRANSMUTE (disabled) [ 1.481198] evm: security.SMACK64MMAP (disabled) [ 1.481204] evm: security.apparmor [ 1.481210] evm: security.ima [ 1.481216] evm: security.capability [ 1.481221] evm: HMAC attrs: 0x1 [ 1.482449] SED: plpks not available [ 1.510911] Freeing unused kernel image (initmem) memory: 5236K [ 1.510930] This architecture does not have kernel memory protection. [ 1.510943] Run /init as init process Loading, please wait... Starting systemd-udevd version 260~rc1-2 [ 2.345328] ehea: IBM eHEA ethernet device driver (Release EHEA_0107) [ 2.357407] ipr: IBM Power RAID SCSI Device Driver version: 2.6.4 (March 14, 2017) [ 2.357479] ipr 0200:00:01.0: Found IOA with IRQ: 18 [ 2.362718] ipr 0200:00:01.0: Starting IOA initialization sequence. [ 2.362737] scsi host0: IBM 0 Storage Adapter [ 2.363371] ipr 0200:00:01.0: Adapter firmware version: 02200070 [ 2.363405] ipr 0202:00:01.0: Found IOA with IRQ: 22 [ 2.366795] ipr 0200:00:01.0: IOA initialized. [ 2.367375] scsi 0:255:255:255: No Device IBM 572C001SISIOA 0150 PQ: 0 ANSI: 0 [ 2.368695] ipr 0202:00:01.0: Starting IOA initialization sequence. [ 2.368707] scsi host1: IBM 0 Storage Adapter [ 2.369282] ipr 0202:00:01.0: Adapter firmware version: 07130025 [ 2.370175] ipr 0202:00:01.0: IOA initialized. [ 2.371181] scsi 1:255:255:255: No Device IBM 571A001 0150 PQ: 0 ANSI: 0 [ 2.402101] scsi 0:8:0:0: Enclosure IBM VSBPM2E4 3GSAS 05 PQ: 0 ANSI: 2 [ 2.403876] scsi 0:4:2:0: Direct-Access IBM HUS153014VLS300 A424 PQ: 0 ANSI: 5 [ 2.404672] usbcore: registered new interface driver usbfs [ 2.404723] usbcore: registered new interface driver hub [ 2.404768] usbcore: registered new device driver usb [ 2.410544] scsi 0:4:3:0: Direct-Access IBM HUS153014VLS300 A424 PQ: 0 ANSI: 5 [ 2.432602] scsi 0:4:10:0: Enclosure IBM PSBPD6E4 3GSAS 0008 PQ: 0 ANSI: 4 [ 2.512217] scsi 0:6:10:0: Enclosure IBM PSBPD6E4 3GSAS 0008 PQ: 0 ANSI: 4 [ 2.577491] scsi 0:3:0:0: SATA devices are no longer supported by this driver. Skipping device. [ 2.617188] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after [ 2.627451] ehci-pci 0201:00:01.2: EHCI Host Controller [ 2.627480] ehci-pci 0201:00:01.2: new USB bus registered, assigned bus number 1 [ 2.628113] ehci-pci 0201:00:01.2: irq 21, io mem 0x3c00ffffd000 [ 2.637101] ehci-pci 0201:00:01.2: USB 2.0 started, EHCI 1.00 [ 2.637326] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12 [ 2.637338] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.637347] usb usb1: Product: EHCI Host Controller [ 2.637355] usb usb1: Manufacturer: Linux 6.12.6-powerpc64 ehci_hcd [ 2.637363] usb usb1: SerialNumber: 0201:00:01.2 [ 2.637802] hub 1-0:1.0: USB hub found [ 2.637833] hub 1-0:1.0: 5 ports detected [ 2.638704] sd 0:4:3:0: [sdb] 286748000 512-byte logical blocks: (147 GB/137 GiB) [ 2.641063] sd 0:4:3:0: [sdb] Write Protect is off [ 2.643644] sd 0:4:3:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 2.654595] sd 0:4:2:0: Power-on or device reset occurred [ 2.656213] sd 0:4:2:0: [sda] 286748000 512-byte logical blocks: (147 GB/137 GiB) [ 2.658572] sd 0:4:2:0: [sda] Write Protect is off [ 2.661166] sd 0:4:2:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.078212] ibmebus port0 eth0: Jumbo frames are disabled [ 3.078235] ibmebus port0 eth0: logical port id #1 [ 3.078700] ibmebus port1 eth1: Jumbo frames are disabled [ 3.078709] ibmebus port1 eth1: logical port id #2 [ 3.079194] ibmebus port2 eth2: Jumbo frames are disabled [ 3.079203] ibmebus port2 eth2: logical port id #17 [ 3.079674] ibmebus port3 eth3: Jumbo frames are disabled [ 3.079683] ibmebus port3 eth3: logical port id #18 [ 3.118053] sdb: sdb1 sdb2 sdb3 [ 3.118538] sd 0:4:3:0: [sdb] Attached SCSI disk [ 3.119644] sda: sda1 sda2 sda3 [ 3.120099] sd 0:4:2:0: [sda] Attached SCSI disk [ 3.127059] ohci-pci 0201:00:01.0: OHCI PCI host controller [ 3.127082] ohci-pci 0201:00:01.0: new USB bus registered, assigned bus number 2 [ 3.127252] ohci-pci 0201:00:01.0: irq 19, io mem 0x3c00ffffe000 [ 3.211200] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 3.211220] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.211229] usb usb2: Product: OHCI PCI host controller [ 3.211236] usb usb2: Manufacturer: Linux 6.12.6-powerpc64 ohci_hcd [ 3.211244] usb usb2: SerialNumber: 0201:00:01.0 [ 3.211642] hub 2-0:1.0: USB hub found [ 3.211669] hub 2-0:1.0: 3 ports detected [ 3.213005] ohci-pci 0201:00:01.1: OHCI PCI host controller [ 3.213034] ohci-pci 0201:00:01.1: new USB bus registered, assigned bus number 3 [ 3.213202] ohci-pci 0201:00:01.1: irq 20, io mem 0x3c00fffff000 [ 3.299112] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.12 [ 3.299134] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.299146] usb usb3: Product: OHCI PCI host controller [ 3.299156] usb usb3: Manufacturer: Linux 6.12.6-powerpc64 ohci_hcd [ 3.299167] usb usb3: SerialNumber: 0201:00:01.1 [ 3.300060] hub 3-0:1.0: USB hub found [ 3.300083] hub 3-0:1.0: 2 ports detected [ 3.333249] Emulex LightPulse Fibre Channel SCSI driver 14.4.0.5 [ 3.333268] Copyright (C) 2017-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. [ 3.333826] lpfc 0204:01:00.0: enabling device (0140 -> 0142) [ 3.339971] scsi host2: Emulex LPe11000 PCIe Fibre Channel Adapter on PCI bus 01 device 00 irq 23 [ 3.560065] md/raid1:md127: active with 2 out of 2 mirrors [ 3.569832] md127: detected capacity change from 0 to 2093056 [ 4.573603] lpfc 0204:01:00.1: enabling device (0140 -> 0142) [ 4.579315] scsi host3: Emulex LPe11000 PCIe Fibre Channel Adapter on PCI bus 01 device 01 irq 24 [ 5.885605] lpfc 0205:01:00.0: enabling device (0140 -> 0142) [ 5.891385] scsi host4: Emulex LPe11000 PCIe Fibre Channel Adapter on PCI bus 01 device 00 irq 25 [ 7.197559] lpfc 0205:01:00.1: enabling device (0140 -> 0142) [ 7.203353] scsi host5: Emulex LPe11000 PCIe Fibre Channel Adapter on PCI bus 01 device 01 irq 26 Begin: Loading essential drivers ... [ 8.756961] raid6: altivecx8 gen() 2864 MB/s [ 8.824953] raid6: altivecx4 gen() 3218 MB/s [ 8.892957] raid6: altivecx2 gen() 3042 MB/s [ 8.960964] raid6: altivecx1 gen() 2138 MB/s [ 9.028961] raid6: int64x8 gen() 2728 MB/s [ 9.096955] raid6: int64x4 gen() 3949 MB/s [ 9.164958] raid6: int64x2 gen() 3390 MB/s [ 9.232961] raid6: int64x1 gen() 2019 MB/s [ 9.232972] raid6: using algorithm int64x4 gen() 3949 MB/s [ 9.300958] raid6: .... xor() 1481 MB/s, rmw enabled [ 9.300968] raid6: using intx1 recovery algorithm [ 9.304520] xor: measuring software checksum speed [ 9.304821] 8regs : 11180 MB/sec [ 9.305217] 8regs_prefetch : 8454 MB/sec [ 9.305515] 32regs : 11328 MB/sec [ 9.305894] 32regs_prefetch : 8807 MB/sec [ 9.306290] altivec : 8426 MB/sec [ 9.306298] xor: using function: 32regs (11328 MB/sec) done. Begin: Running /scripts/init-premount ... Begin: Waiting up to 180 secs for any network device to become available ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. [ 9.505144] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 9.505268] device-mapper: uevent: version 1.0.3 [ 9.505534] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected] IP-Config: eth2 hardware address 00:21:5e:17:5d:90 mtu 1500 DHCP RARP [ 9.516891] ibmebus port2 eth2: Logical port up: 0Mbps Half Duplex [ 9.516912] ibmebus port2 eth2: Physical port down [ 9.516921] ibmebus port2 eth2: External switch port is backup port IP-Config: eth0 hardware address 00:21:5e:17:5d:80 mtu 1500 DHCP RARP [ 9.576919] ibmebus port0 eth0: Logical port up: 1000Mbps Full Duplex [ 9.576967] ibmebus port0 eth0: Physical port up [ 9.576977] ibmebus port0 eth0: External switch port is backup port Please unlock disk sda3_plain: IP-Config: eth3 hardware address 00:21:5e:17:5d:91 mtu 1500 DHCP RARP IP-Config: eth1 hardware address 00:21:5e:17:5d:81 mtu 1500 DHCP RARP IP-Config: eth0 complete (dhcp from 172.17.0.2): address: 172.17.0.42 broadcast: 172.17.0.255 netmask: 255.255.255.0 gateway: 172.17.0.1 dns0 : 172.17.0.1 dns1 : 172.17.0.2 host : watson domain : internal.fnord.greeley.co.us rootserver: 172.17.0.18 rootpath: filename : debian/trixie/ppc64/boot/grub/powerpc.elf Begin: Starting dropbear ... cryptsetup: sda3_plain: set up successfully Please unlock disk sdb3_plain: [ 102.284980] md/raid1:md126: active with 2 out of 2 mirrors [ 102.300306] md126: detected capacity change from 0 to 284335360 cryptsetup: sdb3_plain: set up successfully done. Begin: Running /scripts/local-premount ... done. Begin: Will now check root file system ... fsck from util-linux 2.41.3 [/sbin/fsck.ext4 (1) -- /dev/mapper/vg00-root] fsck.ext4 -a -C0 /dev/mapper/vg00-root /dev/mapper/vg00-root: recovering journal /dev/mapper/vg00-root: clean, 72924/262144 files, 532141/1048576 blocks done. [ 103.761415] EXT4-fs (dm-2): mounted filesystem 26efc594-bfba-47ca-a68d-eebe44ddef0b ro with ordered data mode. Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... Begin: Stopping dropbear ... done. Begin: Bringing down eth0 ... [ 103.991186] ibmebus port0 eth0: Logical port down [ 103.991210] ibmebus port0 eth0: Physical port up [ 103.991221] ibmebus port0 eth0: External switch port is backup port [ 103.994162] ibmebus port0 eth0: Physical port up [ 103.994173] ibmebus port0 eth0: External switch port is backup port [ 103.997227] ibmebus port0 eth0: Physical port up [ 103.997237] ibmebus port0 eth0: External switch port is backup port [ 103.999654] ibmebus port0 eth0: Physical port up [ 103.999664] ibmebus port0 eth0: External switch port is backup port done. Begin: Bringing down eth1 ... [ 104.017210] ibmebus port1 eth1: Logical port down [ 104.017226] ibmebus port1 eth1: Physical port down [ 104.017233] ibmebus port1 eth1: External switch port is backup port [ 104.020047] ibmebus port1 eth1: Physical port down [ 104.020058] ibmebus port1 eth1: External switch port is backup port [ 104.022505] ibmebus port1 eth1: Physical port down [ 104.022514] ibmebus port1 eth1: External switch port is backup port [ 104.024931] ibmebus port1 eth1: Physical port down [ 104.024940] ibmebus port1 eth1: External switch port is backup port done. Begin: Bringing down eth2 ... [ 104.042303] ibmebus port2 eth2: Logical port down [ 104.042319] ibmebus port2 eth2: Physical port down [ 104.042326] ibmebus port2 eth2: External switch port is backup port [ 104.044811] ibmebus port2 eth2: Physical port down [ 104.044820] ibmebus port2 eth2: External switch port is backup port [ 104.047255] ibmebus port2 eth2: Physical port down [ 104.047264] ibmebus port2 eth2: External switch port is backup port [ 104.049785] ibmebus port2 eth2: Physical port down [ 104.049794] ibmebus port2 eth2: External switch port is backup port done. Begin: Bringing down eth3 ... [ 104.067322] ibmebus port3 eth3: Logical port down [ 104.067338] ibmebus port3 eth3: Physical port down [ 104.067345] ibmebus port3 eth3: External switch port is backup port [ 104.069852] ibmebus port3 eth3: Physical port down [ 104.069861] ibmebus port3 eth3: External switch port is backup port [ 104.072296] ibmebus port3 eth3: Physical port down [ 104.072305] ibmebus port3 eth3: External switch port is backup port [ 104.074756] ibmebus port3 eth3: Physical port down [ 104.074765] ibmebus port3 eth3: External switch port is backup port done. Begin: Bringing down lo ... done. done. [ 104.307704] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. [ 105.330505] systemd[1]: Inserted module 'autofs4' [ 105.496469] systemd[1]: systemd 260~rc1-2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON -UTMP +LIBARCHIVE) [ 105.496506] systemd[1]: Detected virtualization powervm. [ 105.496539] systemd[1]: Detected architecture ppc64. Welcome to Debian GNU/Linux forky/sid! [ 105.759133] NET: Registered PF_VSOCK protocol family [ 106.565533] systemd[1]: Queued start job for default target graphical.target. [ 106.633969] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ OK ] Created slice system-getty.slice - Slice /system/getty. [ 106.636164] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ OK ] Created slice system-modprobe.slice - Slice /system/modprobe. [ 106.638104] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ OK ] Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 106.640115] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ OK ] Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 106.641703] systemd[1]: Created slice user.slice - User and Session Slice. [ OK ] Created slice user.slice - User and Session Slice. [ 106.642222] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ OK ] Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 106.642692] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ OK ] Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 106.643579] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 106.643901] systemd[1]: Expecting device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7... Expecting device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7... [ 106.644176] systemd[1]: Expecting device dev-hvc0.device - /dev/hvc0... Expecting device dev-hvc0.device - /dev/hvc0... [ 106.644438] systemd[1]: Expecting device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home... Expecting device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home... [ 106.644700] systemd[1]: Expecting device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt... Expecting device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt... [ 106.644975] systemd[1]: Expecting device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap... Expecting device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap... [ 106.645235] systemd[1]: Expecting device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp... Expecting device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp... [ 106.645493] systemd[1]: Expecting device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var... Expecting device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var... [ 106.645796] systemd[1]: Reached target imports.target - Image Downloads. [ OK ] Reached target imports.target - Image Downloads. [ 106.646105] systemd[1]: Reached target paths.target - Path Units. [ OK ] Reached target paths.target - Path Units. [ 106.646387] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ OK ] Reached target remote-fs.target - Remote File Systems. [ 106.646669] systemd[1]: Reached target slices.target - Slice Units. [ OK ] Reached target slices.target - Slice Units. [ 106.647227] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. [ OK ] Listening on dm-event.socket - Device-mapper event daemon FIFOs. [ 106.647669] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. [ OK ] Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. [ 106.652381] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password. [ OK ] Listening on systemd-ask-password.socket - Query the User Interactively for a Password. [ 106.655697] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. [ OK ] Listening on systemd-creds.socket - Credential Encryption/Decryption. [ 106.660383] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management. [ OK ] Listening on systemd-factory-reset.socket - Factory Reset Management. [ 106.661024] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ OK ] Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 106.661617] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [ OK ] Listening on systemd-journald.socket - Journal Sockets. [ 106.666747] systemd[1]: Listening on systemd-mute-console.socket - Console Output Muting Service Socket. [ OK ] Listening on systemd-mute-console.socket - Console Output Muting Service Socket. [ 106.667265] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ OK ] Listening on systemd-udevd-control.socket - udev Control Socket. [ 106.667687] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 106.668186] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket. [ OK ] Listening on systemd-udevd-varlink.socket - udev Varlink Socket. [ 106.677378] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting dev-hugepages.mount - Huge Pages File System... [ 106.680547] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 106.683965] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 106.689149] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 106.697667] systemd[1]: Starting blk-availability.service - Availability of block devices... Starting blk-availability.service - Availability of block devices... [ 106.739085] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 106.742717] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 106.743234] systemd[1]: [email protected] - Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs [ 106.747653] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 106.753900] systemd[1]: Starting [email protected] - Load Kernel Module drm... Starting [email protected] - Load Kernel Module drm... [ 106.758420] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 106.758853] systemd[1]: [email protected] - Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse [ 106.763678] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 106.764289] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root [ 106.764505] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 [ 106.772416] systemd[1]: Starting systemd-journald.service - Journal Service... Starting systemd-journald.service - Journal Service... [ 106.785284] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting systemd-modules-load.service - Load Kernel Modules... [ 106.789010] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 106.793956] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [ 106.800284] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 106.850150] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 106.851004] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 106.904842] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [ OK ] Mounted dev-hugepages.mount - Huge Pages File System. [ 106.905766] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 106.906600] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ OK ] Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 106.907434] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ OK ] Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 106.908982] systemd[1]: Finished blk-availability.service - Availability of block devices. [ OK ] Finished blk-availability.service - Availability of block devices. [ 106.910737] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ OK ] Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 106.911718] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 106.912554] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ OK ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 106.914201] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ OK ] Finished systemd-modules-load.service - Load Kernel Modules. [ 106.920123] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Starting systemd-sysctl.service - Apply Kernel Variables... [ 106.924578] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [ 106.965910] EXT4-fs (dm-2): re-mounted 26efc594-bfba-47ca-a68d-eebe44ddef0b r/w. Quota mode: none. [ 106.990016] systemd-journald[681]: Collecting audit messages is disabled. [ 107.054550] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ OK ] Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ 107.061975] systemd[1]: [email protected]: Deactivated successfully. [ 107.062796] systemd[1]: Finished [email protected] - Load Kernel Module drm. [ OK ] Finished [email protected] - Load Kernel Module drm. [ 107.064831] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ OK ] Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 107.070228] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc [ 107.115874] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ OK ] Finished systemd-sysctl.service - Apply Kernel Variables. [ 107.239389] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ OK ] Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ 107.240041] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met. [ 107.248016] systemd[1]: Starting systemd-journalctl.socket - Journal Log Access Socket... Starting systemd-journalctl.socket - Journal Log Access Socket... [ 107.280807] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 107.283207] systemd[1]: Started systemd-journald.service - Journal Service. [ OK ] Started systemd-journald.service - Journal Service. [ OK ] Listening on systemd-journalctl.socket - Journal Log Access Socket. [ OK ] Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ OK ] Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ OK ] Reached target local-fs-pre.target - Preparation for Local File Systems. Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [ OK ] Finished systemd-udev-trigger.service - Coldplug All udev Devices. Starting ifupdown-pre.service - Helper to synchronize boot up for ifupdown... [ OK ] Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ OK ] Finished ifupdown-pre.service - Helper to synchronize boot up for ifupdown. [ OK ] Found device dev-hvc0.device - /dev/hvc0. [ 108.406808] scsi 0:255:255:255: Attached scsi generic sg0 type 31 [ 108.407073] scsi 0:8:0:0: Attached scsi generic sg1 type 13 [ 108.407256] sd 0:4:2:0: Attached scsi generic sg2 type 0 [ 108.407522] sd 0:4:3:0: Attached scsi generic sg3 type 0 [ 108.407650] scsi 0:4:10:0: Attached scsi generic sg4 type 13 [ 108.407782] scsi 0:6:10:0: Attached scsi generic sg5 type 13 [ 108.408106] scsi 1:255:255:255: Attached scsi generic sg6 type 31 Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 108.655467] ses 0:8:0:0: Attached Enclosure device [ 108.655538] ses 0:4:10:0: Attached Enclosure device [ 108.655575] ses 0:6:10:0: Attached Enclosure device [ OK ] Found device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home. [ OK ] Found device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt. [ OK ] Found device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var. [ OK ] Found device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp. [ OK ] Found device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap. [ OK ] Found device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. Activating swap dev-mapper-vg00\x2dswap.swap - /dev/mapper/vg00-swap... [ OK ] Started mdmonitor.service - MD array monitor. Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service - File System Check on /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7... Starting systemd-fsck@dev-mapper-vg00\x2dhome.service - File System Check on /dev/mapper/vg00-home... Starting systemd-fsck@dev-mapper-vg00\x2dopt.service - File System Check on /dev/mapper/vg00-opt... Starting systemd-fsck@dev-mapper-vg00\x2dtmp.service - File System Check on /dev/mapper/vg00-tmp... Starting systemd-fsck@dev-mapper-vg00\x2dvar.service - File System Check on /dev/mapper/vg00-var... [ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 109.447001] Adding 8388604k swap on /dev/mapper/vg00-swap. Priority:-2 extents:1 across:8388604k [ OK ] Activated swap dev-mapper-vg00\x2dswap.swap - /dev/mapper/vg00-swap. [ OK ] Reached target swap.target - Swaps. [ OK ] Finished systemd-fsck@dev-mapper-vg00\x2dvar.service - File System Check on /dev/mapper/vg00-var. Mounting var.mount - /var... [ OK ] Finished systemd-fsck@dev-mapper-vg00\x2dopt.service - File System Check on /dev/mapper/vg00-opt. Mounting opt.mount - /opt... [ OK ] Finished systemd-fsck@dev-mapper-vg00\x2dhome.service - File System Check on /dev/mapper/vg00-home. Mounting home.mount - /home... [ OK ] Finished systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service - File System Check on /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. [ OK ] Finished systemd-fsck@dev-mapper-vg00\x2dtmp.service - File System Check on /dev/mapper/vg00-tmp. [ 109.954249] EXT4-fs (dm-7): mounted filesystem ca9faec4-fa2e-4e68-b8c8-966579434ca5 r/w with ordered data mode. Quota mode: none. [ OK ] Mounted opt.mount - /opt. [ 109.970234] EXT4-fs (dm-6): mounted filesystem 86c38325-d9f0-4aa7-b6ee-1f74d8607177 r/w with ordered data mode. Quota mode: none. [ OK ] Mounted home.mount - /home. [ 110.011355] EXT4-fs (dm-5): mounted filesystem fc0b09b5-dd98-4777-82e2-3b811e642638 r/w with ordered data mode. Quota mode: none. [ OK ] Mounted var.mount - /var. Starting systemd-journal-flush.service - Flush Journal to Persistent Storage... Starting systemd-random-seed.service - Load/Save OS Random Seed... [ 110.141525] systemd-journald[681]: Received client request to flush runtime journal. [ OK ] Finished systemd-random-seed.service - Load/Save OS Random Seed. Mounting boot.mount - /boot... Mounting tmp.mount - /tmp... [ 110.501015] EXT4-fs (dm-4): mounted filesystem 6890d9fc-59cf-4f63-b719-444f7a9d743a r/w with ordered data mode. Quota mode: none. [ OK ] Mounted tmp.mount - /tmp. [ 110.572665] EXT4-fs (md127): mounted filesystem b9cc43d7-e381-4c11-9a21-6beb7d32b6a7 r/w with ordered data mode. Quota mode: none. [ OK ] Mounted boot.mount - /boot. [ OK ] Reached target local-fs.target - Local File Systems. [ OK ] Listening on systemd-sysext.socket - System Extension Image Management. [ OK ] Started [email protected] - ifup for eth0. Starting networking.service - Raise network interfaces... Starting systemd-binfmt.service - Set Up Additional Binary Formats... Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... [ OK ] Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ OK ] Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ 110.936629] ibmebus port0 eth0: Logical port up: 1000Mbps Full Duplex [ 110.936667] ibmebus port0 eth0: Physical port up [ 110.936680] ibmebus port0 eth0: External switch port is backup port [ OK ] Finished networking.service - Raise network interfaces. [ OK ] Reached target network.target - Network. [ OK ] Finished systemd-journal-flush.service - Flush Journal to Persistent Storage. Starting systemd-tmpfiles-setup.service - Create System Files and Directories... [ OK ] Finished systemd-tmpfiles-setup.service - Create System Files and Directories. [ OK ] Reached target sysinit.target - System Initialization. [ OK ] Started apt-daily.timer - Daily apt download activities. [ OK ] Started apt-daily-upgrade.timer - Daily apt upgrade and clean activities. [ OK ] Started dpkg-db-backup.timer - Daily dpkg database backup timer. [ OK ] Started e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems. [ OK ] Started fstrim.timer - Discard unused filesystem blocks once a week. [ OK ] Started logrotate.timer - Daily rotation of log files. [ OK ] Started man-db.timer - Daily man-db regeneration. [ OK ] Started mdcheck_continue.timer - MD array scrubbing - continuation. [ OK ] Started mdcheck_start.timer - MD array scrubbing. [ OK ] Started mdmonitor-oneshot.timer - Reminder for degraded MD arrays. [ OK ] Started ntpsec-rotate-stats.timer - Rotate ntpd stats daily. [ OK ] Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories. [ OK ] Reached target timers.target - Timer Units. [ OK ] Listening on sshd-unix-local.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local). Starting sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK)... [ OK ] Listening on systemd-hostnamed.socket - Hostname Service Socket. [ OK ] Listening on systemd-logind-varlink.socket - User Login Management Varlink Socket. Starting wtmpdb-update-boot.service - Write boot and shutdown times into wtmpdb... [ OK ] Listening on sshd-vsock.socket - OpenSSH Server Socket (systemd-ssh-generator, AF_VSOCK). [ OK ] Reached target sockets.target - Socket Units. [ OK ] Reached target basic.target - Basic System. [ OK ] Reached target ssh-access.target - SSH Access Available. [ OK ] Started cron.service - Regular background program processing daemon. Starting e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots... Starting getty-static.service - getty on tty2-tty6 if dbus and logind are not available... Starting iprdump.service - IBM Power Raid dump daemon... Starting ntpsec.service - Network Time Service... Starting ssh.service - OpenBSD Secure Shell server... Starting systemd-user-sessions.service - Permit User Sessions... [ OK ] Started iprdump.service - IBM Power Raid dump daemon. Starting iprinit.service - IBM Power Raid init daemon... Starting iprupdate.service - IBM Power Raid update daemon... [ OK ] Finished systemd-user-sessions.service - Permit User Sessions. [ OK ] Started [email protected] - Getty on tty1. [ OK ] Started [email protected] - Getty on tty2. [ OK ] Started [email protected] - Getty on tty3. [ OK ] Started [email protected] - Getty on tty4. [ OK ] Started [email protected] - Getty on tty5. [ OK ] Started [email protected] - Serial Getty on hvc0. [ OK ] Started ntpsec.service - Network Time Service. [ OK ] Started iprinit.service - IBM Power Raid init daemon. [ OK ] Started iprupdate.service - IBM Power Raid update daemon. [ OK ] Reached target iprutils.target - IBM Power Raid utilities. [ OK ] Started [email protected] - Getty on tty6. [ OK ] Finished getty-static.service - getty on tty2-tty6 if dbus and logind are not available. [ OK ] Reached target getty.target - Login Prompts. [ OK ] Finished wtmpdb-update-boot.service - Write boot and shutdown times into wtmpdb. [ OK ] Finished e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots. [ OK ] Started ssh.service - OpenBSD Secure Shell server. [ OK ] Reached target multi-user.target - Multi-User System. [ OK ] Reached target graphical.target - Graphical Interface. Debian GNU/Linux forky/sid watson hvc0 Try contacting this VM's SSH server via 'ssh vsock%4294967295' from host. watson login: === END Grub and kernel console output === Success!
1127635-notes_6.12.17_no_blacklist
(text/plain, 32.1 KB)
Sat Mar 7 07:31:18 PM MST 2026 Kernel 6.12.17-powerpc64 root=/dev/vg00/root ro === BEGIN Grub and kernel console output === Loading Linux 6.12.17-powerpc64 ... Loading initial ramdisk ... OF stdout device is: /vdevice/vty@30000000 Preparing to boot Linux version 6.12.17-powerpc64 ([email protected]) (powerpc64-linux-gnu-gcc-14 (Debian 14.2.0-17) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP Debian 6.12.17-1 (2025-03-01) Detected machine type: 0000000000000101 command line: BOOT_IMAGE=/vmlinux-6.12.17-powerpc64 root=/dev/mapper/vg00-root ro Max number of cores passed to firmware: 1024 (NR_CPUS = 2048) Calling ibm,client-architecture-support... done memory layout at init: memory_limit : 0000000000000000 (16 MB aligned) alloc_bottom : 0000000007d12000 alloc_top : 0000000010000000 alloc_top_hi : 0000000010000000 rmo_top : 0000000010000000 ram_top : 0000000010000000 instantiating rtas at 0x000000000eeb0000... done prom_hold_cpus: skipped copying OF device tree... Building dt strings... Building dt structure... Device tree strings 0x0000000007d13000 -> 0x0000000007d1481f Device tree struct 0x0000000007d15000 -> 0x0000000007d34000 Quiescing Open Firmware ... Booting Linux via __start() @ 0x0000000003690000 ... [ 0.000000] hash-mmu: Page sizes from device-tree: [ 0.000000] hash-mmu: base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0 [ 0.000000] hash-mmu: base_shift=12: shift=16, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=7 [ 0.000000] hash-mmu: base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1 [ 0.000000] hash-mmu: base_shift=24: shift=24, sllp=0x0100, avpnm=0x00000001, tlbiel=0, penc=0 [ 0.000000] hash-mmu: base_shift=34: shift=34, sllp=0x0120, avpnm=0x000007ff, tlbiel=0, penc=3 [ 0.000000] Using 1TB segments [ 0.000000] hash-mmu: Initializing hash mmu with SLB [ 0.000000] Linux version 6.12.17-powerpc64 ([email protected]) (powerpc64-linux-gnu-gcc-14 (Debian 14.2.0-17) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP Debian 6.12.17-1 (2025-03-01) [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] Found initrd at 0xc000000005900000:0xc000000007d115e8 [ 0.000000] Hardware name: IBM,8204-E8A POWER6 (architected) 0x3e0302 0xf000002 of:IBM,EL350_118 hv:phyp pSeries [ 0.000000] printk: legacy bootconsole [udbg0] enabled [ 0.000000] Partition configured for 8 cpus. [ 0.000000] CPU maps initialized for 2 threads per core [ 0.000000] numa: Partition configured for 32 NUMA nodes. [ 0.000000] ----------------------------------------------------- [ 0.000000] phys_mem_size = 0x7b0000000 [ 0.000000] dcache_bsize = 0x80 [ 0.000000] icache_bsize = 0x80 [ 0.000000] cpu_features = 0x00000121a35c1183 [ 0.000000] possible = 0x001ffbebffffb18f [ 0.000000] always = 0x0000000000000180 [ 0.000000] cpu_user_features = 0xdc007442 0x00000000 [ 0.000000] mmu_features = 0x7c006001 [ 0.000000] firmware_features = 0x00000080005ffc5f [ 0.000000] vmalloc start = 0xc0003d0000000000 [ 0.000000] IO start = 0xc0003e0000000000 [ 0.000000] vmemmap start = 0xc0003f0000000000 [ 0.000000] hash-mmu: ppc64_pft_size = 0x1d [ 0.000000] hash-mmu: htab_hash_mask = 0x3fffff [ 0.000000] ----------------------------------------------------- [ 0.000000] NODE_DATA(0) allocated [mem 0x3bffb7e00-0x3bffbffff] [ 0.000000] NODE_DATA(1) allocated [mem 0x7aff7fe00-0x7aff87fff] [ 0.000000] rfi-flush: fallback displacement flush available [ 0.000000] count-cache-flush: flush disabled. [ 0.000000] link-stack-flush: flush disabled. [ 0.000000] PPC64 nvram contains 15360 bytes [ 0.000000] barrier-nospec: using ORI speculation barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x00000007afffffff] [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x00000003bfffffff] [ 0.000000] node 1: [mem 0x00000003c0000000-0x00000007afffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000003bfffffff] [ 0.000000] Initmem setup node 1 [mem 0x00000003c0000000-0x00000007afffffff] [ 0.000000] Initmem setup node 2 as memoryless [ 0.000000] Initmem setup node 3 as memoryless [ 0.000000] Initmem setup node 4 as memoryless [ 0.000000] Initmem setup node 5 as memoryless [ 0.000000] Initmem setup node 6 as memoryless [ 0.000000] Initmem setup node 7 as memoryless [ 0.000000] Initmem setup node 8 as memoryless [ 0.000000] Initmem setup node 9 as memoryless [ 0.000000] Initmem setup node 10 as memoryless [ 0.000000] Initmem setup node 11 as memoryless [ 0.000000] Initmem setup node 12 as memoryless [ 0.000000] Initmem setup node 13 as memoryless [ 0.000000] Initmem setup node 14 as memoryless [ 0.000000] Initmem setup node 15 as memoryless [ 0.000000] Initmem setup node 16 as memoryless [ 0.000000] Initmem setup node 17 as memoryless [ 0.000000] Initmem setup node 18 as memoryless [ 0.000000] Initmem setup node 19 as memoryless [ 0.000000] Initmem setup node 20 as memoryless [ 0.000000] Initmem setup node 21 as memoryless [ 0.000000] Initmem setup node 22 as memoryless [ 0.000000] Initmem setup node 23 as memoryless [ 0.000000] Initmem setup node 24 as memoryless [ 0.000000] Initmem setup node 25 as memoryless [ 0.000000] Initmem setup node 26 as memoryless [ 0.000000] Initmem setup node 27 as memoryless [ 0.000000] Initmem setup node 28 as memoryless [ 0.000000] Initmem setup node 29 as memoryless [ 0.000000] Initmem setup node 30 as memoryless [ 0.000000] Initmem setup node 31 as memoryless [ 0.000000] percpu: Embedded 39 pages/cpu s120472 r0 d39272 u159744 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinux-6.12.17-powerpc64 root=/dev/mapper/vg00-root ro [ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinux-6.12.17-powerpc64", will be passed to user space. [ 0.000000] Fallback order for Node 0: 0 1 [ 0.000000] Fallback order for Node 1: 1 0 [ 0.000000] Fallback order for Node 2: 0 1 [ 0.000000] Fallback order for Node 3: 1 0 [ 0.000000] Fallback order for Node 4: 0 1 [ 0.000000] Fallback order for Node 5: 1 0 [ 0.000000] Fallback order for Node 6: 0 1 [ 0.000000] Fallback order for Node 7: 1 0 [ 0.000000] Fallback order for Node 8: 0 1 [ 0.000000] Fallback order for Node 9: 1 0 [ 0.000000] Fallback order for Node 10: 0 1 [ 0.000000] Fallback order for Node 11: 1 0 [ 0.000000] Fallback order for Node 12: 0 1 [ 0.000000] Fallback order for Node 13: 1 0 [ 0.000000] Fallback order for Node 14: 0 1 [ 0.000000] Fallback order for Node 15: 1 0 [ 0.000000] Fallback order for Node 16: 0 1 [ 0.000000] Fallback order for Node 17: 1 0 [ 0.000000] Fallback order for Node 18: 0 1 [ 0.000000] Fallback order for Node 19: 1 0 [ 0.000000] Fallback order for Node 20: 0 1 [ 0.000000] Fallback order for Node 21: 1 0 [ 0.000000] Fallback order for Node 22: 0 1 [ 0.000000] Fallback order for Node 23: 1 0 [ 0.000000] Fallback order for Node 24: 0 1 [ 0.000000] Fallback order for Node 25: 1 0 [ 0.000000] Fallback order for Node 26: 0 1 [ 0.000000] Fallback order for Node 27: 1 0 [ 0.000000] Fallback order for Node 28: 0 1 [ 0.000000] Fallback order for Node 29: 1 0 [ 0.000000] Fallback order for Node 30: 0 1 [ 0.000000] Fallback order for Node 31: 1 0 [ 0.000000] Built 2 zonelists, mobility grouping on. Total pages: 8060928 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=8, Nodes=32 [ 0.000000] ftrace: allocating 39363 entries in 232 pages [ 0.000000] ftrace: allocated 231 pages with 6 groups [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=8. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000001] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns [ 0.000065] clocksource: timebase mult[1f40000] shift[24] registered [ 0.000297] Console: colour dummy device 80x25 [ 0.000332] printk: legacy console [hvc0] enabled [ 0.000332] printk: legacy console [hvc0] enabled [ 0.000366] printk: legacy bootconsole [udbg0] disabled [ 0.000366] printk: legacy bootconsole [udbg0] disabled [ 0.000946] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.000961] pid_max: default: 32768 minimum: 301 [ 0.002667] LSM: initializing lsm=capability,landlock,lockdown,yama,apparmor,tomoyo,bpf,ipe,ima,evm [ 0.003287] landlock: Up and running. [ 0.003296] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.003416] AppArmor: AppArmor initialized [ 0.003443] TOMOYO Linux initialized [ 0.003654] LSM support for eBPF active [ 0.014323] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc) [ 0.019666] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, vmalloc) [ 0.020070] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) [ 0.020255] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) [ 0.036401] POWER6 performance monitor hardware support registered [ 0.036481] rcu: Hierarchical SRCU implementation. [ 0.036488] rcu: Max phase no-delay instances is 1000. [ 0.036621] Timer migration: 2 hierarchy levels; 8 children per group; 0 crossnode level [ 0.040266] smp: Bringing up secondary CPUs ... [ 0.096864] smp: Brought up 2 nodes, 8 CPUs [ 0.096879] numa: Node 0 CPUs: 0-3 [ 0.096891] numa: Node 1 CPUs: 4-7 [ 0.171043] node 1 deferred pages initialised in 72ms [ 0.174427] node 0 deferred pages initialised in 76ms [ 0.174493] Memory: 31569916K/32243712K available (16292K kernel code, 2360K rwdata, 8444K rodata, 5268K init, 1402K bss, 616972K reserved, 0K cma-reserved) [ 0.175750] devtmpfs: initialized [ 0.185128] PCI host bridge /pci@800000020000200 ranges: [ 0.185155] IO 0x00003dffe01f0000..0x00003dffe01fffff -> 0x00000000000f0000 [ 0.185166] MEM 0x00003c0000000000..0x00003c007fffffff -> 0x0000000080000000 [ 0.185227] PCI: failed to find MSIs for bridge /pci@800000020000200 (domain 512) [ 0.185249] PCI host bridge /pci@800000020000201 ranges: [ 0.185262] IO 0x00003dffe02f0000..0x00003dffe02fffff -> 0x00000000000f0000 [ 0.185273] MEM 0x00003c0080000000..0x00003c00ffffffff -> 0x0000000080000000 [ 0.185316] PCI: failed to find MSIs for bridge /pci@800000020000201 (domain 513) [ 0.185337] PCI host bridge /pci@800000020000202 ranges: [ 0.185350] IO 0x00003dffe03f0000..0x00003dffe03fffff -> 0x00000000000f0000 [ 0.185361] MEM 0x00003c0100000000..0x00003c017fffffff -> 0x0000000080000000 [ 0.185392] PCI: failed to find MSIs for bridge /pci@800000020000202 (domain 514) [ 0.185412] PCI host bridge /pci@800000020000203 ranges: [ 0.185426] IO 0x00003dffe04f0000..0x00003dffe04fffff -> 0x00000000000f0000 [ 0.185436] MEM 0x00003c0180000000..0x00003c01ffffffff -> 0x0000000080000000 [ 0.185465] PCI: failed to find MSIs for bridge /pci@800000020000203 (domain 515) [ 0.185485] PCI host bridge /pci@800000020000204 ranges: [ 0.185499] IO 0x00003dffe11f0000..0x00003dffe11fffff -> 0x00000000000f0000 [ 0.185510] MEM 0x00003c0400000000..0x00003c047fefffff -> 0x0000000080000000 [ 0.185579] PCI host bridge /pci@800000020000205 ranges: [ 0.185594] IO 0x00003dffe12f0000..0x00003dffe12fffff -> 0x00000000000f0000 [ 0.185605] MEM 0x00003c0480000000..0x00003c04ffefffff -> 0x0000000080000000 [ 0.185655] PCI host bridge /pci@800000020000206 ranges: [ 0.185669] IO 0x00003dffe13f0000..0x00003dffe13fffff -> 0x00000000000f0000 [ 0.185680] MEM 0x00003c0500000000..0x00003c057fefffff -> 0x0000000080000000 [ 0.185733] PCI host bridge /pci@800000020000207 ranges: [ 0.185748] IO 0x00003dffe14f0000..0x00003dffe14fffff -> 0x00000000000f0000 [ 0.185758] MEM 0x00003c0580000000..0x00003c05ffefffff -> 0x0000000080000000 [ 0.185952] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.186060] futex hash table entries: 2048 (order: 6, 262144 bytes, vmalloc) [ 0.286710] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.286914] IBM eBus Device Driver [ 0.287545] audit: initializing netlink subsys (disabled) [ 0.287739] audit: type=2000 audit(1772937167.284:1): state=initialized audit_enabled=0 res=1 [ 0.288032] thermal_sys: Registered thermal governor 'fair_share' [ 0.288036] thermal_sys: Registered thermal governor 'bang_bang' [ 0.288043] thermal_sys: Registered thermal governor 'step_wise' [ 0.288050] thermal_sys: Registered thermal governor 'user_space' [ 0.288057] thermal_sys: Registered thermal governor 'power_allocator' [ 0.288118] cpuidle: using governor ladder [ 0.288164] cpuidle: using governor menu [ 0.290536] EEH: pSeries platform initialized [ 0.293894] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.302146] HugeTLB: registered 16.0 MiB page size, pre-allocated 0 pages [ 0.302158] HugeTLB: 0 KiB vmemmap can be freed for a 16.0 MiB page [ 0.302165] HugeTLB: registered 16.0 GiB page size, pre-allocated 0 pages [ 0.302172] HugeTLB: 0 KiB vmemmap can be freed for a 16.0 GiB page [ 0.308513] iommu: Default domain type: Translated [ 0.308521] iommu: DMA domain TLB invalidation policy: strict mode [ 0.308929] SCSI subsystem initialized [ 0.309100] pps_core: LinuxPPS API ver. 1 registered [ 0.309107] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 0.309120] PTP clock support registered [ 0.309907] NetLabel: Initializing [ 0.309913] NetLabel: domain hash size = 128 [ 0.309919] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.309961] NetLabel: unlabeled traffic allowed by default [ 0.309969] PCI: Probing PCI hardware [ 0.310284] PCI host bridge to bus 0200:00 [ 0.310292] pci_bus 0200:00: Unknown NUMA node; performance will be reduced [ 0.310302] pci_bus 0200:00: root bus resource [io 0x170000-0x17ffff] (bus address [0xf0000-0xfffff]) [ 0.310314] pci_bus 0200:00: root bus resource [mem 0x3c0000000000-0x3c007fffffff] (bus address [0x80000000-0xffffffff]) [ 0.310326] pci_bus 0200:00: root bus resource [bus 00-ff] [ 0.311442] pci 0200:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.359052] IOMMU table initialized, virtual merging enabled [ 0.359446] PCI host bridge to bus 0201:00 [ 0.359454] pci_bus 0201:00: Unknown NUMA node; performance will be reduced [ 0.359463] pci_bus 0201:00: root bus resource [io 0x2f0000-0x2fffff] (bus address [0xf0000-0xfffff]) [ 0.359474] pci_bus 0201:00: root bus resource [mem 0x3c0080000000-0x3c00ffffffff] (bus address [0x80000000-0xffffffff]) [ 0.359485] pci_bus 0201:00: root bus resource [bus 00-ff] [ 0.360064] pci 0201:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.361815] pci 0201:00:01.0: supports D1 D2 [ 0.361824] pci 0201:00:01.0: PME# supported from D0 D1 D2 D3hot [ 0.363484] pci 0201:00:01.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.365228] pci 0201:00:01.1: supports D1 D2 [ 0.365236] pci 0201:00:01.1: PME# supported from D0 D1 D2 D3hot [ 0.366863] pci 0201:00:01.2: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.368609] pci 0201:00:01.2: supports D1 D2 [ 0.368616] pci 0201:00:01.2: PME# supported from D0 D1 D2 D3hot [ 0.414187] PCI host bridge to bus 0202:00 [ 0.414202] pci_bus 0202:00: Unknown NUMA node; performance will be reduced [ 0.414211] pci_bus 0202:00: root bus resource [io 0x470000-0x47ffff] (bus address [0xf0000-0xfffff]) [ 0.414222] pci_bus 0202:00: root bus resource [mem 0x3c0100000000-0x3c017fffffff] (bus address [0x80000000-0xffffffff]) [ 0.414233] pci_bus 0202:00: root bus resource [bus 00-ff] [ 0.415384] pci 0202:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.464181] PCI host bridge to bus 0203:00 [ 0.464196] pci_bus 0203:00: Unknown NUMA node; performance will be reduced [ 0.464206] pci_bus 0203:00: root bus resource [io 0x5f0000-0x5fffff] (bus address [0xf0000-0xfffff]) [ 0.464217] pci_bus 0203:00: root bus resource [mem 0x3c0180000000-0x3c01ffffffff] (bus address [0x80000000-0xffffffff]) [ 0.464228] pci_bus 0203:00: root bus resource [bus 00-ff] [ 0.508126] PCI host bridge to bus 0204:01 [ 0.508141] pci_bus 0204:01: Unknown NUMA node; performance will be reduced [ 0.508150] pci_bus 0204:01: root bus resource [io 0x770000-0x77ffff] (bus address [0xf0000-0xfffff]) [ 0.508161] pci_bus 0204:01: root bus resource [mem 0x3c0400000000-0x3c047fefffff] (bus address [0x80000000-0xffefffff]) [ 0.508172] pci_bus 0204:01: root bus resource [bus 01-ff] [ 0.509477] pci 0204:01:00.0: enabling Extended Tags [ 0.510208] pci 0204:01:00.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.519841] pci 0204:01:00.1: enabling Extended Tags [ 0.520562] pci 0204:01:00.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.572392] PCI host bridge to bus 0205:01 [ 0.572407] pci_bus 0205:01: Unknown NUMA node; performance will be reduced [ 0.572416] pci_bus 0205:01: root bus resource [io 0x8f0000-0x8fffff] (bus address [0xf0000-0xfffff]) [ 0.572427] pci_bus 0205:01: root bus resource [mem 0x3c0480000000-0x3c04ffefffff] (bus address [0x80000000-0xffefffff]) [ 0.572438] pci_bus 0205:01: root bus resource [bus 01-ff] [ 0.573764] pci 0205:01:00.0: enabling Extended Tags [ 0.574505] pci 0205:01:00.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.584336] pci 0205:01:00.1: enabling Extended Tags [ 0.585072] pci 0205:01:00.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.636839] PCI host bridge to bus 0206:01 [ 0.636854] pci_bus 0206:01: Unknown NUMA node; performance will be reduced [ 0.636863] pci_bus 0206:01: root bus resource [io 0xa70000-0xa7ffff] (bus address [0xf0000-0xfffff]) [ 0.636874] pci_bus 0206:01: root bus resource [mem 0x3c0500000000-0x3c057fefffff] (bus address [0x80000000-0xffefffff]) [ 0.636886] pci_bus 0206:01: root bus resource [bus 01-ff] [ 0.680676] PCI host bridge to bus 0207:01 [ 0.680692] pci_bus 0207:01: Unknown NUMA node; performance will be reduced [ 0.680701] pci_bus 0207:01: root bus resource [io 0xbf0000-0xbfffff] (bus address [0xf0000-0xfffff]) [ 0.680712] pci_bus 0207:01: root bus resource [mem 0x3c0580000000-0x3c05ffefffff] (bus address [0x80000000-0xffefffff]) [ 0.680724] pci_bus 0207:01: root bus resource [bus 01-ff] [ 0.726535] pci_bus 0200:00: resource 4 [io 0x170000-0x17ffff] [ 0.726549] pci_bus 0200:00: resource 5 [mem 0x3c0000000000-0x3c007fffffff] [ 0.726560] pci_bus 0201:00: resource 4 [io 0x2f0000-0x2fffff] [ 0.726569] pci_bus 0201:00: resource 5 [mem 0x3c0080000000-0x3c00ffffffff] [ 0.726579] pci_bus 0202:00: resource 4 [io 0x470000-0x47ffff] [ 0.726587] pci_bus 0202:00: resource 5 [mem 0x3c0100000000-0x3c017fffffff] [ 0.726597] pci_bus 0203:00: resource 4 [io 0x5f0000-0x5fffff] [ 0.726605] pci_bus 0203:00: resource 5 [mem 0x3c0180000000-0x3c01ffffffff] [ 0.726615] pci_bus 0204:01: resource 4 [io 0x770000-0x77ffff] [ 0.726624] pci_bus 0204:01: resource 5 [mem 0x3c0400000000-0x3c047fefffff] [ 0.726634] pci_bus 0205:01: resource 4 [io 0x8f0000-0x8fffff] [ 0.726643] pci_bus 0205:01: resource 5 [mem 0x3c0480000000-0x3c04ffefffff] [ 0.726652] pci_bus 0206:01: resource 4 [io 0xa70000-0xa7ffff] [ 0.726660] pci_bus 0206:01: resource 5 [mem 0x3c0500000000-0x3c057fefffff] [ 0.726670] pci_bus 0207:01: resource 4 [io 0xbf0000-0xbfffff] [ 0.726678] pci_bus 0207:01: resource 5 [mem 0x3c0580000000-0x3c05ffefffff] [ 0.726712] pci 0200:00:01.0: Adding to iommu group 0 [ 0.729946] pci 0201:00:01.0: Adding to iommu group 1 [ 0.732424] pci 0201:00:01.1: Adding to iommu group 1 [ 0.734917] pci 0201:00:01.2: Adding to iommu group 1 [ 0.737399] pci 0202:00:01.0: Adding to iommu group 2 [ 0.740766] pci 0204:01:00.0: Adding to iommu group 4 [ 0.744543] pci 0204:01:00.1: Adding to iommu group 4 [ 0.748338] pci 0205:01:00.0: Adding to iommu group 5 [ 0.752195] pci 0205:01:00.1: Adding to iommu group 5 [ 0.756032] EEH: Capable adapter found: recovery enabled. [ 0.756275] vgaarb: loaded [ 0.756475] clocksource: Switched to clocksource timebase [ 0.759936] VFS: Disk quotas dquot_6.6.0 [ 0.760075] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.761016] AppArmor: AppArmor Filesystem Enabled [ 0.770420] NET: Registered PF_INET protocol family [ 0.771223] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) [ 0.794747] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, vmalloc) [ 0.795110] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc) [ 0.795610] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) [ 0.798505] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc) [ 0.800590] TCP: Hash tables configured (established 262144 bind 65536) [ 0.801072] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, vmalloc) [ 0.802137] UDP hash table entries: 16384 (order: 7, 524288 bytes, vmalloc) [ 0.802862] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, vmalloc) [ 0.803609] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.803652] NET: Registered PF_XDP protocol family [ 0.805495] pci 0201:00:01.2: enabling device (0140 -> 0142) [ 0.806754] PCI: CLS 128 bytes, default 128 [ 0.806993] Trying to unpack rootfs image as initramfs... [ 0.814006] Initialise system trusted keyrings [ 0.814052] Key type blacklist registered [ 0.814344] workingset: timestamp_bits=38 max_order=23 bucket_order=0 [ 0.814414] zbud: loaded [ 0.815454] fuse: init (API version 7.41) [ 0.816231] integrity: Platform Keyring initialized [ 0.872416] Key type asymmetric registered [ 0.872442] Asymmetric key parser 'x509' registered [ 1.303629] Freeing initrd memory: 36932K [ 1.324603] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 1.324796] io scheduler mq-deadline registered [ 1.329100] ledtrig-cpu: registered to indicate activity on CPUs [ 1.330509] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.331908] Non-volatile memory driver v1.3 [ 1.331916] Linux agpgart interface v0.103 [ 1.332631] mousedev: PS/2 mouse device common for all mice [ 1.332848] rtc-generic rtc-generic: registered as rtc0 [ 1.332899] rtc-generic rtc-generic: setting system clock to 2026-03-08T02:32:48 UTC (1772937168) [ 1.333954] NET: Registered PF_INET6 protocol family [ 1.353571] Segment Routing with IPv6 [ 1.353605] In-situ OAM (IOAM) with IPv6 [ 1.353643] mip6: Mobile IPv6 [ 1.353653] NET: Registered PF_PACKET protocol family [ 1.353806] mpls_gso: MPLS GSO support [ 1.360789] registered taskstats version 1 [ 1.361170] Loading compiled-in X.509 certificates [ 1.413713] Loaded X.509 cert 'Build time autogenerated kernel key: 58ebdb469f508423587736c57bd55ac66c63d190' [ 1.421261] Demotion targets for Node 0: null [ 1.421269] Demotion targets for Node 1: null [ 1.422133] Key type .fscrypt registered [ 1.422141] Key type fscrypt-provisioning registered [ 1.512692] Key type encrypted registered [ 1.512707] AppArmor: AppArmor sha256 policy hashing enabled [ 1.512733] ima: No TPM chip found, activating TPM-bypass! [ 1.512742] ima: Allocated hash algorithm: sha256 [ 1.512777] ima: No architecture policies found [ 1.512854] evm: Initialising EVM extended attributes: [ 1.512861] evm: security.selinux [ 1.512867] evm: security.SMACK64 (disabled) [ 1.512873] evm: security.SMACK64EXEC (disabled) [ 1.512879] evm: security.SMACK64TRANSMUTE (disabled) [ 1.512885] evm: security.SMACK64MMAP (disabled) [ 1.512892] evm: security.apparmor [ 1.512897] evm: security.ima [ 1.512903] evm: security.capability [ 1.512909] evm: HMAC attrs: 0x1 [ 1.516523] SED: plpks not available [ 1.550838] Freeing unused kernel image (initmem) memory: 5268K [ 1.550859] This architecture does not have kernel memory protection. [ 1.550874] Run /init as init process Loading, please wait... Starting systemd-udevd version 260~rc1-2 [ 2.356339] ehea: IBM eHEA ethernet device driver (Release EHEA_0107) [ 2.371967] ipr: IBM Power RAID SCSI Device Driver version: 2.6.4 (March 14, 2017) [ 2.372028] ipr 0200:00:01.0: Found IOA with IRQ: 18 [ 2.399594] ipr 0200:00:01.0: Starting IOA initialization sequence. [ 2.399615] scsi host0: IBM 0 Storage Adapter [ 2.400247] ipr 0200:00:01.0: Adapter firmware version: 02200070 [ 2.400329] ipr 0202:00:01.0: Found IOA with IRQ: 22 [ 2.403684] ipr 0200:00:01.0: IOA initialized. [ 2.404225] scsi 0:255:255:255: No Device IBM 572C001SISIOA 0150 PQ: 0 ANSI: 0 [ 2.407416] ipr 0202:00:01.0: Starting IOA initialization sequence. [ 2.407434] scsi host1: IBM 0 Storage Adapter [ 2.407999] ipr 0202:00:01.0: Adapter firmware version: 07130025 [ 2.408864] ipr 0202:00:01.0: IOA initialized. [ 2.410963] scsi: waiting for bus probes to complete ... [ 2.431530] usbcore: registered new interface driver usbfs [ 2.431589] usbcore: registered new interface driver hub [ 2.431657] usbcore: registered new device driver usb [ 2.439025] scsi 0:8:0:0: Enclosure IBM VSBPM2E4 3GSAS 05 PQ: 0 ANSI: 2 [ 2.440492] scsi 0:4:2:0: Direct-Access IBM HUS153014VLS300 A424 PQ: 0 ANSI: 5 [ 2.447400] scsi 0:4:3:0: Direct-Access IBM HUS153014VLS300 A424 PQ: 0 ANSI: 5 [ 2.464457] scsi 0:4:10:0: Enclosure IBM PSBPD6E4 3GSAS 0008 PQ: 0 ANSI: 4 [ 2.548587] scsi 0:6:10:0: Enclosure IBM PSBPD6E4 3GSAS 0008 PQ: 0 ANSI: 4 [ 2.615216] scsi 0:3:0:0: SATA devices are no longer supported by this driver. Skipping device. [ 2.622902] scsi 1:255:255:255: No Device IBM 571A001 0150 PQ: 0 ANSI: 0 [ 2.626556] Key type psk registered [ 2.649194] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after [ 2.656373] BUG: Kernel NULL pointer dereference at 0x00000000 [ 2.656388] Faulting instruction address: 0xc000000000a39514 [ 2.656401] Oops: Kernel access of bad area, sig: 11 [#1] [ 2.656411] BE PAGE_SIZE=4K MMU=Hash SMP NR_CPUS=2048 NUMA pSeries [ 2.656424] Modules linked in: ehci_pci nvme_fc ehci_hcd ohci_hcd nvme_fabrics nvme_keyring nvme_core usbcore nvme_auth scsi_transport_fc ipr ehea(+) configfs usb_common [ 2.656483] CPU: 3 UID: 0 PID: 57 Comm: kworker/u34:0 Not tainted 6.12.17-powerpc64 #1 Debian 6.12.17-1 [ 2.656499] Hardware name: IBM,8204-E8A POWER6 (architected) 0x3e0302 0xf000002 of:IBM,EL350_118 hv:phyp pSeries [ 2.656511] Workqueue: async async_run_entry_fn [ 2.656531] NIP: c000000000a39514 LR: c000000000a36ed8 CTR: c000000000a35820 [ 2.656544] REGS: c000000003d8f480 TRAP: 0380 Not tainted (6.12.17-powerpc64 Debian 6.12.17-1) [ 2.656556] MSR: 800000000200b032 <SF,VEC,EE,FP,ME,IR,DR,RI> CR: 24000808 XER: 00000000 [ 2.656595] CFAR: c000000000a394c0 IRQMASK: 0 [ 2.656595] GPR00: c000000000a36ed8 c000000003d8f720 c00000000182e200 c00000000aac8000 [ 2.656595] GPR04: 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 2.656595] GPR08: 0000000000000001 0000000000000000 c00000000228fc00 0000000044000808 [ 2.656595] GPR12: c000000000a35820 c00000000eeae300 c0000000001acb28 c0000003c1a01880 [ 2.656595] GPR16: 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 2.656595] GPR20: 0000000000000000 c0000000022f5c00 fffffffffffffef7 c000000001d9d578 [ 2.656595] GPR24: 0000000000000000 c000000003e4bf80 0000000000000000 c00000000aac8000 [ 2.656595] GPR28: 0000000000000001 0000000000000000 c00000000aac8000 0000000000000001 [ 2.656754] NIP [c000000000a39514] pci_msi_domain_supports+0x54/0x70 [ 2.656770] LR [c000000000a36ed8] __pci_enable_msi_range+0x188/0x680 [ 2.656784] Call Trace: [ 2.656791] [c000000003d8f720] [c000000003d8f824] 0xc000000003d8f824 (unreliable) [ 2.656809] [c000000003d8f860] [c000000000a3578c] pci_alloc_irq_vectors_affinity+0x14c/0x1e0 [ 2.656827] [c000000003d8f8f0] [c0003d00088054d4] usb_hcd_pci_probe+0x32c/0x530 [usbcore] [ 2.656857] [c000000003d8f990] [c0003d00092040b8] ehci_pci_probe+0x50/0x90 [ehci_pci] [ 2.656875] [c000000003d8f9c0] [c000000000a260e8] local_pci_probe+0x68/0x100 [ 2.656894] [c000000003d8fa40] [c000000000a26218] pci_call_probe+0x98/0x220 [ 2.656911] [c000000003d8fba0] [c000000000a27348] pci_device_probe+0xc8/0x1e0 [ 2.656929] [c000000003d8fbe0] [c000000000b2e658] really_probe+0x108/0x520 [ 2.656947] [c000000003d8fc70] [c000000000b2eb24] __driver_probe_device+0xb4/0x200 [ 2.656963] [c000000003d8fcf0] [c000000000b2edc4] driver_probe_device+0x54/0x130 [ 2.656980] [c000000003d8fd30] [c000000000b2f398] __driver_attach_async_helper+0x78/0x150 [ 2.656998] [c000000003d8fdb0] [c0000000001b5ea0] async_run_entry_fn+0x60/0x1c0 [ 2.657014] [c000000003d8fe40] [c00000000019ed7c] process_one_work+0x1fc/0x500 [ 2.657030] [c000000003d8fef0] [c0000000001a079c] worker_thread+0x33c/0x4f0 [ 2.657046] [c000000003d8ff90] [c0000000001acc58] kthread+0x138/0x140 [ 2.657062] [c000000003d8ffe0] [c00000000000d3b0] start_kernel_thread+0x14/0x18 [ 2.657079] Code: 4182002c e92a0088 80690000 7c632038 7c632278 7c630034 5463d97e 786307e0 4e800020 60000000 60000000 e92a0020 <80690000> 4bffffd8 60000000 7ca50034 [ 2.657142] ---[ end trace 0000000000000000 ]--- [ 2.661570] [ 2.661580] note: kworker/u34:0[57] exited with irqs disabled [ 2.670565] sd 0:4:3:0: [sdb] 286748000 512-byte logical blocks: (147 GB/137 GiB) [ 2.671949] sd 0:4:3:0: [sdb] Write Protect is off [ 2.671959] sd 0:4:3:0: [sdb] Mode Sense: d5 00 10 08 [ 2.673494] sd 0:4:3:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 2.690088] sd 0:4:2:0: Power-on or device reset occurred [ 2.691685] sd 0:4:2:0: [sda] 286748000 512-byte logical blocks: (147 GB/137 GiB) [ 2.694037] sd 0:4:2:0: [sda] Write Protect is off [ 2.694046] sd 0:4:2:0: [sda] Mode Sense: d5 00 10 08 [ 2.696607] sd 0:4:2:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.082372] ibmebus port0 eth0: Jumbo frames are disabled [ 3.082398] ibmebus port0 eth0: logical port id #1 [ 3.082882] ibmebus port1 eth1: Jumbo frames are disabled [ 3.082891] ibmebus port1 eth1: logical port id #2 [ 3.083362] ibmebus port2 eth2: Jumbo frames are disabled [ 3.083371] ibmebus port2 eth2: logical port id #17 [ 3.083878] ibmebus port3 eth3: Jumbo frames are disabled [ 3.083887] ibmebus port3 eth3: logical port id #18 [ 3.128225] sda: sda1 sda2 sda3 [ 3.128263] sdb: sdb1 sdb2 sdb3 [ 3.128705] sd 0:4:2:0: [sda] Attached SCSI disk [ 3.128772] sd 0:4:3:0: [sdb] Attached SCSI disk [ 106.852493] random: crng init done Timed out while waiting for udev queue to empty. Begin: Loading essential drivers ... === END Grub and kernel console output === 10 minute wait for further progress and there has been nothing more seen. LPAR restarted from HMC
1127635-notes_6.12.17_ehci_pci_blacklisted
(text/plain, 88 KB)
Sun Mar 8 02:45:34 AM UTC 2026 Kernel 6.12.17-powerpc64 root=/dev/vg00/root ro module_blacklist=ehci_pci === BEGIN Grub and kernel console output === Booting a command list Loading Linux 6.12.17-powerpc64 ... Loading initial ramdisk ... OF stdout device is: /vdevice/vty@30000000 Preparing to boot Linux version 6.12.17-powerpc64 ([email protected]) (powerpc64-linux-gnu-gcc-14 (Debian 14.2.0-17) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP Debian 6.12.17-1 (2025-03-01) Detected machine type: 0000000000000101 command line: BOOT_IMAGE=/vmlinux-6.12.17-powerpc64 root=/dev/mapper/vg00-root ro module_blacklist=ehci_pci Max number of cores passed to firmware: 1024 (NR_CPUS = 2048) Calling ibm,client-architecture-support... done memory layout at init: memory_limit : 0000000000000000 (16 MB aligned) alloc_bottom : 0000000007d12000 alloc_top : 0000000010000000 alloc_top_hi : 0000000010000000 rmo_top : 0000000010000000 ram_top : 0000000010000000 instantiating rtas at 0x000000000eeb0000... done prom_hold_cpus: skipped copying OF device tree... Building dt strings... Building dt structure... Device tree strings 0x0000000007d13000 -> 0x0000000007d1481f Device tree struct 0x0000000007d15000 -> 0x0000000007d34000 Quiescing Open Firmware ... Booting Linux via __start() @ 0x0000000003690000 ... [ 0.000000] hash-mmu: Page sizes from device-tree: [ 0.000000] hash-mmu: base_shift=12: shift=12, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=0 [ 0.000000] hash-mmu: base_shift=12: shift=16, sllp=0x0000, avpnm=0x00000000, tlbiel=1, penc=7 [ 0.000000] hash-mmu: base_shift=16: shift=16, sllp=0x0110, avpnm=0x00000000, tlbiel=1, penc=1 [ 0.000000] hash-mmu: base_shift=24: shift=24, sllp=0x0100, avpnm=0x00000001, tlbiel=0, penc=0 [ 0.000000] hash-mmu: base_shift=34: shift=34, sllp=0x0120, avpnm=0x000007ff, tlbiel=0, penc=3 [ 0.000000] Using 1TB segments [ 0.000000] hash-mmu: Initializing hash mmu with SLB [ 0.000000] Linux version 6.12.17-powerpc64 ([email protected]) (powerpc64-linux-gnu-gcc-14 (Debian 14.2.0-17) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP Debian 6.12.17-1 (2025-03-01) [ 0.000000] OF: reserved mem: Reserved memory: No reserved-memory node in the DT [ 0.000000] Found initrd at 0xc000000005900000:0xc000000007d115e8 [ 0.000000] Hardware name: IBM,8204-E8A POWER6 (architected) 0x3e0302 0xf000002 of:IBM,EL350_118 hv:phyp pSeries [ 0.000000] printk: legacy bootconsole [udbg0] enabled [ 0.000000] Partition configured for 8 cpus. [ 0.000000] CPU maps initialized for 2 threads per core [ 0.000000] numa: Partition configured for 32 NUMA nodes. [ 0.000000] ----------------------------------------------------- [ 0.000000] phys_mem_size = 0x7b0000000 [ 0.000000] dcache_bsize = 0x80 [ 0.000000] icache_bsize = 0x80 [ 0.000000] cpu_features = 0x00000121a35c1183 [ 0.000000] possible = 0x001ffbebffffb18f [ 0.000000] always = 0x0000000000000180 [ 0.000000] cpu_user_features = 0xdc007442 0x00000000 [ 0.000000] mmu_features = 0x7c006001 [ 0.000000] firmware_features = 0x00000080005ffc5f [ 0.000000] vmalloc start = 0xc0003d0000000000 [ 0.000000] IO start = 0xc0003e0000000000 [ 0.000000] vmemmap start = 0xc0003f0000000000 [ 0.000000] hash-mmu: ppc64_pft_size = 0x1d [ 0.000000] hash-mmu: htab_hash_mask = 0x3fffff [ 0.000000] ----------------------------------------------------- [ 0.000000] NODE_DATA(0) allocated [mem 0x3bffb7e00-0x3bffbffff] [ 0.000000] NODE_DATA(1) allocated [mem 0x7aff7fe00-0x7aff87fff] [ 0.000000] rfi-flush: fallback displacement flush available [ 0.000000] count-cache-flush: flush disabled. [ 0.000000] link-stack-flush: flush disabled. [ 0.000000] PPC64 nvram contains 15360 bytes [ 0.000000] barrier-nospec: using ORI speculation barrier [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x00000007afffffff] [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x00000003bfffffff] [ 0.000000] node 1: [mem 0x00000003c0000000-0x00000007afffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000003bfffffff] [ 0.000000] Initmem setup node 1 [mem 0x00000003c0000000-0x00000007afffffff] [ 0.000000] Initmem setup node 2 as memoryless [ 0.000000] Initmem setup node 3 as memoryless [ 0.000000] Initmem setup node 4 as memoryless [ 0.000000] Initmem setup node 5 as memoryless [ 0.000000] Initmem setup node 6 as memoryless [ 0.000000] Initmem setup node 7 as memoryless [ 0.000000] Initmem setup node 8 as memoryless [ 0.000000] Initmem setup node 9 as memoryless [ 0.000000] Initmem setup node 10 as memoryless [ 0.000000] Initmem setup node 11 as memoryless [ 0.000000] Initmem setup node 12 as memoryless [ 0.000000] Initmem setup node 13 as memoryless [ 0.000000] Initmem setup node 14 as memoryless [ 0.000000] Initmem setup node 15 as memoryless [ 0.000000] Initmem setup node 16 as memoryless [ 0.000000] Initmem setup node 17 as memoryless [ 0.000000] Initmem setup node 18 as memoryless [ 0.000000] Initmem setup node 19 as memoryless [ 0.000000] Initmem setup node 20 as memoryless [ 0.000000] Initmem setup node 21 as memoryless [ 0.000000] Initmem setup node 22 as memoryless [ 0.000000] Initmem setup node 23 as memoryless [ 0.000000] Initmem setup node 24 as memoryless [ 0.000000] Initmem setup node 25 as memoryless [ 0.000000] Initmem setup node 26 as memoryless [ 0.000000] Initmem setup node 27 as memoryless [ 0.000000] Initmem setup node 28 as memoryless [ 0.000000] Initmem setup node 29 as memoryless [ 0.000000] Initmem setup node 30 as memoryless [ 0.000000] Initmem setup node 31 as memoryless [ 0.000000] percpu: Embedded 39 pages/cpu s120472 r0 d39272 u159744 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinux-6.12.17-powerpc64 root=/dev/mapper/vg00-root ro module_blacklist=ehci_pci [ 0.000000] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinux-6.12.17-powerpc64", will be passed to user space. [ 0.000000] Fallback order for Node 0: 0 1 [ 0.000000] Fallback order for Node 1: 1 0 [ 0.000000] Fallback order for Node 2: 0 1 [ 0.000000] Fallback order for Node 3: 1 0 [ 0.000000] Fallback order for Node 4: 0 1 [ 0.000000] Fallback order for Node 5: 1 0 [ 0.000000] Fallback order for Node 6: 0 1 [ 0.000000] Fallback order for Node 7: 1 0 [ 0.000000] Fallback order for Node 8: 0 1 [ 0.000000] Fallback order for Node 9: 1 0 [ 0.000000] Fallback order for Node 10: 0 1 [ 0.000000] Fallback order for Node 11: 1 0 [ 0.000000] Fallback order for Node 12: 0 1 [ 0.000000] Fallback order for Node 13: 1 0 [ 0.000000] Fallback order for Node 14: 0 1 [ 0.000000] Fallback order for Node 15: 1 0 [ 0.000000] Fallback order for Node 16: 0 1 [ 0.000000] Fallback order for Node 17: 1 0 [ 0.000000] Fallback order for Node 18: 0 1 [ 0.000000] Fallback order for Node 19: 1 0 [ 0.000000] Fallback order for Node 20: 0 1 [ 0.000000] Fallback order for Node 21: 1 0 [ 0.000000] Fallback order for Node 22: 0 1 [ 0.000000] Fallback order for Node 23: 1 0 [ 0.000000] Fallback order for Node 24: 0 1 [ 0.000000] Fallback order for Node 25: 1 0 [ 0.000000] Fallback order for Node 26: 0 1 [ 0.000000] Fallback order for Node 27: 1 0 [ 0.000000] Fallback order for Node 28: 0 1 [ 0.000000] Fallback order for Node 29: 1 0 [ 0.000000] Fallback order for Node 30: 0 1 [ 0.000000] Fallback order for Node 31: 1 0 [ 0.000000] Built 2 zonelists, mobility grouping on. Total pages: 8060928 [ 0.000000] Policy zone: Normal [ 0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=8, Nodes=32 [ 0.000000] ftrace: allocating 39363 entries in 232 pages [ 0.000000] ftrace: allocated 231 pages with 6 groups [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2048 to nr_cpu_ids=8. [ 0.000000] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 [ 0.000000] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8. [ 0.000000] NR_IRQS: 512, nr_irqs: 512, preallocated irqs: 16 [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention. [ 0.000001] clocksource: timebase: mask: 0xffffffffffffffff max_cycles: 0x761537d007, max_idle_ns: 440795202126 ns [ 0.000068] clocksource: timebase mult[1f40000] shift[24] registered [ 0.000301] Console: colour dummy device 80x25 [ 0.000336] printk: legacy console [hvc0] enabled [ 0.000336] printk: legacy console [hvc0] enabled [ 0.000370] printk: legacy bootconsole [udbg0] disabled [ 0.000370] printk: legacy bootconsole [udbg0] disabled [ 0.000946] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl [ 0.000961] pid_max: default: 32768 minimum: 301 [ 0.002670] LSM: initializing lsm=capability,landlock,lockdown,yama,apparmor,tomoyo,bpf,ipe,ima,evm [ 0.003290] landlock: Up and running. [ 0.003299] Yama: disabled by default; enable with sysctl kernel.yama.* [ 0.003420] AppArmor: AppArmor initialized [ 0.003447] TOMOYO Linux initialized [ 0.003658] LSM support for eBPF active [ 0.014318] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc) [ 0.019640] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, vmalloc) [ 0.020045] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) [ 0.020229] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, vmalloc) [ 0.036407] POWER6 performance monitor hardware support registered [ 0.036486] rcu: Hierarchical SRCU implementation. [ 0.036493] rcu: Max phase no-delay instances is 1000. [ 0.036637] Timer migration: 2 hierarchy levels; 8 children per group; 0 crossnode level [ 0.040272] smp: Bringing up secondary CPUs ... [ 0.100899] smp: Brought up 2 nodes, 8 CPUs [ 0.100914] numa: Node 0 CPUs: 0-3 [ 0.100926] numa: Node 1 CPUs: 4-7 [ 0.175014] node 1 deferred pages initialised in 72ms [ 0.184161] node 0 deferred pages initialised in 80ms [ 0.184230] Memory: 31569700K/32243712K available (16292K kernel code, 2360K rwdata, 8444K rodata, 5268K init, 1402K bss, 616972K reserved, 0K cma-reserved) [ 0.185419] devtmpfs: initialized [ 0.195436] PCI host bridge /pci@800000020000200 ranges: [ 0.195461] IO 0x00003dffe01f0000..0x00003dffe01fffff -> 0x00000000000f0000 [ 0.195472] MEM 0x00003c0000000000..0x00003c007fffffff -> 0x0000000080000000 [ 0.195513] PCI: failed to find MSIs for bridge /pci@800000020000200 (domain 512) [ 0.195533] PCI host bridge /pci@800000020000201 ranges: [ 0.195547] IO 0x00003dffe02f0000..0x00003dffe02fffff -> 0x00000000000f0000 [ 0.195557] MEM 0x00003c0080000000..0x00003c00ffffffff -> 0x0000000080000000 [ 0.195592] PCI: failed to find MSIs for bridge /pci@800000020000201 (domain 513) [ 0.195613] PCI host bridge /pci@800000020000202 ranges: [ 0.195626] IO 0x00003dffe03f0000..0x00003dffe03fffff -> 0x00000000000f0000 [ 0.195637] MEM 0x00003c0100000000..0x00003c017fffffff -> 0x0000000080000000 [ 0.195683] PCI: failed to find MSIs for bridge /pci@800000020000202 (domain 514) [ 0.195703] PCI host bridge /pci@800000020000203 ranges: [ 0.195717] IO 0x00003dffe04f0000..0x00003dffe04fffff -> 0x00000000000f0000 [ 0.195728] MEM 0x00003c0180000000..0x00003c01ffffffff -> 0x0000000080000000 [ 0.195757] PCI: failed to find MSIs for bridge /pci@800000020000203 (domain 515) [ 0.195777] PCI host bridge /pci@800000020000204 ranges: [ 0.195791] IO 0x00003dffe11f0000..0x00003dffe11fffff -> 0x00000000000f0000 [ 0.195802] MEM 0x00003c0400000000..0x00003c047fefffff -> 0x0000000080000000 [ 0.195857] PCI host bridge /pci@800000020000205 ranges: [ 0.195872] IO 0x00003dffe12f0000..0x00003dffe12fffff -> 0x00000000000f0000 [ 0.195882] MEM 0x00003c0480000000..0x00003c04ffefffff -> 0x0000000080000000 [ 0.195932] PCI host bridge /pci@800000020000206 ranges: [ 0.195946] IO 0x00003dffe13f0000..0x00003dffe13fffff -> 0x00000000000f0000 [ 0.195957] MEM 0x00003c0500000000..0x00003c057fefffff -> 0x0000000080000000 [ 0.196010] PCI host bridge /pci@800000020000207 ranges: [ 0.196025] IO 0x00003dffe14f0000..0x00003dffe14fffff -> 0x00000000000f0000 [ 0.196036] MEM 0x00003c0580000000..0x00003c05ffefffff -> 0x0000000080000000 [ 0.196231] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.196337] futex hash table entries: 2048 (order: 6, 262144 bytes, vmalloc) [ 0.296952] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.297169] IBM eBus Device Driver [ 0.297815] audit: initializing netlink subsys (disabled) [ 0.298009] audit: type=2000 audit(1772938012.296:1): state=initialized audit_enabled=0 res=1 [ 0.298357] thermal_sys: Registered thermal governor 'fair_share' [ 0.298360] thermal_sys: Registered thermal governor 'bang_bang' [ 0.298368] thermal_sys: Registered thermal governor 'step_wise' [ 0.298375] thermal_sys: Registered thermal governor 'user_space' [ 0.298382] thermal_sys: Registered thermal governor 'power_allocator' [ 0.298441] cpuidle: using governor ladder [ 0.298487] cpuidle: using governor menu [ 0.300790] EEH: pSeries platform initialized [ 0.303960] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.310065] HugeTLB: registered 16.0 MiB page size, pre-allocated 0 pages [ 0.310074] HugeTLB: 0 KiB vmemmap can be freed for a 16.0 MiB page [ 0.310083] HugeTLB: registered 16.0 GiB page size, pre-allocated 0 pages [ 0.310090] HugeTLB: 0 KiB vmemmap can be freed for a 16.0 GiB page [ 0.317466] iommu: Default domain type: Translated [ 0.317475] iommu: DMA domain TLB invalidation policy: strict mode [ 0.317894] SCSI subsystem initialized [ 0.318034] pps_core: LinuxPPS API ver. 1 registered [ 0.318042] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> [ 0.318067] PTP clock support registered [ 0.318857] NetLabel: Initializing [ 0.318865] NetLabel: domain hash size = 128 [ 0.318871] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.318915] NetLabel: unlabeled traffic allowed by default [ 0.318925] PCI: Probing PCI hardware [ 0.319216] PCI host bridge to bus 0200:00 [ 0.319225] pci_bus 0200:00: Unknown NUMA node; performance will be reduced [ 0.319235] pci_bus 0200:00: root bus resource [io 0x170000-0x17ffff] (bus address [0xf0000-0xfffff]) [ 0.319248] pci_bus 0200:00: root bus resource [mem 0x3c0000000000-0x3c007fffffff] (bus address [0x80000000-0xffffffff]) [ 0.319260] pci_bus 0200:00: root bus resource [bus 00-ff] [ 0.320432] pci 0200:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.366411] IOMMU table initialized, virtual merging enabled [ 0.366800] PCI host bridge to bus 0201:00 [ 0.366808] pci_bus 0201:00: Unknown NUMA node; performance will be reduced [ 0.366817] pci_bus 0201:00: root bus resource [io 0x2f0000-0x2fffff] (bus address [0xf0000-0xfffff]) [ 0.366828] pci_bus 0201:00: root bus resource [mem 0x3c0080000000-0x3c00ffffffff] (bus address [0x80000000-0xffffffff]) [ 0.366839] pci_bus 0201:00: root bus resource [bus 00-ff] [ 0.367417] pci 0201:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.369156] pci 0201:00:01.0: supports D1 D2 [ 0.369164] pci 0201:00:01.0: PME# supported from D0 D1 D2 D3hot [ 0.370801] pci 0201:00:01.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.372538] pci 0201:00:01.1: supports D1 D2 [ 0.372546] pci 0201:00:01.1: PME# supported from D0 D1 D2 D3hot [ 0.374167] pci 0201:00:01.2: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.375905] pci 0201:00:01.2: supports D1 D2 [ 0.375913] pci 0201:00:01.2: PME# supported from D0 D1 D2 D3hot [ 0.418146] PCI host bridge to bus 0202:00 [ 0.418161] pci_bus 0202:00: Unknown NUMA node; performance will be reduced [ 0.418170] pci_bus 0202:00: root bus resource [io 0x470000-0x47ffff] (bus address [0xf0000-0xfffff]) [ 0.418180] pci_bus 0202:00: root bus resource [mem 0x3c0100000000-0x3c017fffffff] (bus address [0x80000000-0xffffffff]) [ 0.418192] pci_bus 0202:00: root bus resource [bus 00-ff] [ 0.419339] pci 0202:00:01.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.464539] PCI host bridge to bus 0203:00 [ 0.464554] pci_bus 0203:00: Unknown NUMA node; performance will be reduced [ 0.464563] pci_bus 0203:00: root bus resource [io 0x5f0000-0x5fffff] (bus address [0xf0000-0xfffff]) [ 0.464574] pci_bus 0203:00: root bus resource [mem 0x3c0180000000-0x3c01ffffffff] (bus address [0x80000000-0xffffffff]) [ 0.464585] pci_bus 0203:00: root bus resource [bus 00-ff] [ 0.505597] PCI host bridge to bus 0204:01 [ 0.505611] pci_bus 0204:01: Unknown NUMA node; performance will be reduced [ 0.505621] pci_bus 0204:01: root bus resource [io 0x770000-0x77ffff] (bus address [0xf0000-0xfffff]) [ 0.505632] pci_bus 0204:01: root bus resource [mem 0x3c0400000000-0x3c047fefffff] (bus address [0x80000000-0xffefffff]) [ 0.505643] pci_bus 0204:01: root bus resource [bus 01-ff] [ 0.506950] pci 0204:01:00.0: enabling Extended Tags [ 0.507684] pci 0204:01:00.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.517267] pci 0204:01:00.1: enabling Extended Tags [ 0.518000] pci 0204:01:00.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.567035] PCI host bridge to bus 0205:01 [ 0.567050] pci_bus 0205:01: Unknown NUMA node; performance will be reduced [ 0.567059] pci_bus 0205:01: root bus resource [io 0x8f0000-0x8fffff] (bus address [0xf0000-0xfffff]) [ 0.567070] pci_bus 0205:01: root bus resource [mem 0x3c0480000000-0x3c04ffefffff] (bus address [0x80000000-0xffefffff]) [ 0.567081] pci_bus 0205:01: root bus resource [bus 01-ff] [ 0.568411] pci 0205:01:00.0: enabling Extended Tags [ 0.569144] pci 0205:01:00.0: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.578942] pci 0205:01:00.1: enabling Extended Tags [ 0.579676] pci 0205:01:00.1: No hypervisor support for SR-IOV on this device, IOV BARs disabled. [ 0.629140] PCI host bridge to bus 0206:01 [ 0.629154] pci_bus 0206:01: Unknown NUMA node; performance will be reduced [ 0.629163] pci_bus 0206:01: root bus resource [io 0xa70000-0xa7ffff] (bus address [0xf0000-0xfffff]) [ 0.629174] pci_bus 0206:01: root bus resource [mem 0x3c0500000000-0x3c057fefffff] (bus address [0x80000000-0xffefffff]) [ 0.629185] pci_bus 0206:01: root bus resource [bus 01-ff] [ 0.670969] PCI host bridge to bus 0207:01 [ 0.670983] pci_bus 0207:01: Unknown NUMA node; performance will be reduced [ 0.670992] pci_bus 0207:01: root bus resource [io 0xbf0000-0xbfffff] (bus address [0xf0000-0xfffff]) [ 0.671003] pci_bus 0207:01: root bus resource [mem 0x3c0580000000-0x3c05ffefffff] (bus address [0x80000000-0xffefffff]) [ 0.671014] pci_bus 0207:01: root bus resource [bus 01-ff] [ 0.714142] pci_bus 0200:00: resource 4 [io 0x170000-0x17ffff] [ 0.714156] pci_bus 0200:00: resource 5 [mem 0x3c0000000000-0x3c007fffffff] [ 0.714166] pci_bus 0201:00: resource 4 [io 0x2f0000-0x2fffff] [ 0.714176] pci_bus 0201:00: resource 5 [mem 0x3c0080000000-0x3c00ffffffff] [ 0.714190] pci_bus 0202:00: resource 4 [io 0x470000-0x47ffff] [ 0.714199] pci_bus 0202:00: resource 5 [mem 0x3c0100000000-0x3c017fffffff] [ 0.714208] pci_bus 0203:00: resource 4 [io 0x5f0000-0x5fffff] [ 0.714217] pci_bus 0203:00: resource 5 [mem 0x3c0180000000-0x3c01ffffffff] [ 0.714227] pci_bus 0204:01: resource 4 [io 0x770000-0x77ffff] [ 0.714235] pci_bus 0204:01: resource 5 [mem 0x3c0400000000-0x3c047fefffff] [ 0.714245] pci_bus 0205:01: resource 4 [io 0x8f0000-0x8fffff] [ 0.714254] pci_bus 0205:01: resource 5 [mem 0x3c0480000000-0x3c04ffefffff] [ 0.714263] pci_bus 0206:01: resource 4 [io 0xa70000-0xa7ffff] [ 0.714272] pci_bus 0206:01: resource 5 [mem 0x3c0500000000-0x3c057fefffff] [ 0.714281] pci_bus 0207:01: resource 4 [io 0xbf0000-0xbfffff] [ 0.714289] pci_bus 0207:01: resource 5 [mem 0x3c0580000000-0x3c05ffefffff] [ 0.714322] pci 0200:00:01.0: Adding to iommu group 0 [ 0.717521] pci 0201:00:01.0: Adding to iommu group 1 [ 0.719999] pci 0201:00:01.1: Adding to iommu group 1 [ 0.722490] pci 0201:00:01.2: Adding to iommu group 1 [ 0.724964] pci 0202:00:01.0: Adding to iommu group 2 [ 0.728302] pci 0204:01:00.0: Adding to iommu group 4 [ 0.732075] pci 0204:01:00.1: Adding to iommu group 4 [ 0.735844] pci 0205:01:00.0: Adding to iommu group 5 [ 0.739682] pci 0205:01:00.1: Adding to iommu group 5 [ 0.743496] EEH: Capable adapter found: recovery enabled. [ 0.743685] vgaarb: loaded [ 0.743853] clocksource: Switched to clocksource timebase [ 0.747216] VFS: Disk quotas dquot_6.6.0 [ 0.747371] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.748477] AppArmor: AppArmor Filesystem Enabled [ 0.756125] NET: Registered PF_INET protocol family [ 0.756772] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) [ 0.780151] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, vmalloc) [ 0.780495] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc) [ 0.780988] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc) [ 0.783709] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc) [ 0.785735] TCP: Hash tables configured (established 262144 bind 65536) [ 0.786225] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, vmalloc) [ 0.787259] UDP hash table entries: 16384 (order: 7, 524288 bytes, vmalloc) [ 0.787998] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, vmalloc) [ 0.788721] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.788756] NET: Registered PF_XDP protocol family [ 0.790579] pci 0201:00:01.2: enabling device (0140 -> 0142) [ 0.791833] PCI: CLS 128 bytes, default 128 [ 0.792020] Trying to unpack rootfs image as initramfs... [ 0.797531] Initialise system trusted keyrings [ 0.797601] Key type blacklist registered [ 0.797896] workingset: timestamp_bits=38 max_order=23 bucket_order=0 [ 0.797969] zbud: loaded [ 0.799014] fuse: init (API version 7.41) [ 0.799757] integrity: Platform Keyring initialized [ 0.859885] Key type asymmetric registered [ 0.859918] Asymmetric key parser 'x509' registered [ 1.286049] Freeing initrd memory: 36932K [ 1.306643] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 1.306825] io scheduler mq-deadline registered [ 1.310979] ledtrig-cpu: registered to indicate activity on CPUs [ 1.312333] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.313650] Non-volatile memory driver v1.3 [ 1.313658] Linux agpgart interface v0.103 [ 1.314288] mousedev: PS/2 mouse device common for all mice [ 1.314483] rtc-generic rtc-generic: registered as rtc0 [ 1.314533] rtc-generic rtc-generic: setting system clock to 2026-03-08T02:46:53 UTC (1772938013) [ 1.315527] NET: Registered PF_INET6 protocol family [ 1.334955] Segment Routing with IPv6 [ 1.334987] In-situ OAM (IOAM) with IPv6 [ 1.335024] mip6: Mobile IPv6 [ 1.335033] NET: Registered PF_PACKET protocol family [ 1.335195] mpls_gso: MPLS GSO support [ 1.341872] registered taskstats version 1 [ 1.342237] Loading compiled-in X.509 certificates [ 1.394853] Loaded X.509 cert 'Build time autogenerated kernel key: 58ebdb469f508423587736c57bd55ac66c63d190' [ 1.401736] Demotion targets for Node 0: null [ 1.401744] Demotion targets for Node 1: null [ 1.402529] Key type .fscrypt registered [ 1.402536] Key type fscrypt-provisioning registered [ 1.491190] Key type encrypted registered [ 1.491209] AppArmor: AppArmor sha256 policy hashing enabled [ 1.491235] ima: No TPM chip found, activating TPM-bypass! [ 1.491244] ima: Allocated hash algorithm: sha256 [ 1.491266] ima: No architecture policies found [ 1.491334] evm: Initialising EVM extended attributes: [ 1.491340] evm: security.selinux [ 1.491346] evm: security.SMACK64 (disabled) [ 1.491352] evm: security.SMACK64EXEC (disabled) [ 1.491358] evm: security.SMACK64TRANSMUTE (disabled) [ 1.491364] evm: security.SMACK64MMAP (disabled) [ 1.491370] evm: security.apparmor [ 1.491376] evm: security.ima [ 1.491381] evm: security.capability [ 1.491387] evm: HMAC attrs: 0x1 [ 1.494653] SED: plpks not available [ 1.527040] Freeing unused kernel image (initmem) memory: 5268K [ 1.527060] This architecture does not have kernel memory protection. [ 1.527074] Run /init as init process Loading, please wait... Starting systemd-udevd version 260~rc1-2 [ 2.355391] ehea: IBM eHEA ethernet device driver (Release EHEA_0107) [ 2.370728] ipr: IBM Power RAID SCSI Device Driver version: 2.6.4 (March 14, 2017) [ 2.370804] ipr 0200:00:01.0: Found IOA with IRQ: 18 [ 2.377052] ipr 0200:00:01.0: Starting IOA initialization sequence. [ 2.377077] scsi host0: IBM 0 Storage Adapter [ 2.377715] ipr 0200:00:01.0: Adapter firmware version: 02200070 [ 2.381205] ipr 0200:00:01.0: IOA initialized. [ 2.402177] scsi 0:255:255:255: No Device IBM 572C001SISIOA 0150 PQ: 0 ANSI: 0 [ 2.417075] usbcore: registered new interface driver usbfs [ 2.417135] usbcore: registered new interface driver hub [ 2.417215] usbcore: registered new device driver usb [ 2.434784] Key type psk registered [ 2.437621] scsi 0:8:0:0: Enclosure IBM VSBPM2E4 3GSAS 05 PQ: 0 ANSI: 2 [ 2.439431] ipr 0202:00:01.0: Found IOA with IRQ: 22 [ 2.441653] scsi 0:4:2:0: Direct-Access IBM HUS153014VLS300 A424 PQ: 0 ANSI: 5 [ 2.444273] ipr 0202:00:01.0: Starting IOA initialization sequence. [ 2.444284] scsi host1: IBM 0 Storage Adapter [ 2.444313] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after [ 2.444871] ipr 0202:00:01.0: Adapter firmware version: 07130025 [ 2.445729] ipr 0202:00:01.0: IOA initialized. [ 2.448363] scsi 1:255:255:255: No Device IBM 571A001 0150 PQ: 0 ANSI: 0 [ 2.450292] scsi 0:4:3:0: Direct-Access IBM HUS153014VLS300 A424 PQ: 0 ANSI: 5 [ 2.472674] scsi 0:4:10:0: Enclosure IBM PSBPD6E4 3GSAS 0008 PQ: 0 ANSI: 4 [ 2.553910] scsi 0:6:10:0: Enclosure IBM PSBPD6E4 3GSAS 0008 PQ: 0 ANSI: 4 [ 2.621876] scsi 0:3:0:0: SATA devices are no longer supported by this driver. Skipping device. [ 2.638454] Module ehci_pci is blacklisted [ 2.643879] BUG: Kernel NULL pointer dereference on read at 0x00000000 [ 2.643891] Faulting instruction address: 0xc000000000a39514 [ 2.643902] Oops: Kernel access of bad area, sig: 11 [#1] [ 2.643909] BE PAGE_SIZE=4K MMU=Hash SMP NR_CPUS=2048 NUMA pSeries [ 2.643920] Modules linked in: ohci_pci(+) ehci_hcd nvme_fabrics ohci_hcd nvme_keyring nvme_core usbcore nvme_auth scsi_transport_fc ipr configfs ehea(+) usb_common [ 2.643965] CPU: 5 UID: 0 PID: 250 Comm: (udev-worker) Not tainted 6.12.17-powerpc64 #1 Debian 6.12.17-1 [ 2.643976] Hardware name: IBM,8204-E8A POWER6 (architected) 0x3e0302 0xf000002 of:IBM,EL350_118 hv:phyp pSeries [ 2.643986] NIP: c000000000a39514 LR: c000000000a36ed8 CTR: c000000000a35820 [ 2.643995] REGS: c0000000351f6f60 TRAP: 0300 Not tainted (6.12.17-powerpc64 Debian 6.12.17-1) [ 2.644004] MSR: 8000000000009032 <SF,EE,ME,IR,DR,RI> CR: 24222288 XER: 00000000 [ 2.644031] CFAR: c00000000000cfc4 DAR: 0000000000000000 DSISR: 40000000 IRQMASK: 0 [ 2.644031] GPR00: c000000000a36ed8 c0000000351f7200 c00000000182e200 c0000003df294000 [ 2.644031] GPR04: 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 2.644031] GPR08: 0000000000000001 0000000000000000 c00000000228fcc0 0000000044222288 [ 2.644031] GPR12: c000000000a35820 c00000000eeacb00 0000000000000020 0000010037fcab20 [ 2.644031] GPR16: 0000000022222248 0000000000020000 0000000000000000 00003fffebe8bb80 [ 2.644031] GPR20: 0000000000000000 c00000000204db60 c00000000204dd60 c00000000b1ae780 [ 2.644031] GPR24: 0000000000000000 00003fff8c9ac758 0000000000000000 c0000003df294000 [ 2.644031] GPR28: 0000000000000001 0000000000000000 c0000003df294000 0000000000000001 [ 2.644164] NIP [c000000000a39514] pci_msi_domain_supports+0x54/0x70 [ 2.644181] LR [c000000000a36ed8] __pci_enable_msi_range+0x188/0x680 [ 2.644192] Call Trace: [ 2.644197] [c0000000351f7200] [c0000000351f7304] 0xc0000000351f7304 (unreliable) [ 2.644211] [c0000000351f7340] [c000000000a3578c] pci_alloc_irq_vectors_affinity+0x14c/0x1e0 [ 2.644225] [c0000000351f73d0] [c0003d0007d2f4d4] usb_hcd_pci_probe+0x32c/0x530 [usbcore] [ 2.644246] [c0000000351f7470] [c0003d00084e6030] ohci_pci_probe+0x28/0x50 [ohci_pci] [ 2.644260] [c0000000351f7490] [c000000000a260e8] local_pci_probe+0x68/0x100 [ 2.644274] [c0000000351f7510] [c000000000a26218] pci_call_probe+0x98/0x220 [ 2.644287] [c0000000351f7670] [c000000000a27348] pci_device_probe+0xc8/0x1e0 [ 2.644300] [c0000000351f76b0] [c000000000b2e658] really_probe+0x108/0x520 [ 2.644314] [c0000000351f7740] [c000000000b2eb24] __driver_probe_device+0xb4/0x200 [ 2.644327] [c0000000351f77c0] [c000000000b2edc4] driver_probe_device+0x54/0x130 [ 2.644340] [c0000000351f7800] [c000000000b2f188] __driver_attach+0x118/0x2b0 [ 2.644352] [c0000000351f7880] [c000000000b2ac64] bus_for_each_dev+0xb4/0x140 [ 2.644365] [c0000000351f78e0] [c000000000b2dac4] driver_attach+0x34/0x50 [ 2.644377] [c0000000351f7900] [c000000000b2cd98] bus_add_driver+0x208/0x320 [ 2.644389] [c0000000351f7990] [c000000000b30ae4] driver_register+0xa4/0x1b0 [ 2.644402] [c0000000351f7a00] [c000000000a24f88] __pci_register_driver+0x68/0x80 [ 2.644415] [c0000000351f7a20] [c0003d00084e6800] ohci_pci_init+0x84/0xac [ohci_pci] [ 2.644429] [c0000000351f7a50] [c00000000000fd60] do_one_initcall+0x80/0x3b0 [ 2.644444] [c0000000351f7b30] [c0000000002760f8] do_init_module+0x78/0x320 [ 2.644460] [c0000000351f7bb0] [c000000000278fe4] init_module_from_file+0xb4/0x130 [ 2.644473] [c0000000351f7c90] [c0000000002793e0] sys_finit_module+0x320/0x4e0 [ 2.644487] [c0000000351f7da0] [c00000000002c084] system_call_exception+0x144/0x2a0 [ 2.644500] [c0000000351f7e50] [c00000000000cb54] system_call_common+0xf4/0x258 [ 2.644515] --- interrupt: c00 at 0x3fff8d653d8c [ 2.644522] NIP: 00003fff8d653d8c LR: 00003fff8c9a4680 CTR: 0000000000000000 [ 2.644531] REGS: c0000000351f7e80 TRAP: 0c00 Not tainted (6.12.17-powerpc64 Debian 6.12.17-1) [ 2.644541] MSR: 800000000200f032 <SF,VEC,EE,PR,FP,ME,IR,DR,RI> CR: 22222222 XER: 00000000 [ 2.644573] IRQMASK: 0 [ 2.644573] GPR00: 0000000000000161 00003fffebe8b640 00003fff8d757100 0000000000000052 [ 2.644573] GPR04: 00003fff8c9ac758 0000000000000004 0000000000000058 000000000000005a [ 2.644573] GPR08: 0000000000000000 0000000000000000 0000000000000000 0000000000000000 [ 2.644573] GPR12: 0000000000000000 00003fff8de947c0 0000000000000020 0000010037fcab20 [ 2.644573] GPR16: 0000000022222248 0000000000020000 0000000000000000 00003fffebe8bb80 [ 2.644573] GPR20: 0000000000000000 00003fffebe8bb70 0000000000000007 0000010037fca210 [ 2.644573] GPR24: 0000000000000000 0000000000000000 0000010037f6be40 0000000000000004 [ 2.644573] GPR28: 00003fff8c9ac758 0000000000020000 0000000000000004 0000010037fca210 [ 2.644698] NIP [00003fff8d653d8c] 0x3fff8d653d8c [ 2.644705] LR [00003fff8c9a4680] 0x3fff8c9a4680 [ 2.644713] --- interrupt: c00 [ 2.644719] Code: 4182002c e92a0088 80690000 7c632038 7c632278 7c630034 5463d97e 786307e0 4e800020 60000000 60000000 e92a0020 <80690000> 4bffffd8 60000000 7ca50034 [ 2.644769] ---[ end trace 0000000000000000 ]--- [ 2.648563] [ 2.676098] sd 0:4:3:0: [sdb] 286748000 512-byte logical blocks: (147 GB/137 GiB) [ 2.678456] sd 0:4:3:0: [sdb] Write Protect is off [ 2.678467] sd 0:4:3:0: [sdb] Mode Sense: d5 00 10 08 [ 2.681050] sd 0:4:3:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 2.692950] sd 0:4:2:0: Power-on or device reset occurred [ 2.693965] sd 0:4:2:0: [sda] 286748000 512-byte logical blocks: (147 GB/137 GiB) [ 2.695355] sd 0:4:2:0: [sda] Write Protect is off [ 2.695364] sd 0:4:2:0: [sda] Mode Sense: d5 00 10 08 [ 2.696899] sd 0:4:2:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.132607] ibmebus port0 eth0: Jumbo frames are disabled [ 3.132632] ibmebus port0 eth0: logical port id #1 [ 3.133101] ibmebus port1 eth1: Jumbo frames are disabled [ 3.133110] ibmebus port1 eth1: logical port id #2 [ 3.133563] ibmebus port2 eth2: Jumbo frames are disabled [ 3.133571] ibmebus port2 eth2: logical port id #17 [ 3.134033] ibmebus port3 eth3: Jumbo frames are disabled [ 3.134041] ibmebus port3 eth3: logical port id #18 [ 3.166541] sda: sda1 sda2 sda3 [ 3.166963] sd 0:4:2:0: [sda] Attached SCSI disk [ 3.180903] sdb: sdb1 sdb2 sdb3 [ 3.181384] sd 0:4:3:0: [sdb] Attached SCSI disk [ 3.387925] Emulex LightPulse Fibre Channel SCSI driver 14.4.0.5 [ 3.387944] Copyright (C) 2017-2024 Broadcom. All Rights Reserved. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. [ 3.388532] lpfc 0204:01:00.0: enabling device (0140 -> 0142) [ 3.394601] scsi host2: Emulex LPe11000 PCIe Fibre Channel Adapter on PCI bus 01 device 00 irq 23 [ 3.630600] md/raid1:md127: active with 2 out of 2 mirrors [ 3.650359] md127: detected capacity change from 0 to 2093056 [ 4.624468] lpfc 0204:01:00.1: enabling device (0140 -> 0142) [ 4.630150] scsi host3: Emulex LPe11000 PCIe Fibre Channel Adapter on PCI bus 01 device 01 irq 24 [ 5.940461] lpfc 0205:01:00.0: enabling device (0140 -> 0142) [ 5.946277] scsi host4: Emulex LPe11000 PCIe Fibre Channel Adapter on PCI bus 01 device 00 irq 25 [ 7.252492] lpfc 0205:01:00.1: enabling device (0140 -> 0142) [ 7.258343] scsi host5: Emulex LPe11000 PCIe Fibre Channel Adapter on PCI bus 01 device 01 irq 26 [ 45.547873] random: crng init done Timed out while waiting for udev queue to empty. Begin: Loading essential drivers ... [ 122.767858] raid6: altivecx8 gen() 2954 MB/s [ 122.835860] raid6: altivecx4 gen() 3242 MB/s [ 122.903864] raid6: altivecx2 gen() 2911 MB/s [ 122.971866] raid6: altivecx1 gen() 2206 MB/s [ 123.039862] raid6: int64x8 gen() 2722 MB/s [ 123.107860] raid6: int64x4 gen() 3941 MB/s [ 123.175861] raid6: int64x2 gen() 3416 MB/s [ 123.243860] raid6: int64x1 gen() 2015 MB/s [ 123.243873] raid6: using algorithm int64x4 gen() 3941 MB/s [ 123.311860] raid6: .... xor() 1612 MB/s, rmw enabled [ 123.311873] raid6: using intx1 recovery algorithm [ 123.315586] xor: measuring software checksum speed [ 123.315905] 8regs : 10602 MB/sec [ 123.316285] 8regs_prefetch : 8807 MB/sec [ 123.316582] 32regs : 11326 MB/sec [ 123.316961] 32regs_prefetch : 8808 MB/sec [ 123.317374] altivec : 8082 MB/sec [ 123.317381] xor: using function: 32regs (11326 MB/sec) done. Begin: Running /scripts/init-premount ... Begin: Waiting up to 180 secs for any network device to become available ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. [ 123.516524] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log. [ 123.516651] device-mapper: uevent: version 1.0.3 [ 123.516930] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: [email protected] Timed out while waiting for udev queue to empty. IP-Config: eth0 hardware address 00:21:5e:17:5d:80 mtu 1500 DHCP RARP [ 133.523476] ibmebus port0 eth0: Logical port up: 1000Mbps Full Duplex [ 133.523497] ibmebus port0 eth0: Physical port up [ 133.523505] ibmebus port0 eth0: External switch port is backup port IP-Config: eth3 hardware address 00:21:5e:17:5d:91 mtu 1500 DHCP RARP [ 133.595904] ibmebus port3 eth3: Logical port up: 0Mbps Half Duplex [ 133.595928] ibmebus port3 eth3: Physical port down [ 133.595936] ibmebus port3 eth3: External switch port is backup port IP-Config: eth1 hardware address 00:21:5e:17:5d:81 mtu 1500 DHCP RARP [ 133.643710] ibmebus port1 eth1: Logical port up: 0Mbps Half Duplex [ 133.643736] ibmebus port1 eth1: Physical port down [ 133.643743] ibmebus port1 eth1: External switch port is backup port IP-Config: eth2 hardware address 00:21:5e:17:5d:90 mtu 1500 DHCP RARP [ 133.691901] ibmebus port2 eth2: Logical port up: 0Mbps Half Duplex [ 133.691926] ibmebus port2 eth2: Physical port down [ 133.691933] ibmebus port2 eth2: External switch port is backup port Timed out while waiting for udev queue to empty. Please unlock disk sda3_plain: IP-Config: eth0 complete (dhcp from 172.17.0.2): address: 172.17.0.42 broadcast: 172.17.0.255 netmask: 255.255.255.0 gateway: 172.17.0.1 dns0 : 172.17.0.1 dns1 : 172.17.0.2 host : watson domain : internal.fnord.greeley.co.us rootserver: 172.17.0.18 rootpath: filename : debian/trixie/ppc64/boot/grub/powerpc.elf Begin: Starting dropbear ... cryptsetup: sda3_plain: set up successfully Timed out while waiting for udev queue to empty. Please unlock disk sdb3_plain: [ 238.111790] md/raid1:md126: active with 2 out of 2 mirrors [ 238.124460] md126: detected capacity change from 0 to 284335360 cryptsetup: sdb3_plain: set up successfully done. Begin: Running /scripts/local-premount ... [ 238.907023] PM: Image not found (code -22) done. Begin: Will now check root file system ... fsck from util-linux 2.41.3 [/sbin/fsck.ext4 (1) -- /dev/mapper/vg00-root] fsck.ext4 -a -C0 /dev/mapper/vg00-root /dev/mapper/vg00-root: clean, 72924/262144 files, 532141/1048576 blocks done. [ 239.473909] EXT4-fs (dm-2): mounted filesystem 26efc594-bfba-47ca-a68d-eebe44ddef0b ro with ordered data mode. Quota mode: none. done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... Begin: Stopping dropbear ... done. Begin: Bringing down eth0 ... [ 239.704172] ibmebus port0 eth0: Logical port down [ 239.704197] ibmebus port0 eth0: Physical port up [ 239.704209] ibmebus port0 eth0: External switch port is backup port [ 239.707142] ibmebus port0 eth0: Physical port up [ 239.707152] ibmebus port0 eth0: External switch port is backup port [ 239.710371] ibmebus port0 eth0: Physical port up [ 239.710382] ibmebus port0 eth0: External switch port is backup port [ 239.712954] ibmebus port0 eth0: Physical port up [ 239.712964] ibmebus port0 eth0: External switch port is backup port done. Begin: Bringing down eth1 ... [ 239.730833] ibmebus port1 eth1: Logical port down [ 239.730850] ibmebus port1 eth1: Physical port down [ 239.730857] ibmebus port1 eth1: External switch port is backup port [ 239.733484] ibmebus port1 eth1: Physical port down [ 239.733493] ibmebus port1 eth1: External switch port is backup port [ 239.736076] ibmebus port1 eth1: Physical port down [ 239.736085] ibmebus port1 eth1: External switch port is backup port [ 239.738632] ibmebus port1 eth1: Physical port down [ 239.738641] ibmebus port1 eth1: External switch port is backup port done. Begin: Bringing down eth2 ... [ 239.756410] ibmebus port2 eth2: Logical port down [ 239.756427] ibmebus port2 eth2: Physical port down [ 239.756434] ibmebus port2 eth2: External switch port is backup port [ 239.759037] ibmebus port2 eth2: Physical port down [ 239.759046] ibmebus port2 eth2: External switch port is backup port [ 239.761678] ibmebus port2 eth2: Physical port down [ 239.761688] ibmebus port2 eth2: External switch port is backup port [ 239.764260] ibmebus port2 eth2: Physical port down [ 239.764269] ibmebus port2 eth2: External switch port is backup port done. Begin: Bringing down eth3 ... [ 239.782169] ibmebus port3 eth3: Logical port down [ 239.782185] ibmebus port3 eth3: Physical port down [ 239.782193] ibmebus port3 eth3: External switch port is backup port [ 239.784802] ibmebus port3 eth3: Physical port down [ 239.784812] ibmebus port3 eth3: External switch port is backup port [ 239.787354] ibmebus port3 eth3: Physical port down [ 239.787363] ibmebus port3 eth3: External switch port is backup port [ 239.789964] ibmebus port3 eth3: Physical port down [ 239.789973] ibmebus port3 eth3: External switch port is backup port done. Begin: Bringing down lo ... done. done. [ 240.028175] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. [ 241.052651] systemd[1]: Inserted module 'autofs4' [ 241.220926] systemd[1]: systemd 260~rc1-2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +IPE +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -BTF -XKBCOMMON -UTMP +LIBARCHIVE) [ 241.220962] systemd[1]: Detected virtualization powervm. [ 241.220997] systemd[1]: Detected architecture ppc64. Welcome to Debian GNU/Linux forky/sid! [ 241.463680] NET: Registered PF_VSOCK protocol family [ 242.270345] systemd[1]: Queued start job for default target graphical.target. [ 242.349033] systemd[1]: Created slice system-getty.slice - Slice /system/getty. [ OK ] Created slice system-getty.slice - Slice /system/getty. [ 242.351296] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe. [ OK ] Created slice system-modprobe.slice - Slice /system/modprobe. [ 242.353202] systemd[1]: Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ OK ] Created slice system-serial\x2dgetty.slice - Slice /system/serial-getty. [ 242.355166] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ OK ] Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck. [ 242.356736] systemd[1]: Created slice user.slice - User and Session Slice. [ OK ] Created slice user.slice - User and Session Slice. [ 242.357246] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ OK ] Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 242.357706] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ OK ] Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 242.358589] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point. [ 242.358909] systemd[1]: Expecting device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7... Expecting device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7... [ 242.359186] systemd[1]: Expecting device dev-hvc0.device - /dev/hvc0... Expecting device dev-hvc0.device - /dev/hvc0... [ 242.359445] systemd[1]: Expecting device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home... Expecting device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home... [ 242.359704] systemd[1]: Expecting device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt... Expecting device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt... [ 242.359981] systemd[1]: Expecting device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap... Expecting device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap... [ 242.360236] systemd[1]: Expecting device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp... Expecting device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp... [ 242.360493] systemd[1]: Expecting device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var... Expecting device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var... [ 242.360777] systemd[1]: Reached target imports.target - Image Downloads. [ OK ] Reached target imports.target - Image Downloads. [ 242.361093] systemd[1]: Reached target paths.target - Path Units. [ OK ] Reached target paths.target - Path Units. [ 242.361370] systemd[1]: Reached target remote-fs.target - Remote File Systems. [ OK ] Reached target remote-fs.target - Remote File Systems. [ 242.361647] systemd[1]: Reached target slices.target - Slice Units. [ OK ] Reached target slices.target - Slice Units. [ 242.362169] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. [ OK ] Listening on dm-event.socket - Device-mapper event daemon FIFOs. [ 242.362617] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. [ OK ] Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. [ 242.367676] systemd[1]: Listening on systemd-ask-password.socket - Query the User Interactively for a Password. [ OK ] Listening on systemd-ask-password.socket - Query the User Interactively for a Password. [ 242.371327] systemd[1]: Listening on systemd-creds.socket - Credential Encryption/Decryption. [ OK ] Listening on systemd-creds.socket - Credential Encryption/Decryption. [ 242.376452] systemd[1]: Listening on systemd-factory-reset.socket - Factory Reset Management. [ OK ] Listening on systemd-factory-reset.socket - Factory Reset Management. [ 242.377096] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ OK ] Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log). [ 242.377712] systemd[1]: Listening on systemd-journald.socket - Journal Sockets. [ OK ] Listening on systemd-journald.socket - Journal Sockets. [ 242.383327] systemd[1]: Listening on systemd-mute-console.socket - Console Output Muting Service Socket. [ OK ] Listening on systemd-mute-console.socket - Console Output Muting Service Socket. [ 242.383877] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket. [ OK ] Listening on systemd-udevd-control.socket - udev Control Socket. [ 242.384305] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ OK ] Listening on systemd-udevd-kernel.socket - udev Kernel Socket. [ 242.384818] systemd[1]: Listening on systemd-udevd-varlink.socket - udev Varlink Socket. [ OK ] Listening on systemd-udevd-varlink.socket - udev Varlink Socket. [ 242.393855] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System... Mounting dev-hugepages.mount - Huge Pages File System... [ 242.397136] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System... Mounting dev-mqueue.mount - POSIX Message Queue File System... [ 242.400639] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System... Mounting sys-kernel-debug.mount - Kernel Debug File System... [ 242.407581] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System... Mounting sys-kernel-tracing.mount - Kernel Trace File System... [ 242.416572] systemd[1]: Starting blk-availability.service - Availability of block devices... Starting blk-availability.service - Availability of block devices... [ 242.424527] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes... Starting kmod-static-nodes.service - Create List of Static Device Nodes... [ 242.458329] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 242.458850] systemd[1]: [email protected] - Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs [ 242.463003] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... Mounting sys-kernel-config.mount - Kernel Configuration File System... [ 242.468346] systemd[1]: Starting [email protected] - Load Kernel Module drm... Starting [email protected] - Load Kernel Module drm... [ 242.476420] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 242.476806] systemd[1]: [email protected] - Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse [ 242.480205] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... Mounting sys-fs-fuse-connections.mount - FUSE Control File System... [ 242.480560] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root [ 242.480730] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 [ 242.486761] systemd[1]: Starting systemd-journald.service - Journal Service... Starting systemd-journald.service - Journal Service... [ 242.499041] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules... Starting systemd-modules-load.service - Load Kernel Modules... [ 242.503221] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... [ 242.508558] systemd[1]: Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... Starting systemd-udev-load-credentials.service - Load udev Rules from Credentials... [ 242.513661] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices... Starting systemd-udev-trigger.service - Coldplug All udev Devices... [ 242.563622] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 242.564677] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ 242.615701] systemd[1]: Finished blk-availability.service - Availability of block devices. [ OK ] Finished blk-availability.service - Availability of block devices. [ 242.617295] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ OK ] Finished kmod-static-nodes.service - Create List of Static Device Nodes. [ 242.618622] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. [ OK ] Finished systemd-modules-load.service - Load Kernel Modules. [ 242.623207] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Starting systemd-sysctl.service - Apply Kernel Variables... [ 242.628552] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... [ 242.634196] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. [ OK ] Mounted dev-hugepages.mount - Huge Pages File System. [ 242.635043] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. [ OK ] Mounted dev-mqueue.mount - POSIX Message Queue File System. [ 242.635822] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. [ OK ] Mounted sys-kernel-debug.mount - Kernel Debug File System. [ 242.636611] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ OK ] Mounted sys-kernel-tracing.mount - Kernel Trace File System. [ 242.637431] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. [ OK ] Mounted sys-kernel-config.mount - Kernel Configuration File System. [ 242.638242] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ OK ] Mounted sys-fs-fuse-connections.mount - FUSE Control File System. [ 242.676663] systemd[1]: Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ OK ] Finished systemd-udev-load-credentials.service - Load udev Rules from Credentials. [ 242.681731] EXT4-fs (dm-2): re-mounted 26efc594-bfba-47ca-a68d-eebe44ddef0b r/w. Quota mode: none. [ 242.688099] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ OK ] Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. [ 242.693983] systemd-journald[714]: Collecting audit messages is disabled. [ 242.699389] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc [ 242.759456] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. [ OK ] Finished systemd-sysctl.service - Apply Kernel Variables. [ 242.763589] systemd[1]: [email protected]: Deactivated successfully. [ 242.764373] systemd[1]: Finished [email protected] - Load Kernel Module drm. [ OK ] Finished [email protected] - Load Kernel Module drm. [ 242.823733] systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ OK ] Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. [ 242.824429] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met. [ 242.836381] systemd[1]: Starting systemd-journalctl.socket - Journal Log Access Socket... Starting systemd-journalctl.socket - Journal Log Access Socket... [ 242.875180] systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... [ 242.876973] systemd[1]: Listening on systemd-journalctl.socket - Journal Log Access Socket. [ OK ] Listening on systemd-journalctl.socket - Journal Log Access Socket. [ 242.947148] systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ OK ] Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. [ 242.951582] systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... [ 243.009549] systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ OK ] Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. [ 243.010145] systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. [ OK ] Reached target local-fs-pre.target - Preparation for Local File Systems. [ 243.428589] systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ OK ] Started systemd-udevd.service - Rule-based Manager for Device Events and Files. [ **] (5 of 9) Job dev-mapper-vg00\x2dtmp.device/start running (1min 30s / 1min 30s) [ 332.501748] systemd[1]: systemd-journald.service: start operation timed out. Terminating. [ 332.502067] systemd[1]: dev-mapper-vg00\x2dtmp.device: Job dev-mapper-vg00\x2dtmp.device/start timed out. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp. [ 332.502373] systemd[1]: Dependency failed for systemd-fsck@dev-mapper-vg00\x2dtmp.service - File System Check on /dev/mapper/vg00-tmp. [DEPEND] Dependency failed for systemd-fsck@dev-mapper-vg00\x2dtmp.service - File System Check on /dev/mapper/vg00-tmp. [ 332.502645] systemd[1]: Dependency failed for tmp.mount - /tmp. [DEPEND] Dependency failed for tmp.mount - /tmp. [ 332.502904] systemd[1]: Dependency failed for local-fs.target - Local File Systems. [DEPEND] Dependency failed for local-fs.target - Local File Systems. [ 332.503165] systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'. [ 332.503192] systemd[1]: local-fs.target: Triggering OnFailure= dependencies. [ 332.504620] systemd[1]: tmp.mount: Job tmp.mount/start failed with result 'dependency'. [ 332.504654] systemd[1]: systemd-fsck@dev-mapper-vg00\x2dtmp.service: Job systemd-fsck@dev-mapper-vg00\x2dtmp.service/start failed with result 'dependency'. [ 332.504689] systemd[1]: dev-mapper-vg00\x2dtmp.device: Job dev-mapper-vg00\x2dtmp.device/start failed with result 'timeout'. [ 332.504726] systemd[1]: Unnecessary job was removed for dev-hvc0.device - /dev/hvc0. [ 332.504868] systemd[1]: dev-mapper-vg00\x2dhome.device: Job dev-mapper-vg00\x2dhome.device/start timed out. [ 332.504895] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home. [ 332.505167] systemd[1]: Dependency failed for systemd-fsck@dev-mapper-vg00\x2dhome.service - File System Check on /dev/mapper/vg00-home. [DEPEND] Dependency failed for systemd-fsck@dev-mapper-vg00\x2dhome.service - File System Check on /dev/mapper/vg00-home. [ 332.505439] systemd[1]: Dependency failed for home.mount - /home. [DEPEND] Dependency failed for home.mount - /home. [ 332.505697] systemd[1]: home.mount: Job home.mount/start failed with result 'dependency'. [ 332.505730] systemd[1]: systemd-fsck@dev-mapper-vg00\x2dhome.service: Job systemd-fsck@dev-mapper-vg00\x2dhome.service/start failed with result 'dependency'. [ 332.505765] systemd[1]: dev-mapper-vg00\x2dhome.device: Job dev-mapper-vg00\x2dhome.device/start failed with result 'timeout'. [ 332.505824] systemd[1]: dev-mapper-vg00\x2dopt.device: Job dev-mapper-vg00\x2dopt.device/start timed out. [ 332.505851] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt. [ 332.506116] systemd[1]: Dependency failed for systemd-fsck@dev-mapper-vg00\x2dopt.service - File System Check on /dev/mapper/vg00-opt. [DEPEND] Dependency failed for systemd-fsck@dev-mapper-vg00\x2dopt.service - File System Check on /dev/mapper/vg00-opt. [ 332.506388] systemd[1]: Dependency failed for opt.mount - /opt. [DEPEND] Dependency failed for opt.mount - /opt. [ 332.506650] systemd[1]: opt.mount: Job opt.mount/start failed with result 'dependency'. [ 332.506682] systemd[1]: systemd-fsck@dev-mapper-vg00\x2dopt.service: Job systemd-fsck@dev-mapper-vg00\x2dopt.service/start failed with result 'dependency'. [ 332.506718] systemd[1]: dev-mapper-vg00\x2dopt.device: Job dev-mapper-vg00\x2dopt.device/start failed with result 'timeout'. [ 332.506778] systemd[1]: dev-mapper-vg00\x2dswap.device: Job dev-mapper-vg00\x2dswap.device/start timed out. [ 332.506804] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap. [ 332.507078] systemd[1]: Dependency failed for dev-mapper-vg00\x2dswap.swap - /dev/mapper/vg00-swap. [DEPEND] Dependency failed for dev-mapper-vg00\x2dswap.swap - /dev/mapper/vg00-swap. [ 332.507346] systemd[1]: Dependency failed for swap.target - Swaps. [DEPEND] Dependency failed for swap.target - Swaps. [ 332.507604] systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'. [ 332.507636] systemd[1]: dev-mapper-vg00\x2dswap.swap: Job dev-mapper-vg00\x2dswap.swap/start failed with result 'dependency'. [ 332.507669] systemd[1]: dev-mapper-vg00\x2dswap.device: Job dev-mapper-vg00\x2dswap.device/start failed with result 'timeout'. [ 332.507730] systemd[1]: dev-mapper-vg00\x2dvar.device: Job dev-mapper-vg00\x2dvar.device/start timed out. [ 332.507757] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var. [ 332.508038] systemd[1]: Dependency failed for var.mount - /var. [DEPEND] Dependency failed for var.mount - /var. [ 332.508297] systemd[1]: Dependency failed for wtmpdb-update-boot.service - Write boot and shutdown times into wtmpdb. [DEPEND] Dependency failed for wtmpdb-update-boot.service - Write boot and shutdown times into wtmpdb. [ 332.508563] systemd[1]: wtmpdb-update-boot.service: Job wtmpdb-update-boot.service/start failed with result 'dependency'. [ 332.508598] systemd[1]: Dependency failed for systemd-journal-flush.service - Flush Journal to Persistent Storage. [DEPEND] Dependency failed for systemd-journal-flush.service - Flush Journal to Persistent Storage. [ 332.508865] systemd[1]: systemd-journal-flush.service: Job systemd-journal-flush.service/start failed with result 'dependency'. [ 332.508900] systemd[1]: Dependency failed for systemd-pstore.service - Platform Persistent Storage Archival. [DEPEND] Dependency failed for systemd-pstore.service - Platform Persistent Storage Archival. [ 332.509168] systemd[1]: systemd-pstore.service: Job systemd-pstore.service/start failed with result 'dependency'. [ 332.509203] systemd[1]: Dependency failed for systemd-random-seed.service - Load/Save OS Random Seed. [DEPEND] Dependency failed for systemd-random-seed.service - Load/Save OS Random Seed. [ 332.509469] systemd[1]: systemd-random-seed.service: Job systemd-random-seed.service/start failed with result 'dependency'. [ 332.509504] systemd[1]: var.mount: Job var.mount/start failed with result 'dependency'. [ 332.509541] systemd[1]: Dependency failed for systemd-fsck@dev-mapper-vg00\x2dvar.service - File System Check on /dev/mapper/vg00-var. [DEPEND] Dependency failed for systemd-fsck@dev-mapper-vg00\x2dvar.service - File System Check on /dev/mapper/vg00-var. [ 332.509812] systemd[1]: systemd-fsck@dev-mapper-vg00\x2dvar.service: Job systemd-fsck@dev-mapper-vg00\x2dvar.service/start failed with result 'dependency'. [ 332.509846] systemd[1]: dev-mapper-vg00\x2dvar.device: Job dev-mapper-vg00\x2dvar.device/start failed with result 'timeout'. [ 332.509923] systemd[1]: dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device: Job dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device/start timed out. [ 332.509954] systemd[1]: Timed out waiting for device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. [ TIME ] Timed out waiting for device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. [ 332.510236] systemd[1]: Dependency failed for boot.mount - /boot. [DEPEND] Dependency failed for boot.mount - /boot. [ 332.510491] systemd[1]: boot.mount: Job boot.mount/start failed with result 'dependency'. [ 332.510526] systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service - File System Check on /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. [DEPEND] Dependency failed for systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service - File System Check on /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. [ 332.510813] systemd[1]: systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service: Job systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service/start failed with result 'dependency'. [ 332.510852] systemd[1]: dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device: Job dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device/start failed with result 'timeout'. [ 332.510924] systemd[1]: systemd-ask-password-console.path: Deactivated successfully. [ 332.511917] systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ OK ] Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 332.512625] systemd[1]: systemd-ask-password-wall.path: Deactivated successfully. [ 332.513374] systemd[1]: Stopped systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ OK ] Stopped systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 332.515035] systemd[1]: Reached target timers.target - Timer Units. [ OK ] Reached target timers.target - Timer Units. [ 332.515482] systemd[1]: Reached target ssh-access.target - SSH Access Available. [ OK ] Reached target ssh-access.target - SSH Access Available. [ 332.525296] systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management. [ OK ] Listening on systemd-sysext.socket - System Extension Image Management. [ 332.526448] systemd[1]: Reached target getty.target - Login Prompts. [ OK ] Reached target getty.target - Login Prompts. [ 332.527266] systemd[1]: Reached target sockets.target - Socket Units. [ OK ] Reached target sockets.target - Socket Units. [ 332.531031] systemd[1]: Started emergency.service - Emergency Shell. [ OK ] Started emergency.service - Emergency Shell. [ 332.531536] systemd[1]: Reached target emergency.target - Emergency Mode. [ OK ] Reached target emergency.target - Emergency Mode. [ 332.549773] systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... Starting systemd-binfmt.service - Set Up Additional Binary Formats... [ 332.554746] systemd[1]: Stopped target ssh-access.target - SSH Access Available. [ OK ] Stopped target ssh-access.target - SSH Access Available. [ 332.649008] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 737 (systemd-binfmt) [ 332.651966] systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... [ 332.750981] systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ OK ] Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. [ 332.759558] systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ OK ] Finished systemd-binfmt.service - Set Up Additional Binary Formats. [ 337.593690] (plymouth)[736]: emergency.service: emergency.service: Unable to locate executable 'plymouth': No such file or directory You are in emergency mode. After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, or "exit" to continue bootup. Cannot open access to console, the root account is locked. See sulogin(8) man page for more details. Press Enter to continue. [ 422.751463] systemd[1]: systemd-journald.service: State 'stop-sigterm' timed out. Killing. [ 422.751662] systemd[1]: systemd-journald.service: Killing process 714 (systemd-journal) with signal SIGKILL. [ 513.001455] systemd[1]: systemd-journald.service: Processes still around after SIGKILL. Ignoring. [ 603.251449] systemd[1]: systemd-journald.service: State 'final-sigterm' timed out. Killing. [ 603.251610] systemd[1]: systemd-journald.service: Killing process 714 (systemd-journal) with signal SIGKILL. [ 693.501452] systemd[1]: systemd-journald.service: Processes still around after final SIGKILL. Entering failed mode. [ 693.501485] systemd[1]: systemd-journald.service: Failed with result 'timeout'. [ 693.501846] systemd[1]: systemd-journald.service: Unit process 714 (systemd-journal) remains running after unit stopped. [ 693.502488] systemd[1]: Failed to start systemd-journald.service - Journal Service. [ 693.504916] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. [ 693.505352] systemd[1]: systemd-journald.service: Found left-over process 714 (systemd-journal) in control group while starting unit. Ignoring. [ 693.505376] systemd[1]: systemd-journald.service: This usually indicates unclean termination of a previous run, or service implementation deficiencies. [ 693.507531] systemd[1]: Starting systemd-journald.service - Journal Service... [ 693.642949] systemd-journald[743]: Collecting audit messages is disabled. [ 693.645969] systemd-journald[743]: File /run/log/journal/e50f6dcc032a4758b28dce4109f4fdbd/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 783.751456] systemd[1]: systemd-journald.service: start operation timed out. Terminating. [ 873.751482] systemd[1]: systemd-journald.service: State 'stop-sigterm' timed out. Killing. [ 873.751645] systemd[1]: systemd-journald.service: Killing process 743 (systemd-journal) with signal SIGKILL. [ 873.752038] systemd[1]: systemd-journald.service: Killing process 714 (systemd-journal) with signal SIGKILL. [ 964.001453] systemd[1]: systemd-journald.service: Processes still around after SIGKILL. Ignoring. [ 1054.251454] systemd[1]: systemd-journald.service: State 'final-sigterm' timed out. Killing. [ 1054.251604] systemd[1]: systemd-journald.service: Killing process 743 (systemd-journal) with signal SIGKILL. [ 1054.251990] systemd[1]: systemd-journald.service: Killing process 714 (systemd-journal) with signal SIGKILL. [ 1144.501452] systemd[1]: systemd-journald.service: Processes still around after final SIGKILL. Entering failed mode. [ 1144.501484] systemd[1]: systemd-journald.service: Failed with result 'timeout'. [ 1144.501837] systemd[1]: systemd-journald.service: Unit process 714 (systemd-journal) remains running after unit stopped. [ 1144.502157] systemd[1]: systemd-journald.service: Unit process 743 (systemd-journal) remains running after unit stopped. [ 1144.502781] systemd[1]: Failed to start systemd-journald.service - Journal Service. [ 1144.505094] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 2. [ 1144.505530] systemd[1]: systemd-journald.service: Found left-over process 714 (systemd-journal) in control group while starting unit. Ignoring. [ 1144.505555] systemd[1]: systemd-journald.service: This usually indicates unclean termination of a previous run, or service implementation deficiencies. [ 1144.505877] systemd[1]: systemd-journald.service: Found left-over process 743 (systemd-journal) in control group while starting unit. Ignoring. [ 1144.505901] systemd[1]: systemd-journald.service: This usually indicates unclean termination of a previous run, or service implementation deficiencies. [ 1144.508063] systemd[1]: Starting systemd-journald.service - Journal Service... [ 1144.651658] systemd-journald[747]: Collecting audit messages is disabled. [ 1144.654518] systemd-journald[747]: File /run/log/journal/e50f6dcc032a4758b28dce4109f4fdbd/system.journal corrupted or uncleanly shut down, renaming and replacing. [ 1234.751457] systemd[1]: systemd-journald.service: start operation timed out. Terminating. [ 1325.001452] systemd[1]: systemd-journald.service: State 'stop-sigterm' timed out. Killing. [ 1325.001614] systemd[1]: systemd-journald.service: Killing process 747 (systemd-journal) with signal SIGKILL. [ 1325.001974] systemd[1]: systemd-journald.service: Killing process 714 (systemd-journal) with signal SIGKILL. [ 1325.002297] systemd[1]: systemd-journald.service: Killing process 743 (systemd-journal) with signal SIGKILL. [ 1415.251454] systemd[1]: systemd-journald.service: Processes still around after SIGKILL. Ignoring. Reloading system manager configuration. [ 1429.715153] systemd[1]: Reload requested from client PID 741 ('systemd-sulogin') (unit emergency.service)... [ 1429.715197] systemd[1]: Reloading... [ 1430.194729] systemd[1]: Reloading finished in 477 ms. Starting default.target [ 1430.286186] systemd[1]: Expecting device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7... Expecting device dev-disk-by\x2duu…43d7-e381-4c11-9a21-6beb7d32b6a7... [ 1430.286333] systemd[1]: Expecting device dev-hvc0.device - /dev/hvc0... Expecting device dev-hvc0.device - /dev/hvc0... [ 1430.286438] systemd[1]: Expecting device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home... Expecting device dev-mapper-vg00\x…e.device - /dev/mapper/vg00-home... [ 1430.286541] systemd[1]: Expecting device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt... Expecting device dev-mapper-vg00\x…pt.device - /dev/mapper/vg00-opt... [ 1430.286645] systemd[1]: Expecting device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap... Expecting device dev-mapper-vg00\x…p.device - /dev/mapper/vg00-swap... [ 1430.286751] systemd[1]: Expecting device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp... Expecting device dev-mapper-vg00\x…mp.device - /dev/mapper/vg00-tmp... [ 1430.286850] systemd[1]: Expecting device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var... Expecting device dev-mapper-vg00\x…ar.device - /dev/mapper/vg00-var... [ 1430.286967] systemd[1]: Stopped target emergency.target - Emergency Mode. [ OK ] Stopped target emergency.target - Emergency Mode. [ 1430.287403] systemd[1]: Stopping emergency.service - Emergency Shell... Stopping emergency.service - Emergency Shell... [ 1430.288022] systemd[1]: [email protected] - Load Kernel Module configfs skipped, unmet condition check ConditionKernelModuleLoaded=!configfs [ 1430.288168] systemd[1]: [email protected] - Load Kernel Module drm skipped, unmet condition check ConditionKernelModuleLoaded=!drm [ 1430.291976] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore... [ 1430.292314] systemd[1]: [email protected] - Load Kernel Module fuse skipped, unmet condition check ConditionKernelModuleLoaded=!fuse [ 1430.292520] systemd[1]: systemd-fsck-root.service - File System Check on Root Device skipped, unmet condition check ConditionPathExists=!/run/initramfs/fsck-root [ 1430.292684] systemd[1]: systemd-hibernate-clear.service - Clear Stale Hibernate Storage Info skipped, unmet condition check ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67 [ 1430.292919] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database skipped, unmet condition check ConditionNeedsUpdate=/etc [ 1430.293148] systemd[1]: systemd-sysusers.service - Create System Users skipped, no trigger condition checks were met. [ 1430.293794] systemd[1]: emergency.service: Deactivated successfully. [ 1430.294544] systemd[1]: Stopped emergency.service - Emergency Shell. [ OK ] Stopped emergency.service - Emergency Shell. [ 1430.295705] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ OK ] Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 1430.296197] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ OK ] Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 1430.359289] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. [ 1430.360059] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ OK ] Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. [ *** ] (7 of 9) Job dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device/start running (1min 14s / 1min 30s) [ 1505.501456] systemd[1]: systemd-journald.service: State 'final-sigterm' timed out. Killing. [ 1505.501632] systemd[1]: systemd-journald.service: Killing process 747 (systemd-journal) with signal SIGKILL. [ 1505.502029] systemd[1]: systemd-journald.service: Killing process 714 (systemd-journal) with signal SIGKILL. [*** ] (8 of 9) Job dev-mapper-vg00\x2dtmp.device/start running (1min 29s / 1min 30s) [ 1520.501460] systemd[1]: dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device: Job dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device/start timed out. [ TIME ] Timed out waiting for device dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device - /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. [ 1520.501783] systemd[1]: Dependency failed for boot.mount - /boot. [DEPEND] Dependency failed for boot.mount - /boot. [ 1520.502029] systemd[1]: Dependency failed for local-fs.target - Local File Systems. [DEPEND] Dependency failed for local-fs.target - Local File Systems. [ 1520.502276] systemd[1]: local-fs.target: Job local-fs.target/start failed with result 'dependency'. [ 1520.502302] systemd[1]: local-fs.target: Triggering OnFailure= dependencies. [ 1520.503547] systemd[1]: boot.mount: Job boot.mount/start failed with result 'dependency'. [ 1520.503583] systemd[1]: Dependency failed for systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service - File System Check on /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. [DEPEND] Dependency failed for systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service - File System Check on /dev/disk/by-uuid/b9cc43d7-e381-4c11-9a21-6beb7d32b6a7. [ 1520.503879] systemd[1]: systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service: Job systemd-fsck@dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.service/start failed with result 'dependency'. [ 1520.503918] systemd[1]: dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device: Job dev-disk-by\x2duuid-b9cc43d7\x2de381\x2d4c11\x2d9a21\x2d6beb7d32b6a7.device/start failed with result 'timeout'. [ 1520.503957] systemd[1]: Unnecessary job was removed for dev-hvc0.device - /dev/hvc0. [ 1520.504085] systemd[1]: dev-mapper-vg00\x2dopt.device: Job dev-mapper-vg00\x2dopt.device/start timed out. [ 1520.504111] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dopt.device - /dev/mapper/vg00-opt. [ 1520.504363] systemd[1]: Dependency failed for systemd-fsck@dev-mapper-vg00\x2dopt.service - File System Check on /dev/mapper/vg00-opt. [DEPEND] Dependency failed for systemd-fsck@dev-mapper-vg00\x2dopt.service - File System Check on /dev/mapper/vg00-opt. [ 1520.504622] systemd[1]: Dependency failed for opt.mount - /opt. [DEPEND] Dependency failed for opt.mount - /opt. [ 1520.504871] systemd[1]: opt.mount: Job opt.mount/start failed with result 'dependency'. [ 1520.504902] systemd[1]: systemd-fsck@dev-mapper-vg00\x2dopt.service: Job systemd-fsck@dev-mapper-vg00\x2dopt.service/start failed with result 'dependency'. [ 1520.504936] systemd[1]: dev-mapper-vg00\x2dopt.device: Job dev-mapper-vg00\x2dopt.device/start failed with result 'timeout'. [ 1520.504994] systemd[1]: dev-mapper-vg00\x2dswap.device: Job dev-mapper-vg00\x2dswap.device/start timed out. [ 1520.505020] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dswap.device - /dev/mapper/vg00-swap. [ 1520.505271] systemd[1]: Dependency failed for dev-mapper-vg00\x2dswap.swap - /dev/mapper/vg00-swap. [DEPEND] Dependency failed for dev-mapper-vg00\x2dswap.swap - /dev/mapper/vg00-swap. [ 1520.505518] systemd[1]: Dependency failed for swap.target - Swaps. [DEPEND] Dependency failed for swap.target - Swaps. [ 1520.505767] systemd[1]: swap.target: Job swap.target/start failed with result 'dependency'. [ 1520.505799] systemd[1]: dev-mapper-vg00\x2dswap.swap: Job dev-mapper-vg00\x2dswap.swap/start failed with result 'dependency'. [ 1520.505831] systemd[1]: dev-mapper-vg00\x2dswap.device: Job dev-mapper-vg00\x2dswap.device/start failed with result 'timeout'. [ 1520.505889] systemd[1]: dev-mapper-vg00\x2dtmp.device: Job dev-mapper-vg00\x2dtmp.device/start timed out. [ 1520.505915] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dtmp.device - /dev/mapper/vg00-tmp. [ 1520.506166] systemd[1]: Dependency failed for systemd-fsck@dev-mapper-vg00\x2dtmp.service - File System Check on /dev/mapper/vg00-tmp. [DEPEND] Dependency failed for systemd-fsck@dev-mapper-vg00\x2dtmp.service - File System Check on /dev/mapper/vg00-tmp. [ 1520.506423] systemd[1]: Dependency failed for tmp.mount - /tmp. [DEPEND] Dependency failed for tmp.mount - /tmp. [ 1520.506667] systemd[1]: tmp.mount: Job tmp.mount/start failed with result 'dependency'. [ 1520.506699] systemd[1]: systemd-fsck@dev-mapper-vg00\x2dtmp.service: Job systemd-fsck@dev-mapper-vg00\x2dtmp.service/start failed with result 'dependency'. [ 1520.506733] systemd[1]: dev-mapper-vg00\x2dtmp.device: Job dev-mapper-vg00\x2dtmp.device/start failed with result 'timeout'. [ 1520.506789] systemd[1]: dev-mapper-vg00\x2dhome.device: Job dev-mapper-vg00\x2dhome.device/start timed out. [ 1520.506815] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dhome.device - /dev/mapper/vg00-home. [ 1520.507066] systemd[1]: Dependency failed for systemd-fsck@dev-mapper-vg00\x2dhome.service - File System Check on /dev/mapper/vg00-home. [DEPEND] Dependency failed for systemd-fsck@dev-mapper-vg00\x2dhome.service - File System Check on /dev/mapper/vg00-home. [ 1520.507324] systemd[1]: Dependency failed for home.mount - /home. [DEPEND] Dependency failed for home.mount - /home. [ 1520.507568] systemd[1]: home.mount: Job home.mount/start failed with result 'dependency'. [ 1520.507600] systemd[1]: systemd-fsck@dev-mapper-vg00\x2dhome.service: Job systemd-fsck@dev-mapper-vg00\x2dhome.service/start failed with result 'dependency'. [ 1520.507634] systemd[1]: dev-mapper-vg00\x2dhome.device: Job dev-mapper-vg00\x2dhome.device/start failed with result 'timeout'. [ 1520.507691] systemd[1]: dev-mapper-vg00\x2dvar.device: Job dev-mapper-vg00\x2dvar.device/start timed out. [ 1520.507716] systemd[1]: Timed out waiting for device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var. [ TIME ] Timed out waiting for device dev-mapper-vg00\x2dvar.device - /dev/mapper/vg00-var. [ 1520.508017] systemd[1]: Dependency failed for var.mount - /var. [DEPEND] Dependency failed for var.mount - /var. [ 1520.508274] systemd[1]: Dependency failed for systemd-random-seed.service - Load/Save OS Random Seed. [DEPEND] Dependency failed for systemd-random-seed.service - Load/Save OS Random Seed. [ 1520.508525] systemd[1]: systemd-random-seed.service: Job systemd-random-seed.service/start failed with result 'dependency'. [ 1520.508560] systemd[1]: Dependency failed for systemd-pstore.service - Platform Persistent Storage Archival. [DEPEND] Dependency failed for systemd-pstore.service - Platform Persistent Storage Archival. [ 1520.508813] systemd[1]: systemd-pstore.service: Job systemd-pstore.service/start failed with result 'dependency'. [ 1520.508848] systemd[1]: Dependency failed for wtmpdb-update-boot.service - Write boot and shutdown times into wtmpdb. [DEPEND] Dependency failed for wtmpdb-update-boot.service - Write boot and shutdown times into wtmpdb. [ 1520.509102] systemd[1]: wtmpdb-update-boot.service: Job wtmpdb-update-boot.service/start failed with result 'dependency'. [ 1520.509136] systemd[1]: Dependency failed for systemd-journal-flush.service - Flush Journal to Persistent Storage. [DEPEND] Dependency failed for systemd-journal-flush.service - Flush Journal to Persistent Storage. [ 1520.509391] systemd[1]: systemd-journal-flush.service: Job systemd-journal-flush.service/start failed with result 'dependency'. [ 1520.509426] systemd[1]: var.mount: Job var.mount/start failed with result 'dependency'. [ 1520.509464] systemd[1]: Dependency failed for systemd-fsck@dev-mapper-vg00\x2dvar.service - File System Check on /dev/mapper/vg00-var. [DEPEND] Dependency failed for systemd-fsck@dev-mapper-vg00\x2dvar.service - File System Check on /dev/mapper/vg00-var. [ 1520.509722] systemd[1]: systemd-fsck@dev-mapper-vg00\x2dvar.service: Job systemd-fsck@dev-mapper-vg00\x2dvar.service/start failed with result 'dependency'. [ 1520.509756] systemd[1]: dev-mapper-vg00\x2dvar.device: Job dev-mapper-vg00\x2dvar.device/start failed with result 'timeout'. [ 1520.509840] systemd[1]: systemd-ask-password-console.path: Deactivated successfully. [ 1520.510943] systemd[1]: Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ OK ] Stopped systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch. [ 1520.511725] systemd[1]: systemd-ask-password-wall.path: Deactivated successfully. [ 1520.512501] systemd[1]: Stopped systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ OK ] Stopped systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch. [ 1520.514749] systemd[1]: Reached target ssh-access.target - SSH Access Available. [ OK ] Reached target ssh-access.target - SSH Access Available. [ 1520.520570] systemd[1]: Started emergency.service - Emergency Shell. [ OK ] Started emergency.service - Emergency Shell. [ 1520.521103] systemd[1]: Reached target emergency.target - Emergency Mode. [ OK ] Reached target emergency.target - Emergency Mode. [ 1520.524762] systemd[1]: Stopped target ssh-access.target - SSH Access Available. [ OK ] Stopped target ssh-access.target - SSH Access Available. [ 1525.565607] (plymouth)[766]: emergency.service: emergency.service: Unable to locate executable 'plymouth': No such file or directory You are in emergency mode. After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, or "exit" to continue bootup. Cannot open access to console, the root account is locked. See sulogin(8) man page for more details. Press Enter to continue. [ 1595.751457] systemd[1]: systemd-journald.service: Processes still around after final SIGKILL. Entering failed mode. [ 1595.751492] systemd[1]: systemd-journald.service: Failed with result 'timeout'. [ 1595.751896] systemd[1]: systemd-journald.service: Unit process 714 (systemd-journal) remains running after unit stopped. [ 1595.752224] systemd[1]: systemd-journald.service: Unit process 743 (systemd-journal) remains running after unit stopped. [ 1595.752543] systemd[1]: systemd-journald.service: Unit process 747 (systemd-journal) remains running after unit stopped. [ 1595.753212] systemd[1]: Failed to start systemd-journald.service - Journal Service. [ 1595.755842] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 3. [ 1595.756320] systemd[1]: systemd-journald.service: Found left-over process 714 (systemd-journal) in control group while starting unit. Ignoring. [ 1595.756344] systemd[1]: systemd-journald.service: This usually indicates unclean termination of a previous run, or service implementation deficiencies. [ 1595.756666] systemd[1]: systemd-journald.service: Found left-over process 743 (systemd-journal) in control group while starting unit. Ignoring. [ 1595.756690] systemd[1]: systemd-journald.service: This usually indicates unclean termination of a previous run, or service implementation deficiencies. [ 1595.757012] systemd[1]: systemd-journald.service: Found left-over process 747 (systemd-journal) in control group while starting unit. Ignoring. [ 1595.757036] systemd[1]: systemd-journald.service: This usually indicates unclean termination of a previous run, or service implementation deficiencies. [ 1595.759223] systemd[1]: Starting systemd-journald.service - Journal Service... [ 1595.891497] systemd-journald[769]: Collecting audit messages is disabled. [ 1595.894362] systemd-journald[769]: File /run/log/journal/e50f6dcc032a4758b28dce4109f4fdbd/system.journal corrupted or uncleanly shut down, renaming and replacing. === END Grub and kernel console output === Not making any actual progress after 30 minutes, despite ehci_pci being blacklisted. Are some or most of the hardware interrupts fubared at this point? LPAR restarted from HMC