You are not logged in.

#1 2019-03-22 12:49:57

Senshi
Member
Registered: 2019-01-15
Posts: 17

[SOLVED]LVM fsck Error writing file system info: Input/output error

I had trouble with my LVM-on-RAID5 (detailed here: https://bbs.archlinux.org/viewtopic.php?id=244869). I am making this new thread, because this issue is a follow up issue, while the original issue there is solved (= restoring the RAID itself).

OS runs on a separate SSD, together with swapfile.
3 HDDs run as RAID5 as media storage.

cat /proc/mdstat

Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sdd1[2] sdb1[3] sdc1[1]
      1953258496 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] [UUU]
      bitmap: 1/8 pages [4KB], 65536KB chunk

unused devices: <none>

One drive failed, others had questionable SMART output, so I replaced all of them (ddrescued all of them to new ones).
The failed HDD had caused some severe filesystem damage which was recoverable using testdisk, although a bunch of sectors was lost. After that,t he RAID itself ran fine (after scrubbing for a couple of hours) again.

The RAID  (/dev/md0) runs as a single logical volume (lvmedia) in a volume group (VolGroupArray).

However, if trying to automount it as usual using /etc/fstab, I get a fsck error during boot, throwing me into emergency mode.
True enough, there's a bunch of errors. Hardly surprising, given that the RAID fail was pretty significant.

So the usual suggestion is to run fsck manually, which does not work, sadly:

fsck /dev/VolGroupArray/lvmedia  -fy

fsck from util-linux 2.33.1
e2fsck 1.45.0 (6-Mar-2019)
Pass 1: Checking inodes, blocks, and sizes
Error reading block 450887712 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887716 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887717 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887718 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887720 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887721 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887722 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887723 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887724 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887725 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887726 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887727 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887728 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887729 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887730 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887731 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887732 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887733 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887734 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887736 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Error reading block 450887738 (Input/output error) while getting next inode from scan.  Ignore error? yes

Force rewrite? yes

Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong (98710803, counted=118133078).
Fix? yes

Free inodes count wrong (122080980, counted=122081316).
Fix? yes

Error writing file system info: Input/output error

/dev/mapper/VolGroupArray-lvmedia: ***** FILE SYSTEM WAS MODIFIED *****

dmesg shows I/O errors ( I tried multiple times, that's why there's multiple error blocks at intervals).
dmesg

[    0.000000] Linux version 5.0.2-arch1-1-ARCH (builduser@heftig-15298) (gcc version 8.2.1 20181127 (GCC)) #1 SMP PREEMPT Thu Mar 14 18:47:49 UTC 2019
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9b3e7d0c-459f-42a1-bc3c-5aac8c7075c6 rw quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ff7ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ff80000-0x000000007ff8dfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ff8e000-0x000000007ffcffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ffd0000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: System manufacturer System Product Name/P5Q SE2, BIOS 0402    09/23/2008
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2399.613 MHz processor
[    0.004747] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.004750] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.004758] last_pfn = 0x7ff80 max_arch_pfn = 0x400000000
[    0.004766] MTRR default type: uncachable
[    0.004768] MTRR fixed ranges enabled:
[    0.004770]   00000-9FFFF write-back
[    0.004772]   A0000-BFFFF uncachable
[    0.004774]   C0000-DFFFF write-protect
[    0.004775]   E0000-EFFFF write-through
[    0.004777]   F0000-FFFFF write-protect
[    0.004778] MTRR variable ranges enabled:
[    0.004780]   0 base 000000000 mask F80000000 write-back
[    0.004781]   1 disabled
[    0.004783]   2 disabled
[    0.004784]   3 disabled
[    0.004785]   4 disabled
[    0.004786]   5 disabled
[    0.004787]   6 disabled
[    0.004788]   7 disabled
[    0.006334] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.023649] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [(____ptrval____)]
[    0.030418] check: Scanning 1 areas for low memory corruption
[    0.030422] Base memory trampoline at [(____ptrval____)] 98000 size 24576
[    0.030428] BRK [0x09e01000, 0x09e01fff] PGTABLE
[    0.030431] BRK [0x09e02000, 0x09e02fff] PGTABLE
[    0.030434] BRK [0x09e03000, 0x09e03fff] PGTABLE
[    0.030463] BRK [0x09e04000, 0x09e04fff] PGTABLE
[    0.030466] BRK [0x09e05000, 0x09e05fff] PGTABLE
[    0.030573] BRK [0x09e06000, 0x09e06fff] PGTABLE
[    0.030595] RAMDISK: [mem 0x36e41000-0x37717fff]
[    0.030604] ACPI: Early table checksum verification disabled
[    0.030731] ACPI: RSDP 0x00000000000FBBE0 000024 (v02 ACPIAM)
[    0.030737] ACPI: XSDT 0x000000007FF80100 000054 (v01 A_M_I_ OEMXSDT  09000823 MSFT 00000097)
[    0.030746] ACPI: FACP 0x000000007FF80290 0000F4 (v03 A_M_I_ OEMFACP  09000823 MSFT 00000097)
[    0.030756] ACPI: DSDT 0x000000007FF80440 00851E (v01 A1121  A1121001 00000001 INTL 20051117)
[    0.030762] ACPI: FACS 0x000000007FF8E000 000040
[    0.030766] ACPI: FACS 0x000000007FF8E000 000040
[    0.030771] ACPI: APIC 0x000000007FF80390 00006C (v01 A_M_I_ OEMAPIC  09000823 MSFT 00000097)
[    0.030777] ACPI: MCFG 0x000000007FF80400 00003C (v01 A_M_I_ OEMMCFG  09000823 MSFT 00000097)
[    0.030783] ACPI: OEMB 0x000000007FF8E040 000081 (v01 A_M_I_ AMI_OEM  09000823 MSFT 00000097)
[    0.030788] ACPI: HPET 0x000000007FF88960 000038 (v01 A_M_I_ OEMHPET  09000823 MSFT 00000097)
[    0.030794] ACPI: OSFR 0x000000007FF889A0 0000B0 (v01 A_M_I_ OEMOSFR  09000823 MSFT 00000097)
[    0.030809] ACPI: Local APIC address 0xfee00000
[    0.030915] No NUMA configuration found
[    0.030917] Faking a node at [mem 0x0000000000000000-0x000000007ff7ffff]
[    0.030922] NODE_DATA(0) allocated [mem 0x7ff7c000-0x7ff7ffff]
[    0.030951] Zone ranges:
[    0.030953]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.030955]   DMA32    [mem 0x0000000001000000-0x000000007ff7ffff]
[    0.030957]   Normal   empty
[    0.030959]   Device   empty
[    0.030960] Movable zone start for each node
[    0.030961] Early memory node ranges
[    0.030963]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.030965]   node   0: [mem 0x0000000000100000-0x000000007ff7ffff]
[    0.030970] Zeroed struct page in unavailable ranges: 99 pages
[    0.030972] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ff7ffff]
[    0.030974] On node 0 totalpages: 524061
[    0.030976]   DMA zone: 64 pages used for memmap
[    0.030977]   DMA zone: 21 pages reserved
[    0.030978]   DMA zone: 3997 pages, LIFO batch:0
[    0.031150]   DMA32 zone: 8126 pages used for memmap
[    0.031152]   DMA32 zone: 520064 pages, LIFO batch:63
[    0.052626] ACPI: PM-Timer IO Port: 0x808
[    0.052631] ACPI: Local APIC address 0xfee00000
[    0.052656] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
[    0.052661] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.052664] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.052666] ACPI: IRQ0 used by override.
[    0.052668] ACPI: IRQ9 used by override.
[    0.052672] Using ACPI (MADT) for SMP configuration information
[    0.052674] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.052684] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.052705] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.052707] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[    0.052708] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.052710] PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
[    0.052711] PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
[    0.052714] [mem 0x80000000-0xfedfffff] available for PCI devices
[    0.052716] Booting paravirtualized kernel on bare hardware
[    0.052722] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.337597] random: get_random_bytes called from start_kernel+0x95/0x538 with crng_init=0
[    0.337610] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.338460] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u524288
[    0.338469] pcpu-alloc: s147456 r8192 d28672 u524288 alloc=1*2097152
[    0.338471] pcpu-alloc: [0] 0 1 2 3
[    0.338502] Built 1 zonelists, mobility grouping on.  Total pages: 515850
[    0.338504] Policy zone: DMA32
[    0.338508] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9b3e7d0c-459f-42a1-bc3c-5aac8c7075c6 rw quiet
[    0.338690] Calgary: detecting Calgary via BIOS EBDA area
[    0.338692] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.359227] Memory: 2024280K/2096244K available (12291K kernel code, 1286K rwdata, 3720K rodata, 1536K init, 3904K bss, 71964K reserved, 0K cma-reserved)
[    0.359574] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.359590] Kernel/User page tables isolation: enabled
[    0.359624] ftrace: allocating 35888 entries in 141 pages
[    0.387773] rcu: Preemptible hierarchical RCU implementation.
[    0.387776] rcu:     CONFIG_RCU_FANOUT set to non-default value of 32.
[    0.387777] rcu:     RCU dyntick-idle grace-period acceleration is enabled.
[    0.387779] rcu:     RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.387780] rcu:     RCU priority boosting: priority 1 delay 500 ms.
[    0.387781]  Tasks RCU enabled.
[    0.387783] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.387784] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.391327] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.391561] rcu:     Offload RCU callbacks from CPUs: (none).
[    0.391631] Console: colour dummy device 80x25
[    0.391636] printk: console [tty0] enabled
[    0.391671] ACPI: Core revision 20181213
[    0.391892] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.391903] hpet clockevent registered
[    0.391908] APIC: Switch to symmetric I/O mode setup
[    0.392339] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.408576] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2296ca013c7, max_idle_ns: 440795296577 ns
[    0.408596] Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.19 BogoMIPS (lpj=7998710)[    0.408600] pid_max: default: 32768 minimum: 301
[    0.408664] LSM: Security Framework initializing
[    0.408667] Yama: becoming mindful.
[    0.408675] AppArmor: AppArmor disabled by boot time parameter
[    0.409452] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.409924] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.409962] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.409979] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.410395] mce: CPU supports 6 MCE banks
[    0.410409] mce: CPU0: Thermal monitoring enabled (TM2)
[    0.410413] process: using mwait in idle threads
[    0.410419] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.410421] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[    0.410424] Spectre V2 : Mitigation: Full generic retpoline
[    0.410425] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.410427] Speculative Store Bypass: Vulnerable
[    0.410642] Freeing SMP alternatives memory: 28K
[    0.415245] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz (family: 0x6, model: 0xf, stepping: 0xb)
[    0.431925] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[    0.431934] core: PEBS disabled due to CPU errata
[    0.431938] ... version:                2
[    0.431940] ... bit width:              40
[    0.431941] ... generic registers:      2
[    0.431943] ... value mask:             000000ffffffffff
[    0.431944] ... max period:             000000007fffffff
[    0.431946] ... fixed-purpose events:   3
[    0.431947] ... event mask:             0000000700000003
[    0.438585] rcu: Hierarchical SRCU implementation.
[    0.462000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.468596] smp: Bringing up secondary CPUs ...
[    0.508605] x86: Booting SMP configuration:
[    0.508607] .... node  #0, CPUs:      #1 #2 #3
[    0.591173] smp: Brought up 1 node, 4 CPUs
[    0.591173] smpboot: Max logical packages: 1
[    0.591173] smpboot: Total of 4 processors activated (19204.77 BogoMIPS)
[    0.592254] devtmpfs: initialized
[    0.592254] x86/mm: Memory block size: 128MB
[    0.592546] PM: Registering ACPI NVS region [mem 0x7ff8e000-0x7ffcffff] (270336 bytes)
[    0.592546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.592546] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.592546] pinctrl core: initialized pinctrl subsystem
[    0.592546] RTC time: 11:49:31, date: 2019-03-22
[    0.592546] NET: Registered protocol family 16
[    0.592546] audit: initializing netlink subsys (disabled)
[    0.592546] audit: type=2000 audit(1553255370.199:1): state=initialized audit_enabled=0 res=1
[    0.592546] cpuidle: using governor ladder
[    0.592546] cpuidle: using governor menu
[    0.595271] ACPI: bus type PCI registered
[    0.595274] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.595400] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.595404] PCI: not using MMCONFIG
[    0.595406] PCI: Using configuration type 1 for base access
[    0.595687] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.595689] mtrr: probably your BIOS does not setup all CPUs.
[    0.595690] mtrr: corrected configuration.
[    0.597685] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.597685] ACPI: Added _OSI(Module Device)
[    0.597685] ACPI: Added _OSI(Processor Device)
[    0.597685] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.597685] ACPI: Added _OSI(Processor Aggregator Device)
[    0.597685] ACPI: Added _OSI(Linux-Dell-Video)
[    0.597685] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.597685] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.609953] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.616343] ACPI: Interpreter enabled
[    0.616381] ACPI: (supports S0 S1 S3 S4 S5)
[    0.616384] ACPI: Using IOAPIC for interrupt routing
[    0.616447] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.619207] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.619229] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.619594] ACPI: Enabled 15 GPEs in block 00 to 3F
[    0.634016] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.634026] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.634035] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.634592] PCI host bridge to bus 0000:00
[    0.634596] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.634599] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.634602] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.634605] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.634608] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffffffff window]
[    0.634611] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.634624] pci 0000:00:00.0: [8086:2e20] type 00 class 0x060000
[    0.634657] DMAR: Disabling IOMMU for graphics on this chipset
[    0.634658] DMAR: Forcing write-buffer flush capability
[    0.634823] pci 0000:00:01.0: [8086:2e21] type 01 class 0x060400
[    0.634882] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.635084] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[    0.635133] pci 0000:00:1a.0: reg 0x20: [io  0xc800-0xc81f]
[    0.635344] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[    0.635393] pci 0000:00:1a.1: reg 0x20: [io  0xc880-0xc89f]
[    0.635596] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
[    0.635645] pci 0000:00:1a.2: reg 0x20: [io  0xcc00-0xcc1f]
[    0.635857] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[    0.635882] pci 0000:00:1a.7: reg 0x10: [mem 0xfe9ffc00-0xfe9fffff]
[    0.635974] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.636150] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
[    0.636238] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.636423] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
[    0.636512] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.636694] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[    0.636743] pci 0000:00:1d.0: reg 0x20: [io  0xc080-0xc09f]
[    0.636945] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[    0.636993] pci 0000:00:1d.1: reg 0x20: [io  0xc400-0xc41f]
[    0.637195] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[    0.637243] pci 0000:00:1d.2: reg 0x20: [io  0xc480-0xc49f]
[    0.637453] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[    0.637478] pci 0000:00:1d.7: reg 0x10: [mem 0xfe9ff800-0xfe9ffbff]
[    0.637570] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.637741] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.637957] pci 0000:00:1f.0: [8086:3a18] type 00 class 0x060100
[    0.638222] pci 0000:00:1f.2: [8086:3a22] type 00 class 0x010601
[    0.638243] pci 0000:00:1f.2: reg 0x10: [io  0xbc00-0xbc07]
[    0.638252] pci 0000:00:1f.2: reg 0x14: [io  0xb880-0xb883]
[    0.638261] pci 0000:00:1f.2: reg 0x18: [io  0xb800-0xb807]
[    0.638270] pci 0000:00:1f.2: reg 0x1c: [io  0xb480-0xb483]
[    0.638279] pci 0000:00:1f.2: reg 0x20: [io  0xb400-0xb41f]
[    0.638289] pci 0000:00:1f.2: reg 0x24: [mem 0xfe9fe800-0xfe9fefff]
[    0.638338] pci 0000:00:1f.2: PME# supported from D3hot
[    0.638505] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
[    0.638527] pci 0000:00:1f.3: reg 0x10: [mem 0xfe9ff400-0xfe9ff4ff 64bit]
[    0.638549] pci 0000:00:1f.3: reg 0x20: [io  0x0400-0x041f]
[    0.638774] pci 0000:01:00.0: [1002:9442] type 00 class 0x030000
[    0.638796] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.638809] pci 0000:01:00.0: reg 0x18: [mem 0xfeae0000-0xfeaeffff 64bit]
[    0.638818] pci 0000:01:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.638833] pci 0000:01:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
[    0.638840] pci 0000:01:00.0: enabling Extended Tags
[    0.638886] pci 0000:01:00.0: supports D1 D2
[    0.638965] pci 0000:01:00.1: [1002:aa30] type 00 class 0x040300
[    0.638987] pci 0000:01:00.1: reg 0x10: [mem 0xfeafc000-0xfeafffff 64bit]
[    0.639024] pci 0000:01:00.1: enabling Extended Tags
[    0.639068] pci 0000:01:00.1: supports D1 D2
[    0.639150] pci 0000:00:01.0: ASPM: current common clock configuration is broken, reconfiguring
[    0.639167] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.639171] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.639175] pci 0000:00:01.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.639180] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.639236] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.639246] pci 0000:00:1c.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.639323] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.639353] pci 0000:02:00.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.639383] pci 0000:02:00.0: reg 0x18: [mem 0xfdeff000-0xfdefffff 64bit pref]
[    0.639402] pci 0000:02:00.0: reg 0x20: [mem 0xfdee0000-0xfdeeffff 64bit pref]
[    0.639415] pci 0000:02:00.0: reg 0x30: [mem 0xfebf0000-0xfebfffff pref]
[    0.639505] pci 0000:02:00.0: supports D1 D2
[    0.639508] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.639637] pci 0000:00:1c.5: ASPM: current common clock configuration is broken, reconfiguring
[    0.648607] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.648613] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.648617] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.648624] pci 0000:00:1c.5:   bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
[    0.648645] pci_bus 0000:04: extended config space not accessible
[    0.648715] pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
[    0.648726] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.648729] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.648732] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.648735] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.648738] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xffffffff window] (subtractive decode)
[    0.650217] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.650358] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.650498] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15)
[    0.650637] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.650775] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.650920] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 *14 15)
[    0.651058] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.651198] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
[    0.651318] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.651318] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.651318] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.651318] vgaarb: loaded
[    0.651318] ACPI: bus type USB registered
[    0.651318] usbcore: registered new interface driver usbfs
[    0.651318] usbcore: registered new interface driver hub
[    0.651326] usbcore: registered new device driver usb
[    0.651326] pps_core: LinuxPPS API ver. 1 registered
[    0.651326] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.651326] PTP clock support registered
[    0.651326] EDAC MC: Ver: 3.0.0
[    0.651958] PCI: Using ACPI for IRQ routing
[    0.655991] PCI: pci_cache_line_size set to 64 bytes
[    0.656045] e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
[    0.656048] e820: reserve RAM buffer [mem 0x7ff80000-0x7fffffff]
[    0.658580] NetLabel: Initializing
[    0.658580] NetLabel:  domain hash size = 128
[    0.658580] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.658580] NetLabel:  unlabeled traffic allowed by default
[    0.658636] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.658641] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.658647] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.660677] clocksource: Switched to clocksource tsc-early
[    0.683185] VFS: Disk quotas dquot_6.6.0
[    0.683221] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.683348] pnp: PnP ACPI init
[    0.683507] system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
[    0.683518] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.683651] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.684105] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.684114] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.684444] system 00:03: [io  0x04d0-0x04d1] has been reserved
[    0.684448] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.684451] system 00:03: [io  0x0500-0x057f] has been reserved
[    0.684455] system 00:03: [mem 0xfed08000-0xfed08fff] has been reserved
[    0.684459] system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.684462] system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.684465] system 00:03: [mem 0xfed50000-0xfed8ffff] has been reserved
[    0.684475] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.684716] system 00:04: [mem 0xffc00000-0xffefffff] has been reserved
[    0.684725] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.685039] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.685043] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.685052] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.685603] pnp 00:06: [dma 0 disabled]
[    0.685718] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.685853] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.685862] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.686243] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.686247] system 00:08: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.686250] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.686254] system 00:08: [mem 0x00100000-0x7fffffff] could not be reserved
[    0.686262] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.686558] pnp: PnP ACPI: found 9 devices
[    0.693902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.693927] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.693932] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 400000 add_align 100000
[    0.693955] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x803fffff]
[    0.693960] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.693964] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.693968] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.693972] pci 0000:00:01.0:   bridge window [mem 0xfea00000-0xfeafffff]
[    0.693976] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.693982] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.693986] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.693991] pci 0000:00:1c.0:   bridge window [mem 0x80000000-0x803fffff]
[    0.693996] pci 0000:00:1c.0:   bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.694002] pci 0000:00:1c.5: PCI bridge to [bus 02]
[    0.694006] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    0.694011] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
[    0.694016] pci 0000:00:1c.5:   bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
[    0.694023] pci 0000:00:1e.0: PCI bridge to [bus 04]
[    0.694035] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.694038] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.694041] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.694044] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.694047] pci_bus 0000:00: resource 8 [mem 0x80000000-0xffffffff window]
[    0.694049] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.694052] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[    0.694055] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.694058] pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
[    0.694060] pci_bus 0000:03: resource 1 [mem 0x80000000-0x803fffff]
[    0.694063] pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
[    0.694066] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.694069] pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
[    0.694071] pci_bus 0000:02: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
[    0.694074] pci_bus 0000:04: resource 4 [io  0x0000-0x0cf7 window]
[    0.694077] pci_bus 0000:04: resource 5 [io  0x0d00-0xffff window]
[    0.694080] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.694083] pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.694085] pci_bus 0000:04: resource 8 [mem 0x80000000-0xffffffff window]
[    0.694236] NET: Registered protocol family 2
[    0.694539] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes)
[    0.694561] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.694629] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.694717] TCP: Hash tables configured (established 16384 bind 16384)
[    0.694781] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.694798] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.694880] NET: Registered protocol family 1
[    0.694889] NET: Registered protocol family 44
[    0.697008] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.697024] pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0
[    0.697075] PCI: CLS 32 bytes, default 64
[    0.697137] Unpacking initramfs...
[    0.923370] Freeing initrd memory: 9052K
[    0.923657] check: Scanning for low memory corruption every 60 seconds
[    0.924756] Initialise system trusted keyrings
[    0.924775] Key type blacklist registered
[    0.924854] workingset: timestamp_bits=41 max_order=19 bucket_order=0
[    0.927798] zbud: loaded
[    1.014810] Key type asymmetric registered
[    1.014814] Asymmetric key parser 'x509' registered
[    1.014837] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[    1.014912] io scheduler mq-deadline registered
[    1.014914] io scheduler kyber registered
[    1.015014] io scheduler bfq registered
[    1.015630] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
[    1.015993] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.016139] vesafb: mode is 1400x1050x32, linelength=5632, pages=0
[    1.016141] vesafb: scrolling: redraw
[    1.016144] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.016163] vesafb: framebuffer at 0xd0000000, mapped to 0x(____ptrval____), using 5824k, total 5824k
[    1.016244] fbcon: Deferring console take-over
[    1.016247] fb0: VESA VGA frame buffer device
[    1.016275] intel_idle: does not run on family 6 model 15
[    1.016375] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.016390] ACPI: Power Button [PWRB]
[    1.016461] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.022481] ACPI: Power Button [PWRF]
[    1.023415] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.044019] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.049279] usbcore: registered new interface driver usbserial_generic
[    1.049289] usbserial: USB Serial support registered for generic
[    1.049317] rtc_cmos 00:01: RTC can wake from S4
[    1.049478] rtc_cmos 00:01: registered as rtc0
[    1.049509] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.049655] ledtrig-cpu: registered to indicate activity on CPUs
[    1.050071] NET: Registered protocol family 10
[    1.063167] Segment Routing with IPv6
[    1.063210] NET: Registered protocol family 17
[    1.063573] RAS: Correctable Errors collector initialized.
[    1.063655] microcode: sig=0x6fb, pf=0x10, revision=0xb6
[    1.063738] microcode: Microcode Update Driver: v2.2.
[    1.063759] sched_clock: Marking stable (1063399718, 329991)->(1176495930, -112766221)
[    1.064042] registered taskstats version 1
[    1.064055] Loading compiled-in X.509 certificates
[    1.072009] Loaded X.509 cert 'Build time autogenerated kernel key: 99038d2e75a4db33613e35d3aec7de22c3ebdaec'
[    1.072050] zswap: loaded using pool lzo/zbud
[    1.084435] Key type big_key registered
[    1.084965]   Magic number: 11:587:833
[    1.085089] rtc_cmos 00:01: setting system clock to 2019-03-22T11:49:31 UTC (1553255371)
[    1.090855] Freeing unused decrypted memory: 2040K
[    1.091511] Freeing unused kernel image memory: 1536K
[    1.121733] Write protecting the kernel read-only data: 18432k
[    1.122969] Freeing unused kernel image memory: 2016K
[    1.123243] Freeing unused kernel image memory: 376K
[    1.144827] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.144843] x86/mm: Checking user space page tables
[    1.166219] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.166223] Run /init as init process
[    1.196946] fbcon: Taking over console
[    1.197092] Console: switching to colour frame buffer device 175x65
[    1.354570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.356655] ehci-pci: EHCI PCI platform driver
[    1.356923] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.356934] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.356950] ehci-pci 0000:00:1a.7: debug port 1
[    1.360857] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
[    1.360886] ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9ffc00
[    1.375074] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.375169] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.375173] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.375177] usb usb1: Product: EHCI Host Controller
[    1.375180] usb usb1: Manufacturer: Linux 5.0.2-arch1-1-ARCH ehci_hcd
[    1.375182] usb usb1: SerialNumber: 0000:00:1a.7
[    1.375388] hub 1-0:1.0: USB hub found
[    1.375402] hub 1-0:1.0: 6 ports detected
[    1.375972] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.375982] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.375996] ehci-pci 0000:00:1d.7: debug port 1
[    1.377005] SCSI subsystem initialized
[    1.379926] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[    1.379954] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfe9ff800
[    1.391462] libata version 3.00 loaded.
[    1.395059] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.395175] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00
[    1.395179] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.395182] usb usb2: Product: EHCI Host Controller
[    1.395185] usb usb2: Manufacturer: Linux 5.0.2-arch1-1-ARCH ehci_hcd
[    1.395188] usb usb2: SerialNumber: 0000:00:1d.7
[    1.395384] hub 2-0:1.0: USB hub found
[    1.395401] hub 2-0:1.0: 6 ports detected
[    1.399213] uhci_hcd: USB Universal Host Controller Interface driver
[    1.399416] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.399426] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.399434] uhci_hcd 0000:00:1a.0: detected 2 ports
[    1.399469] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
[    1.399558] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    1.399562] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.399565] usb usb3: Product: UHCI Host Controller
[    1.399567] usb usb3: Manufacturer: Linux 5.0.2-arch1-1-ARCH uhci_hcd
[    1.399570] usb usb3: SerialNumber: 0000:00:1a.0
[    1.399739] hub 3-0:1.0: USB hub found
[    1.399752] hub 3-0:1.0: 2 ports detected
[    1.400098] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.400106] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.400114] uhci_hcd 0000:00:1a.1: detected 2 ports
[    1.400142] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
[    1.400221] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    1.400225] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.400227] usb usb4: Product: UHCI Host Controller
[    1.400230] usb usb4: Manufacturer: Linux 5.0.2-arch1-1-ARCH uhci_hcd
[    1.400233] usb usb4: SerialNumber: 0000:00:1a.1
[    1.400393] hub 4-0:1.0: USB hub found
[    1.400405] hub 4-0:1.0: 2 ports detected
[    1.400723] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.400731] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.400739] uhci_hcd 0000:00:1a.2: detected 2 ports
[    1.400760] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
[    1.400841] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    1.400844] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.400847] usb usb5: Product: UHCI Host Controller
[    1.400849] usb usb5: Manufacturer: Linux 5.0.2-arch1-1-ARCH uhci_hcd
[    1.400852] usb usb5: SerialNumber: 0000:00:1a.2
[    1.401009] hub 5-0:1.0: USB hub found
[    1.401022] hub 5-0:1.0: 2 ports detected
[    1.401388] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.401401] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.401409] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.401433] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
[    1.401517] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    1.401520] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.401523] usb usb6: Product: UHCI Host Controller
[    1.401525] usb usb6: Manufacturer: Linux 5.0.2-arch1-1-ARCH uhci_hcd
[    1.401528] usb usb6: SerialNumber: 0000:00:1d.0
[    1.401753] hub 6-0:1.0: USB hub found
[    1.401766] hub 6-0:1.0: 2 ports detected
[    1.402117] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.402125] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.402133] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.402163] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
[    1.402244] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    1.402248] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.402250] usb usb7: Product: UHCI Host Controller
[    1.402253] usb usb7: Manufacturer: Linux 5.0.2-arch1-1-ARCH uhci_hcd
[    1.402256] usb usb7: SerialNumber: 0000:00:1d.1
[    1.402422] hub 7-0:1.0: USB hub found
[    1.402435] hub 7-0:1.0: 2 ports detected
[    1.402764] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.402773] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.402781] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.402801] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
[    1.402882] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.00
[    1.402885] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.402888] usb usb8: Product: UHCI Host Controller
[    1.402890] usb usb8: Manufacturer: Linux 5.0.2-arch1-1-ARCH uhci_hcd
[    1.402893] usb usb8: SerialNumber: 0000:00:1d.2
[    1.403055] hub 8-0:1.0: USB hub found
[    1.403067] hub 8-0:1.0: 2 ports detected
[    1.406013] ahci 0000:00:1f.2: version 3.0
[    1.406268] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.406460] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    1.406465] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems sxs
[    1.452747] scsi host0: ahci
[    1.453050] scsi host1: ahci
[    1.453265] scsi host2: ahci
[    1.453480] scsi host3: ahci
[    1.453709] scsi host4: ahci
[    1.453933] scsi host5: ahci
[    1.454065] ata1: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9fe900 irq 24
[    1.454068] ata2: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9fe980 irq 24
[    1.454071] ata3: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9fea00 irq 24
[    1.454073] ata4: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9fea80 irq 24
[    1.454075] ata5: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9feb00 irq 24
[    1.454078] ata6: SATA max UDMA/133 abar m2048@0xfe9fe800 port 0xfe9feb80 irq 24
[    1.851928] usb 8-1: new low-speed USB device number 2 using uhci_hcd
[    1.921932] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.922538] ata1.00: HPA detected: current 488388911, native 488397168
[    1.922628] ata1.00: NCQ Send/Recv Log not supported
[    1.922631] ata1.00: ATA-9: Samsung SSD 840 Series, DXT0AB0Q, max UDMA/133
[    1.922633] ata1.00: 488388911 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.922889] ata1.00: NCQ Send/Recv Log not supported
[    1.922893] ata1.00: configured for UDMA/133
[    1.923155] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 840  AB0Q PQ: 0 ANSI: 5
[    1.938599] tsc: Refined TSC clocksource calibration: 2399.536 MHz
[    1.938609] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x22968146daa, max_idle_ns: 440795250626 ns
[    1.938632] clocksource: Switched to clocksource tsc
[    2.045938] usb 8-1: New USB device found, idVendor=06a3, idProduct=0728, bcdDevice= 1.30
[    2.045942] usb 8-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.045945] usb 8-1: Product: Saitek Cyborg Keyboard
[    2.045948] usb 8-1: Manufacturer: Chicony
[    2.055831] hidraw: raw HID events driver (C) Jiri Kosina
[    2.088281] usbcore: registered new interface driver usbhid
[    2.088282] usbhid: USB HID core driver
[    2.091716] input: Chicony Saitek Cyborg Keyboard as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.0/0003:06A3:0728.0001/input/input2
[    2.145326] hid-generic 0003:06A3:0728.0001: input,hidraw0: USB HID v1.11 Keyboard [Chicony Saitek Cyborg Keyboard] on usb-0000:00:1d.2-1/input0
[    2.145685] input: Chicony Saitek Cyborg Keyboard Consumer Control as /devices/pci0000:00/0000:00:1d.2/usb8/8-1/8-1:1.1/0003:06A3:0728.0002/input/input3
[    2.202053] hid-generic 0003:06A3:0728.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Chicony Saitek Cyborg Keyboard] on usb-0000:00:1d.2-1/input1
[    2.234823] ata2: SATA link down (SStatus 0 SControl 300)
[    2.548132] ata3: SATA link down (SStatus 0 SControl 300)
[    3.018598] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.022082] ata4.00: ATA-8: WDC WD15EADS-00P8B0, 01.00A01, max UDMA/133
[    3.022085] ata4.00: 2930277168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.026083] ata4.00: configured for UDMA/133
[    3.026322] scsi 3:0:0:0: Direct-Access     ATA      WDC WD15EADS-00P 0A01 PQ: 0 ANSI: 5
[    3.495265] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.499187] ata5.00: ATA-8: WDC WD15EARS-00Z5B1, 80.00A80, max UDMA/133
[    3.499190] ata5.00: 2930277168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.503190] ata5.00: configured for UDMA/133
[    3.503399] scsi 4:0:0:0: Direct-Access     ATA      WDC WD15EARS-00Z 0A80 PQ: 0 ANSI: 5
[    3.971932] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.976671] ata6.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    3.976674] ata6.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA
[    3.980677] ata6.00: configured for UDMA/133
[    3.980880] scsi 5:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
[    3.988723] ata1.00: Enabling discard_zeroes_data
[    3.988862] sd 3:0:0:0: [sdb] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    3.988887] sd 3:0:0:0: [sdb] Write Protect is off
[    3.988891] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.988931] sd 4:0:0:0: [sdc] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    3.988935] sd 4:0:0:0: [sdc] 4096-byte physical blocks
[    3.988956] sd 4:0:0:0: [sdc] Write Protect is off
[    3.988959] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.988998] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.989011] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    3.989031] sd 5:0:0:0: [sdd] Write Protect is off
[    3.989034] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.989037] sd 0:0:0:0: [sda] 488388911 512-byte logical blocks: (250 GB/233 GiB)
[    3.989071] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.989086] sd 0:0:0:0: [sda] Write Protect is off
[    3.989089] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.989103] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.989226] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.989524] ata1.00: Enabling discard_zeroes_data
[    3.992289]  sda: sda1 sda2
[    3.992749] ata1.00: Enabling discard_zeroes_data
[    3.992995] sd 0:0:0:0: [sda] Attached SCSI disk
[    4.024939] GPT:Primary header thinks Alt. header is not at the end of the disk.
[    4.024942] GPT:1953523054 != 3907029167
[    4.024943] GPT:Alternate GPT header not at the end of the disk.
[    4.024945] GPT:1953523054 != 3907029167
[    4.024946] GPT: Use GNU Parted to correct GPT errors.
[    4.024953]  sdd: sdd1
[    4.025533] sd 5:0:0:0: [sdd] Attached SCSI disk
[    4.032782] Alternate GPT is invalid, using primary GPT.
[    4.032789]  sdb: sdb1
[    4.033337] sd 3:0:0:0: [sdb] Attached SCSI disk
[    4.044320]  sdc: sdc1
[    4.044893] sd 4:0:0:0: [sdc] Attached SCSI disk
[    4.106305] random: fast init done
[    4.396559] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    4.545378] systemd[1]: systemd 241.7-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    4.562055] systemd[1]: Detected architecture x86-64.
[    4.565110] systemd[1]: Set hostname to <Baikonur>.
[    4.727304] systemd[1]: /usr/lib/systemd/system/gssproxy.service:8: PIDFile= references path below legacy directory /var/run/, updating /var/run/gssproxy.pid → /run/gssproxy.pid; please update the unit file accordingly.
[    4.730484] systemd[1]: /usr/lib/systemd/system/rpc-statd.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/rpc.statd.pid → /run/rpc.statd.pid; please update the unit file accordingly.
[    4.741860] random: systemd: uninitialized urandom read (16 bytes read)
[    4.743859] random: systemd: uninitialized urandom read (16 bytes read)
[    4.743987] systemd[1]: Listening on Network Service Netlink Socket.
[    4.744085] random: systemd: uninitialized urandom read (16 bytes read)
[    4.744171] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.745805] systemd[1]: Created slice system-getty.slice.
[    4.745989] systemd[1]: Listening on udev Control Socket.
[    4.746096] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.776132] acpi_call: loading out-of-tree module taints kernel.
[    4.776166] acpi_call: module verification failed: signature and/or required key missing - tainting kernel
[    4.816599] EXT4-fs (sda2): re-mounted. Opts: (null)
[    4.851026] RPC: Registered named UNIX socket transport module.
[    4.851029] RPC: Registered udp transport module.
[    4.851031] RPC: Registered tcp transport module.
[    4.851033] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    4.863108] audit: type=1130 audit(1553255375.273:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.864211] audit: type=1130 audit(1553255375.273:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.922417] audit: type=1130 audit(1553255375.333:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.927430] audit: type=1130 audit(1553255375.336:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.968615] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    4.972694] audit: type=1130 audit(1553255375.380:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.986786] audit: type=1130 audit(1553255375.396:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.987155] Adding 1953128k swap on /mnt/swapfile.  Priority:-2 extents:3 across:2141544k SSFS
[    4.990228] systemd-journald[276]: Received request to flush runtime journal from PID 1
[    5.135835] Linux agpgart interface v0.103
[    5.136612] ACPI Warning: SystemIO range 0x0000000000000400-0x000000000000041F conflicts with OpRegion 0x0000000000000400-0x000000000000040F (\SMRG) (20181213/utaddress-213)
[    5.136629] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.153617] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20181213/utaddress-213)
[    5.153628] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.153629] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\GPS0) (20181213/utaddress-213)
[    5.153636] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.153638] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    5.199020] audit: type=1130 audit(1553255375.610:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.203607] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    5.213048] r8168 Gigabit Ethernet driver 8.046.00-NAPI loaded
[    5.213074] r8168 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.213240] r8168 0000:02:00.0: Default use INTx.
[    5.218883] r8168: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[    5.218893] r8168  Copyright (C) 2018  Realtek NIC software team <nicfae@realtek.com>
                This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
                This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[    5.357654] random: crng init done
[    5.357658] random: 7 urandom warning(s) missed due to ratelimiting
[    5.389784] iTCO_vendor_support: vendor-support=0
[    5.395504] r8168 0000:02:00.0 net0: renamed from eth0
[    5.422296] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.422383] iTCO_wdt: Found a ICH10 TCO device (Version=2, TCOBASE=0x0860)
[    5.426968] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    5.478712] raid6: sse2x4   gen()  4559 MB/s
[    5.517685] net0: 0xffffad61c05d1000, 00:23:54:55:f6:a1, IRQ 17
[    5.535386] raid6: sse2x4   xor()  3642 MB/s
[    5.556073] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.573663] kvm: disabled by bios
[    5.574506] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input6
[    5.591943] raid6: sse2x2   gen()  3121 MB/s
[    5.616572] coretemp coretemp.0: Using relative temperature scale!
[    5.617720] coretemp coretemp.0: Using relative temperature scale!
[    5.617764] coretemp coretemp.0: Using relative temperature scale!
[    5.648620] raid6: sse2x2   xor()  3293 MB/s
[    5.648653] coretemp coretemp.0: Using relative temperature scale!
[    5.655202] intel_powerclamp: No package C-state available
[    5.705294] raid6: sse2x1   gen()  2591 MB/s
[    5.762028] raid6: sse2x1   xor()  2711 MB/s
[    5.762031] raid6: using algorithm sse2x4 gen() 4559 MB/s
[    5.762032] raid6: .... xor() 3642 MB/s, rmw enabled
[    5.762034] raid6: using ssse3x2 recovery algorithm
[    5.781474] async_tx: api initialized (async)
[    5.808801] kvm: disabled by bios
[    5.809638] xor: measuring software checksum speed
[    5.833185] intel_powerclamp: No package C-state available
[    5.836411] [drm] radeon kernel modesetting enabled.
[    5.836498] checking generic (d0000000 5b0000) vs hw (d0000000 10000000)
[    5.836501] fb0: switching to radeondrmfb from VESA VGA
[    5.836538] Console: switching to colour dummy device 80x25
[    5.837217] [drm] initializing kernel modesetting (RV770 0x1002:0x9442 0x1787:0x2266 0x00).
[    5.837264] resource sanity check: requesting [mem 0x000c0000-0x000dffff], which spans more than PCI Bus 0000:00 [mem 0x000d0000-0x000dffff window]
[    5.837271] caller pci_map_rom+0x6a/0x1b0 mapping multiple BARs
[    5.837335] ATOM BIOS: RV770
[    5.837369] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
[    5.837373] radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
[    5.837377] [drm] Detected VRAM RAM=512M, BAR=256M
[    5.837379] [drm] RAM width 256bits DDR
[    5.837459] [TTM] Zone  kernel: Available graphics memory: 1019664 kiB
[    5.837460] [TTM] Initializing pool allocator
[    5.837468] [TTM] Initializing DMA pool allocator
[    5.837492] [drm] radeon: 512M of VRAM memory ready
[    5.837494] [drm] radeon: 1024M of GTT memory ready.
[    5.837509] [drm] Loading RV770 Microcode
[    5.841427] [drm] Internal thermal controller with fan control
[    5.841499] [drm] radeon: power management initialized
[    5.841919]    prefetch64-sse:  6296.400 MB/sec
[    5.842103] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    5.843594] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[    5.858764] [drm] PCIE GART of 1024M enabled (table at 0x0000000000146000).
[    5.858808] radeon 0000:01:00.0: WB enabled
[    5.858814] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0x0000000047d8e137
[    5.858817] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0x000000008dbc828c
[    5.859136] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000056230 and cpu addr 0x0000000045d237d6
[    5.859140] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.859141] [drm] Driver supports precise vblank timestamp query.
[    5.859144] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    5.859205] radeon 0000:01:00.0: radeon: using MSI.
[    5.859237] [drm] radeon: irq initialized.
[    5.875251]    generic_sse:  5587.200 MB/sec
[    5.875254] xor: using function: prefetch64-sse (6296.400 MB/sec)
[    5.905620] [drm] ring test on 0 succeeded in 1 usecs
[    5.905627] [drm] ring test on 3 succeeded in 2 usecs
[    6.058765] intel_powerclamp: No package C-state available
[    6.081706] [drm] ring test on 5 succeeded in 1 usecs
[    6.081710] [drm] UVD initialized successfully.
[    6.081880] [drm] ib test on ring 0 succeeded in 0 usecs
[    6.081895] [drm] ib test on ring 3 succeeded in 0 usecs
[    6.172459] md/raid:md0: device sdd1 operational as raid disk 2
[    6.172463] md/raid:md0: device sdb1 operational as raid disk 1
[    6.172465] md/raid:md0: device sdc1 operational as raid disk 0
[    6.173044] md/raid:md0: raid level 5 active with 3 out of 3 devices, algorithm 2
[    6.214850] md0: detected capacity change from 0 to 2000136699904
[    6.327380] audit: type=1130 audit(1553255376.736:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mdmonitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.331460] audit: type=1131 audit(1553255376.740:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mdmonitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[    6.382899] device-mapper: uevent: version 1.0.3
[    6.383697] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[    6.386039] audit: type=1130 audit(1553255376.796:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.417166] audit: type=1130 audit(1553255376.826:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.433139] audit: type=1127 audit(1553255376.843:13): pid=353 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    6.440329] audit: type=1130 audit(1553255376.850:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.443832] audit: type=1130 audit(1553255376.853:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=biglybt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.449215] audit: type=1130 audit(1553255376.860:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.457773] audit: type=1130 audit(1553255376.866:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-idmapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.491707] audit: type=1130 audit(1553255376.900:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=gssproxy comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.738647] [drm] ib test on ring 5 succeeded
[    6.739468] [drm] Radeon Display Connectors
[    6.739470] [drm] Connector 0:
[    6.739471] [drm]   HDMI-A-1
[    6.739473] [drm]   HPD1
[    6.739476] [drm]   DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[    6.739477] [drm]   Encoders:
[    6.739478] [drm]     DFP1: INTERNAL_UNIPHY
[    6.739480] [drm] Connector 1:
[    6.739481] [drm]   DP-1
[    6.739482] [drm]   HPD3
[    6.739484] [drm]   DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
[    6.739485] [drm]   Encoders:
[    6.739487] [drm]     DFP2: INTERNAL_UNIPHY
[    6.739488] [drm] Connector 2:
[    6.739489] [drm]   DVI-I-1
[    6.739490] [drm]   HPD2
[    6.739493] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[    6.739494] [drm]   Encoders:
[    6.739496] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    6.739497] [drm]     DFP3: INTERNAL_KLDSCP_LVTMA
[    6.739498] [drm] Connector 3:
[    6.739499] [drm]   DIN-1
[    6.739500] [drm]   Encoders:
[    6.739501] [drm]     TV1: INTERNAL_KLDSCP_DAC2
[    6.851411] [drm] fb mappable at 0xD0347000
[    6.851414] [drm] vram apper at 0xD0000000
[    6.851416] [drm] size 8294400
[    6.851418] [drm] fb depth is 24
[    6.851419] [drm]    pitch is 7680
[    6.851553] fbcon: radeondrmfb (fb0) is primary device
[    6.882130] Console: switching to colour frame buffer device 240x67
[    6.890752] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    6.912016] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    8.582418] r8168: net0: link up
[    8.582435] IPv6: ADDRCONF(NETDEV_CHANGE): net0: link becomes ready
[   13.279681] kauditd_printk_skb: 16 callbacks suppressed
[   13.279683] audit: type=1006 audit(1553255383.690:35): pid=589 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[   13.315317] audit: type=1130 audit(1553255383.723:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.327084] audit: type=1006 audit(1553255383.736:37): pid=598 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
[   13.447363] audit: type=1130 audit(1553255383.856:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  942.960647] audit: type=1130 audit(1553256313.370:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  942.960695] audit: type=1131 audit(1553256313.370:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2048.319962] audit: type=1006 audit(1553257418.730:41): pid=736 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=3 res=1
[ 2076.311772] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2076.311811] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2076.311848] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2076.311878] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2076.312370] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2076.312402] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2076.312496] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2076.312527] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2076.312611] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2076.312651] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2084.036760] buffer_io_error: 40 callbacks suppressed
[ 2084.036764] Buffer I/O error on dev dm-0, logical block 450887712, lost async page write
[ 2084.036784] Buffer I/O error on dev dm-0, logical block 450887716, lost async page write
[ 2084.036792] Buffer I/O error on dev dm-0, logical block 450887717, lost async page write
[ 2084.036800] Buffer I/O error on dev dm-0, logical block 450887718, lost async page write
[ 2084.036807] Buffer I/O error on dev dm-0, logical block 450887720, lost async page write
[ 2084.036813] Buffer I/O error on dev dm-0, logical block 450887721, lost async page write
[ 2084.036820] Buffer I/O error on dev dm-0, logical block 450887722, lost async page write
[ 2084.036831] Buffer I/O error on dev dm-0, logical block 450887723, lost async page write
[ 2084.036838] Buffer I/O error on dev dm-0, logical block 450887724, lost async page write
[ 2084.036845] Buffer I/O error on dev dm-0, logical block 450887725, lost async page write
[ 2549.156074] buffer_io_error: 11 callbacks suppressed
[ 2549.156078] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2549.156117] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2549.156154] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2549.156183] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2549.165696] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2549.165730] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2549.165809] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2549.165899] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2549.165966] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2549.165999] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2556.992381] buffer_io_error: 40 callbacks suppressed
[ 2556.992385] Buffer I/O error on dev dm-0, logical block 450887712, lost async page write
[ 2556.992404] Buffer I/O error on dev dm-0, logical block 450887716, lost async page write
[ 2556.992412] Buffer I/O error on dev dm-0, logical block 450887717, lost async page write
[ 2556.992419] Buffer I/O error on dev dm-0, logical block 450887718, lost async page write
[ 2556.992426] Buffer I/O error on dev dm-0, logical block 450887720, lost async page write
[ 2556.992433] Buffer I/O error on dev dm-0, logical block 450887721, lost async page write
[ 2556.992440] Buffer I/O error on dev dm-0, logical block 450887722, lost async page write
[ 2556.992451] Buffer I/O error on dev dm-0, logical block 450887723, lost async page write
[ 2556.992458] Buffer I/O error on dev dm-0, logical block 450887724, lost async page write
[ 2556.992466] Buffer I/O error on dev dm-0, logical block 450887725, lost async page write
[ 2600.359675] buffer_io_error: 11 callbacks suppressed
[ 2600.359679] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2600.359719] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2600.359755] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2600.359785] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2600.371156] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2600.371188] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2600.371261] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2600.371296] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2600.371365] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2600.371440] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2608.207737] buffer_io_error: 40 callbacks suppressed
[ 2608.207741] Buffer I/O error on dev dm-0, logical block 450887712, lost async page write
[ 2608.207760] Buffer I/O error on dev dm-0, logical block 450887716, lost async page write
[ 2608.207768] Buffer I/O error on dev dm-0, logical block 450887717, lost async page write
[ 2608.207775] Buffer I/O error on dev dm-0, logical block 450887718, lost async page write
[ 2608.207782] Buffer I/O error on dev dm-0, logical block 450887720, lost async page write
[ 2608.207789] Buffer I/O error on dev dm-0, logical block 450887721, lost async page write
[ 2608.207796] Buffer I/O error on dev dm-0, logical block 450887722, lost async page write
[ 2608.207808] Buffer I/O error on dev dm-0, logical block 450887723, lost async page write
[ 2608.207815] Buffer I/O error on dev dm-0, logical block 450887724, lost async page write
[ 2608.207822] Buffer I/O error on dev dm-0, logical block 450887725, lost async page write
[ 2631.919430] buffer_io_error: 11 callbacks suppressed
[ 2631.919433] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2631.919472] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2631.919509] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2631.919539] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2631.932048] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2631.932082] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2631.932157] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2631.932191] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2631.932257] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2631.932287] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2639.827374] buffer_io_error: 40 callbacks suppressed
[ 2639.827378] Buffer I/O error on dev dm-0, logical block 450887712, lost async page write
[ 2639.827397] Buffer I/O error on dev dm-0, logical block 450887716, lost async page write
[ 2639.827405] Buffer I/O error on dev dm-0, logical block 450887717, lost async page write
[ 2639.827413] Buffer I/O error on dev dm-0, logical block 450887718, lost async page write
[ 2639.827420] Buffer I/O error on dev dm-0, logical block 450887720, lost async page write
[ 2639.827427] Buffer I/O error on dev dm-0, logical block 450887721, lost async page write
[ 2639.827434] Buffer I/O error on dev dm-0, logical block 450887722, lost async page write
[ 2639.827446] Buffer I/O error on dev dm-0, logical block 450887723, lost async page write
[ 2639.827453] Buffer I/O error on dev dm-0, logical block 450887724, lost async page write
[ 2639.827460] Buffer I/O error on dev dm-0, logical block 450887725, lost async page write
[ 2646.799506] buffer_io_error: 11 callbacks suppressed
[ 2646.799510] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2646.799595] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2646.799638] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2646.799671] Buffer I/O error on dev dm-0, logical block 450887712, async page read
[ 2646.836510] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2646.836543] Buffer I/O error on dev dm-0, logical block 450887716, async page read
[ 2646.836621] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2646.836654] Buffer I/O error on dev dm-0, logical block 450887717, async page read
[ 2646.836724] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2646.836796] Buffer I/O error on dev dm-0, logical block 450887718, async page read
[ 2654.719235] buffer_io_error: 40 callbacks suppressed
[ 2654.719240] Buffer I/O error on dev dm-0, logical block 450887712, lost async page write
[ 2654.719259] Buffer I/O error on dev dm-0, logical block 450887716, lost async page write
[ 2654.719268] Buffer I/O error on dev dm-0, logical block 450887717, lost async page write
[ 2654.719275] Buffer I/O error on dev dm-0, logical block 450887718, lost async page write
[ 2654.719282] Buffer I/O error on dev dm-0, logical block 450887720, lost async page write
[ 2654.719289] Buffer I/O error on dev dm-0, logical block 450887721, lost async page write
[ 2654.719296] Buffer I/O error on dev dm-0, logical block 450887722, lost async page write
[ 2654.719308] Buffer I/O error on dev dm-0, logical block 450887723, lost async page write
[ 2654.719315] Buffer I/O error on dev dm-0, logical block 450887724, lost async page write
[ 2654.719322] Buffer I/O error on dev dm-0, logical block 450887725, lost async page write

Anyone have an idea on how I can proceed to fix this? I tried a bunch of googling, but "Error writing file system info: Input/output error" yielded no useful results for me sad .

Last edited by Senshi (2019-03-25 17:51:06)

Offline

#2 2019-03-22 13:25:17

frostschutz
Member
Registered: 2013-11-15
Posts: 1,649

Re: [SOLVED]LVM fsck Error writing file system info: Input/output error

Sorry, somehow I completely missed the reply in your earlier thread.

fsck can be dangerous, it might be better to run it on a copy / snapshot / copy-on-write overlay.

Regarding mysterious read errors, mdadm badblocks is a possible cause for them

mdadm --examine-badblocks /dev/sd*

should say "no bad blocks list" or "bad blocks list is empty". If there are bad blocks, there will be read errors even if nothing is wrong with the drives themselves.

Offline

#3 2019-03-22 13:51:56

Senshi
Member
Registered: 2019-01-15
Posts: 17

Re: [SOLVED]LVM fsck Error writing file system info: Input/output error

The original disk dumps are still stored separately, so worst case, I'll just get back to those. Thanks for the warning, though.
No worries about missing the previous thread, shortly after my last post there I managed to make headway again. And learning by doing is always best smile .



Looks like your guess is correct:

mdadm --examine-badblocks /dev/sd*

mdadm: mbr metadata does not support badblocks
mdadm: No md superblock detected on /dev/sda1
mdadm: No md superblock detected on /dev/sda2
mdadm: mbr metadata does not support badblocks
Bad-blocks on /dev/sdb1:
          1803814056 for 8 sectors
          1803814088 for 8 sectors
          1803814144 for 8 sectors
          1803814176 for 24 sectors
          1803814208 for 120 sectors
          1803814336 for 8 sectors
          1803814352 for 8 sectors
mdadm: mbr metadata does not support badblocks
Bad-blocks on /dev/sdc1:
          1803814056 for 8 sectors
          1803814088 for 8 sectors
          1803814144 for 8 sectors
          1803814176 for 24 sectors
          1803814208 for 120 sectors
          1803814336 for 8 sectors
          1803814352 for 8 sectors
mdadm: mbr metadata does not support badblocks
Bad-blocks list is empty in /dev/sdd1

How to fix this? Simply run echo check > /sys/block/md0/md/sync_action again?
It's a bit odd that both drives have the exact same bad blocks, isn't it?

EDIT: And to clarify: I fully expect and don't mind some minor data loss, it's all just media stuff, after all. I just don't want to lose everything smile .

Last edited by Senshi (2019-03-22 13:57:09)

Offline

#4 2019-03-22 14:52:07

frostschutz
Member
Registered: 2013-11-15
Posts: 1,649

Re: [SOLVED]LVM fsck Error writing file system info: Input/output error

in this case you have to stop the array, and then --assemble --update=force-no-bbl to remove the bad block log

data in the affected sectors will be invalid - so you only ever want to do this with identical bad blocks on more-than-redundancy drives. if they are not identical you can recover by mdadm --replace drive with bad blocks

this disables the bbl feature entirely.. if you want to keep the feature, you have to re-enable afterwards (personally I prefer to keep it disabled because of problems like yours)

Last edited by frostschutz (2019-03-22 14:54:21)

Offline

#5 2019-03-22 18:27:22

Senshi
Member
Registered: 2019-01-15
Posts: 17

Re: [SOLVED]LVM fsck Error writing file system info: Input/output error

It worked! Thank you very much. Now I can mount it and access the content again. Although plenty of stuff now was moved to lost+found, which is to be expected.

Just to be safe, before I start trying to reorganize the lost+found files&folders: Is there anything else you recommend I do now to fix any systematic problems with my setup or am I good to go again?

Offline

Board footer

Powered by FluxBB