unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Stopped getting TTY login prompt after boot, can still ssh in
@ 2020-10-03 15:45 Matthew Brooks
  2020-10-28 22:43 ` Matthew Brooks
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Brooks @ 2020-10-03 15:45 UTC (permalink / raw)
  To: help-guix@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1910 bytes --]

I recently (about the past few weeks or so) stopped getting a login prompt at the tty after booting my desktop computer. In the past it would occasionally do this, but it would usually bring one up after a reboot or two. Now, it just doesn't.

I can log in through ssh, however, so the system is running, I'm just no longer getting the login prompt at a tty, and I cannot switch to other ttys.

I just did a pull and reconfigure last night, so everything should be up to date as far as system packages. The guix version used to build the system most recently is commit "f7f5caf7ea78d2c257a081c8fcf212e507fe2ab6".

The only thing on screen that looks possibly relevant is:
>populating /etc from /gnu/store/abivcbvg8liif754vdmfnbc72qwlyk82-etc...
>error in finalization thread: Bad file descriptor
Though I don't remember if that's ever shown up when it actually gave me a working tty or not.

I don't see any obvious errors in dmesg, but I've attached it just in case.

Here's the services section from the system's scm definition file, which, according to the timestamps, has been the same since late march:
> (services (cons*
>
>	    (static-networking-service
>				       <Network details snipped>
>				       )
>
>            (service openssh-service-type
>		      <ssh details snipped>
>		      )
>
>	    (extra-special-file "/usr/bin/env"
>				(file-append coreutils "/bin/env"))
>
>	    (dbus-service)
>	    (elogind-service)
>
>	    (modify-services
>	     %base-services
>	     (guix-service-type
>	      config =>
>	      (guix-configuration
>	       (inherit config)
>	       (use-substitutes? #f)
>	       (authorized-keys '())
>	       (substitute-urls '())
>	       (extra-options '("--gc-keep-derivations=yes" "--gc-keep-outputs=yes" "--no-substitutes"))
>	       ))
>	     )
>
>	    ))

Any help is appreciated, and if there's any other info I can give to help narrow it down, just let me know.

[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 68328 bytes --]

[    0.000000] Linux version 5.8.12-gnu (nixbld@) (gcc (GCC) 7.5.0, GNU ld (GNU Binutils) 2.34) #1 SMP 1
[    0.000000] Command line: BOOT_IMAGE=/gnu/store/dkyzczi2cp27by3kssbhg8nv4g9hjk1f-linux-libre-5.8.12/bzImage --root=ca845124-b095-42de-841d-82165a6d5652 --system=/gnu/store/j2bxqqs74fgxxb4lahgly32z7v4ihl57-system --load=/gnu/store/j2bxqqs74fgxxb4lahgly32z7v4ihl57-system/boot modprobe.blacklist=usbmouse,usbkbd quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e3000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c7f8ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c7f90000-0x00000000c7fa7fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000c7fa8000-0x00000000c7fdffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000c7fe0000-0x00000000c7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000437ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: System manufacturer System Product Name/M4N98TD EVO, BIOS 1301    04/14/2011
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3300.242 MHz processor
[    0.004557] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.004558] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.010711] AGP: No AGP bridge found
[    0.010768] last_pfn = 0x438000 max_arch_pfn = 0x400000000
[    0.010772] MTRR default type: uncachable
[    0.010772] MTRR fixed ranges enabled:
[    0.010774]   00000-9FFFF write-back
[    0.010775]   A0000-EFFFF uncachable
[    0.010776]   F0000-FFFFF write-protect
[    0.010776] MTRR variable ranges enabled:
[    0.010778]   0 base 000000000000 mask FFFF80000000 write-back
[    0.010779]   1 base 000080000000 mask FFFFC0000000 write-back
[    0.010780]   2 base 0000C0000000 mask FFFFF8000000 write-back
[    0.010781]   3 disabled
[    0.010781]   4 disabled
[    0.010782]   5 disabled
[    0.010782]   6 disabled
[    0.010782]   7 disabled
[    0.010784] TOM2: 0000000438000000 aka 17280M
[    0.011900] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.011959] e820: update [mem 0xc8000000-0xffffffff] usable ==> reserved
[    0.011965] last_pfn = 0xc7f90 max_arch_pfn = 0x400000000
[    0.015501] found SMP MP-table at [mem 0x000ff780-0x000ff78f]
[    0.022333] check: Scanning 1 areas for low memory corruption
[    0.022338] Using GB pages for direct mapping
[    0.022651] RAMDISK: [mem 0x364e9000-0x3726bfff]
[    0.022657] ACPI: Early table checksum verification disabled
[    0.022660] ACPI: RSDP 0x00000000000FBCD0 000024 (v02 ACPIAM)
[    0.022663] ACPI: XSDT 0x00000000C7F90100 00006C (v01 041411 XSDT1610 20110414 MSFT 00000097)
[    0.022668] ACPI: FACP 0x00000000C7F90290 0000F4 (v03 041411 FACP1610 20110414 MSFT 00000097)
[    0.022673] ACPI: DSDT 0x00000000C7F90460 00BA3C (v01 A1583  A1583000 00000000 INTL 20060113)
[    0.022675] ACPI: FACS 0x00000000C7FA8000 000040
[    0.022677] ACPI: FACS 0x00000000C7FA8000 000040
[    0.022679] ACPI: APIC 0x00000000C7F90390 000090 (v01 041411 APIC1610 20110414 MSFT 00000097)
[    0.022681] ACPI: MCFG 0x00000000C7F90420 00003C (v01 041411 OEMMCFG  20110414 MSFT 00000097)
[    0.022683] ACPI: OEMB 0x00000000C7FA8040 000073 (v01 041411 OEMB1610 20110414 MSFT 00000097)
[    0.022686] ACPI: SRAT 0x00000000C7F9BEA0 000108 (v01 AMD    FAM_F_10 00000002 AMD  00000001)
[    0.022688] ACPI: HPET 0x00000000C7F9BFB0 000038 (v01 041411 OEMHPET0 20110414 MSFT 00000097)
[    0.022690] ACPI: INFO 0x00000000C7FA80C0 000124 (v01 041411 AMDINFO  20110414 MSFT 00000097)
[    0.022692] ACPI: NVHD 0x00000000C7FA81F0 000554 (v01 041411 NVHDCP   20110414 MSFT 00000097)
[    0.022695] ACPI: SSDT 0x00000000C7F9BFF0 000DA4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.022702] ACPI: Local APIC address 0xfee00000
[    0.022742] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.022743] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.022743] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.022744] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.022744] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.022745] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[    0.022747] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
[    0.022748] ACPI: SRAT: Node 0 PXM 0 [mem 0x00100000-0xc7ffffff]
[    0.022749] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x437ffffff]
[    0.022751] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xc7ffffff] -> [mem 0x00000000-0xc7ffffff]
[    0.022752] NUMA: Node 0 [mem 0x00000000-0xc7ffffff] + [mem 0x100000000-0x437ffffff] -> [mem 0x00000000-0x437ffffff]
[    0.022755] NODE_DATA(0) allocated [mem 0x437ffa000-0x437ffdfff]
[    0.022790] Zone ranges:
[    0.022791]   DMA32    [mem 0x0000000000001000-0x00000000ffffffff]
[    0.022792]   Normal   [mem 0x0000000100000000-0x0000000437ffffff]
[    0.022793]   Device   empty
[    0.022793] Movable zone start for each node
[    0.022794] Early memory node ranges
[    0.022795]   node   0: [mem 0x0000000000001000-0x000000000009dfff]
[    0.022796]   node   0: [mem 0x0000000000100000-0x00000000c7f8ffff]
[    0.022797]   node   0: [mem 0x0000000100000000-0x0000000437ffffff]
[    0.022804] Zeroed struct page in unavailable ranges: 211 pages
[    0.022805] Initmem setup node 0 [mem 0x0000000000001000-0x0000000437ffffff]
[    0.022806] On node 0 totalpages: 4194093
[    0.022807]   DMA32 zone: 12797 pages used for memmap
[    0.022808]   DMA32 zone: 21 pages reserved
[    0.022809]   DMA32 zone: 818989 pages, LIFO batch:63
[    0.033295]   Normal zone: 52736 pages used for memmap
[    0.033296]   Normal zone: 3375104 pages, LIFO batch:63
[    0.077630] ACPI: PM-Timer IO Port: 0x508
[    0.077631] ACPI: Local APIC address 0xfee00000
[    0.077648] IOAPIC[0]: apic_id 6, version 17, address 0xfec00000, GSI 0-23
[    0.077651] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.077652] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.077653] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.077654] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.077655] ACPI: IRQ0 used by override.
[    0.077656] ACPI: IRQ9 used by override.
[    0.077657] ACPI: IRQ14 used by override.
[    0.077657] ACPI: IRQ15 used by override.
[    0.077658] Using ACPI (MADT) for SMP configuration information
[    0.077660] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.077663] smpboot: Allowing 6 CPUs, 0 hotplug CPUs
[    0.077677] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.077678] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.077679] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000e2fff]
[    0.077679] PM: hibernation: Registered nosave memory: [mem 0x000e3000-0x000fffff]
[    0.077680] PM: hibernation: Registered nosave memory: [mem 0xc7f90000-0xc7fa7fff]
[    0.077681] PM: hibernation: Registered nosave memory: [mem 0xc7fa8000-0xc7fdffff]
[    0.077682] PM: hibernation: Registered nosave memory: [mem 0xc7fe0000-0xc7ffffff]
[    0.077682] PM: hibernation: Registered nosave memory: [mem 0xc8000000-0xfebfffff]
[    0.077683] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.077683] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.077684] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.077684] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xffefffff]
[    0.077685] PM: hibernation: Registered nosave memory: [mem 0xfff00000-0xffffffff]
[    0.077687] [mem 0xc8000000-0xfebfffff] available for PCI devices
[    0.077687] Booting paravirtualized kernel on bare hardware
[    0.077690] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.077698] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:6 nr_node_ids:1
[    0.078294] percpu: Embedded 55 pages/cpu s185048 r8192 d32040 u262144
[    0.078299] pcpu-alloc: s185048 r8192 d32040 u262144 alloc=1*2097152
[    0.078300] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
[    0.078322] Built 1 zonelists, mobility grouping on.  Total pages: 4128539
[    0.078323] Policy zone: Normal
[    0.078324] Kernel command line: BOOT_IMAGE=/gnu/store/dkyzczi2cp27by3kssbhg8nv4g9hjk1f-linux-libre-5.8.12/bzImage --root=ca845124-b095-42de-841d-82165a6d5652 --system=/gnu/store/j2bxqqs74fgxxb4lahgly32z7v4ihl57-system --load=/gnu/store/j2bxqqs74fgxxb4lahgly32z7v4ihl57-system/boot modprobe.blacklist=usbmouse,usbkbd quiet
[    0.081767] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.083437] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.083462] mem auto-init: stack:off, heap alloc:on, heap free:off
[    0.097075] AGP: Checking aperture...
[    0.103225] AGP: No AGP bridge found
[    0.103227] AGP: Node 0: aperture [bus addr 0xbc000000-0xbdffffff] (32MB)
[    0.103228] Aperture pointing to e820 RAM. Ignoring.
[    0.103228] AGP: Your BIOS doesn't leave an aperture memory hole
[    0.103229] AGP: Please enable the IOMMU option in the BIOS setup
[    0.103229] AGP: This costs you 64MB of RAM
[    0.103232] AGP: Mapping aperture over RAM [mem 0xbc000000-0xbfffffff] (65536KB)
[    0.103234] PM: hibernation: Registered nosave memory: [mem 0xbc000000-0xbfffffff]
[    0.171047] Memory: 16314152K/16776372K available (14339K kernel code, 1674K rwdata, 4516K rodata, 1860K init, 2476K bss, 462220K reserved, 0K cma-reserved)
[    0.171055] random: get_random_u64 called from __kmem_cache_create+0x41/0x560 with crng_init=0
[    0.171181] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.171196] ftrace: allocating 43136 entries in 169 pages
[    0.182407] ftrace: allocated 169 pages with 4 groups
[    0.182549] rcu: Hierarchical RCU implementation.
[    0.182550] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
[    0.182551] 	Rude variant of Tasks RCU enabled.
[    0.182552] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.182552] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[    0.185847] NR_IRQS: 16640, nr_irqs: 472, preallocated irqs: 16
[    0.186256] spurious 8259A interrupt: IRQ7.
[    0.190404] Console: colour VGA+ 80x25
[    0.190409] printk: console [tty0] enabled
[    0.190432] ACPI: Core revision 20200528
[    0.190573] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.190593] APIC: Switch to symmetric I/O mode setup
[    0.191203] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.210593] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f923108a6a, max_idle_ns: 440795293407 ns
[    0.210597] Calibrating delay loop (skipped), value calculated using timer frequency.. 6600.48 BogoMIPS (lpj=13200968)
[    0.210599] pid_max: default: 32768 minimum: 301
[    0.210626] LSM: Security Framework initializing
[    0.210631] Yama: becoming mindful.
[    0.210654] AppArmor: AppArmor initialized
[    0.210656] TOMOYO Linux initialized
[    0.210743] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.210797] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.211056] LVT offset 0 assigned for vector 0xf9
[    0.211059] process: using AMD E400 aware idle routine
[    0.211060] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.211061] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[    0.211064] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.211066] Spectre V2 : Mitigation: Full AMD retpoline
[    0.211066] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.211155] Freeing SMP alternatives memory: 40K
[    0.212507] process: System has AMD C1E enabled
[    0.320619] process: Switch to broadcast mode on CPU0
[    0.320629] smpboot: CPU0: AMD Phenom(tm) II X6 1100T Processor (family: 0x10, model: 0xa, stepping: 0x0)
[    0.320743] Performance Events: AMD PMU driver.
[    0.320746] ... version:                0
[    0.320746] ... bit width:              48
[    0.320747] ... generic registers:      4
[    0.320747] ... value mask:             0000ffffffffffff
[    0.320748] ... max period:             00007fffffffffff
[    0.320748] ... fixed-purpose events:   0
[    0.320748] ... event mask:             000000000000000f
[    0.320786] rcu: Hierarchical SRCU implementation.
[    0.321276] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.321352] smp: Bringing up secondary CPUs ...
[    0.321458] x86: Booting SMP configuration:
[    0.321459] .... node  #0, CPUs:      #1
[    0.008384] process: Switch to broadcast mode on CPU1
[    0.322594]  #2
[    0.008384] process: Switch to broadcast mode on CPU2
[    0.324719]  #3
[    0.008384] process: Switch to broadcast mode on CPU3
[    0.326694]  #4
[    0.008384] process: Switch to broadcast mode on CPU4
[    0.329251]  #5
[    0.008384] process: Switch to broadcast mode on CPU5
[    0.332910] smp: Brought up 1 node, 6 CPUs
[    0.332910] smpboot: Max logical packages: 1
[    0.332910] smpboot: Total of 6 processors activated (39602.90 BogoMIPS)
[    0.335422] devtmpfs: initialized
[    0.335422] x86/mm: Memory block size: 128MB
[    0.335812] PM: Registering ACPI NVS region [mem 0xc7fa8000-0xc7fdffff] (229376 bytes)
[    0.335812] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.335812] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.335812] pinctrl core: initialized pinctrl subsystem
[    0.335812] PM: RTC time: 15:24:41, date: 2020-10-03
[    0.335812] thermal_sys: Registered thermal governor 'fair_share'
[    0.335812] thermal_sys: Registered thermal governor 'bang_bang'
[    0.335812] thermal_sys: Registered thermal governor 'step_wise'
[    0.335812] thermal_sys: Registered thermal governor 'user_space'
[    0.335812] NET: Registered protocol family 16
[    0.335812] audit: initializing netlink subsys (disabled)
[    0.335812] audit: type=2000 audit(1601738681.144:1): state=initialized audit_enabled=0 res=1
[    0.335812] cpuidle: using governor ladder
[    0.335812] cpuidle: using governor menu
[    0.335812] node 0 link 0: io port [1000, ffffff]
[    0.335812] node 0 link 0: io port [1000, 1fff]
[    0.335812] TOM: 00000000c8000000 aka 3200M
[    0.335812] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    0.335812] node 0 link 0: mmio [e0000000, efffffff] ==> none
[    0.335812] node 0 link 0: mmio [a0000, bffff]
[    0.335812] node 0 link 0: mmio [c8000000, fe0bffff] ==> [c8000000, dfffffff] and [f0000000, fe0bffff]
[    0.335812] TOM2: 0000000438000000 aka 17280M
[    0.335812] bus: [bus 00-07] on node 0 link 0
[    0.335812] bus: 00 [io  0x0000-0xffff]
[    0.335812] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.335812] bus: 00 [mem 0xc8000000-0xdfffffff]
[    0.335812] bus: 00 [mem 0xf0000000-0xffffffff]
[    0.335812] bus: 00 [mem 0x438000000-0xfcffffffff]
[    0.338619] ACPI: bus type PCI registered
[    0.338620] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.338690] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.338692] PCI: not using MMCONFIG
[    0.338693] PCI: Using configuration type 1 for base access
[    0.338693] PCI: Using configuration type 1 for extended access
[    0.338990] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.338991] mtrr: probably your BIOS does not setup all CPUs.
[    0.338991] mtrr: corrected configuration.
[    0.340279] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.340279] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.340279] ACPI: Added _OSI(Module Device)
[    0.340279] ACPI: Added _OSI(Processor Device)
[    0.340279] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.340279] ACPI: Added _OSI(Processor Aggregator Device)
[    0.340279] ACPI: Added _OSI(Linux-Dell-Video)
[    0.340279] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.340279] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.346918] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.491037] ACPI: Interpreter enabled
[    0.491056] ACPI: (supports S0 S1 S3 S4 S5)
[    0.491057] ACPI: Using IOAPIC for interrupt routing
[    0.491082] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.491799] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    0.491814] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.492036] ACPI: Enabled 11 GPEs in block 00 to 1F
[    0.492041] ACPI: Enabled 1 GPEs in block 20 to 5F
[    0.500319] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.500324] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.500458] acpi PNP0A03:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PCIeCapability LTR]
[    0.500523] acpi PNP0A03:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.500525] acpi PNP0A03:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.500526] acpi PNP0A03:00: _OSC: platform willing to grant [PME AER]
[    0.500527] acpi PNP0A03:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.500744] PCI host bridge to bus 0000:00
[    0.500746] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.500747] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.500749] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.500750] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff window]
[    0.500751] pci_bus 0000:00: root bus resource [mem 0xc8000000-0xdfffffff window]
[    0.500752] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff window]
[    0.500753] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.500777] pci 0000:00:00.0: [10de:0754] type 00 class 0x050000
[    0.501054] pci 0000:00:01.0: [10de:075d] type 00 class 0x060100
[    0.501062] pci 0000:00:01.0: reg 0x10: [io  0x0900-0x09ff]
[    0.501155] pci 0000:00:01.1: [10de:0752] type 00 class 0x0c0500
[    0.501165] pci 0000:00:01.1: reg 0x10: [io  0x0e00-0x0e3f]
[    0.501178] pci 0000:00:01.1: reg 0x20: [io  0x0600-0x063f]
[    0.501182] pci 0000:00:01.1: reg 0x24: [io  0x0700-0x073f]
[    0.501208] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.501278] pci 0000:00:01.2: [10de:0751] type 00 class 0x050000
[    0.501359] pci 0000:00:01.3: [10de:0753] type 00 class 0x0b4000
[    0.501383] pci 0000:00:01.3: reg 0x10: [mem 0xf9e80000-0xf9efffff]
[    0.501535] pci 0000:00:01.4: [10de:0568] type 00 class 0x050000
[    0.501642] pci 0000:00:02.0: [10de:077b] type 00 class 0x0c0310
[    0.501651] pci 0000:00:02.0: reg 0x10: [mem 0xf9e7e000-0xf9e7efff]
[    0.501684] pci 0000:00:02.0: supports D1 D2
[    0.501685] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.501748] pci 0000:00:02.1: [10de:077c] type 00 class 0x0c0320
[    0.501758] pci 0000:00:02.1: reg 0x10: [mem 0xf9e7fc00-0xf9e7fcff]
[    0.501795] pci 0000:00:02.1: supports D1 D2
[    0.501796] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.501866] pci 0000:00:04.0: [10de:077d] type 00 class 0x0c0310
[    0.501875] pci 0000:00:04.0: reg 0x10: [mem 0xf9e7d000-0xf9e7dfff]
[    0.501908] pci 0000:00:04.0: supports D1 D2
[    0.501909] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.501972] pci 0000:00:04.1: [10de:077e] type 00 class 0x0c0320
[    0.501981] pci 0000:00:04.1: reg 0x10: [mem 0xf9e7f800-0xf9e7f8ff]
[    0.502019] pci 0000:00:04.1: supports D1 D2
[    0.502020] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.502095] pci 0000:00:06.0: [10de:0759] type 00 class 0x01018a
[    0.502116] pci 0000:00:06.0: reg 0x20: [io  0xffa0-0xffaf]
[    0.502124] pci 0000:00:06.0: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.502125] pci 0000:00:06.0: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.502126] pci 0000:00:06.0: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.502127] pci 0000:00:06.0: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.502203] pci 0000:00:07.0: [10de:0774] type 00 class 0x040300
[    0.502211] pci 0000:00:07.0: reg 0x10: [mem 0xf9e78000-0xf9e7bfff]
[    0.502245] pci 0000:00:07.0: PME# supported from D3hot D3cold
[    0.502308] pci 0000:00:08.0: [10de:075a] type 01 class 0x060401
[    0.502400] pci 0000:00:09.0: [10de:0ad4] type 00 class 0x010601
[    0.502407] pci 0000:00:09.0: reg 0x10: [io  0xc080-0xc087]
[    0.502410] pci 0000:00:09.0: reg 0x14: [io  0xc000-0xc003]
[    0.502413] pci 0000:00:09.0: reg 0x18: [io  0xbc00-0xbc07]
[    0.502416] pci 0000:00:09.0: reg 0x1c: [io  0xb880-0xb883]
[    0.502419] pci 0000:00:09.0: reg 0x20: [io  0xb800-0xb80f]
[    0.502422] pci 0000:00:09.0: reg 0x24: [mem 0xf9e76000-0xf9e77fff]
[    0.502500] pci 0000:00:0a.0: [10de:0760] type 00 class 0x020000
[    0.502508] pci 0000:00:0a.0: reg 0x10: [mem 0xf9e7c000-0xf9e7cfff]
[    0.502511] pci 0000:00:0a.0: reg 0x14: [io  0xb480-0xb487]
[    0.502514] pci 0000:00:0a.0: reg 0x18: [mem 0xf9e7f400-0xf9e7f4ff]
[    0.502517] pci 0000:00:0a.0: reg 0x1c: [mem 0xf9e7f000-0xf9e7f00f]
[    0.502542] pci 0000:00:0a.0: supports D1 D2
[    0.502543] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.502676] pci 0000:00:10.0: [10de:0778] type 01 class 0x060400
[    0.502795] pci 0000:00:10.0: enabling Extended Tags
[    0.502936] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.503099] pci 0000:00:13.0: [10de:077a] type 01 class 0x060400
[    0.503220] pci 0000:00:13.0: enabling Extended Tags
[    0.503355] pci 0000:00:13.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.503516] pci 0000:00:14.0: [10de:077a] type 01 class 0x060400
[    0.503622] pci 0000:00:14.0: enabling Extended Tags
[    0.503757] pci 0000:00:14.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.503894] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    0.503958] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    0.504012] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    0.504075] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    0.504140] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    0.504208] pci_bus 0000:01: extended config space not accessible
[    0.504233] pci 0000:01:0a.0: [1106:3044] type 00 class 0x0c0010
[    0.504245] pci 0000:01:0a.0: reg 0x10: [mem 0xf9fff800-0xf9ffffff]
[    0.504252] pci 0000:01:0a.0: reg 0x14: [io  0xdc00-0xdc7f]
[    0.504301] pci 0000:01:0a.0: supports D2
[    0.504302] pci 0000:01:0a.0: PME# supported from D2 D3hot D3cold
[    0.504346] pci 0000:00:08.0: PCI bridge to [bus 01] (subtractive decode)
[    0.504348] pci 0000:00:08.0:   bridge window [io  0xd000-0xdfff]
[    0.504350] pci 0000:00:08.0:   bridge window [mem 0xf9f00000-0xf9ffffff]
[    0.504352] pci 0000:00:08.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.504353] pci 0000:00:08.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.504354] pci 0000:00:08.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.504356] pci 0000:00:08.0:   bridge window [mem 0x000d0000-0x000dffff window] (subtractive decode)
[    0.504357] pci 0000:00:08.0:   bridge window [mem 0xc8000000-0xdfffffff window] (subtractive decode)
[    0.504358] pci 0000:00:08.0:   bridge window [mem 0xf0000000-0xfebfffff window] (subtractive decode)
[    0.504456] pci 0000:02:00.0: [10de:05b1] type 01 class 0x060400
[    0.504483] pci 0000:02:00.0: enabling Extended Tags
[    0.504507] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.504952] pci 0000:00:10.0: PCI bridge to [bus 02-05]
[    0.504964] pci 0000:00:10.0:   bridge window [io  0xe000-0xefff]
[    0.504970] pci 0000:00:10.0:   bridge window [mem 0xfa000000-0xfbefffff]
[    0.504982] pci 0000:00:10.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[    0.505029] pci 0000:03:00.0: [10de:05b1] type 01 class 0x060400
[    0.505052] pci 0000:03:00.0: enabling Extended Tags
[    0.505075] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.505137] pci 0000:03:02.0: [10de:05b1] type 01 class 0x060400
[    0.505157] pci 0000:03:02.0: enabling Extended Tags
[    0.505180] pci 0000:03:02.0: PME# supported from D0 D3hot D3cold
[    0.505241] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[    0.505244] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    0.505246] pci 0000:02:00.0:   bridge window [mem 0xfa000000-0xfbefffff]
[    0.505249] pci 0000:02:00.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[    0.505279] pci 0000:04:00.0: [10de:1c03] type 00 class 0x030000
[    0.505301] pci 0000:04:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
[    0.505312] pci 0000:04:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.505323] pci 0000:04:00.0: reg 0x1c: [mem 0xce000000-0xcfffffff 64bit pref]
[    0.505330] pci 0000:04:00.0: reg 0x24: [io  0xec00-0xec7f]
[    0.505338] pci 0000:04:00.0: reg 0x30: [mem 0xfbe00000-0xfbe7ffff pref]
[    0.505448] pci 0000:04:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:03:00.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.505485] pci 0000:04:00.1: [10de:10f1] type 00 class 0x040300
[    0.505502] pci 0000:04:00.1: reg 0x10: [mem 0xfbefc000-0xfbefffff]
[    0.514635] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.514639] pci 0000:03:00.0:   bridge window [io  0xe000-0xefff]
[    0.514641] pci 0000:03:00.0:   bridge window [mem 0xfa000000-0xfbefffff]
[    0.514644] pci 0000:03:00.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[    0.514677] pci 0000:03:02.0: PCI bridge to [bus 05]
[    0.514800] pci 0000:06:00.0: [1912:0015] type 00 class 0x0c0330
[    0.514843] pci 0000:06:00.0: reg 0x10: [mem 0xfbffe000-0xfbffffff 64bit]
[    0.515012] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.515068] pci 0000:06:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0000:00:13.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[    0.526644] pci 0000:00:13.0: PCI bridge to [bus 06]
[    0.526662] pci 0000:00:13.0:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.526772] pci 0000:00:14.0: PCI bridge to [bus 07]
[    0.527391] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
[    0.527464] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[    0.527536] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *10
[    0.527605] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[    0.527675] ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *10
[    0.527746] ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *10
[    0.527815] ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled.
[    0.527886] ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled.
[    0.527955] ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled.
[    0.528024] ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled.
[    0.528093] ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled.
[    0.528162] ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled.
[    0.528231] ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *0, disabled.
[    0.528300] ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled.
[    0.528369] ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled.
[    0.528439] ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled.
[    0.528509] ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *11
[    0.528578] ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled.
[    0.528648] ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled.
[    0.528717] ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled.
[    0.528787] ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *15
[    0.528856] ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled.
[    0.528926] ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled.
[    0.528995] ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled.
[    0.529064] ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled.
[    0.529134] ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled.
[    0.529203] ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled.
[    0.529272] ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled.
[    0.529342] ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled.
[    0.529411] ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled.
[    0.529481] ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled.
[    0.529550] ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled.
[    0.529619] ACPI: PCI Interrupt Link [LN7A] (IRQs 16 17 18 19) *0, disabled.
[    0.529689] ACPI: PCI Interrupt Link [LN7B] (IRQs 16 17 18 19) *0, disabled.
[    0.529758] ACPI: PCI Interrupt Link [LN7C] (IRQs 16 17 18 19) *0, disabled.
[    0.529828] ACPI: PCI Interrupt Link [LN7D] (IRQs 16 17 18 19) *0, disabled.
[    0.529898] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *15
[    0.529969] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11
[    0.530039] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *15
[    0.530111] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *11
[    0.530181] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *0, disabled.
[    0.530251] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *10
[    0.530322] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *7
[    0.530392] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
[    0.530470] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[    0.530541] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *10
[    0.530663] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *10
[    0.530781] iommu: Default domain type: Translated 
[    0.530781] pci 0000:04:00.0: vgaarb: setting as boot VGA device
[    0.530781] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.530781] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.530781] vgaarb: loaded
[    0.530781] SCSI subsystem initialized
[    0.530790] libata version 3.00 loaded.
[    0.530790] ACPI: bus type USB registered
[    0.530790] usbcore: registered new interface driver usbfs
[    0.530790] usbcore: registered new interface driver hub
[    0.530790] usbcore: registered new device driver usb
[    0.530790] EDAC MC: Ver: 3.0.0
[    0.530790] NetLabel: Initializing
[    0.530790] NetLabel:  domain hash size = 128
[    0.530790] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.530790] NetLabel:  unlabeled traffic allowed by default
[    0.530790] PCI: Using ACPI for IRQ routing
[    0.537761] PCI: pci_cache_line_size set to 64 bytes
[    0.537825] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.537826] e820: reserve RAM buffer [mem 0xc7f90000-0xc7ffffff]
[    0.537837] hpet: 3 channels of 0 reserved for per-cpu timers
[    0.537837] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.537837] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.539676] clocksource: Switched to clocksource tsc-early
[    0.552143] VFS: Disk quotas dquot_6.6.0
[    0.552160] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.552286] AppArmor: AppArmor Filesystem Enabled
[    0.552315] pnp: PnP ACPI init
[    0.552677] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.552679] system 00:00: [io  0x0800-0x080f] has been reserved
[    0.552680] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.552681] system 00:00: [io  0x0580-0x05ff] has been reserved
[    0.552682] system 00:00: [io  0x0800-0x087f] could not be reserved
[    0.552683] system 00:00: [io  0x0880-0x08ff] has been reserved
[    0.552684] system 00:00: [io  0x0d00-0x0d7f] has been reserved
[    0.552686] system 00:00: [io  0x0d80-0x0dff] has been reserved
[    0.552687] system 00:00: [mem 0x000d0000-0x000d3fff window] has been reserved
[    0.552689] system 00:00: [mem 0x000d4000-0x000d7fff window] has been reserved
[    0.552690] system 00:00: [mem 0x000de000-0x000dffff window] has been reserved
[    0.552691] system 00:00: [mem 0xfed04000-0xfed04fff] has been reserved
[    0.552692] system 00:00: [mem 0xfee01000-0xfeefffff] has been reserved
[    0.552698] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.552758] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.552838] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.552839] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.552842] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.553017] system 00:03: [io  0x0230-0x023f] has been reserved
[    0.553018] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.553019] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    0.553020] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    0.553023] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.553388] pnp 00:04: [dma 0 disabled]
[    0.553434] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.553495] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.553498] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.553625] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.553627] system 00:06: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.553628] system 00:06: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.553629] system 00:06: [mem 0x00100000-0xc7ffffff] could not be reserved
[    0.553630] system 00:06: [mem 0xfec00000-0xffffffff] could not be reserved
[    0.553633] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.554145] pnp: PnP ACPI: found 7 devices
[    0.560091] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.560154] NET: Registered protocol family 2
[    0.560363] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.560603] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.560985] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.561183] TCP: Hash tables configured (established 131072 bind 65536)
[    0.561359] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.561463] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.561564] NET: Registered protocol family 1
[    0.561585] pci 0000:00:08.0: PCI bridge to [bus 01]
[    0.561587] pci 0000:00:08.0:   bridge window [io  0xd000-0xdfff]
[    0.561590] pci 0000:00:08.0:   bridge window [mem 0xf9f00000-0xf9ffffff]
[    0.561595] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.561597] pci 0000:03:00.0:   bridge window [io  0xe000-0xefff]
[    0.561599] pci 0000:03:00.0:   bridge window [mem 0xfa000000-0xfbefffff]
[    0.561601] pci 0000:03:00.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[    0.561604] pci 0000:03:02.0: PCI bridge to [bus 05]
[    0.561610] pci 0000:02:00.0: PCI bridge to [bus 03-05]
[    0.561612] pci 0000:02:00.0:   bridge window [io  0xe000-0xefff]
[    0.561615] pci 0000:02:00.0:   bridge window [mem 0xfa000000-0xfbefffff]
[    0.561617] pci 0000:02:00.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[    0.561620] pci 0000:00:10.0: PCI bridge to [bus 02-05]
[    0.561623] pci 0000:00:10.0:   bridge window [io  0xe000-0xefff]
[    0.561632] pci 0000:00:10.0:   bridge window [mem 0xfa000000-0xfbefffff]
[    0.561637] pci 0000:00:10.0:   bridge window [mem 0xce000000-0xdfffffff 64bit pref]
[    0.561649] pci 0000:00:13.0: PCI bridge to [bus 06]
[    0.561657] pci 0000:00:13.0:   bridge window [mem 0xfbf00000-0xfbffffff]
[    0.561673] pci 0000:00:14.0: PCI bridge to [bus 07]
[    0.561698] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.561699] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.561700] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.561701] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.561702] pci_bus 0000:00: resource 8 [mem 0xc8000000-0xdfffffff window]
[    0.561703] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.561704] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.561705] pci_bus 0000:01: resource 1 [mem 0xf9f00000-0xf9ffffff]
[    0.561706] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7 window]
[    0.561707] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff window]
[    0.561708] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.561709] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff window]
[    0.561710] pci_bus 0000:01: resource 8 [mem 0xc8000000-0xdfffffff window]
[    0.561711] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfebfffff window]
[    0.561712] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.561713] pci_bus 0000:02: resource 1 [mem 0xfa000000-0xfbefffff]
[    0.561714] pci_bus 0000:02: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
[    0.561716] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.561717] pci_bus 0000:03: resource 1 [mem 0xfa000000-0xfbefffff]
[    0.561717] pci_bus 0000:03: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
[    0.561719] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.561719] pci_bus 0000:04: resource 1 [mem 0xfa000000-0xfbefffff]
[    0.561720] pci_bus 0000:04: resource 2 [mem 0xce000000-0xdfffffff 64bit pref]
[    0.561722] pci_bus 0000:06: resource 1 [mem 0xfbf00000-0xfbffffff]
[    0.562033] PCI Interrupt Link [LUB0] enabled at IRQ 23
[    0.609335] pci 0000:00:02.0: quirk_usb_early_handoff+0x0/0x6a0 took 46395 usecs
[    0.609527] PCI Interrupt Link [LUB2] enabled at IRQ 22
[    0.609801] PCI Interrupt Link [UB11] enabled at IRQ 21
[    0.633299] pci 0000:00:04.0: quirk_usb_early_handoff+0x0/0x6a0 took 23107 usecs
[    0.633479] PCI Interrupt Link [UB12] enabled at IRQ 20
[    0.633663] pci 0000:00:08.0: Enabling HT MSI Mapping
[    0.633752] pci 0000:00:09.0: Enabling HT MSI Mapping
[    0.633844] pci 0000:00:0a.0: Enabling HT MSI Mapping
[    0.634021] pci 0000:04:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.634034] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    0.634275] PCI Interrupt Link [LN3A] enabled at IRQ 19
[    0.634360] PCI: CLS 64 bytes, default 64
[    0.634423] Trying to unpack rootfs image as initramfs...
[    0.855986] Freeing initrd memory: 13836K
[    0.856715] PCI-DMA: Disabling AGP.
[    0.856797] PCI-DMA: aperture base @ bc000000 size 65536 KB
[    0.856797] PCI-DMA: using GART IOMMU.
[    0.856799] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
[    0.858750] LVT offset 1 assigned for vector 0x400
[    0.858757] LVT offset 1 assigned
[    0.858895] perf: AMD IBS detected (0x0000001f)
[    0.858954] check: Scanning for low memory corruption every 60 seconds
[    0.859287] Initialise system trusted keyrings
[    0.859378] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[    0.860312] zbud: loaded
[    0.860876] Allocating IMA blacklist keyring.
[    0.870653] Key type asymmetric registered
[    0.870653] Asymmetric key parser 'x509' registered
[    0.870661] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.870728] io scheduler mq-deadline registered
[    0.871097] PCI Interrupt Link [LN0A] enabled at IRQ 18
[    0.871693] PCI Interrupt Link [LN4A] enabled at IRQ 17
[    0.871999] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.872076] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.872097] ACPI: Power Button [PWRB]
[    0.872141] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.872171] ACPI: Power Button [PWRF]
[    0.872197] ACPI: ACPI: processor limited to max C-state 1
[    0.872582] ACPI: \_PR_.P001: Found 2 idle states
[    0.872633] ACPI: \_PR_.P002: Found 2 idle states
[    0.872676] ACPI: \_PR_.P003: Found 2 idle states
[    0.872719] ACPI: \_PR_.P004: Found 2 idle states
[    0.872757] ACPI: \_PR_.P005: Found 2 idle states
[    0.872799] ACPI: \_PR_.P006: Found 2 idle states
[    0.872979] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.873046] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.874664] Linux agpgart interface v0.103
[    0.876702] brd: module loaded
[    0.878399] loop: module loaded
[    0.878785] libphy: Fixed MDIO Bus: probed
[    0.878786] tun: Universal TUN/TAP device driver, 1.6
[    0.878809] PPP generic driver version 2.4.2
[    0.878843] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.878846] ehci-pci: EHCI PCI platform driver
[    0.878989] ehci-pci 0000:00:02.1: EHCI Host Controller
[    0.878995] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[    0.879003] ehci-pci 0000:00:02.1: debug port 1
[    0.879034] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[    0.879054] ehci-pci 0000:00:02.1: irq 22, io mem 0xf9e7fc00
[    0.893200] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    0.893253] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    0.893254] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.893255] usb usb1: Product: EHCI Host Controller
[    0.893256] usb usb1: Manufacturer: Linux 5.8.12-gnu ehci_hcd
[    0.893257] usb usb1: SerialNumber: 0000:00:02.1
[    0.893359] hub 1-0:1.0: USB hub found
[    0.893366] hub 1-0:1.0: 6 ports detected
[    0.893633] ehci-pci 0000:00:04.1: EHCI Host Controller
[    0.893637] ehci-pci 0000:00:04.1: new USB bus registered, assigned bus number 2
[    0.893643] ehci-pci 0000:00:04.1: debug port 1
[    0.893669] ehci-pci 0000:00:04.1: cache line size of 64 is not supported
[    0.893688] ehci-pci 0000:00:04.1: irq 20, io mem 0xf9e7f800
[    0.909185] ehci-pci 0000:00:04.1: USB 2.0 started, EHCI 1.00
[    0.909232] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    0.909233] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.909234] usb usb2: Product: EHCI Host Controller
[    0.909235] usb usb2: Manufacturer: Linux 5.8.12-gnu ehci_hcd
[    0.909236] usb usb2: SerialNumber: 0000:00:04.1
[    0.909320] hub 2-0:1.0: USB hub found
[    0.909325] hub 2-0:1.0: 6 ports detected
[    0.909464] ehci-platform: EHCI generic platform driver
[    0.909473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.909477] ohci-pci: OHCI PCI platform driver
[    0.909588] ohci-pci 0000:00:02.0: OHCI PCI host controller
[    0.909592] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 3
[    0.909622] ohci-pci 0000:00:02.0: irq 23, io mem 0xf9e7e000
[    0.971207] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
[    0.971208] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.971209] usb usb3: Product: OHCI PCI host controller
[    0.971210] usb usb3: Manufacturer: Linux 5.8.12-gnu ohci_hcd
[    0.971211] usb usb3: SerialNumber: 0000:00:02.0
[    0.971306] hub 3-0:1.0: USB hub found
[    0.971312] hub 3-0:1.0: 6 ports detected
[    0.971549] ohci-pci 0000:00:04.0: OHCI PCI host controller
[    0.971555] ohci-pci 0000:00:04.0: new USB bus registered, assigned bus number 4
[    0.971585] ohci-pci 0000:00:04.0: irq 21, io mem 0xf9e7d000
[    1.031193] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.08
[    1.031194] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.031195] usb usb4: Product: OHCI PCI host controller
[    1.031196] usb usb4: Manufacturer: Linux 5.8.12-gnu ohci_hcd
[    1.031197] usb usb4: SerialNumber: 0000:00:04.0
[    1.031293] hub 4-0:1.0: USB hub found
[    1.031299] hub 4-0:1.0: 6 ports detected
[    1.031445] ohci-platform: OHCI generic platform driver
[    1.031452] uhci_hcd: USB Universal Host Controller Interface driver
[    1.031544] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    1.031548] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 5
[    1.145505] xhci_hcd 0000:06:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000001100000090
[    1.145714] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    1.145715] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.145716] usb usb5: Product: xHCI Host Controller
[    1.145717] usb usb5: Manufacturer: Linux 5.8.12-gnu xhci-hcd
[    1.145717] usb usb5: SerialNumber: 0000:06:00.0
[    1.145807] hub 5-0:1.0: USB hub found
[    1.145815] hub 5-0:1.0: 2 ports detected
[    1.145916] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    1.145919] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 6
[    1.145921] xhci_hcd 0000:06:00.0: Host supports USB 3.0 SuperSpeed
[    1.149033] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.149051] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    1.149052] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.149053] usb usb6: Product: xHCI Host Controller
[    1.149054] usb usb6: Manufacturer: Linux 5.8.12-gnu xhci-hcd
[    1.149055] usb usb6: SerialNumber: 0000:06:00.0
[    1.149160] hub 6-0:1.0: USB hub found
[    1.149167] hub 6-0:1.0: 2 ports detected
[    1.149276] i8042: PNP: No PS/2 controller found.
[    1.149277] i8042: Probing ports directly.
[    1.149734] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.149738] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.149828] mousedev: PS/2 mouse device common for all mice
[    1.149959] rtc_cmos 00:01: RTC can wake from S4
[    1.150305] rtc_cmos 00:01: registered as rtc0
[    1.150380] rtc_cmos 00:01: setting system clock to 2020-10-03T15:24:42 UTC (1601738682)
[    1.150395] rtc_cmos 00:01: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[    1.150401] i2c /dev entries driver
[    1.150439] device-mapper: uevent: version 1.0.3
[    1.150486] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[    1.150556] ledtrig-cpu: registered to indicate activity on CPUs
[    1.150754] NET: Registered protocol family 10
[    1.150979] Segment Routing with IPv6
[    1.150996] NET: Registered protocol family 17
[    1.151047] Key type dns_resolver registered
[    1.151374] microcode: CPU0: patch_level=0x010000bf
[    1.151380] microcode: CPU1: patch_level=0x010000bf
[    1.151387] microcode: CPU2: patch_level=0x010000bf
[    1.151392] microcode: CPU3: patch_level=0x010000bf
[    1.151397] microcode: CPU4: patch_level=0x010000bf
[    1.151400] microcode: CPU5: patch_level=0x010000bf
[    1.151425] microcode: Microcode Update Driver: v2.2.
[    1.151427] IPI shorthand broadcast: enabled
[    1.151433] sched_clock: Marking stable (1147036809, 4384004)->(1158874584, -7453771)
[    1.151497] registered taskstats version 1
[    1.151500] Loading compiled-in X.509 certificates
[    1.151546] zswap: loaded using pool lzo/zbud
[    1.151853] Key type encrypted registered
[    1.151855] AppArmor: AppArmor sha1 policy hashing enabled
[    1.151860] ima: No TPM chip found, activating TPM-bypass!
[    1.151862] ima: Allocated hash algorithm: sha1
[    1.151869] ima: No architecture policies found
[    1.151876] evm: Initialising EVM extended attributes:
[    1.151876] evm: security.selinux
[    1.151877] evm: security.SMACK64
[    1.151877] evm: security.SMACK64EXEC
[    1.151877] evm: security.SMACK64TRANSMUTE
[    1.151878] evm: security.SMACK64MMAP
[    1.151878] evm: security.apparmor
[    1.151878] evm: security.ima
[    1.151879] evm: security.capability
[    1.151879] evm: HMAC attrs: 0x1
[    1.152183] PM:   Magic number: 8:215:436
[    1.152509] acpi_cpufreq: overriding BIOS provided _PSD data
[    1.155018] Freeing unused kernel image (initmem) memory: 1860K
[    1.169140] Write protecting the kernel read-only data: 22528k
[    1.170011] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.170471] Freeing unused kernel image (rodata/data gap) memory: 1628K
[    1.170477] Run /init as init process
[    1.170478]   with arguments:
[    1.170478]     /init
[    1.170479]   with environment:
[    1.170479]     HOME=/
[    1.170480]     TERM=linux
[    1.170480]     BOOT_IMAGE=/gnu/store/dkyzczi2cp27by3kssbhg8nv4g9hjk1f-linux-libre-5.8.12/bzImage
[    1.170481]     --root=ca845124-b095-42de-841d-82165a6d5652
[    1.170481]     --system=/gnu/store/j2bxqqs74fgxxb4lahgly32z7v4ihl57-system
[    1.170482]     --load=/gnu/store/j2bxqqs74fgxxb4lahgly32z7v4ihl57-system/boot
[    1.229135] usb 1-2: new high-speed USB device number 2 using ehci-pci
[    1.237119] random: fast init done
[    1.244531] ahci 0000:00:09.0: version 3.0
[    1.244777] PCI Interrupt Link [LSA0] enabled at IRQ 23
[    1.244805] ahci 0000:00:09.0: controller can't do PMP, turning off CAP_PMP
[    1.244875] ahci 0000:00:09.0: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode
[    1.244877] ahci 0000:00:09.0: flags: 64bit ncq sntf led clo pio boh 
[    1.245540] scsi host0: ahci
[    1.245662] scsi host1: ahci
[    1.245779] scsi host2: ahci
[    1.245872] scsi host3: ahci
[    1.245976] scsi host4: ahci
[    1.246060] scsi host5: ahci
[    1.246099] ata1: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76100 irq 34
[    1.246100] ata2: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76180 irq 34
[    1.246101] ata3: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76200 irq 34
[    1.246102] ata4: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76280 irq 34
[    1.246103] ata5: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76300 irq 34
[    1.246104] ata6: SATA max UDMA/133 abar m8192@0xf9e76000 port 0xf9e76380 irq 34
[    1.247973] usbcore: registered new interface driver usb-storage
[    1.252925] usbcore: registered new interface driver uas
[    1.254359] hid: raw HID events driver (C) Jiri Kosina
[    1.254788] usbcore: registered new interface driver usbhid
[    1.254789] usbhid: USB HID core driver
[    1.270507] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    1.351290] usb 1-2: New USB device found, idVendor=1a40, idProduct=0201, bcdDevice= 1.00
[    1.351292] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.351293] usb 1-2: Product: USB 2.0 Hub [MTT]
[    1.351432] hub 1-2:1.0: USB hub found
[    1.351535] hub 1-2:1.0: 7 ports detected
[    1.446664] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[    1.562135] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.562150] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.562165] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.562179] ata6: SATA link down (SStatus 0 SControl 300)
[    1.562195] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.562202] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.562273] ata5.00: ATA-11: KINGSTON SA400S37120G, SBFK71E0, max UDMA/133
[    1.562275] ata5.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.562339] ata5.00: configured for UDMA/133
[    1.562444] ata3.00: ATA-9: M4-CT128M4SSD2, 040H, max UDMA/100
[    1.562445] ata3.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.562639] ata4.00: ATA-10: WDC WD40EZRZ-00GXCB0, 80.00A80, max UDMA/133
[    1.562641] ata4.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 32)
[    1.562831] ata3.00: configured for UDMA/100
[    1.563103] ata4.00: configured for UDMA/133
[    1.563627] ata1.00: ATA-8: HGST HDS724040ALE640, MJAOA580, max UDMA/133
[    1.563629] ata1.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 32)
[    1.565180] ata1.00: configured for UDMA/133
[    1.565299] scsi 0:0:0:0: Direct-Access     ATA      HGST HDS724040AL A580 PQ: 0 ANSI: 5
[    1.565441] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.565490] ata2.00: ATA-8: WDC WD20EARX-00PASB0, 51.0AB51, max UDMA/133
[    1.565492] ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32)
[    1.565502] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.565504] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.565512] sd 0:0:0:0: [sda] Write Protect is off
[    1.565514] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.565526] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.569020] ata2.00: configured for UDMA/133
[    1.595657] scsi 1:0:0:0: Direct-Access     ATA      WDC WD20EARX-00P AB51 PQ: 0 ANSI: 5
[    1.595792] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.595824] sd 1:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.595826] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.595833] sd 1:0:0:0: [sdb] Write Protect is off
[    1.595834] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.595846] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.608568] usb 5-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=92.24
[    1.608569] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.608570] usb 5-1: Product: USB2.0 Hub
[    1.608571] usb 5-1: Manufacturer: GenesysLogic
[    1.611309] hub 5-1:1.0: USB hub found
[    1.613022] hub 5-1:1.0: 4 ports detected
[    1.637122]  sda: sda1
[    1.637393] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.638667] usb 1-2.6: new full-speed USB device number 3 using ehci-pci
[    1.727130] usb 6-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.751754] usb 6-1: New USB device found, idVendor=05e3, idProduct=0616, bcdDevice=92.24
[    1.751755] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.751756] usb 6-1: Product: USB3.0 Hub
[    1.751757] usb 6-1: Manufacturer: GenesysLogic
[    1.752800] usb 1-2.6: New USB device found, idVendor=046d, idProduct=c249, bcdDevice=76.00
[    1.752801] usb 1-2.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.752802] usb 1-2.6: Product: G9x Laser Mouse
[    1.752803] usb 1-2.6: Manufacturer: Logitech
[    1.752804] usb 1-2.6: SerialNumber: 71DC0463200001
[    1.755029] hub 6-1:1.0: USB hub found
[    1.755577] hub 6-1:1.0: 4 ports detected
[    1.756134] input: Logitech G9x Laser Mouse as /devices/pci0000:00/0000:00:02.1/usb1/1-2/1-2.6/1-2.6:1.0/0003:046D:C249.0001/input/input4
[    1.756221] hid-generic 0003:046D:C249.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G9x Laser Mouse] on usb-0000:00:02.1-2.6/input0
[    1.759963] input: Logitech G9x Laser Mouse Keyboard as /devices/pci0000:00/0000:00:02.1/usb1/1-2/1-2.6/1-2.6:1.1/0003:046D:C249.0002/input/input5
[    1.818734] input: Logitech G9x Laser Mouse Consumer Control as /devices/pci0000:00/0000:00:02.1/usb1/1-2/1-2.6/1-2.6:1.1/0003:046D:C249.0002/input/input6
[    1.818816] hid-generic 0003:046D:C249.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Logitech G9x Laser Mouse] on usb-0000:00:02.1-2.6/input1
[    1.850662] tsc: Refined TSC clocksource calibration: 3300.000 MHz
[    1.850687] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f914c51abd, max_idle_ns: 440795298667 ns
[    1.850709] clocksource: Switched to clocksource tsc
[    2.034820] scsi 2:0:0:0: Direct-Access     ATA      M4-CT128M4SSD2   040H PQ: 0 ANSI: 5
[    2.034958] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    2.034990] sd 2:0:0:0: [sdc] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    2.034998] sd 2:0:0:0: [sdc] Write Protect is off
[    2.034999] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    2.035011] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.051129] scsi 3:0:0:0: Direct-Access     ATA      WDC WD40EZRZ-00G 0A80 PQ: 0 ANSI: 5
[    2.051252] sd 3:0:0:0: Attached scsi generic sg3 type 0
[    2.051280] sd 3:0:0:0: [sdd] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    2.051282] sd 3:0:0:0: [sdd] 4096-byte physical blocks
[    2.051288] sd 3:0:0:0: [sdd] Write Protect is off
[    2.051290] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    2.051300] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.052132]  sdc: sdc1 sdc2
[    2.052422] sd 2:0:0:0: [sdc] Attached SCSI disk
[    2.078502]  sdb: sdb1
[    2.078775] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.372383] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
[    2.476561] scsi 4:0:0:0: Direct-Access     ATA      KINGSTON SA400S3 71E0 PQ: 0 ANSI: 5
[    2.476738] sd 4:0:0:0: Attached scsi generic sg4 type 0
[    2.476774] sd 4:0:0:0: [sde] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    2.476783] sd 4:0:0:0: [sde] Write Protect is off
[    2.476785] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    2.476797] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.495061]  sde: sde1 sde2
[    2.495317] sd 4:0:0:0: [sde] Attached SCSI disk
[    2.499563]  sdd: sdd1
[    2.499811] sd 3:0:0:0: [sdd] Attached SCSI disk
[    4.642610] random: crng init done
[    4.835941] shepherd[1]: Service root has been started.
[    5.037208] shepherd[1]: starting services...
[    5.037734] shepherd[1]: Service root-file-system has been started.
[    5.040535] shepherd[1]: Service user-file-systems has been started.
[    5.048701] shepherd[1]: waiting for udevd...
[    5.078245] udevd[174]: starting version 3.2.9
[    5.114409] udevd[174]: starting eudev-3.2.9
[    5.549415] udevd[174]: no sender credentials received, message ignored
[    5.635169] pata_amd 0000:00:06.0: version 0.4.1
[    5.635874] i2c i2c-0: nForce2 SMBus adapter at 0x600
[    5.635876] ACPI Warning: SystemIO range 0x0000000000000700-0x000000000000073F conflicts with OpRegion 0x0000000000000700-0x000000000000073F (\_SB.PCI0.SM00) (20200528/utaddress-213)
[    5.635880] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.635891] scsi host6: pata_amd
[    5.637349] scsi host7: pata_amd
[    5.637401] ata7: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    5.637403] ata8: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    5.642173] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    5.642410] PCI Interrupt Link [LMAC] enabled at IRQ 22
[    5.643455] nv_tco: NV TCO WatchDog Timer Driver v0.01
[    5.643547] nv_tco: Watchdog reboot not detected
[    5.643694] nv_tco: initialized (0x0840). heartbeat=30 sec (nowayout=0)
[    5.665321] PCI Interrupt Link [LNKC] enabled at IRQ 16
[    5.700046] PCI Interrupt Link [LAZA] enabled at IRQ 21
[    5.700055] snd_hda_intel 0000:00:07.0: Disabling MSI
[    5.700365] PCI Interrupt Link [LN0B] enabled at IRQ 19
[    5.700370] snd_hda_intel 0000:04:00.1: Disabling MSI
[    5.700381] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[    5.704253] input: PC Speaker as /devices/platform/pcspkr/input/input9
[    5.710566] Error: Driver 'pcspkr' is already registered, aborting...
[    5.734674] firewire_ohci 0000:01:0a.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
[    5.793391] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1708S: line_outs=4 (0x1c/0x19/0x22/0x23/0x0) type:line
[    5.793394] snd_hda_codec_via hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.793395] snd_hda_codec_via hdaudioC0D0:    hp_outs=1 (0x1d/0x0/0x0/0x0/0x0)
[    5.793396] snd_hda_codec_via hdaudioC0D0:    mono: mono_out=0x0
[    5.793397] snd_hda_codec_via hdaudioC0D0:    dig-out=0x20/0x21
[    5.793398] snd_hda_codec_via hdaudioC0D0:    inputs:
[    5.793400] snd_hda_codec_via hdaudioC0D0:      Rear Mic=0x1a
[    5.793401] snd_hda_codec_via hdaudioC0D0:      Front Mic=0x1e
[    5.793402] snd_hda_codec_via hdaudioC0D0:      Line=0x1b
[    5.796061] nouveau 0000:04:00.0: vgaarb: deactivate vga console
[    5.797027] Console: switching to colour dummy device 80x25
[    5.797063] nouveau 0000:04:00.0: NVIDIA GP106 (136000a1)
[    5.811434] ata8: port disabled--ignoring
[    5.811648] kvm: Nested Virtualization enabled
[    5.811655] SVM: kvm: Nested Paging enabled
[    5.814380] MCE: In-kernel MCE decoding enabled.
[    5.815634] EDAC amd64: F10h detected (node 0).
[    5.815656] EDAC amd64: Node 0: DRAM ECC disabled.
[    5.909215] nouveau 0000:04:00.0: bios: version 86.06.13.00.32
[    5.909356] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input18
[    5.909420] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:07.0/sound/card0/input19
[    5.909478] input: HDA NVidia Line as /devices/pci0000:00/0000:00:07.0/sound/card0/input20
[    5.909539] input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:07.0/sound/card0/input21
[    5.909628] input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:07.0/sound/card0/input22
[    5.909670] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:10.0/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card1/input11
[    5.909707] input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:07.0/sound/card0/input23
[    5.909754] input: HDA NVidia Line Out Side as /devices/pci0000:00/0000:00:07.0/sound/card0/input24
[    5.909863] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:10.0/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card1/input12
[    5.909918] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:10.0/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card1/input13
[    5.909970] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:07.0/sound/card0/input25
[    5.910155] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:10.0/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card1/input14
[    5.910304] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:10.0/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card1/input15
[    5.910452] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:10.0/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card1/input16
[    5.910550] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:10.0/0000:02:00.0/0000:03:00.0/0000:04:00.1/sound/card1/input17
[    5.920316] nouveau 0000:04:00.0: acr: failed to load firmware
[    5.920321] nouveau 0000:04:00.0: acr: failed to load firmware
[    5.920326] nouveau 0000:04:00.0: acr ctor failed, -2
[    5.920353] nouveau: probe of 0000:04:00.0 failed with error -2
[    5.931137] EDAC amd64: F10h detected (node 0).
[    5.931159] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.018829] EDAC amd64: F10h detected (node 0).
[    6.018849] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.054910] EDAC amd64: F10h detected (node 0).
[    6.054928] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.086898] EDAC amd64: F10h detected (node 0).
[    6.086916] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.122891] EDAC amd64: F10h detected (node 0).
[    6.122909] EDAC amd64: Node 0: DRAM ECC disabled.
[    6.191191] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x50ef @ 1, addr 14:da:e9:09:5e:de
[    6.191193] forcedeth 0000:00:0a.0: highdma csum pwrctl mgmt gbit lnktim msi desc-v3
[    6.192684] forcedeth 0000:00:0a.0 enp0s10: renamed from eth0
[    6.215539] shepherd[1]: Service udev has been started.
[    6.266746] firewire_core 0000:01:0a.0: created device fw0: GUID 001fc6000014b62e, S400
[    6.397599] EXT4-fs (sdd1): mounted filesystem with ordered data mode. Opts: (null)
[    6.398225] shepherd[1]: Service file-system-/home has been started.
[    6.566354] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    6.566985] shepherd[1]: Service file-system-/mnt/4TB has been started.
[    6.720167] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    6.720780] shepherd[1]: Service file-system-/mnt/data has been started.
[    6.745456] shepherd[1]: Service file-system-/tmp has been started.
[    6.746247] shepherd[1]: Service file-system-/dev/pts has been started.
[    6.746937] shepherd[1]: Service file-system-/sys/kernel/debug has been started.
[    6.747576] shepherd[1]: Service file-system-/dev/shm has been started.
[    6.748128] shepherd[1]: Service file-system-/sys/firmware/efi/efivars has been started.
[    6.748748] shepherd[1]: Service file-system-/gnu/store has been started.
[    6.755503] shepherd[1]: Service file-system-/run/systemd has been started.
[    6.756612] shepherd[1]: Service file-system-/run/user has been started.
[    6.757247] shepherd[1]: Service file-system-/sys/fs/cgroup has been started.
[    6.758159] shepherd[1]: Service file-system-/sys/fs/cgroup/elogind has been started.
[    6.771113] shepherd[1]: Service file-system-/sys/fs/cgroup/cpuset has been started.
[    6.771877] shepherd[1]: Service file-system-/sys/fs/cgroup/cpu has been started.
[    6.772571] shepherd[1]: Service file-system-/sys/fs/cgroup/cpuacct has been started.
[    6.773410] shepherd[1]: Service file-system-/sys/fs/cgroup/memory has been started.
[    6.774099] shepherd[1]: Service file-system-/sys/fs/cgroup/devices has been started.
[    6.774797] shepherd[1]: Service file-system-/sys/fs/cgroup/freezer has been started.
[    6.775542] shepherd[1]: Service file-system-/sys/fs/cgroup/blkio has been started.
[    6.776242] shepherd[1]: Service file-system-/sys/fs/cgroup/perf_event has been started.
[    6.776923] shepherd[1]: Service file-system-/sys/fs/cgroup/pids has been started.
[    6.777276] shepherd[1]: Service file-systems has been started.
[    6.817403] shepherd[1]: Service user-homes has been started.
[    6.823528] shepherd[1]: Service urandom-seed has been started.
[    6.823901] shepherd[1]: Service user-processes has been started.
[    6.824369] shepherd[1]: Service host-name has been started.
[    6.824801] shepherd[1]: Service user-homes has been started.
[    7.828022] shepherd[1]: Service nscd has been started.
[    7.833138] shepherd[1]: Service guix-daemon has been started.
[    8.837503] forcedeth 0000:00:0a.0 enp0s10: MSI enabled
[    8.838304] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s10: link becomes ready

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Stopped getting TTY login prompt after boot, can still ssh in
  2020-10-03 15:45 Stopped getting TTY login prompt after boot, can still ssh in Matthew Brooks
@ 2020-10-28 22:43 ` Matthew Brooks
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Brooks @ 2020-10-28 22:43 UTC (permalink / raw)
  To: help-guix

Minor update:
As of a pull and reconfigure a few days ago, I'm getting the tty login prompt again. I have no idea what caused it to break initially, or what fixed it, since I didn't change my system definition at all, but I figured I should mention that it seems to be working again.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-28 22:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-03 15:45 Stopped getting TTY login prompt after boot, can still ssh in Matthew Brooks
2020-10-28 22:43 ` Matthew Brooks

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).