Chris, No message appeared but the message came out at the beginning of btrfs-convert. I could convert again if that would help. dmesg for "this" boot enclosed: Regards, George... On Saturday, March 6, 2021, 1:36:13 PM PST, Chris Murphy <lists@xxxxxxxxxxxxxxxxx> wrote: fdisk says: Disk /dev/sda: 1.82 TiB, 2000398934016 bytes, 3907029168 sectors /dev/sda8 436217856 3907029167 3470811312 1.6T 83 Linux sda8 is 1777055391744 bytes Btrfs says: dev_item.total_bytes 1777055391744 Those agree. The scrub message comes from block/blk-core.c:655: pr_info_ratelimited("attempt to access beyond end of device\n" I don't know why it would be triggered. fdisk says: Disk /dev/sdb: 465.76 GiB, 500107862016 bytes, 976773168 sectors /dev/sdb1 2048 976773167 976771120 465.8G 83 Linux sdb1 is 500106813440 bytes. kernel says: [152968.929912] sdb: p1 size 1465144002 extends beyond EOD, enabling native capacity this is coming from block/partitions/core.c:573: "%s: p%d size %llu extends beyond EOD, ", and block/partitions/core.c:519: printk(KERN_CONT "enabling native capacity\n"); I've got no idea what it's complaining about though. Seems like the kernel and fdisk have very different ideas about how to read this partition map. btrfs says: dev_item.total_bytes 500106813440 The partition map and btrfs have the exact same bytes again, that's good. The only discrepancy here is the kernel's block core is confused about it. I don't know why that would be. Does that EOD message happen on every boot for sdb1? -- Chris Murphy
[ 0.000000] microcode: microcode updated early to revision 0x2f, date = 2019-02-17 [ 0.000000] Linux version 5.12.0-0.rc1.162.fc35.x86_64 (mockbuild@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx) (gcc (GCC) 11.0.0 20210210 (Red Hat 11.0.0-0), GNU ld version 2.35.1-34.fc34) #1 SMP Mon Mar 1 17:12:47 UTC 2021 [ 0.000000] Command line: BOOT_IMAGE=(hd0,msdos1)/vmlinuz-5.12.0-0.rc1.162.fc35.x86_64 root=UUID=45b37c32-c85f-4d01-b0d5-008faf6ee085 ro resume=UUID=11bd3385-b265-4149-9da1-352284344307 nomodeset [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000aac0cfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000aac0d000-0x00000000aad8dfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000aad8e000-0x00000000aad94fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000aad95000-0x00000000aad95fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000aad96000-0x00000000aad96fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000aad97000-0x00000000aadb7fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000aadb8000-0x00000000aadc5fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000aadc6000-0x00000000aade7fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000aade8000-0x00000000aaf22fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000aaf23000-0x00000000aafe7fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000aafe8000-0x00000000aaffcfff] usable [ 0.000000] BIOS-e820: [mem 0x00000000aaffd000-0x00000000aaffffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000ab000000-0x00000000afffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffbfffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000024f7fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: ASUSTeK Computer Inc. N53SN/N53SN, BIOS N53SN.209 01/10/2012 [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2195.012 MHz processor [ 0.001287] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.001292] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.001303] last_pfn = 0x24f800 max_arch_pfn = 0x400000000 [ 0.002068] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.003304] e820: update [mem 0xab000000-0xffffffff] usable ==> reserved [ 0.003314] last_pfn = 0xaaffd max_arch_pfn = 0x400000000 [ 0.015224] found SMP MP-table at [mem 0x000fcc80-0x000fcc8f] [ 0.029209] reserving inaccessible SNB gfx pages [ 0.029976] RAMDISK: [mem 0x2d3c8000-0x329dbfff] [ 0.029987] ACPI: Early table checksum verification disabled [ 0.029991] ACPI: RSDP 0x00000000000F0430 000024 (v02 _ASUS_) [ 0.029997] ACPI: XSDT 0x00000000AAFFEE18 000074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013) [ 0.030005] ACPI: FACP 0x00000000AAF9AD98 0000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013) [ 0.030012] ACPI: DSDT 0x00000000AAF86018 013852 (v01 _ASUS_ Notebook 00000000 INTL 20091112) [ 0.030018] ACPI: FACS 0x00000000AAFE4E40 000040 [ 0.030022] ACPI: FACS 0x00000000AAFE4D40 000040 [ 0.030025] ACPI: APIC 0x00000000AAFFDF18 0000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013) [ 0.030030] ACPI: DBGP 0x00000000AAFFFF18 000034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013) [ 0.030035] ACPI: ECDT 0x00000000AAFE4B18 0000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003) [ 0.030039] ACPI: SLIC 0x00000000AAF9BE18 000176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001) [ 0.030044] ACPI: HPET 0x00000000AAFE5D18 000038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003) [ 0.030048] ACPI: MCFG 0x00000000AAFE5C98 00003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097) [ 0.030053] ACPI: SSDT 0x00000000AAF85018 000955 (v01 PmRef Cpu0Ist 00003000 INTL 20091112) [ 0.030058] ACPI: SSDT 0x00000000AAF84018 000996 (v01 PmRef CpuPm 00003000 INTL 20091112) [ 0.030063] ACPI: ASF! 0x00000000AAFE4A18 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240) [ 0.030074] ACPI: Local APIC address 0xfee00000 [ 0.030129] No NUMA configuration found [ 0.030130] Faking a node at [mem 0x0000000000000000-0x000000024f7fffff] [ 0.030143] NODE_DATA(0) allocated [mem 0x24f7d1000-0x24f7fbfff] [ 0.045831] Zone ranges: [ 0.045836] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.045839] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.045842] Normal [mem 0x0000000100000000-0x000000024f7fffff] [ 0.045844] Device empty [ 0.045846] Movable zone start for each node [ 0.045850] Early memory node ranges [ 0.045851] node 0: [mem 0x0000000000001000-0x000000000009dfff] [ 0.045854] node 0: [mem 0x0000000000100000-0x000000001fffffff] [ 0.045856] node 0: [mem 0x0000000020200000-0x000000003fffffff] [ 0.045857] node 0: [mem 0x0000000040200000-0x00000000aac0cfff] [ 0.045859] node 0: [mem 0x00000000aad8e000-0x00000000aad94fff] [ 0.045861] node 0: [mem 0x00000000aad96000-0x00000000aad96fff] [ 0.045862] node 0: [mem 0x00000000aadb8000-0x00000000aadc5fff] [ 0.045864] node 0: [mem 0x00000000aade8000-0x00000000aaf22fff] [ 0.045865] node 0: [mem 0x00000000aafe8000-0x00000000aaffcfff] [ 0.045867] node 0: [mem 0x0000000100000000-0x000000024f7fffff] [ 0.046166] Zeroed struct page in unavailable ranges: 24304 pages [ 0.046168] Initmem setup node 0 [mem 0x0000000000001000-0x000000024f7fffff] [ 0.046171] On node 0 totalpages: 2072848 [ 0.046173] DMA zone: 64 pages used for memmap [ 0.046175] DMA zone: 157 pages reserved [ 0.046176] DMA zone: 3997 pages, LIFO batch:0 [ 0.046209] DMA32 zone: 10854 pages used for memmap [ 0.046211] DMA32 zone: 694643 pages, LIFO batch:63 [ 0.051296] Normal zone: 21472 pages used for memmap [ 0.051301] Normal zone: 1374208 pages, LIFO batch:63 [ 0.061435] Reserving Intel graphics memory at [mem 0xac000000-0xafffffff] [ 0.061572] ACPI: PM-Timer IO Port: 0x408 [ 0.061575] ACPI: Local APIC address 0xfee00000 [ 0.061594] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.061598] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.061601] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.061603] ACPI: IRQ0 used by override. [ 0.061605] ACPI: IRQ9 used by override. [ 0.061608] Using ACPI (MADT) for SMP configuration information [ 0.061609] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.061615] TSC deadline timer available [ 0.061617] smpboot: Allowing 16 CPUs, 8 hotplug CPUs [ 0.061653] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.061657] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff] [ 0.061659] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.061660] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.061662] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.061665] PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff] [ 0.061668] PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff] [ 0.061670] PM: hibernation: Registered nosave memory: [mem 0xaac0d000-0xaad8dfff] [ 0.061673] PM: hibernation: Registered nosave memory: [mem 0xaad95000-0xaad95fff] [ 0.061676] PM: hibernation: Registered nosave memory: [mem 0xaad97000-0xaadb7fff] [ 0.061679] PM: hibernation: Registered nosave memory: [mem 0xaadc6000-0xaade7fff] [ 0.061682] PM: hibernation: Registered nosave memory: [mem 0xaaf23000-0xaafe7fff] [ 0.061685] PM: hibernation: Registered nosave memory: [mem 0xaaffd000-0xaaffffff] [ 0.061686] PM: hibernation: Registered nosave memory: [mem 0xab000000-0xafffffff] [ 0.061688] PM: hibernation: Registered nosave memory: [mem 0xb0000000-0xdfffffff] [ 0.061689] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xe3ffffff] [ 0.061691] PM: hibernation: Registered nosave memory: [mem 0xe4000000-0xfebfffff] [ 0.061692] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.061694] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed0ffff] [ 0.061695] PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed13fff] [ 0.061696] PM: hibernation: Registered nosave memory: [mem 0xfed14000-0xfed17fff] [ 0.061698] PM: hibernation: Registered nosave memory: [mem 0xfed18000-0xfed19fff] [ 0.061699] PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff] [ 0.061701] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] [ 0.061702] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff] [ 0.061704] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.061705] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff97ffff] [ 0.061707] PM: hibernation: Registered nosave memory: [mem 0xff980000-0xffbfffff] [ 0.061708] PM: hibernation: Registered nosave memory: [mem 0xffc00000-0xffd7ffff] [ 0.061710] PM: hibernation: Registered nosave memory: [mem 0xffd80000-0xffffffff] [ 0.061712] [mem 0xb0000000-0xdfffffff] available for PCI devices [ 0.061715] Booting paravirtualized kernel on bare hardware [ 0.061718] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.069518] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1 [ 0.069996] percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144 [ 0.070010] pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152 [ 0.070013] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 [ 0.070065] Built 1 zonelists, mobility grouping on. Total pages: 2040301 [ 0.070068] Policy zone: Normal [ 0.070070] Kernel command line: BOOT_IMAGE=(hd0,msdos1)/vmlinuz-5.12.0-0.rc1.162.fc35.x86_64 root=UUID=45b37c32-c85f-4d01-b0d5-008faf6ee085 ro resume=UUID=11bd3385-b265-4149-9da1-352284344307 nomodeset [ 0.070137] You have booted with nomodeset. This means your GPU drivers are DISABLED [ 0.070138] Any video related functionality will be severely degraded, and you may not even be able to suspend the system properly [ 0.070140] Unless you actually understand what nomodeset does, you should reboot without enabling it [ 0.070683] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear) [ 0.070943] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear) [ 0.071139] mem auto-init: stack:byref_all(zero), heap alloc:off, heap free:off [ 0.101955] Memory: 7943992K/8291392K available (16393K kernel code, 3492K rwdata, 9824K rodata, 2556K init, 5404K bss, 347140K reserved, 0K cma-reserved) [ 0.101965] random: get_random_u64 called from __kmem_cache_create+0x2a/0x560 with crng_init=0 [ 0.102115] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1 [ 0.102131] Kernel/User page tables isolation: enabled [ 0.102156] ftrace: allocating 45844 entries in 180 pages [ 0.121476] ftrace: allocated 180 pages with 4 groups [ 0.121617] rcu: Hierarchical RCU implementation. [ 0.121620] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16. [ 0.121622] Trampoline variant of Tasks RCU enabled. [ 0.121623] Rude variant of Tasks RCU enabled. [ 0.121624] Tracing variant of Tasks RCU enabled. [ 0.121625] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.121627] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16 [ 0.126413] NR_IRQS: 524544, nr_irqs: 552, preallocated irqs: 16 [ 0.128457] Console: colour VGA+ 80x25 [ 0.139684] printk: console [tty0] enabled [ 0.139767] ACPI: Core revision 20210105 [ 0.139982] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.140081] APIC: Switch to symmetric I/O mode setup [ 0.140214] x2apic: IRQ remapping doesn't support X2APIC mode [ 0.140309] Switched APIC routing to physical flat. [ 0.140779] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.145081] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa3cab9042, max_idle_ns: 440795210298 ns [ 0.145171] Calibrating delay loop (skipped), value calculated using timer frequency.. 4390.02 BogoMIPS (lpj=2195012) [ 0.145258] pid_max: default: 32768 minimum: 301 [ 0.145351] LSM: Security Framework initializing [ 0.145424] Yama: becoming mindful. [ 0.145491] SELinux: Initializing. [ 0.145601] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.145696] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.146067] CPU0: Thermal monitoring enabled (TM1) [ 0.146192] process: using mwait in idle threads [ 0.146256] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.146320] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.146388] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.146470] Spectre V2 : Mitigation: Full generic retpoline [ 0.146534] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.146615] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.146683] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.146767] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl [ 0.146836] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp [ 0.146921] MDS: Mitigation: Clear CPU buffers [ 0.147251] Freeing SMP alternatives memory: 44K [ 0.150258] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1303 [ 0.150349] smpboot: CPU0: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (family: 0x6, model: 0x2a, stepping: 0x7) [ 0.150605] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver. [ 0.150698] ... version: 3 [ 0.150759] ... bit width: 48 [ 0.150821] ... generic registers: 4 [ 0.150884] ... value mask: 0000ffffffffffff [ 0.150948] ... max period: 00007fffffffffff [ 0.151013] ... fixed-purpose events: 3 [ 0.151074] ... event mask: 000000070000000f [ 0.151169] rcu: Hierarchical SRCU implementation. [ 0.152484] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. [ 0.152729] smp: Bringing up secondary CPUs ... [ 0.152894] x86: Booting SMP configuration: [ 0.152954] .... node #0, CPUs: #1 #2 #3 #4 [ 0.160291] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details. [ 0.160495] #5 #6 #7 [ 0.163235] smp: Brought up 1 node, 8 CPUs [ 0.163318] smpboot: Max logical packages: 2 [ 0.163382] smpboot: Total of 8 processors activated (35120.19 BogoMIPS) [ 0.164607] devtmpfs: initialized [ 0.164607] x86/mm: Memory block size: 128MB [ 0.165666] PM: Registering ACPI NVS region [mem 0xaaf23000-0xaafe7fff] (806912 bytes) [ 0.165666] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.165666] futex hash table entries: 4096 (order: 6, 262144 bytes, linear) [ 0.165666] pinctrl core: initialized pinctrl subsystem [ 0.166304] PM: RTC time: 23:35:39, date: 2021-03-06 [ 0.166528] NET: Registered protocol family 16 [ 0.166704] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.166777] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.166863] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.166951] audit: initializing netlink subsys (disabled) [ 0.167024] audit: type=2000 audit(1615073738.026:1): state=initialized audit_enabled=0 res=1 [ 0.167024] thermal_sys: Registered thermal governor 'fair_share' [ 0.167024] thermal_sys: Registered thermal governor 'bang_bang' [ 0.167172] thermal_sys: Registered thermal governor 'step_wise' [ 0.167236] thermal_sys: Registered thermal governor 'user_space' [ 0.167317] cpuidle: using governor menu [ 0.167495] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.167575] ACPI: bus type PCI registered [ 0.167637] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.167782] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000) [ 0.167870] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820 [ 0.167951] PCI: Using configuration type 1 for base access [ 0.168051] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on [ 0.168444] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.170355] Kprobes globally optimized [ 0.170425] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.389373] cryptd: max_cpu_qlen set to 1000 [ 0.392280] alg: No test for 842 (842-generic) [ 0.392296] alg: No test for 842 (842-scomp) [ 0.395434] raid6: skip pq benchmark and using algorithm sse2x4 [ 0.395434] raid6: using ssse3x2 recovery algorithm [ 0.395434] ACPI: Added _OSI(Module Device) [ 0.395466] ACPI: Added _OSI(Processor Device) [ 0.395528] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.395590] ACPI: Added _OSI(Processor Aggregator Device) [ 0.395656] ACPI: Added _OSI(Linux-Dell-Video) [ 0.395718] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.395784] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.407268] ACPI: 3 ACPI AML tables successfully acquired and loaded [ 0.407903] ACPI: EC: EC started [ 0.407965] ACPI: EC: interrupt blocked [ 0.408812] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.408878] ACPI: EC: Boot ECDT EC used to handle transactions [ 0.409611] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 0.516050] ACPI: Dynamic OEM Table Load: [ 0.516120] ACPI: SSDT 0xFFFF977240B6D000 00073F (v01 PmRef Cpu0Cst 00003001 INTL 20091112) [ 0.517041] ACPI: Dynamic OEM Table Load: [ 0.517108] ACPI: SSDT 0xFFFF977240BC3800 000303 (v01 PmRef ApIst 00003000 INTL 20091112) [ 0.517881] ACPI: Dynamic OEM Table Load: [ 0.517946] ACPI: SSDT 0xFFFF977240ED6400 000119 (v01 PmRef ApCst 00003000 INTL 20091112) [ 0.520073] ACPI: Interpreter enabled [ 0.520165] ACPI: (supports S0 S3 S4 S5) [ 0.521171] ACPI: Using IOAPIC for interrupt routing [ 0.521267] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.521622] ACPI: Enabled 13 GPEs in block 00 to 3F [ 0.581303] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.581377] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3] [ 0.581980] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC] [ 0.582066] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration [ 0.582651] PCI host bridge to bus 0000:00 [ 0.582715] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.582784] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.582853] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.582934] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] [ 0.583017] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] [ 0.583097] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] [ 0.583171] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] [ 0.583253] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window] [ 0.583333] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window] [ 0.583413] pci_bus 0000:00: root bus resource [mem 0xb0000000-0xfeafffff window] [ 0.583493] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window] [ 0.583573] pci_bus 0000:00: root bus resource [bus 00-3e] [ 0.583652] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000 [ 0.583830] pci 0000:00:01.0: [8086:0101] type 01 class 0x060400 [ 0.583938] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 0.584120] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000 [ 0.584178] pci 0000:00:02.0: reg 0x10: [mem 0xdc400000-0xdc7fffff 64bit] [ 0.584251] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref] [ 0.584336] pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f] [ 0.584595] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 [ 0.585179] pci 0000:00:16.0: reg 0x10: [mem 0xdf00b000-0xdf00b00f 64bit] [ 0.585326] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.585498] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 [ 0.585580] pci 0000:00:1a.0: reg 0x10: [mem 0xdf008000-0xdf0083ff] [ 0.585733] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 0.585916] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300 [ 0.586002] pci 0000:00:1b.0: reg 0x10: [mem 0xdf000000-0xdf003fff 64bit] [ 0.586152] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.587292] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 [ 0.587451] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.587646] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 [ 0.587804] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 0.587994] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400 [ 0.588154] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.588298] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400 [ 0.588457] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold [ 0.588653] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 [ 0.588734] pci 0000:00:1d.0: reg 0x10: [mem 0xdf007000-0xdf0073ff] [ 0.588888] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.589072] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100 [ 0.589353] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601 [ 0.589434] pci 0000:00:1f.2: reg 0x10: [io 0xe0b0-0xe0b7] [ 0.589506] pci 0000:00:1f.2: reg 0x14: [io 0xe0a0-0xe0a3] [ 0.589577] pci 0000:00:1f.2: reg 0x18: [io 0xe090-0xe097] [ 0.589648] pci 0000:00:1f.2: reg 0x1c: [io 0xe080-0xe083] [ 0.589719] pci 0000:00:1f.2: reg 0x20: [io 0xe060-0xe07f] [ 0.589791] pci 0000:00:1f.2: reg 0x24: [mem 0xdf006000-0xdf0067ff] [ 0.589898] pci 0000:00:1f.2: PME# supported from D3hot [ 0.590072] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 [ 0.590155] pci 0000:00:1f.3: reg 0x10: [mem 0xdf005000-0xdf0050ff 64bit] [ 0.590190] pci 0000:00:1f.3: reg 0x20: [io 0xe040-0xe05f] [ 0.590420] pci 0000:01:00.0: [10de:0df6] type 00 class 0x030000 [ 0.590497] pci 0000:01:00.0: reg 0x10: [mem 0xdb000000-0xdbffffff] [ 0.590572] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref] [ 0.590663] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref] [ 0.590746] pci 0000:01:00.0: reg 0x24: [io 0xd000-0xd07f] [ 0.590817] pci 0000:01:00.0: reg 0x30: [mem 0xdc000000-0xdc07ffff pref] [ 0.590890] pci 0000:01:00.0: enabling Extended Tags [ 0.590968] pci 0000:01:00.0: Enabling HDA controller [ 0.591239] pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300 [ 0.591319] pci 0000:01:00.1: reg 0x10: [mem 0xdc080000-0xdc083fff] [ 0.591433] pci 0000:01:00.1: enabling Extended Tags [ 0.591609] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.591674] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff] [ 0.591742] pci 0000:00:01.0: bridge window [mem 0xdb000000-0xdc0fffff] [ 0.591811] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] [ 0.591951] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.592018] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff] [ 0.592086] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff] [ 0.592157] pci 0000:00:1c.0: bridge window [mem 0xd4200000-0xd4bfffff 64bit pref] [ 0.592278] pci 0000:03:00.0: [8086:0083] type 00 class 0x028000 [ 0.592395] pci 0000:03:00.0: reg 0x10: [mem 0xddc00000-0xddc01fff 64bit] [ 0.592709] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold [ 0.592951] pci 0000:00:1c.1: PCI bridge to [bus 03] [ 0.593019] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff] [ 0.593087] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff] [ 0.593159] pci 0000:00:1c.1: bridge window [mem 0xd3700000-0xd40fffff 64bit pref] [ 0.593262] pci 0000:04:00.0: [1b73:1000] type 00 class 0x0c0330 [ 0.593356] pci 0000:04:00.0: reg 0x10: [mem 0xdd200000-0xdd20ffff] [ 0.593596] pci 0000:04:00.0: PME# supported from D0 D3hot [ 0.593783] pci 0000:00:1c.3: PCI bridge to [bus 04] [ 0.593850] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff] [ 0.593920] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff] [ 0.593993] pci 0000:00:1c.3: bridge window [mem 0xd2c00000-0xd35fffff 64bit pref] [ 0.594238] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 [ 0.594393] pci 0000:05:00.0: reg 0x10: [io 0x9000-0x90ff] [ 0.594577] pci 0000:05:00.0: reg 0x18: [mem 0xd2104000-0xd2104fff 64bit pref] [ 0.594728] pci 0000:05:00.0: reg 0x20: [mem 0xd2100000-0xd2103fff 64bit pref] [ 0.595204] pci 0000:05:00.0: supports D1 D2 [ 0.595267] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.595747] pci 0000:00:1c.5: PCI bridge to [bus 05] [ 0.595814] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff] [ 0.595881] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff] [ 0.595954] pci 0000:00:1c.5: bridge window [mem 0xd2100000-0xd2afffff 64bit pref] [ 0.648884] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12) [ 0.649016] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12) [ 0.649140] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 12) [ 0.649224] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12) [ 0.649346] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled. [ 0.649486] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled. [ 0.649623] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12) [ 0.649748] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 12) [ 0.650064] ACPI: EC: interrupt unblocked [ 0.650127] ACPI: EC: event unblocked [ 0.650171] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62 [ 0.650233] ACPI: EC: GPE=0x1b [ 0.650295] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete [ 0.650366] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events [ 0.650527] iommu: Default domain type: Translated [ 0.650527] pci 0000:00:02.0: vgaarb: setting as boot VGA device [ 0.650527] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none [ 0.650527] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 0.650527] pci 0000:00:02.0: vgaarb: no bridge control possible [ 0.650527] pci 0000:01:00.0: vgaarb: bridge control possible [ 0.650543] vgaarb: loaded [ 0.651210] SCSI subsystem initialized [ 0.651282] libata version 3.00 loaded. [ 0.651282] ACPI: bus type USB registered [ 0.651289] usbcore: registered new interface driver usbfs [ 0.651360] usbcore: registered new interface driver hub [ 0.651433] usbcore: registered new device driver usb [ 0.651525] pps_core: LinuxPPS API ver. 1 registered [ 0.651588] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 0.651676] PTP clock support registered [ 0.652185] EDAC MC: Ver: 3.0.0 [ 0.652333] NetLabel: Initializing [ 0.652356] NetLabel: domain hash size = 128 [ 0.652417] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.652499] NetLabel: unlabeled traffic allowed by default [ 0.652569] PCI: Using ACPI for IRQ routing [ 0.654204] PCI: pci_cache_line_size set to 64 bytes [ 0.654275] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff] [ 0.654278] e820: reserve RAM buffer [mem 0xaac0d000-0xabffffff] [ 0.654280] e820: reserve RAM buffer [mem 0xaad95000-0xabffffff] [ 0.654282] e820: reserve RAM buffer [mem 0xaad97000-0xabffffff] [ 0.654284] e820: reserve RAM buffer [mem 0xaadc6000-0xabffffff] [ 0.654286] e820: reserve RAM buffer [mem 0xaaf23000-0xabffffff] [ 0.654287] e820: reserve RAM buffer [mem 0xaaffd000-0xabffffff] [ 0.654289] e820: reserve RAM buffer [mem 0x24f800000-0x24fffffff] [ 0.655262] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.655340] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.657223] clocksource: Switched to clocksource tsc-early [ 0.670459] VFS: Disk quotas dquot_6.6.0 [ 0.670551] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.670687] pnp: PnP ACPI init [ 0.722401] system 00:00: [io 0x0680-0x069f] has been reserved [ 0.722471] system 00:00: [io 0x1000-0x100f] has been reserved [ 0.722537] system 00:00: [io 0xffff] has been reserved [ 0.722604] system 00:00: [io 0xffff] has been reserved [ 0.722670] system 00:00: [io 0x0400-0x0453] has been reserved [ 0.722735] system 00:00: [io 0x0458-0x047f] has been reserved [ 0.722802] system 00:00: [io 0x0500-0x057f] has been reserved [ 0.722871] system 00:00: [io 0x164e-0x164f] has been reserved [ 0.722942] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.722971] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.723017] system 00:02: [io 0x0454-0x0457] has been reserved [ 0.723087] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.723126] system 00:03: [io 0x0240-0x0259] has been reserved [ 0.723201] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.723254] pnp 00:04: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active) [ 0.723290] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active) [ 0.723527] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.723596] system 00:06: [mem 0xfed10000-0xfed17fff] could not be reserved [ 0.723665] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.723733] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.723802] system 00:06: [mem 0xe0000000-0xe3ffffff] has been reserved [ 0.723870] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.723939] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.724008] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.724076] system 00:06: [mem 0xff000000-0xffffffff] could not be reserved [ 0.724143] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.724219] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.724305] system 00:07: [mem 0xd4c00000-0xd4c00fff] has been reserved [ 0.724376] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.724518] system 00:08: [mem 0x20000000-0x201fffff] has been reserved [ 0.724586] system 00:08: [mem 0x40000000-0x401fffff] has been reserved [ 0.724658] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.724682] pnp: PnP ACPI: found 9 devices [ 0.730803] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.730951] NET: Registered protocol family 2 [ 0.731224] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.731324] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear) [ 0.731510] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear) [ 0.731711] TCP: Hash tables configured (established 65536 bind 65536) [ 0.731867] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear) [ 0.731989] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.732082] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear) [ 0.732280] NET: Registered protocol family 1 [ 0.732350] NET: Registered protocol family 44 [ 0.732421] pci 0000:00:01.0: PCI bridge to [bus 01] [ 0.732488] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff] [ 0.732558] pci 0000:00:01.0: bridge window [mem 0xdb000000-0xdc0fffff] [ 0.732625] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref] [ 0.732709] pci 0000:00:1c.0: PCI bridge to [bus 02] [ 0.732777] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff] [ 0.732846] pci 0000:00:1c.0: bridge window [mem 0xde600000-0xdeffffff] [ 0.732916] pci 0000:00:1c.0: bridge window [mem 0xd4200000-0xd4bfffff 64bit pref] [ 0.733503] pci 0000:00:1c.1: PCI bridge to [bus 03] [ 0.733569] pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff] [ 0.733638] pci 0000:00:1c.1: bridge window [mem 0xddc00000-0xde5fffff] [ 0.733708] pci 0000:00:1c.1: bridge window [mem 0xd3700000-0xd40fffff 64bit pref] [ 0.733794] pci 0000:00:1c.3: PCI bridge to [bus 04] [ 0.733857] pci 0000:00:1c.3: bridge window [io 0xa000-0xafff] [ 0.733926] pci 0000:00:1c.3: bridge window [mem 0xdd200000-0xddbfffff] [ 0.733995] pci 0000:00:1c.3: bridge window [mem 0xd2c00000-0xd35fffff 64bit pref] [ 0.734080] pci 0000:00:1c.5: PCI bridge to [bus 05] [ 0.734146] pci 0000:00:1c.5: bridge window [io 0x9000-0x9fff] [ 0.734218] pci 0000:00:1c.5: bridge window [mem 0xdc800000-0xdd1fffff] [ 0.734288] pci 0000:00:1c.5: bridge window [mem 0xd2100000-0xd2afffff 64bit pref] [ 0.734373] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.734439] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.734505] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.734572] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window] [ 0.734639] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window] [ 0.734707] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window] [ 0.734775] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window] [ 0.734841] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff window] [ 0.734909] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff window] [ 0.734975] pci_bus 0000:00: resource 13 [mem 0xb0000000-0xfeafffff window] [ 0.735044] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff window] [ 0.735111] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff] [ 0.735178] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff] [ 0.735243] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref] [ 0.735324] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff] [ 0.735389] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff] [ 0.735454] pci_bus 0000:02: resource 2 [mem 0xd4200000-0xd4bfffff 64bit pref] [ 0.735533] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff] [ 0.735597] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff] [ 0.735665] pci_bus 0000:03: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref] [ 0.735745] pci_bus 0000:04: resource 0 [io 0xa000-0xafff] [ 0.735809] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff] [ 0.735874] pci_bus 0000:04: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref] [ 0.735954] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff] [ 0.736017] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff] [ 0.736084] pci_bus 0000:05: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref] [ 0.736257] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.859352] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x700 took 120121 usecs [ 0.982344] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x700 took 120003 usecs [ 0.982478] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0 [ 0.982548] pci 0000:01:00.1: CLS mismatch (64 != 1020), using 64 bytes [ 0.983769] Trying to unpack rootfs image as initramfs... [ 1.809703] Freeing initrd memory: 88144K [ 1.809775] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.809840] software IO TLB: mapped [mem 0x00000000a6c0d000-0x00000000aac0d000] (64MB) [ 1.811071] Initialise system trusted keyrings [ 1.811146] Key type blacklist registered [ 1.811290] workingset: timestamp_bits=36 max_order=21 bucket_order=0 [ 1.812909] zbud: loaded [ 1.813560] integrity: Platform Keyring initialized [ 1.826699] NET: Registered protocol family 38 [ 1.826763] xor: automatically using best checksumming function avx [ 1.826833] Key type asymmetric registered [ 1.826896] Asymmetric key parser 'x509' registered [ 1.826966] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 1.827083] io scheduler mq-deadline registered [ 1.827148] io scheduler kyber registered [ 1.827241] io scheduler bfq registered [ 1.827403] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 1.827722] pcieport 0000:00:01.0: PME: Signaling with IRQ 24 [ 1.827999] pcieport 0000:00:1c.0: PME: Signaling with IRQ 25 [ 1.828281] pcieport 0000:00:1c.1: PME: Signaling with IRQ 26 [ 1.828476] pcieport 0000:00:1c.3: PME: Signaling with IRQ 27 [ 1.828739] pcieport 0000:00:1c.5: PME: Signaling with IRQ 28 [ 1.828901] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 1.829620] ACPI: AC: AC Adapter [AC0] (on-line) [ 1.829751] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0 [ 1.829854] ACPI: button: Lid Switch [LID] [ 1.829948] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1 [ 1.830067] ACPI: button: Sleep Button [SLPB] [ 1.830163] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 1.830278] ACPI: button: Power Button [PWRF] [ 1.832200] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.832268] ACPI: thermal: Thermal Zone [THRM] (62 C) [ 1.832558] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.835093] Non-volatile memory driver v1.3 [ 1.835238] Linux agpgart interface v0.103 [ 1.836152] ahci 0000:00:1f.2: version 3.0 [ 1.836350] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode [ 1.836481] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst [ 1.839761] scsi host0: ahci [ 1.840263] scsi host1: ahci [ 1.840878] scsi host2: ahci [ 1.841688] scsi host3: ahci [ 1.842324] scsi host4: ahci [ 1.842606] scsi host5: ahci [ 1.842890] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 29 [ 1.843029] ata2: DUMMY [ 1.843148] ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 29 [ 1.843293] ata4: DUMMY [ 1.843415] ata5: DUMMY [ 1.843532] ata6: DUMMY [ 1.843821] libphy: Fixed MDIO Bus: probed [ 1.844013] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.844082] ehci-pci: EHCI PCI platform driver [ 1.844286] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 1.844388] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 1.844479] ehci-pci 0000:00:1a.0: debug port 2 [ 1.848588] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdf008000 [ 1.855253] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 1.855483] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12 [ 1.855687] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.855828] usb usb1: Product: EHCI Host Controller [ 1.855953] usb usb1: Manufacturer: Linux 5.12.0-0.rc1.162.fc35.x86_64 ehci_hcd [ 1.856092] usb usb1: SerialNumber: 0000:00:1a.0 [ 1.856514] hub 1-0:1.0: USB hub found [ 1.856584] hub 1-0:1.0: 2 ports detected [ 1.857322] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 1.857468] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 1.857575] ehci-pci 0000:00:1d.0: debug port 2 [ 1.859787] ACPI: battery: Slot [BAT0] (battery present) [ 1.861558] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdf007000 [ 1.868204] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 1.868353] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12 [ 1.868437] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.868517] usb usb2: Product: EHCI Host Controller [ 1.868580] usb usb2: Manufacturer: Linux 5.12.0-0.rc1.162.fc35.x86_64 ehci_hcd [ 1.868659] usb usb2: SerialNumber: 0000:00:1d.0 [ 1.868917] hub 2-0:1.0: USB hub found [ 1.868987] hub 2-0:1.0: 2 ports detected [ 1.869167] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.869239] ohci-pci: OHCI PCI platform driver [ 1.869313] uhci_hcd: USB Universal Host Controller Interface driver [ 1.869478] xhci_hcd 0000:04:00.0: xHCI Host Controller [ 1.869629] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 3 [ 2.011658] xhci_hcd 0000:04:00.0: hcc params 0x200071b9 hci version 0x96 quirks 0x00000000000a0440 [ 2.011920] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12 [ 2.012004] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.012083] usb usb3: Product: xHCI Host Controller [ 2.012146] usb usb3: Manufacturer: Linux 5.12.0-0.rc1.162.fc35.x86_64 xhci-hcd [ 2.012232] usb usb3: SerialNumber: 0000:04:00.0 [ 2.012507] hub 3-0:1.0: USB hub found [ 2.012583] hub 3-0:1.0: 1 port detected [ 2.012772] xhci_hcd 0000:04:00.0: xHCI Host Controller [ 2.012968] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 4 [ 2.013054] xhci_hcd 0000:04:00.0: Host supports USB 3.0 SuperSpeed [ 2.013146] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM. [ 2.013271] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12 [ 2.013356] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.013434] usb usb4: Product: xHCI Host Controller [ 2.013497] usb usb4: Manufacturer: Linux 5.12.0-0.rc1.162.fc35.x86_64 xhci-hcd [ 2.014073] usb usb4: SerialNumber: 0000:04:00.0 [ 2.014301] hub 4-0:1.0: USB hub found [ 2.014375] hub 4-0:1.0: 1 port detected [ 2.014541] usbcore: registered new interface driver usbserial_generic [ 2.014614] usbserial: USB Serial support registered for generic [ 2.014711] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 2.016319] i8042: Detected active multiplexing controller, rev 1.1 [ 2.017112] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.017183] serio: i8042 AUX0 port at 0x60,0x64 irq 12 [ 2.017279] serio: i8042 AUX1 port at 0x60,0x64 irq 12 [ 2.017365] serio: i8042 AUX2 port at 0x60,0x64 irq 12 [ 2.017449] serio: i8042 AUX3 port at 0x60,0x64 irq 12 [ 2.017693] mousedev: PS/2 mouse device common for all mice [ 2.018136] rtc_cmos 00:01: RTC can wake from S4 [ 2.018498] rtc_cmos 00:01: registered as rtc0 [ 2.018641] rtc_cmos 00:01: setting system clock to 2021-03-06T23:35:40 UTC (1615073740) [ 2.018741] rtc_cmos 00:01: alarms up to one year, y3k, 242 bytes nvram, hpet irqs [ 2.019201] device-mapper: uevent: version 1.0.3 [ 2.019358] device-mapper: ioctl: 4.44.0-ioctl (2021-02-01) initialised: dm-devel@xxxxxxxxxx [ 2.019584] intel_pstate: Intel P-state driver initializing [ 2.020499] hid: raw HID events driver (C) Jiri Kosina [ 2.020595] usbcore: registered new interface driver usbhid [ 2.020657] usbhid: USB HID core driver [ 2.020778] drop_monitor: Initializing network drop monitor service [ 2.020912] Initializing XFRM netlink socket [ 2.021167] NET: Registered protocol family 10 [ 2.028176] Segment Routing with IPv6 [ 2.028239] RPL Segment Routing with IPv6 [ 2.028315] mip6: Mobile IPv6 [ 2.028375] NET: Registered protocol family 17 [ 2.030105] microcode: sig=0x206a7, pf=0x10, revision=0x2f [ 2.030302] microcode: Microcode Update Driver: v2.2. [ 2.030307] IPI shorthand broadcast: enabled [ 2.030433] AVX version of gcm_enc/dec engaged. [ 2.030616] AES CTR mode by8 optimization enabled [ 2.054869] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 2.058593] sched_clock: Marking stable (2045042838, 13535532)->(2249375584, -190797214) [ 2.058814] registered taskstats version 1 [ 2.058883] Loading compiled-in X.509 certificates [ 2.059786] Loaded X.509 cert 'Fedora kernel signing key: 3e2d27072e67c6178330dff1841c81824b958eab' [ 2.060025] zswap: loaded using pool lzo/zbud [ 2.060369] Key type ._fscrypt registered [ 2.060432] Key type .fscrypt registered [ 2.060492] Key type fscrypt-provisioning registered [ 2.060773] Btrfs loaded, crc32c=crc32c-generic, zoned=yes [ 2.063930] Key type encrypted registered [ 2.063999] ima: No TPM chip found, activating TPM-bypass! [ 2.064065] ima: Allocated hash algorithm: sha256 [ 2.064137] ima: No architecture policies found [ 2.064213] evm: Initialising EVM extended attributes: [ 2.064273] evm: security.selinux [ 2.064330] evm: security.ima [ 2.064388] evm: security.capability [ 2.064447] evm: HMAC attrs: 0x1 [ 2.064909] PM: Magic number: 13:900:604 [ 2.065100] RAS: Correctable Errors collector initialized. [ 2.153649] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.153795] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 2.158211] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded [ 2.158230] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out [ 2.158854] ata3.00: ATAPI: SlimtypeDVD A DS8A5SH, XAA2, max UDMA/100 [ 2.167771] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded [ 2.167797] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out [ 2.174305] ata3.00: configured for UDMA/100 [ 2.230281] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 2.230415] usb 2-1: new high-speed USB device number 2 using ehci-pci [ 2.266365] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out [ 2.334266] usb 3-1: new high-speed USB device number 2 using xhci_hcd [ 2.359049] usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00 [ 2.359208] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.359446] usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00 [ 2.359574] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.359982] hub 1-1:1.0: USB hub found [ 2.360292] hub 1-1:1.0: 6 ports detected [ 2.360545] hub 2-1:1.0: USB hub found [ 2.363474] hub 2-1:1.0: 6 ports detected [ 2.364056] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded [ 2.364063] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out [ 2.434557] random: fast init done [ 2.447384] ata1.00: ATA-10: ST2000LX001-1RG174, SDM1, max UDMA/133 [ 2.447504] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA [ 2.462160] usb 3-1: New USB device found, idVendor=152d, idProduct=2551, bcdDevice= 1.00 [ 2.462318] usb 3-1: New USB device strings: Mfr=10, Product=11, SerialNumber=3 [ 2.462438] usb 3-1: Product: USB Mass Storage [ 2.462530] usb 3-1: Manufacturer: G-Max Technology Co., Ltd. [ 2.462627] usb 3-1: SerialNumber: 00000000004B [ 2.508284] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out [ 2.517968] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded [ 2.517993] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out [ 2.600885] ata1.00: configured for UDMA/133 [ 2.611610] scsi 0:0:0:0: Direct-Access ATA ST2000LX001-1RG1 SDM1 PQ: 0 ANSI: 5 [ 2.612308] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB) [ 2.612346] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.612433] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 2.612632] sd 0:0:0:0: [sda] Write Protect is off [ 2.612716] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.612761] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.618425] scsi 2:0:0:0: CD-ROM Slimtype DVD A DS8A5SH XAA2 PQ: 0 ANSI: 5 [ 2.636263] usb 2-1.2: new high-speed USB device number 3 using ehci-pci [ 2.636418] usb 1-1.2: new high-speed USB device number 3 using ehci-pci [ 2.638735] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 > [ 2.654341] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.670609] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/8x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.670749] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.694138] sr 2:0:0:0: Attached scsi CD-ROM sr0 [ 2.694503] sr 2:0:0:0: Attached scsi generic sg1 type 5 [ 2.717759] usb 2-1.2: New USB device found, idVendor=0ecd, idProduct=a100, bcdDevice= 2.40 [ 2.717902] usb 2-1.2: New USB device strings: Mfr=96, Product=76, SerialNumber=63 [ 2.718021] usb 2-1.2: Product: Mass Storage Device [ 2.718110] usb 2-1.2: Manufacturer: USB2.0 External [ 2.718223] usb 2-1.2: SerialNumber: DEF10BD983F7 [ 2.783283] usb 2-1.4: new high-speed USB device number 4 using ehci-pci [ 2.860286] tsc: Refined TSC clocksource calibration: 2195.014 MHz [ 2.860414] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa3ccad8e3, max_idle_ns: 440795237152 ns [ 2.860647] clocksource: Switched to clocksource tsc [ 2.861957] usb 2-1.4: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 [ 2.862054] usb 2-1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 2.862141] usb 2-1.4: Product: USB 2.0 Hub [ 2.862694] hub 2-1.4:1.0: USB hub found [ 2.863047] hub 2-1.4:1.0: 4 ports detected [ 2.975278] usb 1-1.2: New USB device found, idVendor=04f2, idProduct=b1bb, bcdDevice=73.24 [ 2.975420] usb 1-1.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0 [ 2.975538] usb 1-1.2: Product: USB2.0 2.0M UVC WebCam [ 2.975630] usb 1-1.2: Manufacturer: Chicony Electronics Co., Ltd. [ 3.065282] usb 1-1.5: new full-speed USB device number 4 using ehci-pci [ 3.103680] psmouse serio4: elantech: assuming hardware version 2 (with firmware version 0x040201) [ 3.131781] psmouse serio4: elantech: Synaptics capabilities query result 0x78, 0x14, 0x0b. [ 3.148237] usb 1-1.5: New USB device found, idVendor=0b05, idProduct=1788, bcdDevice= 4.49 [ 3.148378] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.148498] usb 1-1.5: Product: BT-270 [ 3.148586] usb 1-1.5: Manufacturer: Broadcom Corp [ 3.148675] usb 1-1.5: SerialNumber: 74F06DC2B27C [ 3.159467] psmouse serio4: elantech: Elan sample query result 1f, 00, 00 [ 3.236279] usb 2-1.4.1: new high-speed USB device number 5 using ehci-pci [ 3.262453] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input11 [ 3.270946] Freeing unused decrypted memory: 2036K [ 3.272349] Freeing unused kernel image (initmem) memory: 2556K [ 3.272590] Write protecting the kernel read-only data: 28672k [ 3.274310] Freeing unused kernel image (text/rodata gap) memory: 2036K [ 3.274918] Freeing unused kernel image (rodata/data gap) memory: 416K [ 3.379664] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.379733] rodata_test: all tests were successful [ 3.379796] x86/mm: Checking user space page tables [ 3.418834] usb 2-1.4.1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11 [ 3.418914] usb 2-1.4.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 3.418988] usb 2-1.4.1: Product: USB 2.0 Hub [ 3.419338] hub 2-1.4.1:1.0: USB hub found [ 3.419436] hub 2-1.4.1:1.0: 4 ports detected [ 3.429645] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 3.430205] Run /init as init process [ 3.430281] with arguments: [ 3.430282] /init [ 3.430283] with environment: [ 3.430284] HOME=/ [ 3.430285] TERM=linux [ 3.430286] BOOT_IMAGE=(hd0,msdos1)/vmlinuz-5.12.0-0.rc1.162.fc35.x86_64 [ 3.443472] systemd[1]: systemd v248~rc2-1.fc35 running in system mode. (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 3.455395] systemd[1]: Detected architecture x86-64. [ 3.455461] systemd[1]: Running in initial RAM disk. [ 3.455973] systemd[1]: No hostname configured, using default hostname. [ 3.456105] systemd[1]: Hostname set to <fedora>. [ 3.456237] random: systemd: uninitialized urandom read (16 bytes read) [ 3.456306] systemd[1]: Initializing machine ID from random generator. [ 3.533895] systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [ 3.542566] systemd[1]: Queued start job for default target Initrd Default Target. [ 3.542765] random: systemd: uninitialized urandom read (16 bytes read) [ 3.543640] systemd[1]: Created slice system-systemd\x2dhibernate\x2dresume.slice. [ 3.543956] random: systemd: uninitialized urandom read (16 bytes read) [ 3.544028] systemd[1]: Reached target Slices. [ 3.544261] systemd[1]: Reached target Swap. [ 3.544460] systemd[1]: Reached target Timers. [ 3.544706] systemd[1]: Listening on Open-iSCSI iscsid Socket. [ 3.544953] systemd[1]: Listening on Open-iSCSI iscsiuio Socket. [ 3.545315] systemd[1]: Listening on Journal Audit Socket. [ 3.545616] systemd[1]: Listening on Journal Socket (/dev/log). [ 3.545915] systemd[1]: Listening on Journal Socket. [ 3.546216] systemd[1]: Listening on udev Control Socket. [ 3.546494] systemd[1]: Listening on udev Kernel Socket. [ 3.546701] systemd[1]: Reached target Sockets. [ 3.547647] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 3.548576] systemd[1]: Started Hardware RNG Entropy Gatherer Daemon. [ 3.550528] systemd[1]: Starting Journal Service... [ 3.551685] systemd[1]: Starting Load Kernel Modules... [ 3.552746] systemd[1]: Starting Setup Virtual Console... [ 3.554002] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 3.555521] systemd[1]: Starting Create Static Device Nodes in /dev... [ 3.565363] systemd[1]: Finished Create Static Device Nodes in /dev. [ 3.566368] audit: type=1130 audit(1615073742.047:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.589181] usb 2-1.4.3: new low-speed USB device number 6 using ehci-pci [ 3.624465] i2c /dev entries driver [ 3.630219] systemd[1]: Started Journal Service. [ 3.630563] audit: type=1130 audit(1615073742.111:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.643811] fuse: init (API version 7.33) [ 3.651297] audit: type=1130 audit(1615073742.132:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.671560] audit: type=1130 audit(1615073742.152:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline-ask comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.778939] usb 2-1.4.3: New USB device found, idVendor=03f0, idProduct=0324, bcdDevice= 1.04 [ 3.779023] usb 2-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.779101] usb 2-1.4.3: Product: HP Basic USB Keyboard [ 3.779161] usb 2-1.4.3: Manufacturer: Lite-On Technology Corp. [ 3.783265] input: Lite-On Technology Corp. HP Basic USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.3/2-1.4.3:1.0/0003:03F0:0324.0001/input/input12 [ 3.796968] Rounding down aligned max_sectors from 4294967295 to 4294967288 [ 3.797077] db_root: cannot open: /etc/target [ 3.807355] Loading iSCSI transport class v2.0-870. [ 3.829614] iscsi: registered transport (tcp) [ 3.836308] hid-generic 0003:03F0:0324.0001: input,hidraw0: USB HID v1.10 Keyboard [Lite-On Technology Corp. HP Basic USB Keyboard] on usb-0000:00:1d.0-1.4.3/input0 [ 3.841796] audit: type=1130 audit(1615073742.322:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.852395] audit: type=1130 audit(1615073742.333:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 3.869332] iscsi: registered transport (qla4xxx) [ 3.869420] QLogic iSCSI HBA Driver [ 3.880625] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015) [ 3.906111] Chelsio T3 iSCSI Driver cxgb3i v2.0.1-ko (Apr. 2015) [ 3.906200] iscsi: registered transport (cxgb3i) [ 3.974532] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015) [ 3.974624] iscsi: registered transport (cxgb4i) [ 3.974686] cxgb4i:cxgb4i_init_module: cxgb4i dcb enabled. [ 3.985720] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015) [ 3.992760] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014) [ 3.992845] iscsi: registered transport (bnx2i) [ 4.004181] usb 2-1.4.4: new low-speed USB device number 7 using ehci-pci [ 4.007049] iscsi: registered transport (be2iscsi) [ 4.007110] In beiscsi_module_init, tt=(____ptrval____) [ 4.049428] audit: type=1130 audit(1615073742.530:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 4.141773] RPC: Registered named UNIX socket transport module. [ 4.141843] RPC: Registered udp transport module. [ 4.141905] RPC: Registered tcp transport module. [ 4.141968] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 4.191931] usb 2-1.4.4: New USB device found, idVendor=046d, idProduct=c016, bcdDevice= 3.40 [ 4.192017] usb 2-1.4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 4.192091] usb 2-1.4.4: Product: Optical USB Mouse [ 4.192151] usb 2-1.4.4: Manufacturer: Logitech [ 4.194343] input: Logitech Optical USB Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4.4/2-1.4.4:1.0/0003:046D:C016.0002/input/input13 [ 4.194507] hid-generic 0003:046D:C016.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1d.0-1.4.4/input0 [ 4.265572] audit: type=1130 audit(1615073742.746:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 4.266740] audit: type=1334 audit(1615073742.747:10): prog-id=6 op=LOAD [ 4.606702] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control [ 4.614578] usb-storage 3-1:1.0: USB Mass Storage device detected [ 4.626196] scsi host6: usb-storage 3-1:1.0 [ 4.626378] usb-storage 2-1.2:1.0: USB Mass Storage device detected [ 4.629623] libphy: r8169: probed [ 4.630021] r8169 0000:05:00.0 eth0: RTL8168e/8111e, 54:04:a6:10:61:87, XID 2c2, IRQ 30 [ 4.630104] r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko] [ 4.631227] scsi host7: usb-storage 2-1.2:1.0 [ 4.631411] usbcore: registered new interface driver usb-storage [ 4.657828] 8021q: 802.1Q VLAN Support v1.8 [ 4.660209] usbcore: registered new interface driver uas [ 4.739703] r8169 0000:05:00.0 enp5s0: renamed from eth0 [ 4.896726] PM: Image not found (code -22) [ 5.216233] random: crng init done [ 5.216302] random: 7 urandom warning(s) missed due to ratelimiting [ 5.470157] BTRFS: device fsid 44ea6b5a-ff4e-4c36-8942-7c0a16abb7d7 devid 1 transid 102374 /dev/sda5 scanned by systemd-udevd (604) [ 5.565265] BTRFS: device fsid e962e4ed-b9ea-46b2-959e-193e114cc2ab devid 1 transid 42262 /dev/sda6 scanned by systemd-udevd (560) [ 5.677317] scsi 7:0:0:0: CD-ROM DVDRW DRW-6S160P PSG6 PQ: 0 ANSI: 0 [ 5.680556] sr 7:0:0:0: [sr1] scsi3-mmc drive: 125x/125x writer cd/rw xa/form2 cdda tray [ 5.681729] scsi 6:0:0:0: Direct-Access ST950032 5AS 0000 PQ: 0 ANSI: 2 CCS [ 5.682094] scsi 6:0:0:1: Direct-Access ST975042 0AS 0000 PQ: 0 ANSI: 2 CCS [ 5.700558] sr 7:0:0:0: Attached scsi CD-ROM sr1 [ 5.700632] sr 7:0:0:0: Attached scsi generic sg2 type 5 [ 5.700861] sd 6:0:0:0: Attached scsi generic sg3 type 0 [ 5.701087] sd 6:0:0:1: Attached scsi generic sg4 type 0 [ 5.701179] sd 6:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB) [ 5.701480] sd 6:0:0:1: [sdc] 1465149168 512-byte logical blocks: (750 GB/699 GiB) [ 5.701965] sd 6:0:0:1: [sdc] Write Protect is off [ 5.702030] sd 6:0:0:1: [sdc] Mode Sense: 28 00 00 00 [ 5.702425] sd 6:0:0:1: [sdc] No Caching mode page found [ 5.702489] sd 6:0:0:1: [sdc] Assuming drive cache: write through [ 5.704135] sd 6:0:0:0: [sdb] Write Protect is off [ 5.704201] sd 6:0:0:0: [sdb] Mode Sense: 28 00 00 00 [ 5.704582] sd 6:0:0:0: [sdb] No Caching mode page found [ 5.704645] sd 6:0:0:0: [sdb] Assuming drive cache: write through [ 5.725267] BTRFS: device fsid 51ec926d-2ae1-41ed-85ef-1ee5ada3be22 devid 1 transid 35486 /dev/sda8 scanned by systemd-udevd (570) [ 5.767343] kauditd_printk_skb: 8 callbacks suppressed [ 5.767346] audit: type=1130 audit(1615073744.248:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.772121] audit: type=1130 audit(1615073744.252:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.788031] audit: type=1130 audit(1615073744.268:21): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.798931] audit: type=1130 audit(1615073744.279:22): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsiuio comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.806274] audit: type=1130 audit(1615073744.287:23): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.824808] audit: type=1130 audit(1615073744.305:24): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.840169] audit: type=1130 audit(1615073744.320:25): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.938700] audit: type=1130 audit(1615073744.419:26): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.966847] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 5.997902] audit: type=1334 audit(1615073744.478:27): prog-id=5 op=UNLOAD [ 5.997980] audit: type=1334 audit(1615073744.478:28): prog-id=4 op=UNLOAD [ 6.067889] sdc: sdc1 [ 6.069231] sdb: sdb1 [ 6.071139] sd 6:0:0:1: [sdc] Attached SCSI disk [ 6.072013] sd 6:0:0:0: [sdb] Attached SCSI disk [ 6.412129] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 7.021441] BTRFS: device fsid 61eb6107-6b66-4aab-a3ce-5c22838a4ffa devid 1 transid 215 /dev/sdb1 scanned by systemd-udevd (585) [ 7.505605] systemd-journald[265]: Received SIGTERM from PID 1 (systemd). [ 9.264992] systemd[1]: systemd v248~rc2-1.fc35 running in system mode. (+PAM +AUDIT +SELINUX -APPARMOR +IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 9.277410] systemd[1]: Detected architecture x86-64. [ 9.329376] systemd[1]: Hostname set to <fc35>. [ 11.027318] systemd-sysv-generator[745]: SysV service '/etc/rc.d/init.d/spawn-fcgi' lacks a native systemd unit file. Automatically generating a unit file for compatibility. Please update package to include a native systemd unit file, in order to make it more safe and robust. [ 11.218062] zram: Added device: zram0 [ 12.558311] systemd[1]: /usr/lib/systemd/system/ovs-vswitchd.service:12: PIDFile= references a path below legacy directory /var/run/, updating /var/run/openvswitch/ovs-vswitchd.pid â?? /run/openvswitch/ovs-vswitchd.pid; please update the unit file accordingly. [ 12.564959] systemd[1]: /usr/lib/systemd/system/ovsdb-server.service:10: PIDFile= references a path below legacy directory /var/run/, updating /var/run/openvswitch/ovsdb-server.pid â?? /run/openvswitch/ovsdb-server.pid; please update the unit file accordingly. [ 12.765391] systemd[1]: /usr/lib/systemd/system/alsa-restore.service:15: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. [ 13.052338] systemd[1]: /usr/lib/systemd/system/pmlogger_daily-poll.service:8: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [ 13.055415] systemd[1]: /usr/lib/systemd/system/pmlogger_daily.service:8: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [ 13.057263] systemd[1]: /usr/lib/systemd/system/pmlogger_check.service:8: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [ 13.082125] systemd[1]: /usr/lib/systemd/system/pmie_daily.service:8: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [ 13.091195] systemd[1]: /usr/lib/systemd/system/pmie_check.service:9: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [ 13.251833] systemd[1]: /usr/lib/systemd/system/plymouth-start.service:15: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. [ 13.419819] kauditd_printk_skb: 48 callbacks suppressed [ 13.419822] audit: type=1334 audit(1615073751.900:77): prog-id=17 op=LOAD [ 13.420107] audit: type=1334 audit(1615073751.900:78): prog-id=18 op=LOAD [ 13.420256] audit: type=1334 audit(1615073751.901:79): prog-id=19 op=LOAD [ 13.421016] audit: type=1131 audit(1615073751.901:80): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 13.421531] systemd[1]: initrd-switch-root.service: Deactivated successfully. [ 13.421787] systemd[1]: Stopped Switch Root. [ 13.421926] audit: type=1130 audit(1615073751.902:81): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 13.422040] audit: type=1131 audit(1615073751.902:82): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 13.422249] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. [ 13.422563] systemd[1]: Created slice Virtual Machine and Container Slice. [ 13.422914] systemd[1]: Created slice system-getty.slice. [ 13.423256] systemd[1]: Created slice system-modprobe.slice. [ 13.423589] systemd[1]: Created slice system-sshd\x2dkeygen.slice. [ 13.423918] systemd[1]: Created slice system-systemd\x2dzram\x2dsetup.slice. [ 13.424216] systemd[1]: Created slice User and Session Slice. [ 13.424315] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch being skipped. [ 13.424461] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ 13.425041] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 13.425181] systemd[1]: Reached target Local Encrypted Volumes. [ 13.425533] systemd[1]: Stopped target Switch Root. [ 13.425833] systemd[1]: Stopped target Initrd File Systems. [ 13.426094] systemd[1]: Stopped target Initrd Root File System. [ 13.426642] systemd[1]: Reached target Slices. [ 13.426828] systemd[1]: Reached target Local Verity Integrity Protected Volumes. [ 13.427138] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ 13.428036] systemd[1]: Listening on LVM2 poll daemon socket. [ 13.429201] systemd[1]: Listening on multipathd control socket. [ 13.430546] audit: type=1334 audit(1615073751.911:83): prog-id=17 op=UNLOAD [ 13.431048] systemd[1]: Listening on Process Core Dump Socket. [ 13.431201] systemd[1]: Listening on initctl Compatibility Named Pipe. [ 13.433504] systemd[1]: Listening on udev Control Socket. [ 13.433691] systemd[1]: Listening on udev Kernel Socket. [ 13.433939] systemd[1]: Listening on User Database Manager Socket. [ 13.434856] systemd[1]: Activating swap /dev/sda3... [ 13.435844] systemd[1]: Mounting Huge Pages File System... [ 13.436769] systemd[1]: Mounting POSIX Message Queue File System... [ 13.436960] systemd[1]: Condition check resulted in Mount /proc/xen files being skipped. [ 13.437870] systemd[1]: Mounting Kernel Debug File System... [ 13.438920] systemd[1]: Mounting Kernel Trace File System... [ 13.439385] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped. [ 13.441060] systemd[1]: Starting Create list of static device nodes for the current kernel... [ 13.442196] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... [ 13.443242] systemd[1]: Starting Load Kernel Module configfs... [ 13.444186] systemd[1]: Starting Load Kernel Module drm... [ 13.445266] systemd[1]: Starting Load Kernel Module fuse... [ 13.446922] systemd[1]: Starting Preprocess NFS configuration convertion... [ 13.447538] systemd[1]: plymouth-switch-root.service: Deactivated successfully. [ 13.448000] systemd[1]: Stopped Plymouth switch root service. [ 13.448207] audit: type=1131 audit(1615073751.929:84): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 13.451540] systemd[1]: Starting Set Up Additional Binary Formats... [ 13.451759] systemd[1]: Stopped Journal Service. [ 13.451894] audit: type=1130 audit(1615073751.932:85): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 13.451912] audit: type=1131 audit(1615073751.932:86): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 13.453776] systemd[1]: Starting Journal Service... [ 13.458329] systemd[1]: Starting Load Kernel Modules... [ 13.459240] systemd[1]: Starting Remount Root and Kernel File Systems... [ 13.459413] systemd[1]: Condition check resulted in Repartition Root Disk being skipped. [ 13.460260] systemd[1]: Starting Coldplug All udev Devices... [ 13.461702] systemd[1]: sysroot-usr.mount: Deactivated successfully. [ 13.462056] systemd[1]: sysroot.mount: Deactivated successfully. [ 13.463055] systemd[1]: Mounted Huge Pages File System. [ 13.463436] systemd[1]: Mounted POSIX Message Queue File System. [ 13.463641] systemd[1]: Mounted Kernel Debug File System. [ 13.463838] systemd[1]: Mounted Kernel Trace File System. [ 13.464225] systemd[1]: Finished Create list of static device nodes for the current kernel. [ 13.464622] systemd[1]: modprobe@configfs.service: Deactivated successfully. [ 13.464812] systemd[1]: Finished Load Kernel Module configfs. [ 13.465308] systemd[1]: modprobe@drm.service: Deactivated successfully. [ 13.465565] systemd[1]: Finished Load Kernel Module drm. [ 13.465911] systemd[1]: modprobe@fuse.service: Deactivated successfully. [ 13.466165] systemd[1]: Finished Load Kernel Module fuse. [ 13.466391] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 767 (systemd-binfmt) [ 13.467572] systemd[1]: Mounting Arbitrary Executable File Formats File System... [ 13.468866] systemd[1]: Mounting FUSE Control File System... [ 13.470336] systemd[1]: Mounting Kernel Configuration File System... [ 13.470927] EXT4-fs (sda7): re-mounted. Opts: (null). Quota mode: none. [ 13.472870] systemd[1]: Mounted FUSE Control File System. [ 13.473092] systemd[1]: Mounted Kernel Configuration File System. [ 13.498233] Adding 12582908k swap on /dev/sda3. Priority:-2 extents:1 across:12582908k FS [ 13.498860] systemd[1]: Activated swap /dev/sda3. [ 13.578693] systemd[1]: Mounted Arbitrary Executable File Formats File System. [ 13.601296] systemd[1]: Finished Coldplug All udev Devices. [ 13.602791] systemd[1]: Starting Wait for udev To Complete Device Initialization... [ 13.632809] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none. [ 13.635039] systemd[1]: Finished Remount Root and Kernel File Systems. [ 13.635499] systemd[1]: Condition check resulted in First Boot Wizard being skipped. [ 13.657994] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 13.658193] systemd[1]: Condition check resulted in Create System Users being skipped. [ 13.659450] systemd[1]: Starting Create Static Device Nodes in /dev... [ 13.660195] systemd[1]: nfs-convert.service: Deactivated successfully. [ 13.660604] systemd[1]: Finished Preprocess NFS configuration convertion. [ 13.797774] systemd[1]: Started Journal Service. [ 15.319803] input: PC Speaker as /devices/platform/pcspkr/input/input14 [ 15.439505] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000044F (\GPIS) (20210105/utaddress-204) [ 15.439628] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20210105/utaddress-204) [ 15.439744] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 15.439818] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20210105/utaddress-204) [ 15.439933] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20210105/utaddress-204) [ 15.440040] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 15.440110] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20210105/utaddress-204) [ 15.440233] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20210105/utaddress-204) [ 15.440337] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 15.440400] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\GPIO) (20210105/utaddress-204) [ 15.440504] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20210105/utaddress-204) [ 15.440611] ACPI: OSL: Resource conflict; ACPI support missing from driver? [ 15.440681] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 15.511061] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 15.511299] i2c i2c-0: 2/4 memory slots populated (from DMI) [ 15.511851] i2c i2c-0: Successfully instantiated SPD at 0x51 [ 15.512396] i2c i2c-0: Successfully instantiated SPD at 0x53 [ 15.689913] asus_wmi: ASUS WMI generic driver loaded [ 15.706332] asus_wmi: Initialization: 0x1 [ 15.706438] asus_wmi: BIOS WMI version: 7.6 [ 15.706563] asus_wmi: SFUN value: 0x1a0877 [ 15.706628] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS [ 15.706693] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue [ 15.708108] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input15 [ 15.853802] iTCO_vendor_support: vendor-support=0 [ 15.879622] iTCO_wdt iTCO_wdt.1.auto: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460) [ 15.879986] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0) [ 15.894474] at24 0-0051: supply vcc not found, using dummy regulator [ 15.895317] at24 0-0051: 256 byte spd EEPROM, read-only [ 15.895464] at24 0-0053: supply vcc not found, using dummy regulator [ 15.896250] at24 0-0053: 256 byte spd EEPROM, read-only [ 16.013953] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer [ 16.014050] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules [ 16.014115] RAPL PMU: hw unit of domain package 2^-16 Joules [ 16.014199] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules [ 16.217346] zram0: detected capacity change from 0 to 16078848 [ 16.222470] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 16.222916] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 16.358193] Adding 8039420k swap on /dev/zram0. Priority:100 extents:1 across:8039420k SSFS [ 16.366743] Intel(R) Wireless WiFi driver for Linux [ 16.366941] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control [ 16.376792] pktcdvd: pktcdvd0: writer mapped to sr0 [ 16.477436] iwlwifi 0000:03:00.0: loaded firmware version 39.31.5.1 build 35138 1000-5.ucode op_mode iwldvm [ 16.710098] mc: Linux media interface: v0.10 [ 16.747371] Bluetooth: Core ver 2.22 [ 16.747463] NET: Registered protocol family 31 [ 16.747522] Bluetooth: HCI device and connection manager initialized [ 16.747587] Bluetooth: HCI socket layer initialized [ 16.747648] Bluetooth: L2CAP socket layer initialized [ 16.747710] Bluetooth: SCO socket layer initialized [ 16.791466] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled [ 16.791540] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled [ 16.791604] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 16.791666] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C [ 16.804917] iwlwifi 0000:03:00.0: reporting RF_KILL (radio disabled) [ 16.805008] iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio. [ 16.818647] BUG: kernel NULL pointer dereference, address: 0000000000000000 [ 16.818715] #PF: supervisor instruction fetch in kernel mode [ 16.818776] #PF: error_code(0x0010) - not-present page [ 16.818837] PGD 0 P4D 0 [ 16.818893] Oops: 0010 [#1] SMP PTI [ 16.818962] CPU: 6 PID: 956 Comm: modprobe Not tainted 5.12.0-0.rc1.162.fc35.x86_64 #1 [ 16.819058] Hardware name: ASUSTeK Computer Inc. N53SN/N53SN, BIOS N53SN.209 01/10/2012 [ 16.819136] RIP: 0010:0x0 [ 16.819197] Code: Unable to access opcode bytes at RIP 0xffffffffffffffd6. [ 16.819260] RSP: 0018:ffffa73400c13b88 EFLAGS: 00010246 [ 16.819320] RAX: 0000000000000000 RBX: ffff977245855810 RCX: 0000000000000000 [ 16.819384] RDX: 0000000000000000 RSI: 000000000000000f RDI: ffff977243481f40 [ 16.819448] RBP: ffff977249330028 R08: ffffffffc0d34618 R09: ffffffffc0d34580 [ 16.819511] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9772493325f8 [ 16.819575] R13: 0000000000000000 R14: 0000000000000000 R15: ffff977249330028 [ 16.819654] FS: 00007f6fa7045b80(0000) GS:ffff977387380000(0000) knlGS:0000000000000000 [ 16.819745] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 16.819806] CR2: ffffffffffffffd6 CR3: 00000001065d0002 CR4: 00000000000606e0 [ 16.819869] Call Trace: [ 16.819927] iwl_trans_pcie_stop_device+0x2a/0x70 [iwlwifi] [ 16.820003] iwl_op_mode_dvm_start+0x2d4/0xca0 [iwldvm] [ 16.820088] _iwl_op_mode_start.isra.0+0x42/0x80 [iwlwifi] [ 16.820176] iwl_opmode_register+0x6d/0xd0 [iwlwifi] [ 16.820248] ? 0xffffffffc1011000 [ 16.820306] iwl_init+0x36/0x1000 [iwldvm] [ 16.820860] do_one_initcall+0x57/0x1f0 [ 16.820921] do_init_module+0x5c/0x270 [ 16.820993] load_module+0x2641/0x2850 [ 16.821070] ? __do_sys_init_module+0x11d/0x180 [ 16.821130] __do_sys_init_module+0x11d/0x180 [ 16.821190] do_syscall_64+0x33/0x40 [ 16.821251] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 16.821314] RIP: 0033:0x7f6fa717220e [ 16.821369] Code: 48 8b 0d 65 1c 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 32 1c 0c 00 f7 d8 64 89 01 48 [ 16.821482] RSP: 002b:00007fff7de398d8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af [ 16.821578] RAX: ffffffffffffffda RBX: 00005571ec203d00 RCX: 00007f6fa717220e [ 16.821642] RDX: 00005571ec1a6962 RSI: 000000000007918e RDI: 00005571ecc122d0 [ 16.821705] RBP: 00005571ecc122d0 R08: 00005571ec206d30 R09: 00007fff7de3690e [ 16.821767] R10: 00000005571ec206 R11: 0000000000000246 R12: 00005571ec1a6962 [ 16.821831] R13: 00005571ec203c90 R14: 00005571ec203d00 R15: 00005571ec206ec0 [ 16.821894] Modules linked in: acpi_cpufreq(-) snd_hda_core x86_pkg_temp_thermal btbcm intel_powerclamp iwldvm(+) btintel ac97_bus mac80211 bluetooth mc snd_hwdep snd_seq snd_seq_device coretemp kvm_intel snd_pcm kvm libarc4 ecdh_generic ecc snd_timer snd irqbypass iwlwifi pktcdvd cfg80211 rapl at24 iTCO_wdt intel_pmc_bxt iTCO_vendor_support intel_cstate asus_nb_wmi intel_uncore asus_wmi mei_hdcp sparse_keymap mei_me soundcore wmi_bmof mei joydev i2c_i801 lpc_ich rfkill i2c_smbus pcspkr binfmt_misc zram ip_tables i915 nouveau i2c_algo_bit drm_ttm_helper mxm_wmi crct10dif_pclmul crc32_pclmul ttm crc32c_intel drm_kms_helper ghash_clmulni_intel 8021q garp mrp stp llc cec uas serio_raw drm usb_storage r8169 wmi video dm_multipath sunrpc be2iscsi bnx2i cnic uio cxgb4i cxgb4 tls cxgb3i cxgb3 mdio libcxgbi libcxgb qla4xxx iscsi_boot_sysfs iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi target_core_mod fuse i2c_dev [ 16.822243] CR2: 0000000000000000 [ 16.822302] ---[ end trace fd12ebb97bcb3b36 ]--- [ 16.822359] RIP: 0010:0x0 [ 16.822416] Code: Unable to access opcode bytes at RIP 0xffffffffffffffd6. [ 16.822479] RSP: 0018:ffffa73400c13b88 EFLAGS: 00010246 [ 16.822539] RAX: 0000000000000000 RBX: ffff977245855810 RCX: 0000000000000000 [ 16.822603] RDX: 0000000000000000 RSI: 000000000000000f RDI: ffff977243481f40 [ 16.822666] RBP: ffff977249330028 R08: ffffffffc0d34618 R09: ffffffffc0d34580 [ 16.822730] R10: 0000000000000000 R11: 0000000000000000 R12: ffff9772493325f8 [ 16.822792] R13: 0000000000000000 R14: 0000000000000000 R15: ffff977249330028 [ 16.822854] FS: 00007f6fa7045b80(0000) GS:ffff977387380000(0000) knlGS:0000000000000000 [ 16.822930] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 16.822992] CR2: ffffffffffffffd6 CR3: 00000001065d0002 CR4: 00000000000606e0 [ 16.932541] videodev: Linux video capture interface: v2.00 [ 17.070381] usbcore: registered new interface driver btusb [ 17.119585] intel_rapl_common: Found RAPL domain package [ 17.119661] intel_rapl_common: Found RAPL domain core [ 17.119720] intel_rapl_common: Found RAPL domain uncore [ 17.296018] usb 1-1.2: Found UVC 1.00 device USB2.0 2.0M UVC WebCam (04f2:b1bb) [ 17.304882] input: USB2.0 2.0M UVC WebCam: USB2.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input16 [ 17.305272] usbcore: registered new interface driver uvcvideo [ 17.581006] snd_hda_intel 0000:01:00.1: can't change power state from D3cold to D0 (config space inaccessible) [ 17.581110] snd_hda_intel 0000:01:00.1: can't change power state from D3hot to D0 (config space inaccessible) [ 17.581279] snd_hda_intel 0000:01:00.1: Disabling MSI [ 17.581350] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client [ 17.581463] snd_hda_intel 0000:01:00.1: number of I/O streams is 30, forcing separate stream tags [ 17.683499] hdaudio hdaudioC1D0: no AFG or MFG node found [ 17.683591] hdaudio hdaudioC1D1: no AFG or MFG node found [ 17.683651] hdaudio hdaudioC1D2: no AFG or MFG node found [ 17.683712] hdaudio hdaudioC1D3: no AFG or MFG node found [ 17.683781] hdaudio hdaudioC1D4: no AFG or MFG node found [ 17.683842] hdaudio hdaudioC1D5: no AFG or MFG node found [ 17.683902] hdaudio hdaudioC1D6: no AFG or MFG node found [ 17.683963] hdaudio hdaudioC1D7: no AFG or MFG node found [ 17.684021] snd_hda_intel 0000:01:00.1: no codecs initialized [ 20.650314] pktcdvd: pktcdvd1: writer mapped to sr1 [ 20.830015] kauditd_printk_skb: 34 callbacks suppressed [ 20.830027] audit: type=1130 audit(1615073759.310:119): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 20.844464] BTRFS info (device sda6): disk space caching is enabled [ 20.844545] BTRFS info (device sda6): has skinny extents [ 20.924078] audit: type=1130 audit(1615073759.404:120): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck@dev-sda1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 21.442998] audit: type=1130 audit(1615073759.923:121): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck@dev-sda5 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 21.443609] audit: type=1130 audit(1615073759.924:122): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck@dev-sda8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 21.512886] BTRFS info (device sda5): disk space caching is enabled [ 21.512985] BTRFS info (device sda5): has skinny extents [ 21.581625] BTRFS info (device sda8): disk space caching is enabled [ 21.581742] BTRFS info (device sda8): has skinny extents [ 22.273153] BTRFS info (device sda8): bdev /dev/sda8 errs: wr 0, rd 0, flush 0, corrupt 449, gen 0 [ 22.746410] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none. [ 23.308801] systemd-journald[768]: Received client request to flush runtime journal. [ 23.516046] audit: type=1130 audit(1615073761.996:123): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 23.545671] audit: type=1130 audit(1615073762.026:124): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 28.524026] audit: type=1131 audit(1615073767.004:125): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 38.542309] audit: type=1130 audit(1615073777.023:126): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 40.910141] audit: type=1130 audit(1615073779.390:127): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 40.946313] audit: type=1130 audit(1615073779.427:128): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 41.153756] audit: type=1130 audit(1615073779.634:129): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 42.188586] audit: type=1130 audit(1615073780.669:130): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 42.193792] audit: type=1334 audit(1615073780.674:131): prog-id=26 op=LOAD [ 42.194034] audit: type=1334 audit(1615073780.674:132): prog-id=27 op=LOAD [ 42.194153] audit: type=1334 audit(1615073780.674:133): prog-id=28 op=LOAD [ 42.196367] audit: type=1334 audit(1615073780.677:134): prog-id=29 op=LOAD [ 42.378861] audit: type=1130 audit(1615073780.859:135): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-oomd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 52.987026] vboxdrv: loading out-of-tree module taints kernel. [ 52.987360] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel [ 52.996998] vboxdrv: Found 8 processor cores [ 53.013149] vboxdrv: TSC mode is Invariant, tentative frequency 2194959432 Hz [ 53.013223] vboxdrv: Successfully loaded version 6.1.19 (interface 0x00300000) [ 53.322019] VBoxNetFlt: Successfully started. [ 53.412964] VBoxNetAdp: Successfully started. [ 57.258225] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 57.258303] Bluetooth: BNEP filters: protocol multicast [ 57.258373] Bluetooth: BNEP socket layer initialized [ 58.491963] RTL8211DN Gigabit Ethernet r8169-500:00: attached PHY driver (mii_bus:phy_addr=r8169-500:00, irq=MAC) [ 58.760717] r8169 0000:05:00.0 enp5s0: Link is Down [ 61.057498] r8169 0000:05:00.0 enp5s0: Link is Up - 1Gbps/Full - flow control rx/tx [ 61.057651] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready [ 77.606799] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 78.871682] snd_hda_intel 0000:00:1b.0: couldn't bind with audio component [ 79.311752] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker [ 79.311835] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 79.311905] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0) [ 79.311981] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 79.312037] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0 [ 79.312093] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 79.312148] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19 [ 79.312205] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 79.388221] snd_hda_codec_hdmi hdaudioC0D3: No i915 binding for Intel HDMI/DP codec [ 79.388994] hdaudio hdaudioC0D3: Unable to bind the codec [ 79.389468] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17 [ 79.389695] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18 [ 83.775163] L1TF CPU bug present and SMT on, data leak possible. See CVE-2018-3646 and https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/l1tf.html for details.
_______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure