[Advice Request] Trying to debug amdgpu fatal error

Daniel Moran xdagarwynn at gmail.com
Mon Apr 9 13:33:51 UTC 2018


Christian,
Andrey,

Thank you for the responses.
Here's the requested dmesg/lspci. Also pulled journalctl just in case but
didn't see anything that stands out.

I'll take another look at the BIOS settings to see if anything else may
explain the memory error.
I've got 16GB in the system at the moment, can bump up to 32 - also added a
larger swap just in case that was the issue. (No change.)

As always thank you for your continued time and support.

Respectfully,

Daniel S. Moran (garwynn)
PC Hardware Editor - XDA-Developers
Phone: 1-559-316-0760/+81-90-5484-4155
Article Links: http://www.xda-developers.com/author/garwynn
E-mail: xdagarwynn at gmail.com | Twitter: @xdagarwynn

On Mon, Apr 9, 2018 at 3:52 PM, Christian König <christian.koenig at amd.com>
wrote:

> Please provide the full dmesg of the system as well as the output of
> "lspci -s 0000:16:00.0 -vvvv" as attachment.
>
> Thanks,
> Christian.
>
> Am 09.04.2018 um 06:00 schrieb Andrey Grodzovsky:
>
> Just from a quick look it seems to fail in amdgpu_device_init->ioremap
> with ENOMEM, that would explain why you don't see any more prints - this
> failure is very early in the device init process.
>
> No idea why ioremap would fail in this case and not even sure which
> implementation of ioremap to look into for your case.
>
> Adding Christian for this.
>
> Andrey
>
> On 04/07/2018 03:16 AM, Daniel Moran wrote:
>
> Also, to clarify... if I move it into a regular slot, turn off the eGPU it
> works as expected.
> Tested with Intel iGPU enabled and disabled, made sure i915 loaded without
> error and can connect display to it.
>
>
>
> Again, thank you in advance for any time/support offered.
>
> Respectfully,
>
> Daniel S. Moran (garwynn)
> PC Hardware Editor - XDA-Developers
> Phone: 1-559-316-0760/+81-90-5484-4155
> Article Links: http://www.xda-developers.com/author/garwynn
> E-mail: xdagarwynn at gmail.com | Twitter: @xdagarwynn
>
> On Sat, Apr 7, 2018 at 3:58 PM, Daniel Moran <xdagarwynn at gmail.com> wrote:
>
>> Hello all,
>>
>> I've got a Powercolor Red Devil Vega 56 here that I'm trying to get
>> working in eGPU mode.
>> I think on the BIOS/hardware side it's now all fleshed out.
>> Now I'm at a point where amdgpu tries to init and reaches a fatal error.
>>
>> Set loglevel=8 doesn't get any additional messages.
>> Here's what it does report (full dmesg attached):
>>
>> [  429.005909] [drm] amdgpu kernel modesetting enabled.
>> [  429.006080] [drm] initializing kernel modesetting (VEGA10
>> 0x1002:0x687F 0x148C:0x2388 0xC3).
>> [  429.006082] amdgpu 0000:16:00.0: Fatal error during GPU init
>> [  429.006155] amdgpu: probe of 0000:16:00.0 failed with error -12
>>
>> Using the following commands to unload & reload for testing. Since it's
>> as an eGPU I'm using the i7-7700K iGPU (i915 module) as the primary and
>> these commands work in terminal without requiring a reboot.
>>
>> sudo rmmod amdgpu
>> sudo modprobe -v amgpu
>>
>> Pulled the UMR and tried to make, fails on Cmake. I'll attach log in a
>> text.
>> Also will attach a full dmesg and lspci dump. uname -a below:
>> *Linux testbox 4.15.15-041515-generic #201803311331 SMP Sat Mar 31
>> 17:34:21 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux*
>>
>> Any other ideas on how I can debug this further? Feel I'm so close, don't
>> want to let this go.
>> Thank you in advance for your time.
>>
>> Respectfully,
>>
>> Daniel S. Moran (garwynn)
>> PC Hardware Editor - XDA-Developers
>> Phone: 1-559-316-0760/+81-90-5484-4155
>> Article Links: http://www.xda-developers.com/author/garwynn
>> E-mail: xdagarwynn at gmail.com | Twitter: @xdagarwynn
>>
>
>
>
> _______________________________________________
> amd-gfx mailing listamd-gfx at lists.freedesktop.orghttps://lists.freedesktop.org/mailman/listinfo/amd-gfx
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20180409/2f5e39cf/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2018-04-07 16-08-59.png
Type: image/png
Size: 60529 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20180409/2f5e39cf/attachment-0001.png>
-------------- next part --------------
[    0.000000] microcode: microcode updated early to revision 0x84, date = 2018-01-21
[    0.000000] Linux version 4.15.15-041515-generic (kernel at gloin) (gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)) #201803311331 SMP Sat Mar 31 17:34:21 UTC 2018
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.15-041515-generic root=UUID=d3a6e0bc-2e8b-4369-8786-e174eefed04f ro loglevel=8 vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000034c41fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000034c42000-0x0000000034c42fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000034c43000-0x0000000034c43fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000034c44000-0x00000000398f2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000398f3000-0x0000000039c6efff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000039c6f000-0x0000000039da5fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000039da6000-0x000000003a48cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003a48d000-0x000000003aefefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000003aeff000-0x000000003aefffff] usable
[    0.000000] BIOS-e820: [mem 0x000000003af00000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000004beffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. Z170X-Gaming 7/Z170X-Gaming 7, BIOS F22j 01/11/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x4bf000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0040000000 mask 7FC0000000 uncachable
[    0.000000]   2 base 003C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 003B800000 mask 7FFF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x3af00 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcd60-0x000fcd6f] mapped at [        (ptrval)]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x2b8139000, 0x2b8139fff] PGTABLE
[    0.000000] BRK [0x2b813a000, 0x2b813afff] PGTABLE
[    0.000000] BRK [0x2b813b000, 0x2b813bfff] PGTABLE
[    0.000000] BRK [0x2b813c000, 0x2b813cfff] PGTABLE
[    0.000000] BRK [0x2b813d000, 0x2b813dfff] PGTABLE
[    0.000000] BRK [0x2b813e000, 0x2b813efff] PGTABLE
[    0.000000] BRK [0x2b813f000, 0x2b813ffff] PGTABLE
[    0.000000] BRK [0x2b8140000, 0x2b8140fff] PGTABLE
[    0.000000] BRK [0x2b8141000, 0x2b8141fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31a99000-0x34c40fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x0000000039DA60A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x0000000039DCE830 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x0000000039DA61F0 02863A (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000003A48CC40 000040
[    0.000000] ACPI: APIC 0x0000000039DCE948 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x0000000039DCEA08 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x0000000039DCEA50 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: FIDT 0x0000000039DCEA90 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x0000000039DCEB30 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x0000000039DD1C88 002544 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.000000] ACPI: HPET 0x0000000039DD41D0 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000039DD4208 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x0000000039DD5048 002AD7 (v02 INTEL  xh_rvp10 00000000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x0000000039DD7B20 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x0000000039DD7B68 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x0000000039DD8A48 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x0000000039DD8AE0 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x0000000039DD8B08 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x0000000039DD8DA8 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.000000] ACPI: DBGP 0x0000000039DDBDB0 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x0000000039DDBDE8 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DMAR 0x0000000039DDBE40 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x00000004beffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x4befd5000-0x4beffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000004beffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000034c41fff]
[    0.000000]   node   0: [mem 0x0000000034c44000-0x00000000398f2fff]
[    0.000000]   node   0: [mem 0x0000000039c6f000-0x0000000039da5fff]
[    0.000000]   node   0: [mem 0x000000003aeff000-0x000000003aefffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000004beffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000004beffffff]
[    0.000000] On node 0 totalpages: 4164037
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 3625 pages used for memmap
[    0.000000]   DMA32 zone: 231977 pages, LIFO batch:31
[    0.000000]   Normal zone: 61376 pages used for memmap
[    0.000000]   Normal zone: 3928064 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 100 pages
[    0.000000] Reserving Intel graphics memory at 0x000000003c000000-0x000000003fffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x34c42000-0x34c42fff]
[    0.000000] PM: Registered nosave memory: [mem 0x34c43000-0x34c43fff]
[    0.000000] PM: Registered nosave memory: [mem 0x398f3000-0x39c6efff]
[    0.000000] PM: Registered nosave memory: [mem 0x39da6000-0x3a48cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x3a48d000-0x3aefefff]
[    0.000000] PM: Registered nosave memory: [mem 0x3af00000-0x3fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x40000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4098951
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.15-041515-generic root=UUID=d3a6e0bc-2e8b-4369-8786-e174eefed04f ro loglevel=8 vt.handoff=7
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16247488K/16656148K available (12300K kernel code, 2470K rwdata, 4196K rodata, 2384K init, 2416K bss, 408660K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39055 entries in 153 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 8 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.004000] APIC: Switch to symmetric I/O mode setup
[    0.004000] DMAR: Host address width 39
[    0.004000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.004000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.004000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.004000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.004000] DMAR: RMRR base: 0x00000039bc0000 end: 0x00000039bdffff
[    0.004000] DMAR: RMRR base: 0x0000003b800000 end: 0x0000003fffffff
[    0.004000] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.004000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.004000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.004000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.004000] x2apic enabled
[    0.004000] Switched APIC routing to cluster x2apic.
[    0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.028000] tsc: Detected 4200.000 MHz processor
[    0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 8400.00 BogoMIPS (lpj=16800000)
[    0.028000] pid_max: default: 32768 minimum: 301
[    0.028000] Security Framework initialized
[    0.028000] Yama: becoming mindful.
[    0.028000] AppArmor: AppArmor initialized
[    0.028000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.028000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.028000] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028000] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.028000] CPU: Physical Processor ID: 0
[    0.028000] CPU: Processor Core ID: 0
[    0.028000] mce: CPU supports 10 MCE banks
[    0.028000] CPU0: Thermal monitoring enabled (TM1)
[    0.028000] process: using mwait in idle threads
[    0.028000] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.028000] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.028000] Spectre V2 : Mitigation: Full generic retpoline
[    0.028000] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.028000] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.028000] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.028000] Freeing SMP alternatives memory: 36K
[    0.028000] TSC deadline timer enabled
[    0.028000] smpboot: CPU0: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.028000] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.028000] ... version:                4
[    0.028000] ... bit width:              48
[    0.028000] ... generic registers:      4
[    0.028000] ... value mask:             0000ffffffffffff
[    0.028000] ... max period:             00007fffffffffff
[    0.028000] ... fixed-purpose events:   3
[    0.028000] ... event mask:             000000070000000f
[    0.028000] Hierarchical SRCU implementation.
[    0.028000] smp: Bringing up secondary CPUs ...
[    0.028000] x86: Booting SMP configuration:
[    0.028000] .... node  #0, CPUs:      #1
[    0.028027] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.028027]  #2 #3 #4 #5 #6 #7
[    0.032928] smp: Brought up 1 node, 8 CPUs
[    0.032928] smpboot: Max logical packages: 1
[    0.032928] smpboot: Total of 8 processors activated (67200.00 BogoMIPS)
[    0.036262] devtmpfs: initialized
[    0.036262] x86/mm: Memory block size: 128MB
[    0.036574] evm: security.selinux
[    0.036576] evm: security.SMACK64
[    0.036576] evm: security.SMACK64EXEC
[    0.036577] evm: security.SMACK64TRANSMUTE
[    0.036578] evm: security.SMACK64MMAP
[    0.036579] evm: security.apparmor
[    0.036580] evm: security.ima
[    0.036580] evm: security.capability
[    0.036588] PM: Registering ACPI NVS region [mem 0x34c42000-0x34c42fff] (4096 bytes)
[    0.036588] PM: Registering ACPI NVS region [mem 0x39da6000-0x3a48cfff] (7237632 bytes)
[    0.036588] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.036588] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.036588] pinctrl core: initialized pinctrl subsystem
[    0.036588] RTC time: 13:19:34, date: 04/09/18
[    0.036588] NET: Registered protocol family 16
[    0.036588] audit: initializing netlink subsys (disabled)
[    0.036588] audit: type=2000 audit(1523279974.036:1): state=initialized audit_enabled=0 res=1
[    0.036588] cpuidle: using governor ladder
[    0.036588] cpuidle: using governor menu
[    0.036588] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.036588] ACPI: bus type PCI registered
[    0.036588] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.036588] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.036588] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.036588] PCI: Using configuration type 1 for base access
[    0.036663] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.036663] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.036663] ACPI: Added _OSI(Module Device)
[    0.036663] ACPI: Added _OSI(Processor Device)
[    0.036663] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.036663] ACPI: Added _OSI(Processor Aggregator Device)
[    0.036809] ACPI: Executed 35 blocks of module-level executable AML code
[    0.046588] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.110284] ACPI: Dynamic OEM Table Load:
[    0.110284] ACPI: SSDT 0xFFFF8B412B91F000 00081F (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.110284] ACPI: Executed 1 blocks of module-level executable AML code
[    0.110284] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.110284] ACPI: Dynamic OEM Table Load:
[    0.110284] ACPI: SSDT 0xFFFF8B412BD7D000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.110284] ACPI: Executed 1 blocks of module-level executable AML code
[    0.114506] ACPI: Interpreter enabled
[    0.114530] ACPI: (supports S0 S3 S4 S5)
[    0.114531] ACPI: Using IOAPIC for interrupt routing
[    0.114555] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.115191] ACPI: GPE 0x23 active on init
[    0.115236] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.121523] ACPI: Power Resource [PG00] (on)
[    0.121748] ACPI: Power Resource [PG01] (on)
[    0.121963] ACPI: Power Resource [PG02] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.123803] ACPI: Power Resource [WRST] (on)
[    0.124521] ACPI: Power Resource [WRST] (on)
[    0.124745] ACPI: Power Resource [WRST] (on)
[    0.124972] ACPI: Power Resource [WRST] (on)
[    0.138975] ACPI: Power Resource [FN00] (off)
[    0.139034] ACPI: Power Resource [FN01] (off)
[    0.139092] ACPI: Power Resource [FN02] (off)
[    0.139149] ACPI: Power Resource [FN03] (off)
[    0.139205] ACPI: Power Resource [FN04] (off)
[    0.140042] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.140047] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.140073] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.140592] PCI host bridge to bus 0000:00
[    0.140594] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.140595] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.140597] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.140598] pci_bus 0000:00: root bus resource [mem 0x40000000-0xefffffff window]
[    0.140600] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.140602] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.140607] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[    0.140824] pci 0000:00:02.0: [8086:5912] type 00 class 0x030000
[    0.140832] pci 0000:00:02.0: reg 0x10: [mem 0xee000000-0xeeffffff 64bit]
[    0.140836] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.140839] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.140984] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.141002] pci 0000:00:14.0: reg 0x10: [mem 0xef830000-0xef83ffff 64bit]
[    0.141053] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.141209] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.141230] pci 0000:00:16.0: reg 0x10: [mem 0xef84d000-0xef84dfff 64bit]
[    0.141284] pci 0000:00:16.0: PME# supported from D3hot
[    0.141397] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.141412] pci 0000:00:17.0: reg 0x10: [mem 0xef848000-0xef849fff]
[    0.141419] pci 0000:00:17.0: reg 0x14: [mem 0xef84c000-0xef84c0ff]
[    0.141427] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.141434] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.141442] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.141449] pci 0000:00:17.0: reg 0x24: [mem 0xef84b000-0xef84b7ff]
[    0.141482] pci 0000:00:17.0: PME# supported from D3hot
[    0.141580] pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
[    0.141624] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.141733] pci 0000:00:1b.2: [8086:a169] type 01 class 0x060400
[    0.141780] pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
[    0.141893] pci 0000:00:1b.3: [8086:a16a] type 01 class 0x060400
[    0.141940] pci 0000:00:1b.3: PME# supported from D0 D3hot D3cold
[    0.142063] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.142110] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.142220] pci 0000:00:1c.1: [8086:a111] type 01 class 0x060400
[    0.142267] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.142377] pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
[    0.142424] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.142536] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.142583] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.142703] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.142751] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.142871] pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
[    0.142919] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.143041] pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
[    0.143222] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.143235] pci 0000:00:1f.2: reg 0x10: [mem 0xef844000-0xef847fff]
[    0.143366] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.143389] pci 0000:00:1f.3: reg 0x10: [mem 0xef840000-0xef843fff 64bit]
[    0.143416] pci 0000:00:1f.3: reg 0x20: [mem 0xef820000-0xef82ffff 64bit]
[    0.143457] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.143592] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.143652] pci 0000:00:1f.4: reg 0x10: [mem 0xef84a000-0xef84a0ff 64bit]
[    0.143721] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.143885] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[    0.143909] pci 0000:00:1f.6: reg 0x10: [mem 0xef800000-0xef81ffff]
[    0.144000] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.144136] pci 0000:00:1b.0: PCI bridge to [bus 01]
[    0.144196] pci 0000:00:1b.2: PCI bridge to [bus 02]
[    0.144265] pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
[    0.144285] pci 0000:03:00.0: reg 0x10: [io  0xe050-0xe057]
[    0.144293] pci 0000:03:00.0: reg 0x14: [io  0xe040-0xe043]
[    0.144302] pci 0000:03:00.0: reg 0x18: [io  0xe030-0xe037]
[    0.144311] pci 0000:03:00.0: reg 0x1c: [io  0xe020-0xe023]
[    0.144319] pci 0000:03:00.0: reg 0x20: [io  0xe000-0xe01f]
[    0.144328] pci 0000:03:00.0: reg 0x24: [mem 0xef710000-0xef7101ff]
[    0.144337] pci 0000:03:00.0: reg 0x30: [mem 0xef700000-0xef70ffff pref]
[    0.144445] pci 0000:00:1b.3: PCI bridge to [bus 03]
[    0.144448] pci 0000:00:1b.3:   bridge window [io  0xe000-0xefff]
[    0.144450] pci 0000:00:1b.3:   bridge window [mem 0xef700000-0xef7fffff]
[    0.144508] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.144566] pci 0000:00:1c.1: PCI bridge to [bus 05]
[    0.144642] pci 0000:06:00.0: [1969:e0a1] type 00 class 0x020000
[    0.144670] pci 0000:06:00.0: reg 0x10: [mem 0xef600000-0xef63ffff 64bit]
[    0.144679] pci 0000:06:00.0: reg 0x18: [io  0xd000-0xd07f]
[    0.144773] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.144853] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.144855] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.144858] pci 0000:00:1c.2:   bridge window [mem 0xef600000-0xef6fffff]
[    0.144926] pci 0000:07:00.0: [8086:1578] type 01 class 0x060400
[    0.144968] pci 0000:07:00.0: enabling Extended Tags
[    0.145024] pci 0000:07:00.0: supports D1 D2
[    0.145026] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.145117] pci 0000:00:1c.4: PCI bridge to [bus 07-3f]
[    0.145120] pci 0000:00:1c.4:   bridge window [io  0x9000-0xcfff]
[    0.145122] pci 0000:00:1c.4:   bridge window [mem 0xef000000-0xef3fffff]
[    0.145126] pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.145166] pci 0000:08:00.0: [8086:1578] type 01 class 0x060400
[    0.145211] pci 0000:08:00.0: enabling Extended Tags
[    0.145269] pci 0000:08:00.0: supports D1 D2
[    0.145270] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.145322] pci 0000:08:01.0: [8086:1578] type 01 class 0x060400
[    0.145368] pci 0000:08:01.0: enabling Extended Tags
[    0.145425] pci 0000:08:01.0: supports D1 D2
[    0.145426] pci 0000:08:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.145478] pci 0000:08:02.0: [8086:1578] type 01 class 0x060400
[    0.145524] pci 0000:08:02.0: enabling Extended Tags
[    0.145580] pci 0000:08:02.0: supports D1 D2
[    0.145581] pci 0000:08:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.145633] pci 0000:08:04.0: [8086:1578] type 01 class 0x060400
[    0.145679] pci 0000:08:04.0: enabling Extended Tags
[    0.145736] pci 0000:08:04.0: supports D1 D2
[    0.145737] pci 0000:08:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.145801] pci 0000:07:00.0: PCI bridge to [bus 08-3f]
[    0.145806] pci 0000:07:00.0:   bridge window [io  0x9000-0xcfff]
[    0.145810] pci 0000:07:00.0:   bridge window [mem 0xef000000-0xef3fffff]
[    0.145815] pci 0000:07:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.145856] pci 0000:09:00.0: [8086:1577] type 00 class 0x088000
[    0.145884] pci 0000:09:00.0: reg 0x10: [mem 0xef300000-0xef33ffff]
[    0.145894] pci 0000:09:00.0: reg 0x14: [mem 0xef340000-0xef340fff]
[    0.145945] pci 0000:09:00.0: enabling Extended Tags
[    0.146019] pci 0000:09:00.0: supports D1 D2
[    0.146021] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.146114] pci 0000:08:00.0: PCI bridge to [bus 09]
[    0.146121] pci 0000:08:00.0:   bridge window [mem 0xef300000-0xef3fffff]
[    0.146178] pci 0000:12:00.0: [8086:1576] type 01 class 0x060400
[    0.146278] pci 0000:12:00.0: enabling Extended Tags
[    0.146407] pci 0000:12:00.0: supports D1 D2
[    0.146408] pci 0000:12:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.156033] pci 0000:08:01.0: PCI bridge to [bus 12-23]
[    0.156038] pci 0000:08:01.0:   bridge window [io  0x9000-0xbfff]
[    0.156042] pci 0000:08:01.0:   bridge window [mem 0xef000000-0xef0fffff]
[    0.156047] pci 0000:08:01.0:   bridge window [mem 0xd0000000-0xd7ffffff 64bit pref]
[    0.156130] pci 0000:13:01.0: [8086:1576] type 01 class 0x060400
[    0.156236] pci 0000:13:01.0: enabling Extended Tags
[    0.156365] pci 0000:13:01.0: supports D1 D2
[    0.156367] pci 0000:13:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.156511] pci 0000:12:00.0: PCI bridge to [bus 13-23]
[    0.156521] pci 0000:12:00.0:   bridge window [io  0x9000-0xbfff]
[    0.156527] pci 0000:12:00.0:   bridge window [mem 0x01c00000-0xef0fffff]
[    0.156621] pci 0000:14:00.0: [1022:1470] type 01 class 0x060400
[    0.156687] pci 0000:14:00.0: reg 0x10: [mem 0x01c00000-0x01c03fff]
[    0.156755] pci 0000:14:00.0: enabling Extended Tags
[    0.156911] pci 0000:14:00.0: PME# supported from D0 D3hot D3cold
[    0.157116] pci 0000:13:01.0: PCI bridge to [bus 14-16]
[    0.157126] pci 0000:13:01.0:   bridge window [io  0x9000-0x9fff]
[    0.157131] pci 0000:13:01.0:   bridge window [mem 0x01c00000-0x01ffffff]
[    0.157237] pci 0000:15:00.0: [1022:1471] type 01 class 0x060400
[    0.157370] pci 0000:15:00.0: enabling Extended Tags
[    0.157507] pci 0000:15:00.0: PME# supported from D0 D3hot D3cold
[    0.157676] pci 0000:14:00.0: PCI bridge to [bus 15-16]
[    0.157689] pci 0000:14:00.0:   bridge window [io  0x9000-0x9fff]
[    0.157696] pci 0000:14:00.0:   bridge window [mem 0x01c00000-0x01ffffff]
[    0.157805] pci 0000:16:00.0: [1002:687f] type 00 class 0x030000
[    0.157892] pci 0000:16:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.157924] pci 0000:16:00.0: reg 0x18: [mem 0xe0200000-0xe03fffff 64bit pref]
[    0.157945] pci 0000:16:00.0: reg 0x20: [io  0x9000-0x90ff]
[    0.157966] pci 0000:16:00.0: reg 0x24: [mem 0x01d00000-0x01d7ffff]
[    0.157987] pci 0000:16:00.0: reg 0x30: [mem 0x01d80000-0x01d9ffff pref]
[    0.158005] pci 0000:16:00.0: enabling Extended Tags
[    0.158191] pci 0000:16:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.158337] pci 0000:16:00.1: [1002:aaf8] type 00 class 0x040300
[    0.158396] pci 0000:16:00.1: reg 0x10: [mem 0x01da0000-0x01da3fff]
[    0.158530] pci 0000:16:00.1: enabling Extended Tags
[    0.158668] pci 0000:16:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.158885] pci 0000:15:00.0: PCI bridge to [bus 16]
[    0.158897] pci 0000:15:00.0:   bridge window [io  0x9000-0x9fff]
[    0.158904] pci 0000:15:00.0:   bridge window [mem 0x01d00000-0x01dfffff]
[    0.159009] pci 0000:24:00.0: [8086:15b6] type 00 class 0x0c0330
[    0.159040] pci 0000:24:00.0: reg 0x10: [mem 0xef100000-0xef10ffff]
[    0.159106] pci 0000:24:00.0: enabling Extended Tags
[    0.159183] pci 0000:24:00.0: supports D1 D2
[    0.159185] pci 0000:24:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.168025] pci 0000:08:02.0: PCI bridge to [bus 24]
[    0.168033] pci 0000:08:02.0:   bridge window [mem 0xef100000-0xef1fffff]
[    0.168067] pci 0000:08:04.0: PCI bridge to [bus 25-3f]
[    0.168073] pci 0000:08:04.0:   bridge window [io  0xb000-0xcfff]
[    0.168076] pci 0000:08:04.0:   bridge window [mem 0xef200000-0xef2fffff]
[    0.168081] pci 0000:08:04.0:   bridge window [mem 0xd8000000-0xe01fffff 64bit pref]
[    0.168168] pci 0000:40:00.0: [8086:2522] type 00 class 0x010802
[    0.168189] pci 0000:40:00.0: reg 0x10: [mem 0xef510000-0xef513fff 64bit]
[    0.168209] pci 0000:40:00.0: reg 0x20: [mem 0xef500000-0xef50ffff 64bit]
[    0.168220] pci 0000:40:00.0: enabling Extended Tags
[    0.168347] pci 0000:00:1d.0: PCI bridge to [bus 40]
[    0.168351] pci 0000:00:1d.0:   bridge window [mem 0xef500000-0xef5fffff]
[    0.168417] pci 0000:41:00.0: [1987:5007] type 00 class 0x010802
[    0.168438] pci 0000:41:00.0: reg 0x10: [mem 0xef400000-0xef403fff 64bit]
[    0.168592] pci 0000:00:1d.4: PCI bridge to [bus 41]
[    0.168596] pci 0000:00:1d.4:   bridge window [mem 0xef400000-0xef4fffff]
[    0.170031] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.170072] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.170112] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.170152] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.170192] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.170232] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.170272] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.170312] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.170684] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.170684] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.170684] pci 0000:16:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.170684] pci 0000:16:00.0: vgaarb: bridge control possible
[    0.170684] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.170684] vgaarb: loaded
[    0.170684] SCSI subsystem initialized
[    0.170684] libata version 3.00 loaded.
[    0.170684] ACPI: bus type USB registered
[    0.170684] usbcore: registered new interface driver usbfs
[    0.170684] usbcore: registered new interface driver hub
[    0.170684] usbcore: registered new device driver usb
[    0.170684] EDAC MC: Ver: 3.0.0
[    0.170684] PCI: Using ACPI for IRQ routing
[    0.179740] PCI: pci_cache_line_size set to 64 bytes
[    0.179743] pci 0000:12:00.0: can't claim BAR 14 [mem 0x01c00000-0xef0fffff]: no compatible bridge window
[    0.179745] pci 0000:12:00.0: [mem 0x01c00000-0xef0fffff] clipped to [mem 0xef000000-0xef0fffff]
[    0.179747] pci 0000:12:00.0:   bridge window [mem 0xef000000-0xef0fffff]
[    0.179751] pci 0000:13:01.0: can't claim BAR 14 [mem 0x01c00000-0x01ffffff]: no compatible bridge window
[    0.179753] pci 0000:14:00.0: can't claim BAR 14 [mem 0x01c00000-0x01ffffff]: no compatible bridge window
[    0.179754] pci 0000:15:00.0: can't claim BAR 14 [mem 0x01d00000-0x01dfffff]: no compatible bridge window
[    0.179756] pci 0000:08:04.0: can't claim BAR 13 [io  0xb000-0xcfff]: address conflict with PCI Bus 0000:12 [io  0x9000-0xbfff]
[    0.179782] pci 0000:14:00.0: can't claim BAR 0 [mem 0x01c00000-0x01c03fff]: no compatible bridge window
[    0.179789] pci 0000:16:00.0: can't claim BAR 0 [mem 0xd0000000-0xdfffffff 64bit pref]: no compatible bridge window
[    0.179791] pci 0000:16:00.0: can't claim BAR 2 [mem 0xe0200000-0xe03fffff 64bit pref]: no compatible bridge window
[    0.179793] pci 0000:16:00.0: can't claim BAR 5 [mem 0x01d00000-0x01d7ffff]: no compatible bridge window
[    0.179798] pci 0000:16:00.1: can't claim BAR 0 [mem 0x01da0000-0x01da3fff]: no compatible bridge window
[    0.179857] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
[    0.179858] e820: reserve RAM buffer [mem 0x34c42000-0x37ffffff]
[    0.179859] e820: reserve RAM buffer [mem 0x398f3000-0x3bffffff]
[    0.179861] e820: reserve RAM buffer [mem 0x39da6000-0x3bffffff]
[    0.179862] e820: reserve RAM buffer [mem 0x3af00000-0x3bffffff]
[    0.179863] e820: reserve RAM buffer [mem 0x4bf000000-0x4bfffffff]
[    0.179900] NetLabel: Initializing
[    0.179901] NetLabel:  domain hash size = 128
[    0.179902] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.179909] NetLabel:  unlabeled traffic allowed by default
[    0.180022] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.180026] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.182067] clocksource: Switched to clocksource hpet
[    0.184805] VFS: Disk quotas dquot_6.6.0
[    0.184813] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.184854] AppArmor: AppArmor Filesystem Enabled
[    0.184864] pnp: PnP ACPI init
[    0.185033] system 00:00: [io  0x0a00-0x0a2f] has been reserved
[    0.185035] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.185036] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.185039] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.185352] pnp 00:01: [dma 0 disabled]
[    0.185377] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.185462] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.185464] system 00:02: [io  0xffff] has been reserved
[    0.185465] system 00:02: [io  0xffff] has been reserved
[    0.185467] system 00:02: [io  0xffff] has been reserved
[    0.185468] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.185469] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.185472] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.185529] system 00:03: [io  0x0800-0x087f] has been reserved
[    0.185531] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.185541] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.185564] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.185567] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.185718] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.185720] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.185721] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.185723] system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.185724] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.185726] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.185727] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.185729] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.185730] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.185732] system 00:06: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.185734] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.185760] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.185762] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.185763] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.185765] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.185766] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.185768] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.185769] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.185772] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.185960] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.185962] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.186736] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.186738] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.186739] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.186742] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.187318] pnp: PnP ACPI: found 10 devices
[    0.194241] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.194244] pci 0000:16:00.0: can't claim BAR 6 [mem 0x01d80000-0x01d9ffff pref]: no compatible bridge window
[    0.194348] pci 0000:08:02.0: bridge window [io  0x1000-0x0fff] to [bus 24] add_size 1000
[    0.194350] pci 0000:08:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 24] add_size 200000 add_align 100000
[    0.194357] pci 0000:08:04.0: bridge window [io  0x1000-0x0fff] to [bus 25-3f] add_size 1000
[    0.194375] pci 0000:00:1b.0: PCI bridge to [bus 01]
[    0.194382] pci 0000:00:1b.2: PCI bridge to [bus 02]
[    0.194388] pci 0000:00:1b.3: PCI bridge to [bus 03]
[    0.194389] pci 0000:00:1b.3:   bridge window [io  0xe000-0xefff]
[    0.194392] pci 0000:00:1b.3:   bridge window [mem 0xef700000-0xef7fffff]
[    0.194397] pci 0000:00:1c.0: PCI bridge to [bus 04]
[    0.194402] pci 0000:00:1c.1: PCI bridge to [bus 05]
[    0.194408] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.194410] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.194413] pci 0000:00:1c.2:   bridge window [mem 0xef600000-0xef6fffff]
[    0.194419] pci 0000:08:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.194420] pci 0000:08:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.194422] pci 0000:08:02.0: BAR 13: assigned [io  0xc000-0xcfff]
[    0.194424] pci 0000:08:04.0: BAR 13: no space for [io  size 0x1000]
[    0.194425] pci 0000:08:04.0: BAR 13: failed to assign [io  size 0x1000]
[    0.194427] pci 0000:08:04.0: BAR 13: assigned [io  0xc000-0xcfff]
[    0.194429] pci 0000:08:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
[    0.194430] pci 0000:08:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
[    0.194432] pci 0000:08:02.0: BAR 13: no space for [io  size 0x1000]
[    0.194433] pci 0000:08:02.0: BAR 13: failed to assign [io  size 0x1000]
[    0.194434] pci 0000:08:00.0: PCI bridge to [bus 09]
[    0.194439] pci 0000:08:00.0:   bridge window [mem 0xef300000-0xef3fffff]
[    0.194447] pci 0000:12:00.0: BAR 15: no space for [mem size 0x18000000 64bit pref]
[    0.194448] pci 0000:12:00.0: BAR 15: failed to assign [mem size 0x18000000 64bit pref]
[    0.194450] pci 0000:13:01.0: BAR 15: no space for [mem size 0x18000000 64bit pref]
[    0.194452] pci 0000:13:01.0: BAR 15: failed to assign [mem size 0x18000000 64bit pref]
[    0.194453] pci 0000:13:01.0: BAR 14: no space for [mem size 0x00200000]
[    0.194455] pci 0000:13:01.0: BAR 14: failed to assign [mem size 0x00200000]
[    0.194456] pci 0000:14:00.0: BAR 15: no space for [mem size 0x18000000 64bit pref]
[    0.194458] pci 0000:14:00.0: BAR 15: failed to assign [mem size 0x18000000 64bit pref]
[    0.194459] pci 0000:14:00.0: BAR 14: no space for [mem size 0x00100000]
[    0.194461] pci 0000:14:00.0: BAR 14: failed to assign [mem size 0x00100000]
[    0.194462] pci 0000:14:00.0: BAR 0: no space for [mem size 0x00004000]
[    0.194464] pci 0000:14:00.0: BAR 0: trying firmware assignment [mem 0x01c00000-0x01c03fff]
[    0.194466] pci 0000:14:00.0: BAR 0: [mem 0x01c00000-0x01c03fff] conflicts with System RAM [mem 0x00100000-0x34c41fff]
[    0.194467] pci 0000:14:00.0: BAR 0: failed to assign [mem size 0x00004000]
[    0.194469] pci 0000:15:00.0: BAR 15: no space for [mem size 0x18000000 64bit pref]
[    0.194471] pci 0000:15:00.0: BAR 15: failed to assign [mem size 0x18000000 64bit pref]
[    0.194472] pci 0000:15:00.0: BAR 14: no space for [mem size 0x00100000]
[    0.194473] pci 0000:15:00.0: BAR 14: failed to assign [mem size 0x00100000]
[    0.194475] pci 0000:16:00.0: BAR 0: no space for [mem size 0x10000000 64bit pref]
[    0.194477] pci 0000:16:00.0: BAR 0: trying firmware assignment [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.194479] pci 0000:16:00.0: BAR 0: [mem 0xd0000000-0xdfffffff 64bit pref] conflicts with PCI Bus 0000:00 [mem 0x40000000-0xefffffff window]
[    0.194481] pci 0000:16:00.0: BAR 0: failed to assign [mem size 0x10000000 64bit pref]
[    0.194482] pci 0000:16:00.0: BAR 2: no space for [mem size 0x00200000 64bit pref]
[    0.194484] pci 0000:16:00.0: BAR 2: trying firmware assignment [mem 0xe0200000-0xe03fffff 64bit pref]
[    0.194486] pci 0000:16:00.0: BAR 2: [mem 0xe0200000-0xe03fffff 64bit pref] conflicts with PCI Bus 0000:00 [mem 0x40000000-0xefffffff window]
[    0.194487] pci 0000:16:00.0: BAR 2: failed to assign [mem size 0x00200000 64bit pref]
[    0.194489] pci 0000:16:00.0: BAR 5: no space for [mem size 0x00080000]
[    0.194490] pci 0000:16:00.0: BAR 5: trying firmware assignment [mem 0x01d00000-0x01d7ffff]
[    0.194492] pci 0000:16:00.0: BAR 5: [mem 0x01d00000-0x01d7ffff] conflicts with System RAM [mem 0x00100000-0x34c41fff]
[    0.194494] pci 0000:16:00.0: BAR 5: failed to assign [mem size 0x00080000]
[    0.194495] pci 0000:16:00.0: BAR 6: no space for [mem size 0x00020000 pref]
[    0.194496] pci 0000:16:00.0: BAR 6: failed to assign [mem size 0x00020000 pref]
[    0.194498] pci 0000:16:00.1: BAR 0: no space for [mem size 0x00004000]
[    0.194499] pci 0000:16:00.1: BAR 0: trying firmware assignment [mem 0x01da0000-0x01da3fff]
[    0.194501] pci 0000:16:00.1: BAR 0: [mem 0x01da0000-0x01da3fff] conflicts with System RAM [mem 0x00100000-0x34c41fff]
[    0.194503] pci 0000:16:00.1: BAR 0: failed to assign [mem size 0x00004000]
[    0.194504] pci 0000:15:00.0: PCI bridge to [bus 16]
[    0.194508] pci 0000:15:00.0:   bridge window [io  0x9000-0x9fff]
[    0.194535] pci 0000:14:00.0: PCI bridge to [bus 15-16]
[    0.194539] pci 0000:14:00.0:   bridge window [io  0x9000-0x9fff]
[    0.194565] pci 0000:13:01.0: PCI bridge to [bus 14-16]
[    0.194568] pci 0000:13:01.0:   bridge window [io  0x9000-0x9fff]
[    0.194589] pci 0000:12:00.0: PCI bridge to [bus 13-23]
[    0.194593] pci 0000:12:00.0:   bridge window [io  0x9000-0xbfff]
[    0.194601] pci 0000:12:00.0:   bridge window [mem 0xef000000-0xef0fffff]
[    0.194615] pci 0000:08:01.0: PCI bridge to [bus 12-23]
[    0.194617] pci 0000:08:01.0:   bridge window [io  0x9000-0xbfff]
[    0.194621] pci 0000:08:01.0:   bridge window [mem 0xef000000-0xef0fffff]
[    0.194624] pci 0000:08:01.0:   bridge window [mem 0xd0000000-0xd7ffffff 64bit pref]
[    0.194630] pci 0000:08:02.0: PCI bridge to [bus 24]
[    0.194634] pci 0000:08:02.0:   bridge window [mem 0xef100000-0xef1fffff]
[    0.194641] pci 0000:08:04.0: PCI bridge to [bus 25-3f]
[    0.194643] pci 0000:08:04.0:   bridge window [io  0xc000-0xcfff]
[    0.194647] pci 0000:08:04.0:   bridge window [mem 0xef200000-0xef2fffff]
[    0.194650] pci 0000:08:04.0:   bridge window [mem 0xd8000000-0xe01fffff 64bit pref]
[    0.194655] pci 0000:07:00.0: PCI bridge to [bus 08-3f]
[    0.194658] pci 0000:07:00.0:   bridge window [io  0x9000-0xcfff]
[    0.194662] pci 0000:07:00.0:   bridge window [mem 0xef000000-0xef3fffff]
[    0.194665] pci 0000:07:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.194670] pci 0000:00:1c.4: PCI bridge to [bus 07-3f]
[    0.194672] pci 0000:00:1c.4:   bridge window [io  0x9000-0xcfff]
[    0.194674] pci 0000:00:1c.4:   bridge window [mem 0xef000000-0xef3fffff]
[    0.194677] pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.194680] pci 0000:00:1d.0: PCI bridge to [bus 40]
[    0.194683] pci 0000:00:1d.0:   bridge window [mem 0xef500000-0xef5fffff]
[    0.194687] pci 0000:00:1d.4: PCI bridge to [bus 41]
[    0.194690] pci 0000:00:1d.4:   bridge window [mem 0xef400000-0xef4fffff]
[    0.194695] pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
[    0.194697] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.194698] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.194699] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.194701] pci_bus 0000:00: resource 7 [mem 0x40000000-0xefffffff window]
[    0.194702] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.194704] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.194705] pci_bus 0000:03: resource 1 [mem 0xef700000-0xef7fffff]
[    0.194707] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    0.194708] pci_bus 0000:06: resource 1 [mem 0xef600000-0xef6fffff]
[    0.194709] pci_bus 0000:07: resource 0 [io  0x9000-0xcfff]
[    0.194711] pci_bus 0000:07: resource 1 [mem 0xef000000-0xef3fffff]
[    0.194712] pci_bus 0000:07: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.194713] pci_bus 0000:08: resource 0 [io  0x9000-0xcfff]
[    0.194715] pci_bus 0000:08: resource 1 [mem 0xef000000-0xef3fffff]
[    0.194716] pci_bus 0000:08: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[    0.194718] pci_bus 0000:09: resource 1 [mem 0xef300000-0xef3fffff]
[    0.194719] pci_bus 0000:12: resource 0 [io  0x9000-0xbfff]
[    0.194720] pci_bus 0000:12: resource 1 [mem 0xef000000-0xef0fffff]
[    0.194722] pci_bus 0000:12: resource 2 [mem 0xd0000000-0xd7ffffff 64bit pref]
[    0.194723] pci_bus 0000:13: resource 0 [io  0x9000-0xbfff]
[    0.194724] pci_bus 0000:13: resource 1 [mem 0xef000000-0xef0fffff]
[    0.194726] pci_bus 0000:14: resource 0 [io  0x9000-0x9fff]
[    0.194727] pci_bus 0000:15: resource 0 [io  0x9000-0x9fff]
[    0.194728] pci_bus 0000:16: resource 0 [io  0x9000-0x9fff]
[    0.194730] pci_bus 0000:24: resource 1 [mem 0xef100000-0xef1fffff]
[    0.194731] pci_bus 0000:25: resource 0 [io  0xc000-0xcfff]
[    0.194732] pci_bus 0000:25: resource 1 [mem 0xef200000-0xef2fffff]
[    0.194734] pci_bus 0000:25: resource 2 [mem 0xd8000000-0xe01fffff 64bit pref]
[    0.194735] pci_bus 0000:40: resource 1 [mem 0xef500000-0xef5fffff]
[    0.194737] pci_bus 0000:41: resource 1 [mem 0xef400000-0xef4fffff]
[    0.194829] NET: Registered protocol family 2
[    0.194909] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.194993] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.195049] TCP: Hash tables configured (established 131072 bind 65536)
[    0.195066] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.195085] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.195116] NET: Registered protocol family 1
[    0.195123] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.195611] PCI: CLS mismatch (64 != 128), using 64 bytes
[    0.195808] Unpacking initramfs...
[    0.592805] Freeing initrd memory: 50848K
[    0.592844] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.592847] software IO TLB [mem 0x358f3000-0x398f3000] (64MB) mapped at [000000006bf0685f-00000000d346e771]
[    0.593063] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
[    0.593249] Scanning for low memory corruption every 60 seconds
[    0.593630] Initialise system trusted keyrings
[    0.593636] Key type blacklist registered
[    0.593682] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.594159] zbud: loaded
[    0.594398] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.594489] fuse init (API version 7.26)
[    0.596652] Key type asymmetric registered
[    0.596654] Asymmetric key parser 'x509' registered
[    0.596666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    0.596708] io scheduler noop registered
[    0.596709] io scheduler deadline registered
[    0.596728] io scheduler cfq registered (default)
[    0.598881] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.598883] vesafb: scrolling: redraw
[    0.598884] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.598890] vesafb: framebuffer at 0xc0000000, mapped to 0x0000000032772fa7, using 8128k, total 8128k
[    0.704801] Console: switching to colour frame buffer device 240x67
[    0.810739] fb0: VESA VGA frame buffer device
[    0.811078] intel_idle: MWAIT substates: 0x142120
[    0.811431] intel_idle: v0.4.1 model 0x9E
[    0.811982] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.812505] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.813139] ACPI: Sleep Button [SLPB]
[    0.813428] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.814060] ACPI: Power Button [PWRB]
[    0.814348] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.814950] ACPI: Power Button [PWRF]
[    0.876653] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    0.936205] thermal LNXTHERM:00: registered as thermal_zone0
[    0.936631] ACPI: Thermal Zone [TZ00] (28 C)
[    0.937052] thermal LNXTHERM:01: registered as thermal_zone1
[    0.937477] ACPI: Thermal Zone [TZ01] (30 C)
[    0.937950] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.959182] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.961901] Linux agpgart interface v0.103
[    0.963709] loop: module loaded
[    0.964124] nvme nvme0: pci function 0000:40:00.0
[    0.964521] nvme nvme1: pci function 0000:41:00.0
[    0.964909] libphy: Fixed MDIO Bus: probed
[    0.965217] tun: Universal TUN/TAP device driver, 1.6
[    0.965659] PPP generic driver version 2.4.2
[    0.966046] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.966537] ehci-pci: EHCI PCI platform driver
[    0.966875] ehci-platform: EHCI generic platform driver
[    0.967269] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.967734] ohci-pci: OHCI PCI platform driver
[    0.968089] ohci-platform: OHCI generic platform driver
[    0.968483] uhci_hcd: USB Universal Host Controller Interface driver
[    0.969035] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.969429] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.971046] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.971683] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.972297] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.972807] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.973350] usb usb1: Product: xHCI Host Controller
[    0.973716] usb usb1: Manufacturer: Linux 4.15.15-041515-generic xhci-hcd
[    0.974226] usb usb1: SerialNumber: 0000:00:14.0
[    0.974663] hub 1-0:1.0: USB hub found
[    0.974958] hub 1-0:1.0: 16 ports detected
[    1.000148] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.024253] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.048317] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.072284] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.096090] usb usb2: Product: xHCI Host Controller
[    1.119712] usb usb2: Manufacturer: Linux 4.15.15-041515-generic xhci-hcd
[    1.143514] usb usb2: SerialNumber: 0000:00:14.0
[    1.167351] hub 2-0:1.0: USB hub found
[    1.188785]  nvme0n1: p1
[    1.214387] hub 2-0:1.0: 10 ports detected
[    1.238316] usb: port power management may be unreliable
[    1.241295]  nvme1n1: p1
[    1.285360] xhci_hcd 0000:24:00.0: xHCI Host Controller
[    1.308802] xhci_hcd 0000:24:00.0: new USB bus registered, assigned bus number 3
[    1.333421] xhci_hcd 0000:24:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
[    1.348078] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.380770] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.404732] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.428850] usb usb3: Product: xHCI Host Controller
[    1.452812] usb usb3: Manufacturer: Linux 4.15.15-041515-generic xhci-hcd
[    1.476970] usb usb3: SerialNumber: 0000:24:00.0
[    1.496235] usb 1-1: New USB device found, idVendor=045b, idProduct=0209
[    1.496236] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.496568] hub 1-1:1.0: USB hub found
[    1.496611] hub 1-1:1.0: 4 ports detected
[    1.596686] hub 3-0:1.0: USB hub found
[    1.620065] clocksource: Switched to clocksource tsc
[    1.620069] hub 3-0:1.0: 2 ports detected
[    1.620110] xhci_hcd 0000:24:00.0: xHCI Host Controller
[    1.620112] xhci_hcd 0000:24:00.0: new USB bus registered, assigned bus number 4
[    1.620113] xhci_hcd 0000:24:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    1.620128] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.620129] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.620129] usb usb4: Product: xHCI Host Controller
[    1.620130] usb usb4: Manufacturer: Linux 4.15.15-041515-generic xhci-hcd
[    1.620131] usb usb4: SerialNumber: 0000:24:00.0
[    1.620190] hub 4-0:1.0: USB hub found
[    1.620195] hub 4-0:1.0: 2 ports detected
[    1.620250] i8042: PNP: No PS/2 controller found.
[    1.620339] mousedev: PS/2 mouse device common for all mice
[    1.620452] rtc_cmos 00:04: RTC can wake from S4
[    1.620793] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.620871] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.620874] i2c /dev entries driver
[    1.620897] device-mapper: uevent: version 1.0.3
[    1.620924] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel at redhat.com
[    1.620925] intel_pstate: Intel P-state driver initializing
[    1.624007] usb 1-4: new full-speed USB device number 3 using xhci_hcd
[    1.666815] intel_pstate: HWP enabled
[    2.098281] usb 1-4: New USB device found, idVendor=046d, idProduct=c52b
[    2.098281] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.098282] usb 1-4: Product: USB Receiver
[    2.098283] usb 1-4: Manufacturer: Logitech
[    2.206350] ledtrig-cpu: registered to indicate activity on CPUs
[    2.228479] NET: Registered protocol family 10
[    2.251959] Segment Routing with IPv6
[    2.273509] NET: Registered protocol family 17
[    2.295169] Key type dns_resolver registered
[    2.316960] RAS: Correctable Errors collector initialized.
[    2.338431] microcode: sig=0x906e9, pf=0x2, revision=0x84
[    2.359912] microcode: Microcode Update Driver: v2.2.
[    2.359916] sched_clock: Marking stable (2359909962, 0)->(2385413241, -25503279)
[    2.402913] registered taskstats version 1
[    2.424294] Loading compiled-in X.509 certificates
[    2.446734] Loaded X.509 cert 'Build time autogenerated kernel key: 5a0d7879a9707a0cd1948ead1871106d36f5b8f5'
[    2.468896] zswap: loaded using pool lzo/zbud
[    2.492668] Key type big_key registered
[    2.514809] Key type trusted registered
[    2.537942] Key type encrypted registered
[    2.559584] AppArmor: AppArmor sha1 policy hashing enabled
[    2.581342] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.603154] evm: HMAC attrs: 0x1
[    2.625954]   Magic number: 14:312:331
[    2.647460] tty tty52: hash matches
[    2.669039] rtc_cmos 00:04: setting system clock to 2018-04-09 13:19:36 UTC (1523279976)
[    2.691188] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.713357] EDD information not available.
[    2.736582] Freeing unused kernel memory: 2384K
[    2.758667] Write protecting the kernel read-only data: 20480k
[    2.781247] Freeing unused kernel memory: 2008K
[    2.805169] Freeing unused kernel memory: 1948K
[    2.830015] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.851812] x86/mm: Checking user space page tables
[    2.876324] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.975718] wmi_bus wmi_bus-PNP0C14:01: WQAA data block query control method not found
[    2.997891] pps_core: LinuxPPS API ver. 1 registered
[    3.019515] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    3.041670] ahci 0000:00:17.0: version 3.0
[    3.063917] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x30 impl SATA mode
[    3.086502] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
[    3.152419] hidraw: raw HID events driver (C) Jiri Kosina
[    3.168314] scsi host0: ahci
[    3.172007] scsi host1: ahci
[    3.172051] scsi host2: ahci
[    3.172101] scsi host3: ahci
[    3.172152] scsi host4: ahci
[    3.172187] scsi host5: ahci
[    3.172209] ata1: DUMMY
[    3.172209] ata2: DUMMY
[    3.172209] ata3: DUMMY
[    3.172210] ata4: DUMMY
[    3.172212] ata5: SATA max UDMA/133 abar m2048 at 0xef84b000 port 0xef84b300 irq 137
[    3.172213] ata6: SATA max UDMA/133 abar m2048 at 0xef84b000 port 0xef84b380 irq 137
[    3.172332] ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
[    3.172357] ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    3.172358] ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    3.172500] scsi host6: ahci
[    3.172536] scsi host7: ahci
[    3.172553] ata7: SATA max UDMA/133 abar m512 at 0xef710000 port 0xef710100 irq 138
[    3.172554] ata8: SATA max UDMA/133 abar m512 at 0xef710000 port 0xef710180 irq 138
[    3.486117] ata5: SATA link down (SStatus 4 SControl 300)
[    3.486135] ata7: SATA link down (SStatus 0 SControl 300)
[    3.490189] ata6: SATA link down (SStatus 4 SControl 300)
[    3.619813] PTP clock support registered
[    3.620027] thunderbolt 0000:09:00.0: NHI initialized, starting thunderbolt
[    3.620030] thunderbolt 0000:09:00.0: allocating TX ring 0 of size 10
[    3.620041] thunderbolt 0000:09:00.0: allocating RX ring 0 of size 10
[    3.620047] thunderbolt 0000:09:00.0: control channel created
[    3.620048] thunderbolt 0000:09:00.0: control channel starting...
[    3.620049] thunderbolt 0000:09:00.0: starting TX ring 0
[    3.620054] thunderbolt 0000:09:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
[    3.620055] thunderbolt 0000:09:00.0: starting RX ring 0
[    3.620060] thunderbolt 0000:09:00.0: enabling interrupt at register 0x38200 bit 12 (0x1 -> 0x1001)
[    3.630002] alx 0000:06:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [40:8d:5c:1b:d2:e2]
[    3.718223] alx 0000:06:00.0 enp6s0: renamed from eth0
[    3.802288] ata8: SATA link down (SStatus 0 SControl 300)
[    3.891953] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    3.911190] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    3.930585] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    3.936759] usbcore: registered new interface driver usbhid
[    3.936760] usbhid: USB HID core driver
[    3.988977] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input2
[    4.026564] [drm] amdgpu kernel modesetting enabled.
[    4.048042] AMD IOMMUv2 driver by Joerg Roedel <jroedel at suse.de>
[    4.068816] AMD IOMMUv2 functionality not available on this system
[    4.091045] CRAT table not found
[    4.111530] Finished initializing topology ret=0
[    4.132199] kfd kfd: Initialized module
[    4.153064] checking generic (c0000000 7f0000) vs hw (0 0)
[    4.173647] amdgpu 0000:16:00.0: enabling device (0006 -> 0007)
[    4.194311] [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x148C:0x2388 0xC3).
[    4.200435] input: Logitech M185 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4008.0004/input/input3
[    4.200670] logitech-hidpp-device 0003:046D:4008.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M185] on usb-0000:00:14.0-4:1
[    4.207915] thunderbolt 0000:09:00.0: current switch config:
[    4.207916] thunderbolt 0000:09:00.0:  Switch: 8086:1578 (Revision: 3, TB Version: 2)
[    4.207916] thunderbolt 0000:09:00.0:   Max Port Number: 11
[    4.207917] thunderbolt 0000:09:00.0:   Config:
[    4.207918] thunderbolt 0000:09:00.0:    Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 254ms
[    4.207918] thunderbolt 0000:09:00.0:    unknown1: 0x0 unknown4: 0x0
[    4.250848] thunderbolt 0000:09:00.0: 0: uid: 0xed1fb390484600
[    4.252285] thunderbolt 0000:09:00.0:  Port 0: 8086:1578 (Revision: 3, TB Version: 1, Type: Port (0x1))
[    4.252285] thunderbolt 0000:09:00.0:   Max hop id (in/out): 7/7
[    4.252286] thunderbolt 0000:09:00.0:   Max counters: 8
[    4.252286] thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
[    4.252823] thunderbolt 0000:09:00.0:  Port 1: 8086:1578 (Revision: 3, TB Version: 1, Type: Port (0x1))
[    4.252823] thunderbolt 0000:09:00.0:   Max hop id (in/out): 15/15
[    4.252824] thunderbolt 0000:09:00.0:   Max counters: 16
[    4.252824] thunderbolt 0000:09:00.0:   NFC Credits: 0x7800000
[    4.253279] thunderbolt 0000:09:00.0:  Port 2: 8086:1578 (Revision: 3, TB Version: 1, Type: Port (0x1))
[    4.253279] thunderbolt 0000:09:00.0:   Max hop id (in/out): 15/15
[    4.253280] thunderbolt 0000:09:00.0:   Max counters: 16
[    4.253280] thunderbolt 0000:09:00.0:   NFC Credits: 0x0
[    4.253281] thunderbolt 0000:09:00.0: 0:3: disabled by eeprom
[    4.253281] thunderbolt 0000:09:00.0: 0:4: disabled by eeprom
[    4.253282] thunderbolt 0000:09:00.0: 0:5: disabled by eeprom
[    4.253407] thunderbolt 0000:09:00.0:  Port 6: 8086:1578 (Revision: 3, TB Version: 1, Type: PCIe (0x100101))
[    4.253408] thunderbolt 0000:09:00.0:   Max hop id (in/out): 8/8
[    4.253408] thunderbolt 0000:09:00.0:   Max counters: 2
[    4.253409] thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
[    4.253535] thunderbolt 0000:09:00.0:  Port 7: 8086:1578 (Revision: 3, TB Version: 1, Type: PCIe (0x100101))
[    4.253535] thunderbolt 0000:09:00.0:   Max hop id (in/out): 8/8
[    4.253536] thunderbolt 0000:09:00.0:   Max counters: 2
[    4.253536] thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
[    4.253537] thunderbolt 0000:09:00.0: 0:8: disabled by eeprom
[    4.253537] thunderbolt 0000:09:00.0: 0:9: disabled by eeprom
[    4.253663] thunderbolt 0000:09:00.0:  Port 10: 8086:1578 (Revision: 3, TB Version: 1, Type: DP/HDMI (0xe0101))
[    4.253664] thunderbolt 0000:09:00.0:   Max hop id (in/out): 9/9
[    4.253664] thunderbolt 0000:09:00.0:   Max counters: 2
[    4.253664] thunderbolt 0000:09:00.0:   NFC Credits: 0x1000000
[    4.253665] thunderbolt 0000:09:00.0: 0:b: disabled by eeprom
[    4.255698] thunderbolt 0000:09:00.0: current switch config:
[    4.255699] thunderbolt 0000:09:00.0:  Switch: 8086:1576 (Revision: 4, TB Version: 2)
[    4.255700] thunderbolt 0000:09:00.0:   Max Port Number: 11
[    4.255700] thunderbolt 0000:09:00.0:   Config:
[    4.255701] thunderbolt 0000:09:00.0:    Upstream Port Number: 1 Depth: 1 Route String: 0x1 Enabled: 1, PlugEventsDelay: 254ms
[    4.255702] thunderbolt 0000:09:00.0:    unknown1: 0x0 unknown4: 0x0
[    4.273330] thunderbolt 0000:09:00.0: 1: reading drom (length: 0x5a)
[    4.274735] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    4.357993] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 40:8d:5c:1b:d2:e0
[    4.357993] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    4.358070] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    4.370176] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    4.394711] [drm] Memory usable by graphics device = 4096M
[    4.394712] checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
[    4.394713] fb: switching to inteldrmfb from VESA VGA
[    4.544035] random: crng init done
[    4.572274] thunderbolt 0000:09:00.0: 1: uid: 0x414f418012ec00
[    4.572402] thunderbolt 0000:09:00.0:  Port 0: 8086:1578 (Revision: 4, TB Version: 1, Type: Port (0x1))
[    4.572403] thunderbolt 0000:09:00.0:   Max hop id (in/out): 7/7
[    4.572403] thunderbolt 0000:09:00.0:   Max counters: 8
[    4.572404] thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
[    4.572883] thunderbolt 0000:09:00.0:  Port 1: 8086:1578 (Revision: 4, TB Version: 1, Type: Port (0x1))
[    4.572884] thunderbolt 0000:09:00.0:   Max hop id (in/out): 15/15
[    4.572884] thunderbolt 0000:09:00.0:   Max counters: 16
[    4.572885] thunderbolt 0000:09:00.0:   NFC Credits: 0x7800000
[    4.573462] thunderbolt 0000:09:00.0:  Port 2: 8086:1578 (Revision: 4, TB Version: 1, Type: Port (0x1))
[    4.573462] thunderbolt 0000:09:00.0:   Max hop id (in/out): 15/15
[    4.573463] thunderbolt 0000:09:00.0:   Max counters: 16
[    4.573463] thunderbolt 0000:09:00.0:   NFC Credits: 0x0
[    4.573464] thunderbolt 0000:09:00.0: 1:3: disabled by eeprom
[    4.573464] thunderbolt 0000:09:00.0: 1:4: disabled by eeprom
[    4.573465] thunderbolt 0000:09:00.0: 1:5: disabled by eeprom
[    4.573523] thunderbolt 0000:09:00.0:  Port 6: 8086:1578 (Revision: 4, TB Version: 1, Type: PCIe (0x100102))
[    4.573524] thunderbolt 0000:09:00.0:   Max hop id (in/out): 8/8
[    4.573524] thunderbolt 0000:09:00.0:   Max counters: 2
[    4.573525] thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
[    4.573651] thunderbolt 0000:09:00.0:  Port 7: 8086:1578 (Revision: 4, TB Version: 1, Type: PCIe (0x100101))
[    4.573652] thunderbolt 0000:09:00.0:   Max hop id (in/out): 8/8
[    4.573652] thunderbolt 0000:09:00.0:   Max counters: 2
[    4.573653] thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
[    4.573653] thunderbolt 0000:09:00.0: 1:8: disabled by eeprom
[    4.573654] thunderbolt 0000:09:00.0: 1:9: disabled by eeprom
[    4.573654] thunderbolt 0000:09:00.0: 1:a: disabled by eeprom
[    4.573654] thunderbolt 0000:09:00.0: 1:b: disabled by eeprom
[    4.588490] input: Logitech K270 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4003.0005/input/input4
[    4.588656] logitech-hidpp-device 0003:046D:4003.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K270] on usb-0000:00:14.0-4:2
[    5.995207] amdgpu 0000:16:00.0: Fatal error during GPU init
[    5.995248] Console: switching to colour dummy device 80x25
[    5.995285] [drm] Replacing VGA console driver
[    5.995356] amdgpu: probe of 0000:16:00.0 failed with error -12
[    6.001355] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    6.001357] [drm] Driver supports precise vblank timestamp query.
[    6.003436] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    6.003687] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[    6.025670] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 1
[    6.026768] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.027223] acpi device:0f: registered as cooling_device13
[    6.027276] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    6.143594] fbcon: inteldrmfb (fb0) is primary device
[    6.186310] Console: switching to colour frame buffer device 240x67
[    6.204863] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    7.776449] [drm] RC6 on
[    9.057740] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[    9.086838] ip_tables: (C) 2000-2006 Netfilter Core Team
[    9.088883] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    9.108395] systemd[1]: Detected architecture x86-64.
[    9.108482] systemd[1]: Set hostname to <testbox>.
[    9.125986] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.126101] systemd[1]: Listening on Journal Socket.
[    9.126163] systemd[1]: Reached target Remote File Systems.
[    9.126285] systemd[1]: Created slice System Slice.
[    9.126574] systemd[1]: Mounting Huge Pages File System...
[    9.126878] systemd[1]: Mounting Kernel Debug File System...
[    9.127262] systemd[1]: Starting Load Kernel Modules...
[    9.132297] lp: driver loaded but no devices found
[    9.133517] ppdev: user-space parallel port driver
[    9.184748] EXT4-fs (nvme0n1p1): re-mounted. Opts: errors=remount-ro
[    9.211339] systemd-journald[312]: Received request to flush runtime journal from PID 1
[    9.218303] Adding 1325144k swap on /swapfile.  Priority:-2 extents:5 across:1357912k SSFS
[    9.232457] audit: type=1400 audit(1523279983.059:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=429 comm="apparmor_parser"
[    9.232969] audit: type=1400 audit(1523279983.059:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=427 comm="apparmor_parser"
[    9.233111] audit: type=1400 audit(1523279983.059:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=426 comm="apparmor_parser"
[    9.233113] audit: type=1400 audit(1523279983.059:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=426 comm="apparmor_parser"
[    9.233114] audit: type=1400 audit(1523279983.059:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//snap_update_ns" pid=426 comm="apparmor_parser"
[    9.233223] audit: type=1400 audit(1523279983.059:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=431 comm="apparmor_parser"
[    9.233640] audit: type=1400 audit(1523279983.059:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=419 comm="apparmor_parser"
[    9.233641] audit: type=1400 audit(1523279983.059:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=419 comm="apparmor_parser"
[    9.233643] audit: type=1400 audit(1523279983.059:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=419 comm="apparmor_parser"
[    9.233644] audit: type=1400 audit(1523279983.059:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=419 comm="apparmor_parser"
[    9.288543] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    9.288543] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    9.288544] RAPL PMU: hw unit of domain package 2^-14 Joules
[    9.288544] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    9.288545] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    9.288545] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    9.288570] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.290126] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    9.297852] AVX2 version of gcm_enc/dec engaged.
[    9.297853] AES CTR mode by8 optimization enabled
[    9.317569] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    9.317658] snd_hda_intel 0000:16:00.1: Handle vga_switcheroo audio client
[    9.317664] snd_hda_intel 0000:16:00.1: can't ioremap BAR 0: [??? 0x00000000 flags 0x0]
[    9.317665] snd_hda_intel 0000:16:00.1: ioremap error
[    9.331146] intel_rapl: Found RAPL domain package
[    9.331147] intel_rapl: Found RAPL domain core
[    9.331148] intel_rapl: Found RAPL domain uncore
[    9.331148] intel_rapl: Found RAPL domain dram
[    9.342919] snd_hda_codec_ca0132 hdaudioC0D0: autoconfig for CA0132: line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:line
[    9.342921] snd_hda_codec_ca0132 hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    9.342922] snd_hda_codec_ca0132 hdaudioC0D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
[    9.342923] snd_hda_codec_ca0132 hdaudioC0D0:    mono: mono_out=0x0
[    9.342924] snd_hda_codec_ca0132 hdaudioC0D0:    dig-out=0xc/0x0
[    9.342925] snd_hda_codec_ca0132 hdaudioC0D0:    inputs:
[    9.342926] snd_hda_codec_ca0132 hdaudioC0D0:      Mic=0x12
[    9.342927] snd_hda_codec_ca0132 hdaudioC0D0:      Line=0x11
[    9.411735] Adding 33552380k swap on /dev/nvme1n1p1.  Priority:-3 extents:1 across:33552380k SSFS
[    9.678192] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    9.892136] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    9.893418] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[    9.893686] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[    9.894457] alx 0000:06:00.0 enp6s0: NIC Up: 1 Gbps Full
[    9.894676] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
[    9.964233] snd_hda_codec_ca0132 hdaudioC0D0: ca0132 DSP downloaded and running
[   10.759408] rfkill: input handler disabled
[   11.238895] input: HDA Intel PCH Front Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[   11.238959] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[   11.239014] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[   11.239302] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[   11.239360] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[   11.239420] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[   11.239478] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[   11.239536] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[   11.908506] snd_hda_codec_ca0132 hdaudioC0D0: ca0132 DSP downloaded and running
[   13.428415] logitech-hidpp-device 0003:046D:4008.0004: HID++ 2.0 device connected.
-------------- next part --------------
16:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Vega [Radeon RX Vega] (rev c3) (prog-if 00 [VGA controller])
	Subsystem: Tul Corporation / PowerColor Vega [Radeon RX Vega]
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at <ignored> (64-bit, prefetchable)
	Region 2: Memory at <ignored> (64-bit, prefetchable)
	Region 4: I/O ports at 9000 [size=256]
	Region 5: Memory at <ignored> (32-bit, non-prefetchable)
	Expansion ROM at <ignored> [disabled]
	Capabilities: <access denied>
	Kernel modules: amdgpu

-------------- next part --------------
-- Logs begin at Fri 2018-04-06 13:19:50 JST, end at Mon 2018-04-09 22:24:59 JST. --
 4月 09 22:19:42 testbox kernel: microcode: microcode updated early to revision 0x84, date = 2018-01-21
 4月 09 22:19:42 testbox kernel: Linux version 4.15.15-041515-generic (kernel at gloin) (gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)) #201803311331 SMP Sat Mar 31 17:34:21 UTC 2018
 4月 09 22:19:42 testbox kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.15-041515-generic root=UUID=d3a6e0bc-2e8b-4369-8786-e174eefed04f ro loglevel=8 vt.handoff=7
 4月 09 22:19:42 testbox kernel: KERNEL supported cpus:
 4月 09 22:19:42 testbox kernel:   Intel GenuineIntel
 4月 09 22:19:42 testbox kernel:   AMD AuthenticAMD
 4月 09 22:19:42 testbox kernel:   Centaur CentaurHauls
 4月 09 22:19:42 testbox kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
 4月 09 22:19:42 testbox kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
 4月 09 22:19:42 testbox kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
 4月 09 22:19:42 testbox kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
 4月 09 22:19:42 testbox kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
 4月 09 22:19:42 testbox kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
 4月 09 22:19:42 testbox kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
 4月 09 22:19:42 testbox kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
 4月 09 22:19:42 testbox kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
 4月 09 22:19:42 testbox kernel: e820: BIOS-provided physical RAM map:
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x000000000009dc00-0x000000000009ffff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000034c41fff] usable
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x0000000034c42000-0x0000000034c42fff] ACPI NVS
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x0000000034c43000-0x0000000034c43fff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x0000000034c44000-0x00000000398f2fff] usable
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x00000000398f3000-0x0000000039c6efff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x0000000039c6f000-0x0000000039da5fff] usable
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x0000000039da6000-0x000000003a48cfff] ACPI NVS
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x000000003a48d000-0x000000003aefefff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x000000003aeff000-0x000000003aefffff] usable
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x000000003af00000-0x000000003fffffff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
 4月 09 22:19:42 testbox kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004beffffff] usable
 4月 09 22:19:42 testbox kernel: NX (Execute Disable) protection: active
 4月 09 22:19:42 testbox kernel: random: fast init done
 4月 09 22:19:42 testbox kernel: SMBIOS 3.0.0 present.
 4月 09 22:19:42 testbox kernel: DMI: Gigabyte Technology Co., Ltd. Z170X-Gaming 7/Z170X-Gaming 7, BIOS F22j 01/11/2018
 4月 09 22:19:42 testbox kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
 4月 09 22:19:42 testbox kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
 4月 09 22:19:42 testbox kernel: e820: last_pfn = 0x4bf000 max_arch_pfn = 0x400000000
 4月 09 22:19:42 testbox kernel: MTRR default type: write-back
 4月 09 22:19:42 testbox kernel: MTRR fixed ranges enabled:
 4月 09 22:19:42 testbox kernel:   00000-9FFFF write-back
 4月 09 22:19:42 testbox kernel:   A0000-BFFFF uncachable
 4月 09 22:19:42 testbox kernel:   C0000-FFFFF write-protect
 4月 09 22:19:42 testbox kernel: MTRR variable ranges enabled:
 4月 09 22:19:42 testbox kernel:   0 base 0080000000 mask 7F80000000 uncachable
 4月 09 22:19:42 testbox kernel:   1 base 0040000000 mask 7FC0000000 uncachable
 4月 09 22:19:42 testbox kernel:   2 base 003C000000 mask 7FFC000000 uncachable
 4月 09 22:19:42 testbox kernel:   3 base 003B800000 mask 7FFF800000 uncachable
 4月 09 22:19:42 testbox kernel:   4 disabled
 4月 09 22:19:42 testbox kernel:   5 disabled
 4月 09 22:19:42 testbox kernel:   6 disabled
 4月 09 22:19:42 testbox kernel:   7 disabled
 4月 09 22:19:42 testbox kernel:   8 disabled
 4月 09 22:19:42 testbox kernel:   9 disabled
 4月 09 22:19:42 testbox kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
 4月 09 22:19:42 testbox kernel: e820: last_pfn = 0x3af00 max_arch_pfn = 0x400000000
 4月 09 22:19:42 testbox kernel: found SMP MP-table at [mem 0x000fcd60-0x000fcd6f] mapped at [        (ptrval)]
 4月 09 22:19:42 testbox kernel: Scanning 1 areas for low memory corruption
 4月 09 22:19:42 testbox kernel: Base memory trampoline at [        (ptrval)] 97000 size 24576
 4月 09 22:19:42 testbox kernel: Using GB pages for direct mapping
 4月 09 22:19:42 testbox kernel: BRK [0x2b8139000, 0x2b8139fff] PGTABLE
 4月 09 22:19:42 testbox kernel: BRK [0x2b813a000, 0x2b813afff] PGTABLE
 4月 09 22:19:42 testbox kernel: BRK [0x2b813b000, 0x2b813bfff] PGTABLE
 4月 09 22:19:42 testbox kernel: BRK [0x2b813c000, 0x2b813cfff] PGTABLE
 4月 09 22:19:42 testbox kernel: BRK [0x2b813d000, 0x2b813dfff] PGTABLE
 4月 09 22:19:42 testbox kernel: BRK [0x2b813e000, 0x2b813efff] PGTABLE
 4月 09 22:19:42 testbox kernel: BRK [0x2b813f000, 0x2b813ffff] PGTABLE
 4月 09 22:19:42 testbox kernel: BRK [0x2b8140000, 0x2b8140fff] PGTABLE
 4月 09 22:19:42 testbox kernel: BRK [0x2b8141000, 0x2b8141fff] PGTABLE
 4月 09 22:19:42 testbox kernel: RAMDISK: [mem 0x31a99000-0x34c40fff]
 4月 09 22:19:42 testbox kernel: ACPI: Early table checksum verification disabled
 4月 09 22:19:42 testbox kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
 4月 09 22:19:42 testbox kernel: ACPI: XSDT 0x0000000039DA60A0 0000BC (v01 ALASKA A M I    01072009 AMI  00010013)
 4月 09 22:19:42 testbox kernel: ACPI: FACP 0x0000000039DCE830 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
 4月 09 22:19:42 testbox kernel: ACPI: DSDT 0x0000000039DA61F0 02863A (v02 ALASKA A M I    01072009 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: FACS 0x000000003A48CC40 000040
 4月 09 22:19:42 testbox kernel: ACPI: APIC 0x0000000039DCE948 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
 4月 09 22:19:42 testbox kernel: ACPI: FPDT 0x0000000039DCEA08 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
 4月 09 22:19:42 testbox kernel: ACPI: MCFG 0x0000000039DCEA50 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
 4月 09 22:19:42 testbox kernel: ACPI: FIDT 0x0000000039DCEA90 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0x0000000039DCEB30 003154 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0x0000000039DD1C88 002544 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: HPET 0x0000000039DD41D0 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0x0000000039DD4208 000E3B (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0x0000000039DD5048 002AD7 (v02 INTEL  xh_rvp10 00000000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: UEFI 0x0000000039DD7B20 000042 (v01 INTEL  EDK2     00000002      01000013)
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0x0000000039DD7B68 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: LPIT 0x0000000039DD8A48 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
 4月 09 22:19:42 testbox kernel: ACPI: WSMT 0x0000000039DD8AE0 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0x0000000039DD8B08 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0x0000000039DD8DA8 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: DBGP 0x0000000039DDBDB0 000034 (v01 INTEL           00000002 MSFT 0000005F)
 4月 09 22:19:42 testbox kernel: ACPI: DBG2 0x0000000039DDBDE8 000054 (v00 INTEL           00000002 MSFT 0000005F)
 4月 09 22:19:42 testbox kernel: ACPI: DMAR 0x0000000039DDBE40 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
 4月 09 22:19:42 testbox kernel: ACPI: Local APIC address 0xfee00000
 4月 09 22:19:42 testbox kernel: No NUMA configuration found
 4月 09 22:19:42 testbox kernel: Faking a node at [mem 0x0000000000000000-0x00000004beffffff]
 4月 09 22:19:42 testbox kernel: NODE_DATA(0) allocated [mem 0x4befd5000-0x4beffffff]
 4月 09 22:19:42 testbox kernel: Zone ranges:
 4月 09 22:19:42 testbox kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
 4月 09 22:19:42 testbox kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
 4月 09 22:19:42 testbox kernel:   Normal   [mem 0x0000000100000000-0x00000004beffffff]
 4月 09 22:19:42 testbox kernel:   Device   empty
 4月 09 22:19:42 testbox kernel: Movable zone start for each node
 4月 09 22:19:42 testbox kernel: Early memory node ranges
 4月 09 22:19:42 testbox kernel:   node   0: [mem 0x0000000000001000-0x000000000009cfff]
 4月 09 22:19:42 testbox kernel:   node   0: [mem 0x0000000000100000-0x0000000034c41fff]
 4月 09 22:19:42 testbox kernel:   node   0: [mem 0x0000000034c44000-0x00000000398f2fff]
 4月 09 22:19:42 testbox kernel:   node   0: [mem 0x0000000039c6f000-0x0000000039da5fff]
 4月 09 22:19:42 testbox kernel:   node   0: [mem 0x000000003aeff000-0x000000003aefffff]
 4月 09 22:19:42 testbox kernel:   node   0: [mem 0x0000000100000000-0x00000004beffffff]
 4月 09 22:19:42 testbox kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004beffffff]
 4月 09 22:19:42 testbox kernel: On node 0 totalpages: 4164037
 4月 09 22:19:42 testbox kernel:   DMA zone: 64 pages used for memmap
 4月 09 22:19:42 testbox kernel:   DMA zone: 21 pages reserved
 4月 09 22:19:42 testbox kernel:   DMA zone: 3996 pages, LIFO batch:0
 4月 09 22:19:42 testbox kernel:   DMA32 zone: 3625 pages used for memmap
 4月 09 22:19:42 testbox kernel:   DMA32 zone: 231977 pages, LIFO batch:31
 4月 09 22:19:42 testbox kernel:   Normal zone: 61376 pages used for memmap
 4月 09 22:19:42 testbox kernel:   Normal zone: 3928064 pages, LIFO batch:31
 4月 09 22:19:42 testbox kernel: Reserved but unavailable: 100 pages
 4月 09 22:19:42 testbox kernel: Reserving Intel graphics memory at 0x000000003c000000-0x000000003fffffff
 4月 09 22:19:42 testbox kernel: ACPI: PM-Timer IO Port: 0x1808
 4月 09 22:19:42 testbox kernel: ACPI: Local APIC address 0xfee00000
 4月 09 22:19:42 testbox kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
 4月 09 22:19:42 testbox kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
 4月 09 22:19:42 testbox kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
 4月 09 22:19:42 testbox kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
 4月 09 22:19:42 testbox kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
 4月 09 22:19:42 testbox kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
 4月 09 22:19:42 testbox kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
 4月 09 22:19:42 testbox kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
 4月 09 22:19:42 testbox kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
 4月 09 22:19:42 testbox kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
 4月 09 22:19:42 testbox kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
 4月 09 22:19:42 testbox kernel: ACPI: IRQ0 used by override.
 4月 09 22:19:42 testbox kernel: ACPI: IRQ9 used by override.
 4月 09 22:19:42 testbox kernel: Using ACPI (MADT) for SMP configuration information
 4月 09 22:19:42 testbox kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
 4月 09 22:19:42 testbox kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x34c42000-0x34c42fff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x34c43000-0x34c43fff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x398f3000-0x39c6efff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x39da6000-0x3a48cfff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x3a48d000-0x3aefefff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x3af00000-0x3fffffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0x40000000-0xefffffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
 4月 09 22:19:42 testbox kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
 4月 09 22:19:42 testbox kernel: e820: [mem 0x40000000-0xefffffff] available for PCI devices
 4月 09 22:19:42 testbox kernel: Booting paravirtualized kernel on bare hardware
 4月 09 22:19:42 testbox kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
 4月 09 22:19:42 testbox kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
 4月 09 22:19:42 testbox kernel: percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
 4月 09 22:19:42 testbox kernel: pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
 4月 09 22:19:42 testbox kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
 4月 09 22:19:42 testbox kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4098951
 4月 09 22:19:42 testbox kernel: Policy zone: Normal
 4月 09 22:19:42 testbox kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.15-041515-generic root=UUID=d3a6e0bc-2e8b-4369-8786-e174eefed04f ro loglevel=8 vt.handoff=7
 4月 09 22:19:42 testbox kernel: Calgary: detecting Calgary via BIOS EBDA area
 4月 09 22:19:42 testbox kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
 4月 09 22:19:42 testbox kernel: Memory: 16247488K/16656148K available (12300K kernel code, 2470K rwdata, 4196K rodata, 2384K init, 2416K bss, 408660K reserved, 0K cma-reserved)
 4月 09 22:19:42 testbox kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
 4月 09 22:19:42 testbox kernel: Kernel/User page tables isolation: enabled
 4月 09 22:19:42 testbox kernel: ftrace: allocating 39055 entries in 153 pages
 4月 09 22:19:42 testbox kernel: Hierarchical RCU implementation.
 4月 09 22:19:42 testbox kernel:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
 4月 09 22:19:42 testbox kernel:         Tasks RCU enabled.
 4月 09 22:19:42 testbox kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
 4月 09 22:19:42 testbox kernel: NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
 4月 09 22:19:42 testbox kernel: Console: colour dummy device 80x25
 4月 09 22:19:42 testbox kernel: console [tty0] enabled
 4月 09 22:19:42 testbox kernel: ACPI: Core revision 20170831
 4月 09 22:19:42 testbox kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
 4月 09 22:19:42 testbox kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
 4月 09 22:19:42 testbox kernel: hpet clockevent registered
 4月 09 22:19:42 testbox kernel: APIC: Switch to symmetric I/O mode setup
 4月 09 22:19:42 testbox kernel: DMAR: Host address width 39
 4月 09 22:19:42 testbox kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
 4月 09 22:19:42 testbox kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
 4月 09 22:19:42 testbox kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
 4月 09 22:19:42 testbox kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
 4月 09 22:19:42 testbox kernel: DMAR: RMRR base: 0x00000039bc0000 end: 0x00000039bdffff
 4月 09 22:19:42 testbox kernel: DMAR: RMRR base: 0x0000003b800000 end: 0x0000003fffffff
 4月 09 22:19:42 testbox kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
 4月 09 22:19:42 testbox kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
 4月 09 22:19:42 testbox kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
 4月 09 22:19:42 testbox kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
 4月 09 22:19:42 testbox kernel: x2apic enabled
 4月 09 22:19:42 testbox kernel: Switched APIC routing to cluster x2apic.
 4月 09 22:19:42 testbox kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
 4月 09 22:19:42 testbox kernel: tsc: Detected 4200.000 MHz processor
 4月 09 22:19:42 testbox kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 8400.00 BogoMIPS (lpj=16800000)
 4月 09 22:19:42 testbox kernel: pid_max: default: 32768 minimum: 301
 4月 09 22:19:42 testbox kernel: Security Framework initialized
 4月 09 22:19:42 testbox kernel: Yama: becoming mindful.
 4月 09 22:19:42 testbox kernel: AppArmor: AppArmor initialized
 4月 09 22:19:42 testbox kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
 4月 09 22:19:42 testbox kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
 4月 09 22:19:42 testbox kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
 4月 09 22:19:42 testbox kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
 4月 09 22:19:42 testbox kernel: CPU: Physical Processor ID: 0
 4月 09 22:19:42 testbox kernel: CPU: Processor Core ID: 0
 4月 09 22:19:42 testbox kernel: mce: CPU supports 10 MCE banks
 4月 09 22:19:42 testbox kernel: CPU0: Thermal monitoring enabled (TM1)
 4月 09 22:19:42 testbox kernel: process: using mwait in idle threads
 4月 09 22:19:42 testbox kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
 4月 09 22:19:42 testbox kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
 4月 09 22:19:42 testbox kernel: Spectre V2 : Mitigation: Full generic retpoline
 4月 09 22:19:42 testbox kernel: Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
 4月 09 22:19:42 testbox kernel: Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
 4月 09 22:19:42 testbox kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
 4月 09 22:19:42 testbox kernel: Freeing SMP alternatives memory: 36K
 4月 09 22:19:42 testbox kernel: TSC deadline timer enabled
 4月 09 22:19:42 testbox kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (family: 0x6, model: 0x9e, stepping: 0x9)
 4月 09 22:19:42 testbox kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
 4月 09 22:19:42 testbox kernel: ... version:                4
 4月 09 22:19:42 testbox kernel: ... bit width:              48
 4月 09 22:19:42 testbox kernel: ... generic registers:      4
 4月 09 22:19:42 testbox kernel: ... value mask:             0000ffffffffffff
 4月 09 22:19:42 testbox kernel: ... max period:             00007fffffffffff
 4月 09 22:19:42 testbox kernel: ... fixed-purpose events:   3
 4月 09 22:19:42 testbox kernel: ... event mask:             000000070000000f
 4月 09 22:19:42 testbox kernel: Hierarchical SRCU implementation.
 4月 09 22:19:42 testbox kernel: smp: Bringing up secondary CPUs ...
 4月 09 22:19:42 testbox kernel: x86: Booting SMP configuration:
 4月 09 22:19:42 testbox kernel: .... node  #0, CPUs:      #1
 4月 09 22:19:42 testbox kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
 4月 09 22:19:42 testbox kernel:  #2 #3 #4 #5 #6 #7
 4月 09 22:19:42 testbox kernel: smp: Brought up 1 node, 8 CPUs
 4月 09 22:19:42 testbox kernel: smpboot: Max logical packages: 1
 4月 09 22:19:42 testbox kernel: smpboot: Total of 8 processors activated (67200.00 BogoMIPS)
 4月 09 22:19:42 testbox kernel: devtmpfs: initialized
 4月 09 22:19:42 testbox kernel: x86/mm: Memory block size: 128MB
 4月 09 22:19:42 testbox kernel: evm: security.selinux
 4月 09 22:19:42 testbox kernel: evm: security.SMACK64
 4月 09 22:19:42 testbox kernel: evm: security.SMACK64EXEC
 4月 09 22:19:42 testbox kernel: evm: security.SMACK64TRANSMUTE
 4月 09 22:19:42 testbox kernel: evm: security.SMACK64MMAP
 4月 09 22:19:42 testbox kernel: evm: security.apparmor
 4月 09 22:19:42 testbox kernel: evm: security.ima
 4月 09 22:19:42 testbox kernel: evm: security.capability
 4月 09 22:19:42 testbox kernel: PM: Registering ACPI NVS region [mem 0x34c42000-0x34c42fff] (4096 bytes)
 4月 09 22:19:42 testbox kernel: PM: Registering ACPI NVS region [mem 0x39da6000-0x3a48cfff] (7237632 bytes)
 4月 09 22:19:42 testbox kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
 4月 09 22:19:42 testbox kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
 4月 09 22:19:42 testbox kernel: pinctrl core: initialized pinctrl subsystem
 4月 09 22:19:42 testbox kernel: RTC time: 13:19:34, date: 04/09/18
 4月 09 22:19:42 testbox kernel: NET: Registered protocol family 16
 4月 09 22:19:42 testbox kernel: audit: initializing netlink subsys (disabled)
 4月 09 22:19:42 testbox kernel: audit: type=2000 audit(1523279974.036:1): state=initialized audit_enabled=0 res=1
 4月 09 22:19:42 testbox kernel: cpuidle: using governor ladder
 4月 09 22:19:42 testbox kernel: cpuidle: using governor menu
 4月 09 22:19:42 testbox kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
 4月 09 22:19:42 testbox kernel: ACPI: bus type PCI registered
 4月 09 22:19:42 testbox kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
 4月 09 22:19:42 testbox kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
 4月 09 22:19:42 testbox kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
 4月 09 22:19:42 testbox kernel: PCI: Using configuration type 1 for base access
 4月 09 22:19:42 testbox kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
 4月 09 22:19:42 testbox kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
 4月 09 22:19:42 testbox kernel: ACPI: Added _OSI(Module Device)
 4月 09 22:19:42 testbox kernel: ACPI: Added _OSI(Processor Device)
 4月 09 22:19:42 testbox kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
 4月 09 22:19:42 testbox kernel: ACPI: Added _OSI(Processor Aggregator Device)
 4月 09 22:19:42 testbox kernel: ACPI: Executed 35 blocks of module-level executable AML code
 4月 09 22:19:42 testbox kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
 4月 09 22:19:42 testbox kernel: ACPI: Dynamic OEM Table Load:
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0xFFFF8B412B91F000 00081F (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: Executed 1 blocks of module-level executable AML code
 4月 09 22:19:42 testbox kernel: ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
 4月 09 22:19:42 testbox kernel: ACPI: Dynamic OEM Table Load:
 4月 09 22:19:42 testbox kernel: ACPI: SSDT 0xFFFF8B412BD7D000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
 4月 09 22:19:42 testbox kernel: ACPI: Executed 1 blocks of module-level executable AML code
 4月 09 22:19:42 testbox kernel: ACPI: Interpreter enabled
 4月 09 22:19:42 testbox kernel: ACPI: (supports S0 S3 S4 S5)
 4月 09 22:19:42 testbox kernel: ACPI: Using IOAPIC for interrupt routing
 4月 09 22:19:42 testbox kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
 4月 09 22:19:42 testbox kernel: ACPI: GPE 0x23 active on init
 4月 09 22:19:42 testbox kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [PG00] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [PG01] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [PG02] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [WRST] (on)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [FN00] (off)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [FN01] (off)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [FN02] (off)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [FN03] (off)
 4月 09 22:19:42 testbox kernel: ACPI: Power Resource [FN04] (off)
 4月 09 22:19:42 testbox kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
 4月 09 22:19:42 testbox kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
 4月 09 22:19:42 testbox kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
 4月 09 22:19:42 testbox kernel: PCI host bridge to bus 0000:00
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: root bus resource [mem 0x40000000-0xefffffff window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
 4月 09 22:19:42 testbox kernel: pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
 4月 09 22:19:42 testbox kernel: pci 0000:00:02.0: [8086:5912] type 00 class 0x030000
 4月 09 22:19:42 testbox kernel: pci 0000:00:02.0: reg 0x10: [mem 0xee000000-0xeeffffff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
 4月 09 22:19:42 testbox kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
 4月 09 22:19:42 testbox kernel: pci 0000:00:14.0: reg 0x10: [mem 0xef830000-0xef83ffff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
 4月 09 22:19:42 testbox kernel: pci 0000:00:16.0: reg 0x10: [mem 0xef84d000-0xef84dfff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:00:16.0: PME# supported from D3hot
 4月 09 22:19:42 testbox kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
 4月 09 22:19:42 testbox kernel: pci 0000:00:17.0: reg 0x10: [mem 0xef848000-0xef849fff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:17.0: reg 0x14: [mem 0xef84c000-0xef84c0ff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
 4月 09 22:19:42 testbox kernel: pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
 4月 09 22:19:42 testbox kernel: pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
 4月 09 22:19:42 testbox kernel: pci 0000:00:17.0: reg 0x24: [mem 0xef84b000-0xef84b7ff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:17.0: PME# supported from D3hot
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.2: [8086:a169] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.3: [8086:a16a] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.3: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.1: [8086:a111] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xef844000-0xef847fff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xef840000-0xef843fff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xef820000-0xef82ffff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xef84a000-0xef84a0ff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xef800000-0xef81ffff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.2: PCI bridge to [bus 02]
 4月 09 22:19:42 testbox kernel: pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
 4月 09 22:19:42 testbox kernel: pci 0000:03:00.0: reg 0x10: [io  0xe050-0xe057]
 4月 09 22:19:42 testbox kernel: pci 0000:03:00.0: reg 0x14: [io  0xe040-0xe043]
 4月 09 22:19:42 testbox kernel: pci 0000:03:00.0: reg 0x18: [io  0xe030-0xe037]
 4月 09 22:19:42 testbox kernel: pci 0000:03:00.0: reg 0x1c: [io  0xe020-0xe023]
 4月 09 22:19:42 testbox kernel: pci 0000:03:00.0: reg 0x20: [io  0xe000-0xe01f]
 4月 09 22:19:42 testbox kernel: pci 0000:03:00.0: reg 0x24: [mem 0xef710000-0xef7101ff]
 4月 09 22:19:42 testbox kernel: pci 0000:03:00.0: reg 0x30: [mem 0xef700000-0xef70ffff pref]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.3: PCI bridge to [bus 03]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.3:   bridge window [io  0xe000-0xefff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.3:   bridge window [mem 0xef700000-0xef7fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.1: PCI bridge to [bus 05]
 4月 09 22:19:42 testbox kernel: pci 0000:06:00.0: [1969:e0a1] type 00 class 0x020000
 4月 09 22:19:42 testbox kernel: pci 0000:06:00.0: reg 0x10: [mem 0xef600000-0xef63ffff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:06:00.0: reg 0x18: [io  0xd000-0xd07f]
 4月 09 22:19:42 testbox kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.2: PCI bridge to [bus 06]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.2:   bridge window [mem 0xef600000-0xef6fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0: [8086:1578] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4: PCI bridge to [bus 07-3f]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4:   bridge window [io  0x9000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4:   bridge window [mem 0xef000000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:08:00.0: [8086:1578] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:08:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:08:00.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0: [8086:1578] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: [8086:1578] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: [8086:1578] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0: PCI bridge to [bus 08-3f]
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0:   bridge window [io  0x9000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0:   bridge window [mem 0xef000000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:09:00.0: [8086:1577] type 00 class 0x088000
 4月 09 22:19:42 testbox kernel: pci 0000:09:00.0: reg 0x10: [mem 0xef300000-0xef33ffff]
 4月 09 22:19:42 testbox kernel: pci 0000:09:00.0: reg 0x14: [mem 0xef340000-0xef340fff]
 4月 09 22:19:42 testbox kernel: pci 0000:09:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:09:00.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:08:00.0: PCI bridge to [bus 09]
 4月 09 22:19:42 testbox kernel: pci 0000:08:00.0:   bridge window [mem 0xef300000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: [8086:1576] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0: PCI bridge to [bus 12-23]
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0:   bridge window [io  0x9000-0xbfff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0:   bridge window [mem 0xef000000-0xef0fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0:   bridge window [mem 0xd0000000-0xd7ffffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: [8086:1576] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: PCI bridge to [bus 13-23]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0:   bridge window [io  0x9000-0xbfff]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0:   bridge window [mem 0x01c00000-0xef0fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: [1022:1470] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: reg 0x10: [mem 0x01c00000-0x01c03fff]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: PCI bridge to [bus 14-16]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0:   bridge window [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0:   bridge window [mem 0x01c00000-0x01ffffff]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: [1022:1471] type 01 class 0x060400
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: PME# supported from D0 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: PCI bridge to [bus 15-16]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0:   bridge window [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0:   bridge window [mem 0x01c00000-0x01ffffff]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: [1002:687f] type 00 class 0x030000
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: reg 0x18: [mem 0xe0200000-0xe03fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: reg 0x20: [io  0x9000-0x90ff]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: reg 0x24: [mem 0x01d00000-0x01d7ffff]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: reg 0x30: [mem 0x01d80000-0x01d9ffff pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: PME# supported from D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: [1002:aaf8] type 00 class 0x040300
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: reg 0x10: [mem 0x01da0000-0x01da3fff]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: PME# supported from D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: PCI bridge to [bus 16]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0:   bridge window [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0:   bridge window [mem 0x01d00000-0x01dfffff]
 4月 09 22:19:42 testbox kernel: pci 0000:24:00.0: [8086:15b6] type 00 class 0x0c0330
 4月 09 22:19:42 testbox kernel: pci 0000:24:00.0: reg 0x10: [mem 0xef100000-0xef10ffff]
 4月 09 22:19:42 testbox kernel: pci 0000:24:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:24:00.0: supports D1 D2
 4月 09 22:19:42 testbox kernel: pci 0000:24:00.0: PME# supported from D0 D1 D2 D3hot D3cold
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: PCI bridge to [bus 24]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0:   bridge window [mem 0xef100000-0xef1fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: PCI bridge to [bus 25-3f]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0:   bridge window [io  0xb000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0:   bridge window [mem 0xef200000-0xef2fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0:   bridge window [mem 0xd8000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:40:00.0: [8086:2522] type 00 class 0x010802
 4月 09 22:19:42 testbox kernel: pci 0000:40:00.0: reg 0x10: [mem 0xef510000-0xef513fff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:40:00.0: reg 0x20: [mem 0xef500000-0xef50ffff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:40:00.0: enabling Extended Tags
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.0: PCI bridge to [bus 40]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.0:   bridge window [mem 0xef500000-0xef5fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:41:00.0: [1987:5007] type 00 class 0x010802
 4月 09 22:19:42 testbox kernel: pci 0000:41:00.0: reg 0x10: [mem 0xef400000-0xef403fff 64bit]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.4: PCI bridge to [bus 41]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.4:   bridge window [mem 0xef400000-0xef4fffff]
 4月 09 22:19:42 testbox kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
 4月 09 22:19:42 testbox kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
 4月 09 22:19:42 testbox kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
 4月 09 22:19:42 testbox kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
 4月 09 22:19:42 testbox kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
 4月 09 22:19:42 testbox kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
 4月 09 22:19:42 testbox kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
 4月 09 22:19:42 testbox kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
 4月 09 22:19:42 testbox kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
 4月 09 22:19:42 testbox kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: vgaarb: bridge control possible
 4月 09 22:19:42 testbox kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
 4月 09 22:19:42 testbox kernel: vgaarb: loaded
 4月 09 22:19:42 testbox kernel: SCSI subsystem initialized
 4月 09 22:19:42 testbox kernel: libata version 3.00 loaded.
 4月 09 22:19:42 testbox kernel: ACPI: bus type USB registered
 4月 09 22:19:42 testbox kernel: usbcore: registered new interface driver usbfs
 4月 09 22:19:42 testbox kernel: usbcore: registered new interface driver hub
 4月 09 22:19:42 testbox kernel: usbcore: registered new device driver usb
 4月 09 22:19:42 testbox kernel: EDAC MC: Ver: 3.0.0
 4月 09 22:19:42 testbox kernel: PCI: Using ACPI for IRQ routing
 4月 09 22:19:42 testbox kernel: PCI: pci_cache_line_size set to 64 bytes
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: can't claim BAR 14 [mem 0x01c00000-0xef0fffff]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: [mem 0x01c00000-0xef0fffff] clipped to [mem 0xef000000-0xef0fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0:   bridge window [mem 0xef000000-0xef0fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: can't claim BAR 14 [mem 0x01c00000-0x01ffffff]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: can't claim BAR 14 [mem 0x01c00000-0x01ffffff]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: can't claim BAR 14 [mem 0x01d00000-0x01dfffff]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: can't claim BAR 13 [io  0xb000-0xcfff]: address conflict with PCI Bus 0000:12 [io  0x9000-0xbfff]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: can't claim BAR 0 [mem 0x01c00000-0x01c03fff]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: can't claim BAR 0 [mem 0xd0000000-0xdfffffff 64bit pref]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: can't claim BAR 2 [mem 0xe0200000-0xe03fffff 64bit pref]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: can't claim BAR 5 [mem 0x01d00000-0x01d7ffff]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: can't claim BAR 0 [mem 0x01da0000-0x01da3fff]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff]
 4月 09 22:19:42 testbox kernel: e820: reserve RAM buffer [mem 0x34c42000-0x37ffffff]
 4月 09 22:19:42 testbox kernel: e820: reserve RAM buffer [mem 0x398f3000-0x3bffffff]
 4月 09 22:19:42 testbox kernel: e820: reserve RAM buffer [mem 0x39da6000-0x3bffffff]
 4月 09 22:19:42 testbox kernel: e820: reserve RAM buffer [mem 0x3af00000-0x3bffffff]
 4月 09 22:19:42 testbox kernel: e820: reserve RAM buffer [mem 0x4bf000000-0x4bfffffff]
 4月 09 22:19:42 testbox kernel: NetLabel: Initializing
 4月 09 22:19:42 testbox kernel: NetLabel:  domain hash size = 128
 4月 09 22:19:42 testbox kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
 4月 09 22:19:42 testbox kernel: NetLabel:  unlabeled traffic allowed by default
 4月 09 22:19:42 testbox kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
 4月 09 22:19:42 testbox kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
 4月 09 22:19:42 testbox kernel: clocksource: Switched to clocksource hpet
 4月 09 22:19:42 testbox kernel: VFS: Disk quotas dquot_6.6.0
 4月 09 22:19:42 testbox kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
 4月 09 22:19:42 testbox kernel: AppArmor: AppArmor Filesystem Enabled
 4月 09 22:19:42 testbox kernel: pnp: PnP ACPI init
 4月 09 22:19:42 testbox kernel: system 00:00: [io  0x0a00-0x0a2f] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:00: [io  0x0a30-0x0a3f] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:00: [io  0x0a40-0x0a4f] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
 4月 09 22:19:42 testbox kernel: pnp 00:01: [dma 0 disabled]
 4月 09 22:19:42 testbox kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
 4月 09 22:19:42 testbox kernel: system 00:02: [io  0x0680-0x069f] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:02: [io  0xffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:02: [io  0xffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:02: [io  0xffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:02: [io  0x1800-0x18fe] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:02: [io  0x164e-0x164f] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
 4月 09 22:19:42 testbox kernel: system 00:03: [io  0x0800-0x087f] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
 4月 09 22:19:42 testbox kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
 4月 09 22:19:42 testbox kernel: system 00:05: [io  0x1854-0x1857] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
 4月 09 22:19:42 testbox kernel: system 00:06: [mem 0xeffe0000-0xefffffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
 4月 09 22:19:42 testbox kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
 4月 09 22:19:42 testbox kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
 4月 09 22:19:42 testbox kernel: system 00:08: [io  0xff00-0xfffe] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
 4月 09 22:19:42 testbox kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
 4月 09 22:19:42 testbox kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
 4月 09 22:19:42 testbox kernel: pnp: PnP ACPI: found 10 devices
 4月 09 22:19:42 testbox kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: can't claim BAR 6 [mem 0x01d80000-0x01d9ffff pref]: no compatible bridge window
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: bridge window [io  0x1000-0x0fff] to [bus 24] add_size 1000
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 24] add_size 200000 add_align 100000
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: bridge window [io  0x1000-0x0fff] to [bus 25-3f] add_size 1000
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.0: PCI bridge to [bus 01]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.2: PCI bridge to [bus 02]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.3: PCI bridge to [bus 03]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.3:   bridge window [io  0xe000-0xefff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1b.3:   bridge window [mem 0xef700000-0xef7fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.1: PCI bridge to [bus 05]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.2: PCI bridge to [bus 06]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.2:   bridge window [mem 0xef600000-0xef6fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: BAR 13: assigned [io  0xc000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: BAR 13: no space for [io  size 0x1000]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: BAR 13: failed to assign [io  size 0x1000]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: BAR 13: assigned [io  0xc000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: BAR 13: no space for [io  size 0x1000]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: BAR 13: failed to assign [io  size 0x1000]
 4月 09 22:19:42 testbox kernel: pci 0000:08:00.0: PCI bridge to [bus 09]
 4月 09 22:19:42 testbox kernel: pci 0000:08:00.0:   bridge window [mem 0xef300000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: BAR 15: no space for [mem size 0x18000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: BAR 15: failed to assign [mem size 0x18000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: BAR 15: no space for [mem size 0x18000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: BAR 15: failed to assign [mem size 0x18000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: BAR 14: no space for [mem size 0x00200000]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: BAR 14: failed to assign [mem size 0x00200000]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: BAR 15: no space for [mem size 0x18000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: BAR 15: failed to assign [mem size 0x18000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: BAR 14: no space for [mem size 0x00100000]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: BAR 14: failed to assign [mem size 0x00100000]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: BAR 0: no space for [mem size 0x00004000]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: BAR 0: trying firmware assignment [mem 0x01c00000-0x01c03fff]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: BAR 0: [mem 0x01c00000-0x01c03fff] conflicts with System RAM [mem 0x00100000-0x34c41fff]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: BAR 0: failed to assign [mem size 0x00004000]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: BAR 15: no space for [mem size 0x18000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: BAR 15: failed to assign [mem size 0x18000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: BAR 14: no space for [mem size 0x00100000]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: BAR 14: failed to assign [mem size 0x00100000]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 0: no space for [mem size 0x10000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 0: trying firmware assignment [mem 0xd0000000-0xdfffffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 0: [mem 0xd0000000-0xdfffffff 64bit pref] conflicts with PCI Bus 0000:00 [mem 0x40000000-0xefffffff window]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 0: failed to assign [mem size 0x10000000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 2: no space for [mem size 0x00200000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 2: trying firmware assignment [mem 0xe0200000-0xe03fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 2: [mem 0xe0200000-0xe03fffff 64bit pref] conflicts with PCI Bus 0000:00 [mem 0x40000000-0xefffffff window]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 2: failed to assign [mem size 0x00200000 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 5: no space for [mem size 0x00080000]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 5: trying firmware assignment [mem 0x01d00000-0x01d7ffff]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 5: [mem 0x01d00000-0x01d7ffff] conflicts with System RAM [mem 0x00100000-0x34c41fff]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 5: failed to assign [mem size 0x00080000]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 6: no space for [mem size 0x00020000 pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.0: BAR 6: failed to assign [mem size 0x00020000 pref]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: BAR 0: no space for [mem size 0x00004000]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: BAR 0: trying firmware assignment [mem 0x01da0000-0x01da3fff]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: BAR 0: [mem 0x01da0000-0x01da3fff] conflicts with System RAM [mem 0x00100000-0x34c41fff]
 4月 09 22:19:42 testbox kernel: pci 0000:16:00.1: BAR 0: failed to assign [mem size 0x00004000]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0: PCI bridge to [bus 16]
 4月 09 22:19:42 testbox kernel: pci 0000:15:00.0:   bridge window [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0: PCI bridge to [bus 15-16]
 4月 09 22:19:42 testbox kernel: pci 0000:14:00.0:   bridge window [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0: PCI bridge to [bus 14-16]
 4月 09 22:19:42 testbox kernel: pci 0000:13:01.0:   bridge window [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0: PCI bridge to [bus 13-23]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0:   bridge window [io  0x9000-0xbfff]
 4月 09 22:19:42 testbox kernel: pci 0000:12:00.0:   bridge window [mem 0xef000000-0xef0fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0: PCI bridge to [bus 12-23]
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0:   bridge window [io  0x9000-0xbfff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0:   bridge window [mem 0xef000000-0xef0fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:01.0:   bridge window [mem 0xd0000000-0xd7ffffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0: PCI bridge to [bus 24]
 4月 09 22:19:42 testbox kernel: pci 0000:08:02.0:   bridge window [mem 0xef100000-0xef1fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0: PCI bridge to [bus 25-3f]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0:   bridge window [io  0xc000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0:   bridge window [mem 0xef200000-0xef2fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:08:04.0:   bridge window [mem 0xd8000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0: PCI bridge to [bus 08-3f]
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0:   bridge window [io  0x9000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0:   bridge window [mem 0xef000000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:07:00.0:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4: PCI bridge to [bus 07-3f]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4:   bridge window [io  0x9000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4:   bridge window [mem 0xef000000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1c.4:   bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.0: PCI bridge to [bus 40]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.0:   bridge window [mem 0xef500000-0xef5fffff]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.4: PCI bridge to [bus 41]
 4月 09 22:19:42 testbox kernel: pci 0000:00:1d.4:   bridge window [mem 0xef400000-0xef4fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: resource 7 [mem 0x40000000-0xefffffff window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:03: resource 1 [mem 0xef700000-0xef7fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:06: resource 1 [mem 0xef600000-0xef6fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:07: resource 0 [io  0x9000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:07: resource 1 [mem 0xef000000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:07: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:08: resource 0 [io  0x9000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:08: resource 1 [mem 0xef000000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:08: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:09: resource 1 [mem 0xef300000-0xef3fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:12: resource 0 [io  0x9000-0xbfff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:12: resource 1 [mem 0xef000000-0xef0fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:12: resource 2 [mem 0xd0000000-0xd7ffffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:13: resource 0 [io  0x9000-0xbfff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:13: resource 1 [mem 0xef000000-0xef0fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:14: resource 0 [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:15: resource 0 [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:16: resource 0 [io  0x9000-0x9fff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:24: resource 1 [mem 0xef100000-0xef1fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:25: resource 0 [io  0xc000-0xcfff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:25: resource 1 [mem 0xef200000-0xef2fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:25: resource 2 [mem 0xd8000000-0xe01fffff 64bit pref]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:40: resource 1 [mem 0xef500000-0xef5fffff]
 4月 09 22:19:42 testbox kernel: pci_bus 0000:41: resource 1 [mem 0xef400000-0xef4fffff]
 4月 09 22:19:42 testbox kernel: NET: Registered protocol family 2
 4月 09 22:19:42 testbox kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
 4月 09 22:19:42 testbox kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
 4月 09 22:19:42 testbox kernel: TCP: Hash tables configured (established 131072 bind 65536)
 4月 09 22:19:42 testbox kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
 4月 09 22:19:42 testbox kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
 4月 09 22:19:42 testbox kernel: NET: Registered protocol family 1
 4月 09 22:19:42 testbox kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
 4月 09 22:19:42 testbox kernel: PCI: CLS mismatch (64 != 128), using 64 bytes
 4月 09 22:19:42 testbox kernel: Unpacking initramfs...
 4月 09 22:19:42 testbox kernel: Freeing initrd memory: 50848K
 4月 09 22:19:42 testbox kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
 4月 09 22:19:42 testbox kernel: software IO TLB [mem 0x358f3000-0x398f3000] (64MB) mapped at [000000006bf0685f-00000000d346e771]
 4月 09 22:19:42 testbox kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
 4月 09 22:19:42 testbox kernel: Scanning for low memory corruption every 60 seconds
 4月 09 22:19:42 testbox kernel: Initialise system trusted keyrings
 4月 09 22:19:42 testbox kernel: Key type blacklist registered
 4月 09 22:19:42 testbox kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
 4月 09 22:19:42 testbox kernel: zbud: loaded
 4月 09 22:19:42 testbox kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
 4月 09 22:19:42 testbox kernel: fuse init (API version 7.26)
 4月 09 22:19:42 testbox kernel: Key type asymmetric registered
 4月 09 22:19:42 testbox kernel: Asymmetric key parser 'x509' registered
 4月 09 22:19:42 testbox kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
 4月 09 22:19:42 testbox kernel: io scheduler noop registered
 4月 09 22:19:42 testbox kernel: io scheduler deadline registered
 4月 09 22:19:42 testbox kernel: io scheduler cfq registered (default)
 4月 09 22:19:42 testbox kernel: vesafb: mode is 1920x1080x32, linelength=7680, pages=0
 4月 09 22:19:42 testbox kernel: vesafb: scrolling: redraw
 4月 09 22:19:42 testbox kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
 4月 09 22:19:42 testbox kernel: vesafb: framebuffer at 0xc0000000, mapped to 0x0000000032772fa7, using 8128k, total 8128k
 4月 09 22:19:42 testbox kernel: Console: switching to colour frame buffer device 240x67
 4月 09 22:19:42 testbox kernel: fb0: VESA VGA frame buffer device
 4月 09 22:19:42 testbox kernel: intel_idle: MWAIT substates: 0x142120
 4月 09 22:19:42 testbox kernel: intel_idle: v0.4.1 model 0x9E
 4月 09 22:19:42 testbox kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
 4月 09 22:19:42 testbox kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
 4月 09 22:19:42 testbox kernel: ACPI: Sleep Button [SLPB]
 4月 09 22:19:42 testbox kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
 4月 09 22:19:43 testbox kernel: ACPI: Power Button [PWRB]
 4月 09 22:19:43 testbox kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
 4月 09 22:19:43 testbox kernel: ACPI: Power Button [PWRF]
 4月 09 22:19:43 testbox kernel: (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
 4月 09 22:19:43 testbox kernel: thermal LNXTHERM:00: registered as thermal_zone0
 4月 09 22:19:43 testbox kernel: ACPI: Thermal Zone [TZ00] (28 C)
 4月 09 22:19:43 testbox kernel: thermal LNXTHERM:01: registered as thermal_zone1
 4月 09 22:19:43 testbox kernel: ACPI: Thermal Zone [TZ01] (30 C)
 4月 09 22:19:43 testbox kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
 4月 09 22:19:43 testbox kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
 4月 09 22:19:43 testbox kernel: Linux agpgart interface v0.103
 4月 09 22:19:43 testbox kernel: loop: module loaded
 4月 09 22:19:43 testbox kernel: nvme nvme0: pci function 0000:40:00.0
 4月 09 22:19:43 testbox kernel: nvme nvme1: pci function 0000:41:00.0
 4月 09 22:19:43 testbox kernel: libphy: Fixed MDIO Bus: probed
 4月 09 22:19:43 testbox kernel: tun: Universal TUN/TAP device driver, 1.6
 4月 09 22:19:43 testbox kernel: PPP generic driver version 2.4.2
 4月 09 22:19:43 testbox kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 4月 09 22:19:43 testbox kernel: ehci-pci: EHCI PCI platform driver
 4月 09 22:19:43 testbox kernel: ehci-platform: EHCI generic platform driver
 4月 09 22:19:43 testbox kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
 4月 09 22:19:43 testbox kernel: ohci-pci: OHCI PCI platform driver
 4月 09 22:19:43 testbox kernel: ohci-platform: OHCI generic platform driver
 4月 09 22:19:43 testbox kernel: uhci_hcd: USB Universal Host Controller Interface driver
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
 4月 09 22:19:43 testbox kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
 4月 09 22:19:43 testbox kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 4月 09 22:19:43 testbox kernel: usb usb1: Product: xHCI Host Controller
 4月 09 22:19:43 testbox kernel: usb usb1: Manufacturer: Linux 4.15.15-041515-generic xhci-hcd
 4月 09 22:19:43 testbox kernel: usb usb1: SerialNumber: 0000:00:14.0
 4月 09 22:19:43 testbox kernel: hub 1-0:1.0: USB hub found
 4月 09 22:19:43 testbox kernel: hub 1-0:1.0: 16 ports detected
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
 4月 09 22:19:43 testbox kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
 4月 09 22:19:43 testbox kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 4月 09 22:19:43 testbox kernel: usb usb2: Product: xHCI Host Controller
 4月 09 22:19:43 testbox kernel: usb usb2: Manufacturer: Linux 4.15.15-041515-generic xhci-hcd
 4月 09 22:19:43 testbox kernel: usb usb2: SerialNumber: 0000:00:14.0
 4月 09 22:19:43 testbox kernel: hub 2-0:1.0: USB hub found
 4月 09 22:19:43 testbox kernel:  nvme0n1: p1
 4月 09 22:19:43 testbox kernel: hub 2-0:1.0: 10 ports detected
 4月 09 22:19:43 testbox kernel: usb: port power management may be unreliable
 4月 09 22:19:43 testbox kernel:  nvme1n1: p1
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:24:00.0: xHCI Host Controller
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:24:00.0: new USB bus registered, assigned bus number 3
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:24:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x00009810
 4月 09 22:19:43 testbox kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
 4月 09 22:19:43 testbox kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
 4月 09 22:19:43 testbox kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 4月 09 22:19:43 testbox kernel: usb usb3: Product: xHCI Host Controller
 4月 09 22:19:43 testbox kernel: usb usb3: Manufacturer: Linux 4.15.15-041515-generic xhci-hcd
 4月 09 22:19:43 testbox kernel: usb usb3: SerialNumber: 0000:24:00.0
 4月 09 22:19:43 testbox kernel: usb 1-1: New USB device found, idVendor=045b, idProduct=0209
 4月 09 22:19:43 testbox kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
 4月 09 22:19:43 testbox kernel: hub 1-1:1.0: USB hub found
 4月 09 22:19:43 testbox kernel: hub 1-1:1.0: 4 ports detected
 4月 09 22:19:43 testbox kernel: hub 3-0:1.0: USB hub found
 4月 09 22:19:43 testbox kernel: clocksource: Switched to clocksource tsc
 4月 09 22:19:43 testbox kernel: hub 3-0:1.0: 2 ports detected
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:24:00.0: xHCI Host Controller
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:24:00.0: new USB bus registered, assigned bus number 4
 4月 09 22:19:43 testbox kernel: xhci_hcd 0000:24:00.0: Host supports USB 3.1 Enhanced SuperSpeed
 4月 09 22:19:43 testbox kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
 4月 09 22:19:43 testbox kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 4月 09 22:19:43 testbox kernel: usb usb4: Product: xHCI Host Controller
 4月 09 22:19:43 testbox kernel: usb usb4: Manufacturer: Linux 4.15.15-041515-generic xhci-hcd
 4月 09 22:19:43 testbox kernel: usb usb4: SerialNumber: 0000:24:00.0
 4月 09 22:19:43 testbox kernel: hub 4-0:1.0: USB hub found
 4月 09 22:19:43 testbox kernel: hub 4-0:1.0: 2 ports detected
 4月 09 22:19:43 testbox kernel: i8042: PNP: No PS/2 controller found.
 4月 09 22:19:43 testbox kernel: mousedev: PS/2 mouse device common for all mice
 4月 09 22:19:43 testbox kernel: rtc_cmos 00:04: RTC can wake from S4
 4月 09 22:19:43 testbox kernel: rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
 4月 09 22:19:43 testbox kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
 4月 09 22:19:43 testbox kernel: i2c /dev entries driver
 4月 09 22:19:43 testbox kernel: device-mapper: uevent: version 1.0.3
 4月 09 22:19:43 testbox kernel: device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel at redhat.com
 4月 09 22:19:43 testbox kernel: intel_pstate: Intel P-state driver initializing
 4月 09 22:19:43 testbox kernel: usb 1-4: new full-speed USB device number 3 using xhci_hcd
 4月 09 22:19:43 testbox kernel: intel_pstate: HWP enabled
 4月 09 22:19:43 testbox kernel: usb 1-4: New USB device found, idVendor=046d, idProduct=c52b
 4月 09 22:19:43 testbox kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
 4月 09 22:19:43 testbox kernel: usb 1-4: Product: USB Receiver
 4月 09 22:19:43 testbox kernel: usb 1-4: Manufacturer: Logitech
 4月 09 22:19:43 testbox kernel: ledtrig-cpu: registered to indicate activity on CPUs
 4月 09 22:19:43 testbox kernel: NET: Registered protocol family 10
 4月 09 22:19:43 testbox kernel: Segment Routing with IPv6
 4月 09 22:19:43 testbox kernel: NET: Registered protocol family 17
 4月 09 22:19:43 testbox kernel: Key type dns_resolver registered
 4月 09 22:19:43 testbox kernel: RAS: Correctable Errors collector initialized.
 4月 09 22:19:43 testbox kernel: microcode: sig=0x906e9, pf=0x2, revision=0x84
 4月 09 22:19:43 testbox kernel: microcode: Microcode Update Driver: v2.2.
 4月 09 22:19:43 testbox kernel: sched_clock: Marking stable (2359909962, 0)->(2385413241, -25503279)
 4月 09 22:19:43 testbox kernel: registered taskstats version 1
 4月 09 22:19:43 testbox kernel: Loading compiled-in X.509 certificates
 4月 09 22:19:43 testbox kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 5a0d7879a9707a0cd1948ead1871106d36f5b8f5'
 4月 09 22:19:43 testbox kernel: zswap: loaded using pool lzo/zbud
 4月 09 22:19:43 testbox kernel: Key type big_key registered
 4月 09 22:19:43 testbox kernel: Key type trusted registered
 4月 09 22:19:43 testbox kernel: Key type encrypted registered
 4月 09 22:19:43 testbox kernel: AppArmor: AppArmor sha1 policy hashing enabled
 4月 09 22:19:43 testbox kernel: ima: No TPM chip found, activating TPM-bypass! (rc=-19)
 4月 09 22:19:43 testbox kernel: evm: HMAC attrs: 0x1
 4月 09 22:19:43 testbox kernel:   Magic number: 14:312:331
 4月 09 22:19:43 testbox kernel: tty tty52: hash matches
 4月 09 22:19:43 testbox kernel: rtc_cmos 00:04: setting system clock to 2018-04-09 13:19:36 UTC (1523279976)
 4月 09 22:19:43 testbox kernel: BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
 4月 09 22:19:43 testbox kernel: EDD information not available.
 4月 09 22:19:43 testbox kernel: Freeing unused kernel memory: 2384K
 4月 09 22:19:43 testbox kernel: Write protecting the kernel read-only data: 20480k
 4月 09 22:19:43 testbox kernel: Freeing unused kernel memory: 2008K
 4月 09 22:19:43 testbox kernel: Freeing unused kernel memory: 1948K
 4月 09 22:19:43 testbox kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
 4月 09 22:19:43 testbox kernel: x86/mm: Checking user space page tables
 4月 09 22:19:43 testbox kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
 4月 09 22:19:43 testbox kernel: wmi_bus wmi_bus-PNP0C14:01: WQAA data block query control method not found
 4月 09 22:19:43 testbox kernel: pps_core: LinuxPPS API ver. 1 registered
 4月 09 22:19:43 testbox kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
 4月 09 22:19:43 testbox kernel: ahci 0000:00:17.0: version 3.0
 4月 09 22:19:43 testbox kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x30 impl SATA mode
 4月 09 22:19:43 testbox kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst 
 4月 09 22:19:43 testbox kernel: hidraw: raw HID events driver (C) Jiri Kosina
 4月 09 22:19:43 testbox kernel: scsi host0: ahci
 4月 09 22:19:43 testbox kernel: scsi host1: ahci
 4月 09 22:19:43 testbox kernel: scsi host2: ahci
 4月 09 22:19:43 testbox kernel: scsi host3: ahci
 4月 09 22:19:43 testbox kernel: scsi host4: ahci
 4月 09 22:19:43 testbox kernel: scsi host5: ahci
 4月 09 22:19:43 testbox kernel: ata1: DUMMY
 4月 09 22:19:43 testbox kernel: ata2: DUMMY
 4月 09 22:19:43 testbox kernel: ata3: DUMMY
 4月 09 22:19:43 testbox kernel: ata4: DUMMY
 4月 09 22:19:43 testbox kernel: ata5: SATA max UDMA/133 abar m2048 at 0xef84b000 port 0xef84b300 irq 137
 4月 09 22:19:43 testbox kernel: ata6: SATA max UDMA/133 abar m2048 at 0xef84b000 port 0xef84b380 irq 137
 4月 09 22:19:43 testbox kernel: ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
 4月 09 22:19:43 testbox kernel: ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
 4月 09 22:19:43 testbox kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
 4月 09 22:19:43 testbox kernel: scsi host6: ahci
 4月 09 22:19:43 testbox kernel: scsi host7: ahci
 4月 09 22:19:43 testbox kernel: ata7: SATA max UDMA/133 abar m512 at 0xef710000 port 0xef710100 irq 138
 4月 09 22:19:43 testbox kernel: ata8: SATA max UDMA/133 abar m512 at 0xef710000 port 0xef710180 irq 138
 4月 09 22:19:43 testbox kernel: ata5: SATA link down (SStatus 4 SControl 300)
 4月 09 22:19:43 testbox kernel: ata7: SATA link down (SStatus 0 SControl 300)
 4月 09 22:19:43 testbox kernel: ata6: SATA link down (SStatus 4 SControl 300)
 4月 09 22:19:43 testbox kernel: PTP clock support registered
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: NHI initialized, starting thunderbolt
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: allocating TX ring 0 of size 10
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: allocating RX ring 0 of size 10
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: control channel created
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: control channel starting...
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: starting TX ring 0
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: enabling interrupt at register 0x38200 bit 0 (0x0 -> 0x1)
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: starting RX ring 0
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: enabling interrupt at register 0x38200 bit 12 (0x1 -> 0x1001)
 4月 09 22:19:43 testbox kernel: alx 0000:06:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [40:8d:5c:1b:d2:e2]
 4月 09 22:19:43 testbox kernel: alx 0000:06:00.0 enp6s0: renamed from eth0
 4月 09 22:19:43 testbox kernel: ata8: SATA link down (SStatus 0 SControl 300)
 4月 09 22:19:43 testbox kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
 4月 09 22:19:43 testbox kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
 4月 09 22:19:43 testbox kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
 4月 09 22:19:43 testbox kernel: usbcore: registered new interface driver usbhid
 4月 09 22:19:43 testbox kernel: usbhid: USB HID core driver
 4月 09 22:19:43 testbox kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input2
 4月 09 22:19:43 testbox kernel: [drm] amdgpu kernel modesetting enabled.
 4月 09 22:19:43 testbox kernel: AMD IOMMUv2 driver by Joerg Roedel <jroedel at suse.de>
 4月 09 22:19:43 testbox kernel: AMD IOMMUv2 functionality not available on this system
 4月 09 22:19:43 testbox kernel: CRAT table not found
 4月 09 22:19:43 testbox kernel: Finished initializing topology ret=0
 4月 09 22:19:43 testbox kernel: kfd kfd: Initialized module
 4月 09 22:19:43 testbox kernel: checking generic (c0000000 7f0000) vs hw (0 0)
 4月 09 22:19:43 testbox kernel: amdgpu 0000:16:00.0: enabling device (0006 -> 0007)
 4月 09 22:19:43 testbox kernel: [drm] initializing kernel modesetting (VEGA10 0x1002:0x687F 0x148C:0x2388 0xC3).
 4月 09 22:19:43 testbox kernel: input: Logitech M185 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4008.0004/input/input3
 4月 09 22:19:43 testbox kernel: logitech-hidpp-device 0003:046D:4008.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M185] on usb-0000:00:14.0-4:1
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: current switch config:
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Switch: 8086:1578 (Revision: 3, TB Version: 2)
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max Port Number: 11
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Config:
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:    Upstream Port Number: 5 Depth: 0 Route String: 0x0 Enabled: 1, PlugEventsDelay: 254ms
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:    unknown1: 0x0 unknown4: 0x0
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 0: uid: 0xed1fb390484600
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 0: 8086:1578 (Revision: 3, TB Version: 1, Type: Port (0x1))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 7/7
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 8
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 1: 8086:1578 (Revision: 3, TB Version: 1, Type: Port (0x1))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 15/15
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 16
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x7800000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 2: 8086:1578 (Revision: 3, TB Version: 1, Type: Port (0x1))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 15/15
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 16
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x0
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 0:3: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 0:4: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 0:5: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 6: 8086:1578 (Revision: 3, TB Version: 1, Type: PCIe (0x100101))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 8/8
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 2
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 7: 8086:1578 (Revision: 3, TB Version: 1, Type: PCIe (0x100101))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 8/8
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 2
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 0:8: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 0:9: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 10: 8086:1578 (Revision: 3, TB Version: 1, Type: DP/HDMI (0xe0101))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 9/9
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 2
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x1000000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 0:b: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: current switch config:
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Switch: 8086:1576 (Revision: 4, TB Version: 2)
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max Port Number: 11
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Config:
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:    Upstream Port Number: 1 Depth: 1 Route String: 0x1 Enabled: 1, PlugEventsDelay: 254ms
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:    unknown1: 0x0 unknown4: 0x0
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1: reading drom (length: 0x5a)
 4月 09 22:19:43 testbox kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
 4月 09 22:19:43 testbox kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 40:8d:5c:1b:d2:e0
 4月 09 22:19:43 testbox kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
 4月 09 22:19:43 testbox kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
 4月 09 22:19:43 testbox kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
 4月 09 22:19:43 testbox kernel: [drm] Memory usable by graphics device = 4096M
 4月 09 22:19:43 testbox kernel: checking generic (c0000000 7f0000) vs hw (c0000000 10000000)
 4月 09 22:19:43 testbox kernel: fb: switching to inteldrmfb from VESA VGA
 4月 09 22:19:43 testbox kernel: random: crng init done
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1: uid: 0x414f418012ec00
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 0: 8086:1578 (Revision: 4, TB Version: 1, Type: Port (0x1))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 7/7
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 8
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 1: 8086:1578 (Revision: 4, TB Version: 1, Type: Port (0x1))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 15/15
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 16
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x7800000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 2: 8086:1578 (Revision: 4, TB Version: 1, Type: Port (0x1))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 15/15
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 16
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x0
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1:3: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1:4: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1:5: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 6: 8086:1578 (Revision: 4, TB Version: 1, Type: PCIe (0x100102))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 8/8
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 2
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:  Port 7: 8086:1578 (Revision: 4, TB Version: 1, Type: PCIe (0x100101))
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max hop id (in/out): 8/8
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   Max counters: 2
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0:   NFC Credits: 0x800000
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1:8: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1:9: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1:a: disabled by eeprom
 4月 09 22:19:43 testbox kernel: thunderbolt 0000:09:00.0: 1:b: disabled by eeprom
 4月 09 22:19:43 testbox kernel: input: Logitech K270 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4003.0005/input/input4
 4月 09 22:19:43 testbox kernel: logitech-hidpp-device 0003:046D:4003.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K270] on usb-0000:00:14.0-4:2
 4月 09 22:19:43 testbox kernel: amdgpu 0000:16:00.0: Fatal error during GPU init
 4月 09 22:19:43 testbox kernel: Console: switching to colour dummy device 80x25
 4月 09 22:19:43 testbox kernel: [drm] Replacing VGA console driver
 4月 09 22:19:43 testbox kernel: amdgpu: probe of 0000:16:00.0 failed with error -12
 4月 09 22:19:43 testbox kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
 4月 09 22:19:43 testbox kernel: [drm] Driver supports precise vblank timestamp query.
 4月 09 22:19:43 testbox kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
 4月 09 22:19:43 testbox kernel: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
 4月 09 22:19:43 testbox kernel: [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 1
 4月 09 22:19:43 testbox kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
 4月 09 22:19:43 testbox kernel: acpi device:0f: registered as cooling_device13
 4月 09 22:19:43 testbox kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
 4月 09 22:19:43 testbox kernel: fbcon: inteldrmfb (fb0) is primary device
 4月 09 22:19:43 testbox kernel: Console: switching to colour frame buffer device 240x67
 4月 09 22:19:43 testbox kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
 4月 09 22:19:43 testbox kernel: [drm] RC6 on
 4月 09 22:19:43 testbox kernel: EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
 4月 09 22:19:43 testbox kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
 4月 09 22:19:43 testbox systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
 4月 09 22:19:43 testbox systemd[1]: Detected architecture x86-64.
 4月 09 22:19:43 testbox systemd[1]: Set hostname to <testbox>.
 4月 09 22:19:43 testbox systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
 4月 09 22:19:43 testbox systemd[1]: Listening on Journal Socket.
 4月 09 22:19:43 testbox systemd[1]: Reached target Remote File Systems.
 4月 09 22:19:43 testbox systemd[1]: Created slice System Slice.
 4月 09 22:19:43 testbox systemd[1]: Mounting Huge Pages File System...
 4月 09 22:19:43 testbox systemd[1]: Mounting Kernel Debug File System...
 4月 09 22:19:43 testbox systemd[1]: Starting Load Kernel Modules...
 4月 09 22:19:43 testbox kernel: lp: driver loaded but no devices found
 4月 09 22:19:43 testbox kernel: ppdev: user-space parallel port driver
 4月 09 22:19:43 testbox systemd-journald[312]: Journal started
 4月 09 22:19:43 testbox systemd-journald[312]: Runtime journal (/run/log/journal/aa7f8070d6ae4c88bb46cd6dd10b300a) is 8.0M, max 159.2M, 151.2M free.
 4月 09 22:19:43 testbox systemd-modules-load[299]: Inserted module 'lp'
 4月 09 22:19:43 testbox systemd-modules-load[299]: Inserted module 'ppdev'
 4月 09 22:19:43 testbox systemd-modules-load[299]: Inserted module 'parport_pc'
 4月 09 22:19:43 testbox ureadahead[304]: ureadahead: Error while tracing: No such file or directory
 4月 09 22:19:43 testbox ureadahead[304]: Counted 8 CPUs
 4月 09 22:19:43 testbox systemd[1]: Started udev Kernel Device Manager.
 4月 09 22:19:43 testbox systemd[1]: Starting Remount Root and Kernel File Systems...
 4月 09 22:19:43 testbox systemd[1]: Started Remount Root and Kernel File Systems.
 4月 09 22:19:43 testbox systemd[1]: Starting udev Coldplug all Devices...
 4月 09 22:19:43 testbox systemd[1]: Starting Flush Journal to Persistent Storage...
 4月 09 22:19:43 testbox kernel: EXT4-fs (nvme0n1p1): re-mounted. Opts: errors=remount-ro
 4月 09 22:19:43 testbox systemd[1]: Starting Load/Save Random Seed...
 4月 09 22:19:43 testbox systemd[1]: Activating swap /swapfile...
 4月 09 22:19:43 testbox systemd[1]: Reached target Local File Systems (Pre).
 4月 09 22:19:43 testbox systemd[1]: Reached target Local File Systems.
 4月 09 22:19:43 testbox systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
 4月 09 22:19:43 testbox systemd[1]: Starting Clean up any mess left by 0dns-up...
 4月 09 22:19:43 testbox systemd[1]: Starting Set console font and keymap...
 4月 09 22:19:43 testbox systemd[1]: Starting Enable support for additional executable binary formats...
 4月 09 22:19:43 testbox systemd[1]: Starting AppArmor initialization...
 4月 09 22:19:43 testbox systemd[1]: Started Load/Save Random Seed.
 4月 09 22:19:43 testbox systemd[1]: Started Set console font and keymap.
 4月 09 22:19:43 testbox systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
 4月 09 22:19:43 testbox systemd[1]: Started Clean up any mess left by 0dns-up.
 4月 09 22:19:43 testbox systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 358 (update-binfmts)
 4月 09 22:19:43 testbox systemd-journald[312]: Time spent on flushing to /var is 57.953ms for 1085 entries.
 4月 09 22:19:43 testbox systemd-journald[312]: System journal (/var/log/journal/aa7f8070d6ae4c88bb46cd6dd10b300a) is 296.0M, max 2.6G, 2.3G free.
 4月 09 22:19:43 testbox kernel: Adding 1325144k swap on /swapfile.  Priority:-2 extents:5 across:1357912k SSFS
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=429 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=427 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=426 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=426 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//snap_update_ns" pid=426 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=431 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=419 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=419 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=419 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: audit: type=1400 audit(1523279983.059:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=419 comm="apparmor_parser"
 4月 09 22:19:43 testbox kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
 4月 09 22:19:43 testbox kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
 4月 09 22:19:43 testbox kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
 4月 09 22:19:43 testbox kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
 4月 09 22:19:43 testbox kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
 4月 09 22:19:43 testbox kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
 4月 09 22:19:43 testbox kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
 4月 09 22:19:43 testbox kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
 4月 09 22:19:43 testbox audit[429]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=429 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[427]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=427 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[426]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=426 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[426]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=426 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[426]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//snap_update_ns" pid=426 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[431]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=431 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[419]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=419 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[419]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=419 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[419]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=419 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[419]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=419 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[428]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=428 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[428]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=428 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[428]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd//third_party" pid=428 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[420]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=420 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[420]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=420 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[420]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=420 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[420]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=420 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[420]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=420 comm="apparmor_parser"
 4月 09 22:19:43 testbox audit[420]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-thumbnailer//sanitized_helper" pid=420 comm="apparmor_parser"
 4月 09 22:19:43 testbox mtp-probe[497]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
 4月 09 22:19:43 testbox systemd[1]: Mounting Arbitrary Executable File Formats File System...
 4月 09 22:19:43 testbox apparmor[360]:  * Starting AppArmor profiles
 4月 09 22:19:43 testbox mtp-probe[497]: bus: 1, device: 3 was not an MTP device
 4月 09 22:19:43 testbox systemd[1]: Mounted Arbitrary Executable File Formats File System.
 4月 09 22:19:43 testbox apparmor[360]: Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox
 4月 09 22:19:43 testbox systemd[1]: Started Enable support for additional executable binary formats.
 4月 09 22:19:43 testbox apparmor[360]: Skipping profile in /etc/apparmor.d/disable: usr.lib.libreoffice.program.oosplash
 4月 09 22:19:43 testbox systemd[1]: Activated swap /swapfile.
 4月 09 22:19:43 testbox apparmor[360]: Skipping profile in /etc/apparmor.d/disable: usr.lib.libreoffice.program.soffice.bin
 4月 09 22:19:43 testbox systemd[1]: Started udev Coldplug all Devices.
 4月 09 22:19:43 testbox apparmor[360]: Skipping profile in /etc/apparmor.d/disable: usr.lib.libreoffice.program.senddoc
 4月 09 22:19:43 testbox systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
 4月 09 22:19:43 testbox apparmor[360]: Skipping profile in /etc/apparmor.d/disable: usr.lib.libreoffice.program.xpdfimport
 4月 09 22:19:43 testbox systemd[1]: Reached target Encrypted Volumes.
 4月 09 22:19:43 testbox apparmor[360]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
 4月 09 22:19:43 testbox systemd[1]: Started AppArmor initialization.
 4月 09 22:19:43 testbox apparmor[360]:    ...done.
 4月 09 22:19:43 testbox systemd[1]: Starting Raise network interfaces...
 4月 09 22:19:43 testbox systemd[1]: Created slice system-systemd\x2dbacklight.slice.
 4月 09 22:19:43 testbox systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
 4月 09 22:19:43 testbox systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:acpi_video0.
 4月 09 22:19:43 testbox systemd[1]: Started Raise network interfaces.
 4月 09 22:19:43 testbox systemd-udevd[444]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
 4月 09 22:19:43 testbox systemd[1]: Started Flush Journal to Persistent Storage.
 4月 09 22:19:43 testbox systemd[1]: Starting Create Volatile Files and Directories...
 4月 09 22:19:43 testbox systemd-tmpfiles[508]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
 4月 09 22:19:43 testbox systemd-udevd[433]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
 4月 09 22:19:43 testbox systemd[1]: Started Create Volatile Files and Directories.
 4月 09 22:19:43 testbox systemd[1]: Starting Update UTMP about System Boot/Shutdown...
 4月 09 22:19:43 testbox kernel: AVX2 version of gcm_enc/dec engaged.
 4月 09 22:19:43 testbox kernel: AES CTR mode by8 optimization enabled
 4月 09 22:19:43 testbox systemd[1]: Starting Network Time Synchronization...
 4月 09 22:19:43 testbox systemd[1]: Started Update UTMP about System Boot/Shutdown.
 4月 09 22:19:43 testbox kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
 4月 09 22:19:43 testbox kernel: snd_hda_intel 0000:16:00.1: Handle vga_switcheroo audio client
 4月 09 22:19:43 testbox kernel: snd_hda_intel 0000:16:00.1: can't ioremap BAR 0: [??? 0x00000000 flags 0x0]
 4月 09 22:19:43 testbox kernel: snd_hda_intel 0000:16:00.1: ioremap error
 4月 09 22:19:43 testbox kernel: intel_rapl: Found RAPL domain package
 4月 09 22:19:43 testbox kernel: intel_rapl: Found RAPL domain core
 4月 09 22:19:43 testbox kernel: intel_rapl: Found RAPL domain uncore
 4月 09 22:19:43 testbox kernel: intel_rapl: Found RAPL domain dram
 4月 09 22:19:43 testbox systemd-udevd[447]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable.
 4月 09 22:19:43 testbox systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0: autoconfig for CA0132: line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:line
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0:    mono: mono_out=0x0
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0:    dig-out=0xc/0x0
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0:    inputs:
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0:      Mic=0x12
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0:      Line=0x11
 4月 09 22:19:43 testbox systemd[1]: Found device /dev/disk/by-uuid/9901d65d-9ed2-4236-a8ed-24c7c60bf348.
 4月 09 22:19:43 testbox systemd[1]: Activating swap /dev/disk/by-uuid/9901d65d-9ed2-4236-a8ed-24c7c60bf348...
 4月 09 22:19:43 testbox kernel: Adding 33552380k swap on /dev/nvme1n1p1.  Priority:-3 extents:1 across:33552380k SSFS
 4月 09 22:19:43 testbox systemd[1]: Activated swap /dev/disk/by-uuid/9901d65d-9ed2-4236-a8ed-24c7c60bf348.
 4月 09 22:19:43 testbox systemd[1]: Reached target Swap.
 4月 09 22:19:43 testbox systemd[1]: Started Network Time Synchronization.
 4月 09 22:19:43 testbox systemd[1]: Reached target System Initialization.
 4月 09 22:19:43 testbox systemd[1]: Started CUPS Scheduler.
 4月 09 22:19:43 testbox systemd[1]: Starting Socket activation for snappy daemon.
 4月 09 22:19:43 testbox systemd[1]: Started Daily Cleanup of Temporary Directories.
 4月 09 22:19:43 testbox systemd[1]: Listening on UUID daemon activation socket.
 4月 09 22:19:43 testbox systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
 4月 09 22:19:43 testbox systemd[1]: Listening on CUPS Scheduler.
 4月 09 22:19:43 testbox systemd[1]: Started systemd-resolved-update-resolvconf.path.
 4月 09 22:19:43 testbox systemd[1]: Listening on ACPID Listen Socket.
 4月 09 22:19:43 testbox systemd[1]: Started Message of the Day.
 4月 09 22:19:43 testbox systemd[1]: Started ACPI Events Check.
 4月 09 22:19:43 testbox systemd[1]: Reached target Paths.
 4月 09 22:19:43 testbox systemd[1]: Listening on D-Bus System Message Bus Socket.
 4月 09 22:19:43 testbox systemd[1]: Reached target System Time Synchronized.
 4月 09 22:19:43 testbox systemd[1]: Started Daily apt download activities.
 4月 09 22:19:43 testbox systemd[1]: Started Daily apt upgrade and clean activities.
 4月 09 22:19:43 testbox systemd[1]: Started Clean PHP session files every 30 mins.
 4月 09 22:19:43 testbox systemd[1]: Started Timer to automatically refresh installed snaps.
 4月 09 22:19:43 testbox systemd[1]: Started Trigger anacron every hour.
 4月 09 22:19:43 testbox systemd[1]: Reached target Timers.
 4月 09 22:19:43 testbox systemd[1]: Listening on Socket activation for snappy daemon.
 4月 09 22:19:43 testbox systemd[1]: Reached target Sockets.
 4月 09 22:19:43 testbox systemd[1]: Reached target Basic System.
 4月 09 22:19:43 testbox systemd[1]: Starting Detect the available GPUs and deal with any system changes...
 4月 09 22:19:43 testbox systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
 4月 09 22:19:43 testbox gpu-manager[652]: /etc/modprobe.d is not a file
 4月 09 22:19:43 testbox systemd[1]: Starting System Logging Service...
 4月 09 22:19:43 testbox gpu-manager[652]: /etc/modprobe.d is not a file
 4月 09 22:19:43 testbox gpu-manager[652]: /etc/modprobe.d is not a file
 4月 09 22:19:43 testbox systemd[1]: Started irqbalance daemon.
 4月 09 22:19:43 testbox avahi-daemon[653]: Found user 'avahi' (UID 115) and group 'avahi' (GID 120).
 4月 09 22:19:43 testbox avahi-daemon[653]: Successfully dropped root privileges.
 4月 09 22:19:43 testbox avahi-daemon[653]: avahi-daemon 0.6.32 starting up.
 4月 09 22:19:43 testbox gpu-manager[652]: /etc/modprobe.d is not a file
 4月 09 22:19:43 testbox systemd[1]: Started Regular background program processing daemon.
 4月 09 22:19:43 testbox cron[665]: (CRON) INFO (pidfile fd = 3)
 4月 09 22:19:43 testbox gpu-manager[652]: /etc/modprobe.d is not a file
 4月 09 22:19:43 testbox cron[665]: (CRON) INFO (Running @reboot jobs)
 4月 09 22:19:43 testbox systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
 4月 09 22:19:43 testbox gpu-manager[652]: Error: can't open /lib/modules/4.15.15-041515-generic/updates/dkms
 4月 09 22:19:43 testbox systemd[1]: Starting Thermal Daemon Service...
 4月 09 22:19:43 testbox systemd[1]: Starting LSB: Record successful boot for GRUB...
 4月 09 22:19:43 testbox systemd[1]: Starting Modem Manager...
 4月 09 22:19:43 testbox systemd[1]: Starting LSB: automatic crash report generation...
 4月 09 22:19:43 testbox systemd[1]: Starting Disk Manager...
 4月 09 22:19:43 testbox systemd[1]: Started Set the CPU Frequency Scaling governor.
 4月 09 22:19:43 testbox systemd[1]: Started D-Bus System Message Bus.
 4月 09 22:19:43 testbox udisksd[680]: udisks daemon version 2.6.5 starting
 4月 09 22:19:43 testbox ModemManager[675]: <info>  ModemManager (version 1.6.8) starting in system bus...
 4月 09 22:19:43 testbox dbus-daemon[683]: Unknown group "power" in message bus configuration file
 4月 09 22:19:43 testbox avahi-daemon[653]: Successfully called chroot().
 4月 09 22:19:43 testbox avahi-daemon[653]: Successfully dropped remaining capabilities.
 4月 09 22:19:43 testbox avahi-daemon[662]: chroot.c: open() failed: No such file or directory
 4月 09 22:19:43 testbox avahi-daemon[653]: Failed to open /etc/resolv.conf: Invalid argument
 4月 09 22:19:43 testbox avahi-daemon[653]: No service file found in /etc/avahi/services.
 4月 09 22:19:43 testbox thermald[672]: 22 CPUID levels; family:model:stepping 0x6:9e:9 (6:158:9)
 4月 09 22:19:43 testbox thermald[672]: Polling mode is enabled: 4
 4月 09 22:19:43 testbox dbus[683]: [system] Activating systemd to hand-off: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
 4月 09 22:19:43 testbox avahi-daemon[653]: Network interface enumeration completed.
 4月 09 22:19:43 testbox systemd[1]: Started Avahi mDNS/DNS-SD Stack.
 4月 09 22:19:43 testbox avahi-daemon[653]: Server startup complete. Host name is testbox.local. Local service cookie is 4123636288.
 4月 09 22:19:43 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.systemd1'
 4月 09 22:19:43 testbox systemd[1]: Started Thermal Daemon Service.
 4月 09 22:19:43 testbox thermald[672]: sysfs read failed constraint_0_max_power_uw
 4月 09 22:19:43 testbox systemd[1]: Starting Network Manager...
 4月 09 22:19:43 testbox systemd[1]: Started CUPS Scheduler.
 4月 09 22:19:43 testbox systemd[1]: Started Make remote CUPS printers available locally.
 4月 09 22:19:43 testbox systemd[1]: Starting LSB: Speech Dispatcher...
 4月 09 22:19:43 testbox systemd[1]: Starting Login Service...
 4月 09 22:19:43 testbox systemd[1]: Reached target Login Prompts.
 4月 09 22:19:43 testbox systemd[1]: Started Run anacron jobs.
 4月 09 22:19:43 testbox anacron[699]: Anacron 2.3 started on 2018-04-09
 4月 09 22:19:43 testbox systemd[1]: Starting Accounts Service...
 4月 09 22:19:43 testbox anacron[699]: Normal exit (0 jobs run)
 4月 09 22:19:43 testbox systemd[1]: Started ACPI event daemon.
 4月 09 22:19:43 testbox systemd[1]: Starting Snappy daemon...
 4月 09 22:19:43 testbox systemd[1]: Started System Logging Service.
 4月 09 22:19:43 testbox systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
 4月 09 22:19:43 testbox grub-common[673]:  * Recording successful boot for GRUB
 4月 09 22:19:43 testbox speech-dispatcher[695]:  * speech-dispatcher disabled; edit /etc/default/speech-dispatcher
 4月 09 22:19:43 testbox apport[678]:  * Starting automatic crash report generation: apport
 4月 09 22:19:43 testbox systemd[1]: Started LSB: Speech Dispatcher.
 4月 09 22:19:43 testbox systemd[1]: Starting Authorization Manager...
 4月 09 22:19:43 testbox systemd-logind[696]: New seat seat0.
 4月 09 22:19:43 testbox systemd[1]: Started Login Service.
 4月 09 22:19:43 testbox systemd-logind[696]: Watching system buttons on /dev/input/event2 (Power Button)
 4月 09 22:19:43 testbox grub-common[673]:    ...done.
 4月 09 22:19:43 testbox apport[678]:    ...done.
 4月 09 22:19:43 testbox systemd[1]: Started LSB: Record successful boot for GRUB.
 4月 09 22:19:43 testbox systemd[1]: Started LSB: automatic crash report generation.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3465] NetworkManager (version 1.8.4) is starting... (for the first time)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3465] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 10-dns-resolved.conf, 20-connectivity-ubuntu.conf) (run: 10-globally-managed-devices.conf) (etc: default-wifi-powersave-on.conf)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3487] manager[0x55fbfcdcc040]: monitoring kernel firmware directory '/lib/firmware'.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3487] monitoring ifupdown state file '/run/network/ifstate'.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3490] policy: hostname management mode: default
 4月 09 22:19:43 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service'
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3491] dns-mgr[0x55fbfcdda150]: init: dns=systemd-resolved, rc-manager=symlink, plugin=systemd-resolved
 4月 09 22:19:43 testbox systemd[1]: Started Network Manager.
 4月 09 22:19:43 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
 4月 09 22:19:43 testbox polkitd[715]: started daemon version 0.105 using authority implementation `local' version `0.105'
 4月 09 22:19:43 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
 4月 09 22:19:43 testbox systemd[1]: Started Authorization Manager.
 4月 09 22:19:43 testbox accounts-daemon[700]: started daemon version 0.6.42
 4月 09 22:19:43 testbox systemd[1]: Started Accounts Service.
 4月 09 22:19:43 testbox snapd[705]: AppArmor status: apparmor is enabled but some features are missing: dbus, network
 4月 09 22:19:43 testbox systemd[1]: Starting Network Manager Script Dispatcher Service...
 4月 09 22:19:43 testbox snapd[705]: 2018/04/09 22:19:43.353660 daemon.go:306: started snapd/2.29.4.2+17.10 (series 16; classic; devmode) ubuntu/17.10 (amd64) linux/4.15.15-041515-generic.
 4月 09 22:19:43 testbox systemd[1]: Starting Network Manager Wait Online...
 4月 09 22:19:43 testbox snapd[705]: 2018/04/09 22:19:43.354535 stateengine.go:98: state ensure error: Get https://api.snapcraft.io/api/v1/snaps/sections: dial tcp: lookup api.snapcraft.io on [::1]:53: read udp [::1]:53155->[::1]:53: read: connection refused
 4月 09 22:19:43 testbox systemd[1]: Reached target Network.
 4月 09 22:19:43 testbox systemd[1]: Starting OpenBSD Secure Shell server...
 4月 09 22:19:43 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3578] init!
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3579]       interface-parser: parsing file /etc/network/interfaces
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3579]       interface-parser: finished parsing file /etc/network/interfaces
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3579] management mode: unmanaged
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3581] devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:06:00.0/net/enp6s0, iface: enp6s0)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3581] device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:06:00.0/net/enp6s0, iface: enp6s0): no ifupdown configuration found.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] devices added (path: /sys/devices/pci0000:00/0000:00:1f.6/net/enp0s31f6, iface: enp0s31f6)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] device added (path: /sys/devices/pci0000:00/0000:00:1f.6/net/enp0s31f6, iface: enp0s31f6): no ifupdown configuration found.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] devices added (path: /sys/devices/virtual/net/lo, iface: lo)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] end _init.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] settings: loaded plugin ifupdown: (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] settings: loaded plugin keyfile: (c) 2007 - 2016 Red Hat, Inc.  To report bugs please use the NetworkManager mailing list.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] (-52406208) ... get_connections.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3582] (-52406208) ... get_connections (managed=false): return empty list.
 4月 09 22:19:43 testbox systemd[1]: Starting Network Name Resolution...
 4月 09 22:19:43 testbox systemd[1]: Started Unattended Upgrades Shutdown.
 4月 09 22:19:43 testbox systemd[1]: Starting Permit User Sessions...
 4月 09 22:19:43 testbox udisksd[680]: Acquired the name org.freedesktop.UDisks2 on the system message bus
 4月 09 22:19:43 testbox systemd[1]: Started Snappy daemon.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3641] keyfile: new connection /etc/NetworkManager/system-connections/Wired connection 2 (4d1d002a-dc00-377e-8c17-aeb72a9c2079,"Wired connection 2")
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.3643] get unmanaged devices count: 0
 4月 09 22:19:43 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
 4月 09 22:19:43 testbox systemd[1]: Started Permit User Sessions.
 4月 09 22:19:43 testbox systemd[1]: Started Modem Manager.
 4月 09 22:19:43 testbox systemd[1]: Started Network Manager Script Dispatcher Service.
 4月 09 22:19:43 testbox sshd[749]: Server listening on 0.0.0.0 port 35257.
 4月 09 22:19:43 testbox sshd[749]: Server listening on :: port 35257.
 4月 09 22:19:43 testbox systemd[1]: Started OpenBSD Secure Shell server.
 4月 09 22:19:43 testbox systemd[1]: Started Disk Manager.
 4月 09 22:19:43 testbox gpu-manager[652]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
 4月 09 22:19:43 testbox systemd[1]: Starting Hostname Service...
 4月 09 22:19:43 testbox systemd[1]: Starting Hold until boot process finishes up...
 4月 09 22:19:43 testbox systemd[1]: Started Detect the available GPUs and deal with any system changes.
 4月 09 22:19:43 testbox systemd[1]: Started Hold until boot process finishes up.
 4月 09 22:19:43 testbox systemd[1]: Starting Set console scheme...
 4月 09 22:19:43 testbox systemd[1]: Starting GNOME Display Manager...
 4月 09 22:19:43 testbox systemd[1]: Started Set console scheme.
 4月 09 22:19:43 testbox systemd[1]: Created slice system-getty.slice.
 4月 09 22:19:43 testbox systemd[1]: Started GNOME Display Manager.
 4月 09 22:19:43 testbox acpid[701]: starting up with netlink and the input layer
 4月 09 22:19:43 testbox systemd-logind[696]: Watching system buttons on /dev/input/event1 (Power Button)
 4月 09 22:19:43 testbox systemd-logind[696]: Watching system buttons on /dev/input/event0 (Sleep Button)
 4月 09 22:19:43 testbox systemd-logind[696]: Watching system buttons on /dev/input/event4 (Logitech K270)
 4月 09 22:19:43 testbox acpid[701]: 8 rules loaded
 4月 09 22:19:43 testbox acpid[701]: waiting for events: event logging is off
 4月 09 22:19:43 testbox gdm-autologin][772]: gkr-pam: no password is available for user
 4月 09 22:19:43 testbox gdm-autologin][772]: pam_unix(gdm-autologin:session): session opened for user test by (uid=0)
 4月 09 22:19:43 testbox systemd[1]: Created slice User Slice of test.
 4月 09 22:19:43 testbox systemd[1]: Starting User Manager for UID 1000...
 4月 09 22:19:43 testbox systemd[776]: pam_unix(systemd-user:session): session opened for user test by (uid=0)
 4月 09 22:19:43 testbox systemd-logind[696]: New session 1 of user test.
 4月 09 22:19:43 testbox systemd[1]: Started Session 1 of user test.
 4月 09 22:19:43 testbox systemd[776]: Reached target Paths.
 4月 09 22:19:43 testbox systemd[776]: Reached target Timers.
 4月 09 22:19:43 testbox systemd[776]: Starting D-Bus User Message Bus Socket.
 4月 09 22:19:43 testbox systemd[776]: Listening on D-Bus User Message Bus Socket.
 4月 09 22:19:43 testbox systemd[776]: Reached target Sockets.
 4月 09 22:19:43 testbox systemd[776]: Reached target Basic System.
 4月 09 22:19:43 testbox systemd[776]: Reached target Default.
 4月 09 22:19:43 testbox systemd[776]: Startup finished in 9ms.
 4月 09 22:19:43 testbox systemd[1]: Started User Manager for UID 1000.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (--) Log file renamed from "/home/test/.local/share/xorg/Xorg.pid-790.log" to "/home/test/.local/share/xorg/Xorg.0.log"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: X.Org X Server 1.19.5
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: Release Date: 2017-10-12
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: X Protocol Version 11, Revision 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: Build Operating System: Linux 4.4.0-97-generic x86_64 Ubuntu
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: Current Operating System: Linux testbox 4.15.15-041515-generic #201803311331 SMP Sat Mar 31 17:34:21 UTC 2018 x86_64
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.15-041515-generic root=UUID=d3a6e0bc-2e8b-4369-8786-e174eefed04f ro loglevel=8 vt.handoff=7
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: Build Date: 15 October 2017  05:51:19PM
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: xorg-server 2:1.19.5-0ubuntu2 (For technical support please see http://www.ubuntu.com/support)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: Current version of pixman: 0.34.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Before reporting problems, check http://wiki.x.org
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         to make sure that you have the latest version.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: Markers: (--) probed, (**) from config file, (==) default setting,
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         (++) from command line, (!!) notice, (II) informational,
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Log file: "/home/test/.local/share/xorg/Xorg.0.log", Time: Mon Apr  9 22:19:43 2018
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) No Layout section.  Using the first Screen section.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) No screen section available. Using defaults.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) |-->Screen "Default Screen Section" (0)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) |   |-->Monitor "<default monitor>"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) No monitor specified for screen "Default Screen Section".
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Using a default monitor configuration.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Automatically adding devices
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Automatically enabling devices
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Automatically adding GPU devices
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Automatically binding GPU devices
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Max clients allowed: 256, resource mask: 0x1fffff
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Entry deleted from font path.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Entry deleted from font path.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Entry deleted from font path.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Entry deleted from font path.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Entry deleted from font path.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) FontPath set to:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         /usr/share/fonts/X11/misc,
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         /usr/share/fonts/X11/Type1,
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         built-ins
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) The server relies on udev to provide the list of input devices.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loader magic: 0x55bc2e7c6020
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module ABI versions:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         X.Org ANSI C Emulation: 0.4
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         X.Org Video Driver: 23.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         X.Org XInput driver : 24.1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         X.Org Server Extension : 10.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (++) using VT number 1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) xfree86: Adding drm device (/dev/dri/card1)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 12 paused 0
 4月 09 22:19:43 testbox dbus[683]: [system] Rejected send message, 2 matched rules; type="error", sender=":1.5" (uid=0 pid=696 comm="/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.18" (uid=1000 pid=790 comm="/usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/use")
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (--) PCI:*(0:0:2:0) 8086:5912:1458:d000 rev 4, Mem @ 0xee000000/16777216, 0xc0000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (--) PCI: (0:22:0:0) 1002:687f:148c:2388 rev 195, I/O @ 0x00009000/256
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) LoadModule: "glx"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module glx: vendor="X.Org Foundation"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         compiled for 1.19.5, module version = 1.0.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         ABI class: X.Org Server Extension, version 10.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Matched modesetting as autoconfigured driver 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Matched fbdev as autoconfigured driver 1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Matched vesa as autoconfigured driver 2
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Assigned the driver to the xf86ConfigLayout
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) LoadModule: "modesetting"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module modesetting: vendor="X.Org Foundation"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         compiled for 1.19.5, module version = 1.19.5
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Module class: X.Org Video Driver
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         ABI class: X.Org Video Driver, version 23.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) LoadModule: "fbdev"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module fbdev: vendor="X.Org Foundation"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         compiled for 1.19.3, module version = 0.4.4
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Module class: X.Org Video Driver
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         ABI class: X.Org Video Driver, version 23.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) LoadModule: "vesa"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module vesa: vendor="X.Org Foundation"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         compiled for 1.19.3, module version = 2.3.4
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Module class: X.Org Video Driver
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         ABI class: X.Org Video Driver, version 23.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) FBDEV: driver for framebuffer: fbdev
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) VESA: driver for VESA chipsets: vesa
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): using drv /dev/dri/card1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (WW) Falling back to old probe method for fbdev
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading sub module "fbdevhw"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) LoadModule: "fbdevhw"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module fbdevhw: vendor="X.Org Foundation"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         compiled for 1.19.5, module version = 0.0.2
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         ABI class: X.Org Video Driver, version 23.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (EE) open /dev/fb0: Permission denied
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (WW) Falling back to old probe method for vesa
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Creating default Display subsection in Screen section
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         "Default Screen Section" for depth/fbbpp 24/32
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) modeset(0): Depth 24, (==) framebuffer bpp 32
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) modeset(0): RGB weight 888
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) modeset(0): Default visual is TrueColor
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading sub module "glamoregl"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) LoadModule: "glamoregl"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module glamoregl: vendor="X.Org Foundation"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         compiled for 1.19.5, module version = 1.0.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         ABI class: X.Org ANSI C Emulation, version 0.4
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) glamor: OpenGL accelerated X.org driver based.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) glamor: EGL version 1.4 (DRI2):
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): glamor initialized
 4月 09 22:19:43 testbox systemd-resolved[746]: Positive Trust Anchors:
 4月 09 22:19:43 testbox systemd-resolved[746]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
 4月 09 22:19:43 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.resolve1'
 4月 09 22:19:43 testbox systemd-resolved[746]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
 4月 09 22:19:43 testbox systemd-resolved[746]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
 4月 09 22:19:43 testbox systemd-resolved[746]: Using system hostname 'testbox'.
 4月 09 22:19:43 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.hostname1'
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5046] settings: hostname: using hostnamed
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5046] settings: hostname changed from (none) to "testbox"
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5048] dhcp-init: Using DHCP client 'dhclient'
 4月 09 22:19:43 testbox nm-dispatcher[733]: req:1 'hostname': new request (1 scripts)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5048] manager: rfkill: WiFi enabled by radio killswitch; enabled by state file
 4月 09 22:19:43 testbox nm-dispatcher[733]: req:1 'hostname': start running ordered scripts...
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5048] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5048] manager: Networking is enabled by state file
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5049] Loaded device plugin: NMBondDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMBridgeDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMDummyDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMEthernetDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMInfinibandDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMIPTunnelDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMMacsecDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMMacvlanDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMTunDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5050] Loaded device plugin: NMVethDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5051] Loaded device plugin: NMVlanDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5051] Loaded device plugin: NMVxlanDeviceFactory (internal)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5054] Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5056] Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5061] Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5066] Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
 4月 09 22:19:43 testbox NetworkManager[691]: ((src/devices/nm-device.c:1452)): assertion '<dropped>' failed
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5071] device (lo): link connected
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5075] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5080] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5084] keyfile: add connection in-memory (941ec527-7cca-3d52-95c8-1536294d2d66,"Wired connection 1")
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5086] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.5090] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
 4月 09 22:19:43 testbox kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
 4月 09 22:19:43 testbox systemd[1]: Started Network Name Resolution.
 4月 09 22:19:43 testbox systemd[1]: Started Hostname Service.
 4月 09 22:19:43 testbox systemd[1]: Reached target Host and Network Name Lookups.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Output DP-1 has no monitor section
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Output DP-2 has no monitor section
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Output HDMI-1 has no monitor section
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID for output DP-1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Manufacturer: SNY  Model: 240  Serial#: 16843009
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Year: 2010  Week: 50
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID Version: 1.3
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Digital Display Input
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Gamma: 2.20
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): No DPMS capabilities specified
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): First detailed timing is preferred mode
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported established timings:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): 640x480 at 60Hz
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): 1024x768 at 60Hz
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Manufacturer's mask: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported detailed timing:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): h_active: 1920  h_sync: 1990  h_sync_end 2030 h_blank_end 2200 h_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): v_active: 1080  v_sync: 1085  v_sync_end 1090 v_blanking: 1125 v_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported detailed timing:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): clock: 74.2 MHz   Image Size:  531 x 299 mm
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Monitor name: HDMI TV
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Ranges: V min: 50 V max: 63 Hz, H min: 15 H max: 111 kHz, PixClock max 175 MHz
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported detailed timing:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): clock: 74.2 MHz   Image Size:  531 x 299 mm
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported detailed timing:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): clock: 27.0 MHz   Image Size:  531 x 299 mm
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): h_active: 720  h_sync: 732  h_sync_end 796 h_blank_end 864 h_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): v_active: 576  v_sync: 581  v_sync_end 586 v_blanking: 625 v_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported detailed timing:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): clock: 27.0 MHz   Image Size:  531 x 299 mm
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported detailed timing:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): clock: 148.5 MHz   Image Size:  531 x 299 mm
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Supported detailed timing:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): clock: 74.2 MHz   Image Size:  531 x 299 mm
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Number of EDID sections to follow: 1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID (in hex):
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         00ffffffffffff004dd9400201010101
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         3214010380351e780a0dc9a057479827
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         12484c20080001010101010101010101
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         010101010101023a801871382d404628
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         5500132b21000018011d8018711c1620
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         582c2500132b2100009e000000fc0048
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         444d492054560a2020202020000000fd
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         00323f0f6f11000a20202020202001ad
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         020321724d901f041305140312021101
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         0615230907078301000066030c001000
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         80011d007251d01e206e285500132b21
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         00001e8c0ad090204031200c40550013
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         2b210000188c0ad08a20e02d10103e96
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         00132b21000018023a80d072382d4010
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         2c4580132b2100001e011d00bc52d01e
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0):         20b8285540132b2100001e000000004a
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Printing probed modes for output DP-1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 1990 2030 2200  1080 1085 1090 1125 -hsync -vsync (67.5 kHz eP)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID for output DP-2
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID for output HDMI-1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Output DP-1 connected
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Output DP-2 disconnected
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Output HDMI-1 disconnected
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using exact sizes for initial modes
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Output DP-1 using initial mode 1920x1080 +0+0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) modeset(0): DPI set to (96, 96)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading sub module "fb"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) LoadModule: "fb"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading /usr/lib/xorg/modules/libfb.so
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module fb: vendor="X.Org Foundation"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         compiled for 1.19.5, module version = 1.0.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         ABI class: X.Org ANSI C Emulation, version 0.4
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) UnloadModule: "fbdev"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Unloading fbdev
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) UnloadSubModule: "fbdevhw"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Unloading fbdevhw
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) UnloadModule: "vesa"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Unloading vesa
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) Depth 24 pixmap format is 32 bpp
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) modeset(0): Backing store enabled
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) modeset(0): Silken mouse enabled
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (==) modeset(0): DPMS enabled
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): [DRI2] Setup complete
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): [DRI2]   DRI driver: i965
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): [DRI2]   VDPAU driver: i965
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (--) RandR disabled
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) SELinux: Disabled on system
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_ARB_create_context
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_ARB_create_context_profile
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_INTEL_swap_event
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_SGI_swap_control
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: enabled GLX_ARB_create_context_robustness
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) AIGLX: Loaded and initialized i965
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) GLX: Initialized DRI2 GL provider for screen 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Damage tracking initialized
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Setting screen physical size to 508 x 285
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) LoadModule: "libinput"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Module libinput: vendor="X.Org Foundation"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         compiled for 1.19.3, module version = 0.25.0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         Module class: X.Org XInput Driver
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]:         ABI class: X.Org XInput driver, version 24.1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Using input driver 'libinput' for 'Power Button'
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 21 paused 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Power Button: always reports core events
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "Device" "/dev/input/event2"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "_source" "server/udev"
 4月 09 22:19:43 testbox dbus[683]: [system] Rejected send message, 2 matched rules; type="error", sender=":1.5" (uid=0 pid=696 comm="/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.18" (uid=1000 pid=790 comm="/usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/use")
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event2  - (II) Power Button: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event2  - (II) Power Button: (II) device removed
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_model" "pc105"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_layout" "us"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event2  - (II) Power Button: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event2  - (II) Power Button: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device Video Bus (/dev/input/event5)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Video Bus: Applying InputClass "libinput keyboard catchall"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Using input driver 'libinput' for 'Video Bus'
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 24 paused 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Video Bus: always reports core events
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "Device" "/dev/input/event5"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "_source" "server/udev"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event5  - (II) Video Bus: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event5  - (II) Video Bus: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event5  - (II) Video Bus: (II) device removed
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5/event5"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_model" "pc105"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_layout" "us"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event5  - (II) Video Bus: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event5  - (II) Video Bus: (II) device is a keyboard
 4月 09 22:19:43 testbox dbus[683]: [system] Rejected send message, 2 matched rules; type="error", sender=":1.5" (uid=0 pid=696 comm="/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.18" (uid=1000 pid=790 comm="/usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/use")
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Using input driver 'libinput' for 'Power Button'
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Power Button: always reports core events
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "Device" "/dev/input/event1"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "_source" "server/udev"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event1  - (II) Power Button: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event1  - (II) Power Button: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event1  - (II) Power Button: (II) device removed
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_model" "pc105"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_layout" "us"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event1  - (II) Power Button: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event1  - (II) Power Button: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Using input driver 'libinput' for 'Sleep Button'
 4月 09 22:19:43 testbox dbus[683]: [system] Rejected send message, 2 matched rules; type="error", sender=":1.5" (uid=0 pid=696 comm="/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.18" (uid=1000 pid=790 comm="/usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/use")
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Sleep Button: always reports core events
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "Device" "/dev/input/event0"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "_source" "server/udev"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event0  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event0  - (II) Sleep Button: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event0  - (II) Sleep Button: (II) device removed
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_model" "pc105"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_layout" "us"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event0  - (II) Sleep Button: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event0  - (II) Sleep Button: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device Logitech K270 (/dev/input/event4)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Using input driver 'libinput' for 'Logitech K270'
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 27 paused 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech K270: always reports core events
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "Device" "/dev/input/event4"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "_source" "server/udev"
 4月 09 22:19:43 testbox dbus[683]: [system] Rejected send message, 2 matched rules; type="error", sender=":1.5" (uid=0 pid=696 comm="/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.18" (uid=1000 pid=790 comm="/usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/use")
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event4  - (II) Logitech K270: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event4  - (II) Logitech K270: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event4  - (II) Logitech K270: (II) device removed
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) libinput: Logitech K270: needs a virtual subdevice
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4003.0005/input/input4/event4"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) XINPUT: Adding extended input device "Logitech K270" (type: MOUSE, id 10)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "AccelerationScheme" "none"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech K270: (accel) selected scheme none/0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech K270: (accel) acceleration factor: 2.000
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech K270: (accel) acceleration threshold: 4
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event4  - (II) Logitech K270: (II) is tagged by udev as: Keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event4  - (II) Logitech K270: (II) device is a keyboard
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device Logitech M185 (/dev/input/event3)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech M185: Applying InputClass "libinput pointer catchall"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Using input driver 'libinput' for 'Logitech M185'
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech M185: always reports core events
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "Device" "/dev/input/event3"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "_source" "server/udev"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event3  - (II) Logitech M185: (II) is tagged by udev as: Mouse
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event3  - (II) Logitech M185: (II) device set to 800 DPI
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event3  - (II) Logitech M185: (II) device is a pointer
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event3  - (II) Logitech M185: (II) device removed
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4008.0004/input/input3/event3"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) XINPUT: Adding extended input device "Logitech M185" (type: MOUSE, id 11)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "AccelerationScheme" "none"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech M185: (accel) selected scheme none/0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech M185: (accel) acceleration factor: 2.000
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech M185: (accel) acceleration threshold: 4
 4月 09 22:19:43 testbox dbus[683]: [system] Rejected send message, 2 matched rules; type="error", sender=":1.5" (uid=0 pid=696 comm="/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.18" (uid=1000 pid=790 comm="/usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/use")
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event3  - (II) Logitech M185: (II) is tagged by udev as: Mouse
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event3  - (II) Logitech M185: (II) device set to 800 DPI
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) event3  - (II) Logitech M185: (II) device is a pointer
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device Logitech M185 (/dev/input/mouse0)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:43 testbox dbus[683]: [system] Rejected send message, 2 matched rules; type="error", sender=":1.5" (uid=0 pid=696 comm="/lib/systemd/systemd-logind ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.18" (uid=1000 pid=790 comm="/usr/lib/xorg/Xorg vt1 -displayfd 3 -auth /run/use")
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech K270: Applying InputClass "libinput keyboard catchall"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) Using input driver 'libinput' for 'Logitech K270'
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Logitech K270: always reports core events
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "Device" "/dev/input/event4"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "_source" "_driver/libinput"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) libinput: Logitech K270: is a virtual subdevice
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4003.0005/input/input4/event4"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) XINPUT: Adding extended input device "Logitech K270" (type: KEYBOARD, id 12)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_model" "pc105"
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (**) Option "xkb_layout" "us"
 4月 09 22:19:43 testbox systemd[776]: Started D-Bus User Message Bus.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7238] manager: (enp6s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7242] device (enp6s0): state change: unmanaged -> unavailable (reason 'managed', internal state 'external')
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: /etc/gdm3/Xsession: Beginning session setup...
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7258] device (enp6s0): link connected
 4月 09 22:19:43 testbox kernel: IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
 4月 09 22:19:43 testbox kernel: IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
 4月 09 22:19:43 testbox kernel: IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
 4月 09 22:19:43 testbox kernel: alx 0000:06:00.0 enp6s0: NIC Up: 1 Gbps Full
 4月 09 22:19:43 testbox kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7274] urfkill disappeared from the bus
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7291] ModemManager available in the bus
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7308] device (enp6s0): state change: unavailable -> disconnected (reason 'none', internal state 'managed')
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7313] policy: auto-activating connection 'Wired connection 2'
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7319] device (enp6s0): Activation: starting connection 'Wired connection 2' (4d1d002a-dc00-377e-8c17-aeb72a9c2079)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7320] device (enp6s0): state change: disconnected -> prepare (reason 'none', internal state 'managed')
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7321] manager: NetworkManager state is now CONNECTING
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7323] device (enp6s0): state change: prepare -> config (reason 'none', internal state 'managed')
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7325] device (enp6s0): state change: config -> ip-config (reason 'none', internal state 'managed')
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7328] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7342] dhcp4 (enp6s0): dhclient started with pid 815
 4月 09 22:19:43 testbox dhclient[815]: DHCPREQUEST of 192.168.2.15 on enp6s0 to 255.255.255.255 port 67 (xid=0x38c3b629)
 4月 09 22:19:43 testbox dhclient[815]: DHCPACK of 192.168.2.15 from 192.168.2.1
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7782] dhcp4 (enp6s0):   address 192.168.2.15
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7783] dhcp4 (enp6s0):   plen 24 (255.255.255.0)
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7783] dhcp4 (enp6s0):   gateway 192.168.2.1
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7783] dhcp4 (enp6s0):   lease time 86400
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7783] dhcp4 (enp6s0):   nameserver '192.168.2.1'
 4月 09 22:19:43 testbox avahi-daemon[653]: Joining mDNS multicast group on interface enp6s0.IPv4 with address 192.168.2.15.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7783] dhcp4 (enp6s0): state changed unknown -> bound
 4月 09 22:19:43 testbox avahi-daemon[653]: New relevant interface enp6s0.IPv4 for mDNS.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7787] device (enp6s0): state change: ip-config -> ip-check (reason 'none', internal state 'managed')
 4月 09 22:19:43 testbox avahi-daemon[653]: Registering new address record for 192.168.2.15 on enp6s0.IPv4.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7790] device (enp6s0): state change: ip-check -> secondaries (reason 'none', internal state 'managed')
 4月 09 22:19:43 testbox dhclient[815]: bound to 192.168.2.15 -- renewal in 39935 seconds.
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7792] device (enp6s0): state change: secondaries -> activated (reason 'none', internal state 'managed')
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7792] manager: NetworkManager state is now CONNECTED_LOCAL
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7797] manager: NetworkManager state is now CONNECTED_SITE
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7797] policy: set 'Wired connection 2' (enp6s0) as default for IPv4 routing and DNS
 4月 09 22:19:43 testbox NetworkManager[691]: <info>  [1523279983.7798] device (enp6s0): Activation: successful, device activated.
 4月 09 22:19:43 testbox nm-dispatcher[733]: req:2 'up' [enp6s0]: new request (1 scripts)
 4月 09 22:19:43 testbox nm-dispatcher[733]: req:2 'up' [enp6s0]: start running ordered scripts...
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: localuser:test being added to access control list
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting DISPLAY=:0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XAUTHORITY=/run/user/1000/gdm/Xauthority
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: localuser:test being added to access control list
 4月 09 22:19:43 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0: ca0132 DSP downloaded and running
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting CLUTTER_IM_MODULE=xim
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_MEASUREMENT=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_PAPER=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_MONETARY=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LANG=en_US.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting DISPLAY=:0
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting USERNAME=test
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting MANDATORY_PATH=/usr/share/gconf/ubuntu.mandatory.path
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_NAME=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting USER=test
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting DESKTOP_SESSION=ubuntu
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting QT4_IM_MODULE=xim
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting TEXTDOMAINDIR=/usr/share/locale/
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting DEFAULTS_PATH=/usr/share/gconf/ubuntu.default.path
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting PWD=/home/test
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting HOME=/home/test
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting JOURNAL_STREAM=9:21253
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting TEXTDOMAIN=im-config
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting QT_ACCESSIBILITY=1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XDG_SESSION_TYPE=x11
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XDG_DATA_DIRS=/usr/share/ubuntu:/usr/share/ubuntu:/usr/local/share:/usr/share:/var/lib/snapd/desktop
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XDG_SESSION_DESKTOP=ubuntu
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_ADDRESS=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_NUMERIC=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting GTK_MODULES=gail:atk-bridge
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting WINDOWPATH=1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting SHELL=/bin/bash
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting QT_IM_MODULE=ibus
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XMODIFIERS=@im=ibus
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting IM_CONFIG_PHASE=2
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XDG_CURRENT_DESKTOP=ubuntu:GNOME
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting SHLVL=1
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_TELEPHONE=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LLVM_BIN=/opt/amdgpu-pro/bin
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting GDMSESSION=ubuntu
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LOGNAME=test
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XDG_RUNTIME_DIR=/run/user/1000
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XAUTHORITY=/run/user/1000/gdm/Xauthority
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg/xdg-ubuntu:/etc/xdg
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_IDENTIFICATION=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting GTK_IM_MODULE=ibus
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting LC_TIME=ja_JP.UTF-8
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: dbus-update-activation-environment: setting _=/usr/bin/dbus-update-activation-environment
 4月 09 22:19:43 testbox dbus-daemon[796]: Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service'
 4月 09 22:19:43 testbox systemd[776]: Starting Virtual filesystem service...
 4月 09 22:19:43 testbox dbus-daemon[796]: Successfully activated service 'org.gtk.vfs.Daemon'
 4月 09 22:19:43 testbox systemd[776]: Started Virtual filesystem service.
 4月 09 22:19:43 testbox dbus-daemon[796]: Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service'
 4月 09 22:19:43 testbox systemd[776]: Starting Accessibility services bus...
 4月 09 22:19:43 testbox dbus-daemon[796]: Successfully activated service 'org.a11y.Bus'
 4月 09 22:19:43 testbox systemd[776]: Started Accessibility services bus.
 4月 09 22:19:43 testbox at-spi-bus-launcher[939]: Activating service name='org.a11y.atspi.Registry'
 4月 09 22:19:43 testbox at-spi-bus-launcher[939]: Successfully activated service 'org.a11y.atspi.Registry'
 4月 09 22:19:43 testbox org.a11y.atspi.Registry[944]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
 4月 09 22:19:43 testbox dbus-daemon[796]: Activating service name='org.gnome.ScreenSaver'
 4月 09 22:19:43 testbox gnome-screensav[953]: Couldn't get presence status: The name org.gnome.SessionManager was not provided by any .service files
 4月 09 22:19:43 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.ScreenSaver'
 4月 09 22:19:43 testbox gnome-keyring-ssh.desktop[961]: SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID vendor "SNY", prod id 576
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using EDID range info for horizontal sync
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using EDID range info for vertical refresh
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Printing DDC gathered Modelines:
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 1990 2030 2200  1080 1085 1090 1125 -hsync -vsync (67.5 kHz eP)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
 4月 09 22:19:43 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
 4月 09 22:19:44 testbox systemd[1]: Starting Daemon for power management...
 4月 09 22:19:44 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.UPower'
 4月 09 22:19:44 testbox systemd[1]: Started Daemon for power management.
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
 4月 09 22:19:44 testbox systemd[1]: Starting RealtimeKit Scheduling Policy Service...
 4月 09 22:19:44 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
 4月 09 22:19:44 testbox systemd[1]: Started RealtimeKit Scheduling Policy Service.
 4月 09 22:19:44 testbox rtkit-daemon[996]: Successfully called chroot.
 4月 09 22:19:44 testbox rtkit-daemon[996]: Successfully dropped privileges.
 4月 09 22:19:44 testbox rtkit-daemon[996]: Successfully limited resources.
 4月 09 22:19:44 testbox rtkit-daemon[996]: Running.
 4月 09 22:19:44 testbox rtkit-daemon[996]: Canary thread running.
 4月 09 22:19:44 testbox rtkit-daemon[996]: Watchdog thread running.
 4月 09 22:19:44 testbox rtkit-daemon[996]: Successfully made thread 995 of process 995 (n/a) owned by '1000' high priority at nice level -11.
 4月 09 22:19:44 testbox rtkit-daemon[996]: Supervising 1 threads of 1 processes of 1 users.
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
 4月 09 22:19:44 testbox gnome-shell[966]: JS WARNING: [resource:///org/gnome/shell/ui/main.js 315]: reference to undefined property "MetaStage"
 4月 09 22:19:44 testbox gnome-shell[966]: JS WARNING: [resource:///org/gnome/shell/ui/layout.js 221]: reference to undefined property "MetaWindowGroup"
 4月 09 22:19:44 testbox gnome-shell[966]: JS WARNING: [resource:///org/gnome/shell/ui/osdMonitorLabeler.js 59]: reference to undefined property "MetaDBusDisplayConfigSkeleton"
 4月 09 22:19:44 testbox gnome-screensav[953]: Lost the name, shutting down.
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating service name='org.gnome.Shell.CalendarServer'
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service'
 4月 09 22:19:44 testbox systemd[776]: Starting Evolution source registry...
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating service name='org.gnome.OnlineAccounts'
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
 4月 09 22:19:44 testbox systemd[776]: Started Evolution source registry.
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.Shell.CalendarServer'
 4月 09 22:19:44 testbox goa-daemon[1024]: goa-daemon version 3.26.1 starting
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating service name='org.gnome.Identity'
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.OnlineAccounts'
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.Identity'
 4月 09 22:19:44 testbox gnome-shell[966]: JS WARNING: [resource:///org/gnome/shell/ui/slider.js 38]: reference to undefined property "CallyActor"
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service'
 4月 09 22:19:44 testbox systemd[1]: Starting Location Lookup Service...
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
 4月 09 22:19:44 testbox systemd[1]: Starting WPA supplicant...
 4月 09 22:19:44 testbox dbus[683]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
 4月 09 22:19:44 testbox wpa_supplicant[1059]: Successfully initialized wpa_supplicant
 4月 09 22:19:44 testbox systemd[1]: Started WPA supplicant.
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating service name='ca.desrt.dconf'
 4月 09 22:19:44 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
 4月 09 22:19:44 testbox systemd[1]: Started Location Lookup Service.
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'ca.desrt.dconf'
 4月 09 22:19:44 testbox polkitd(authority=local)[715]: Registered Authentication Agent for unix-session:1 (system bus name :1.25 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
 4月 09 22:19:44 testbox gnome-shell[966]: Telepathy is not available, chat integration will be disabled.
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service'
 4月 09 22:19:44 testbox systemd[776]: Starting Virtual filesystem service - disk device monitor...
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
 4月 09 22:19:44 testbox systemd[776]: Started Virtual filesystem service - disk device monitor.
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service'
 4月 09 22:19:44 testbox systemd[776]: Starting Virtual filesystem service - digital camera monitor...
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
 4月 09 22:19:44 testbox systemd[776]: Started Virtual filesystem service - digital camera monitor.
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service'
 4月 09 22:19:44 testbox systemd[776]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
 4月 09 22:19:44 testbox systemd[776]: Started Virtual filesystem service - GNOME Online Accounts monitor.
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service'
 4月 09 22:19:44 testbox systemd[776]: Starting Virtual filesystem service - Apple File Conduit monitor...
 4月 09 22:19:44 testbox gvfs-afc-volume-monitor[1076]: Volume monitor alive
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
 4月 09 22:19:44 testbox systemd[776]: Started Virtual filesystem service - Apple File Conduit monitor.
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service'
 4月 09 22:19:44 testbox systemd[776]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
 4月 09 22:19:44 testbox systemd[776]: Started Virtual filesystem service - Media Transfer Protocol monitor.
 4月 09 22:19:44 testbox gnome-shell[966]: JS WARNING: [resource:///org/gnome/gjs/modules/tweener/tweener.js 540]: reference to undefined property "isSpecialProperty"
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service'
 4月 09 22:19:44 testbox systemd[1]: Starting PackageKit Daemon...
 4月 09 22:19:44 testbox PackageKit[1085]: daemon start
 4月 09 22:19:44 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.PackageKit'
 4月 09 22:19:44 testbox systemd[1]: Started PackageKit Daemon.
 4月 09 22:19:44 testbox gnome-shell[966]: Some code accessed the property 'DBusMenu' on the module 'interfaces'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:44 testbox gnome-shell[966]: Some code accessed the property 'WORKAROUND_RELOAD_TYPE_REGISTER' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:44 testbox gnome-shell[966]: Some code accessed the property 'StatusNotifierWatcher' on the module 'statusNotifierWatcher'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:44 testbox gnome-shell[966]: Some code accessed the property 'StatusNotifierWatcher' on the module 'interfaces'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:44 testbox gnome-shell[966]: Some code accessed the property 'traverseBusNames' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:44 testbox gnome-shell[966]: JS WARNING: [/usr/share/gnome-shell/extensions/ubuntu-dock at ubuntu.com/appIcons.js 1361]: unreachable code after return statement
 4月 09 22:19:44 testbox gnome-shell[966]: JS WARNING: [/usr/share/gnome-shell/extensions/ubuntu-dock at ubuntu.com/extension.js 44]: assignment to undeclared variable runningExtensions
 4月 09 22:19:44 testbox gsd-rfkill[1091]: g_object_notify: object class 'CcRfkillGlib' has no property named 'kernel-noinput'
 4月 09 22:19:44 testbox kernel: rfkill: input handler disabled
 4月 09 22:19:44 testbox gsd-xsettings[1100]: Failed to get current display configuration state: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.Mutter.DisplayConfig" does not exist
 4月 09 22:19:44 testbox gnome-shell[966]: WARNING: addSignalMethods is replacing existing [0x55cc0be6e0d0 Gjs_ShowAppsIcon.dash-item-container] connect method
 4月 09 22:19:44 testbox gnome-shell[966]: WARNING: addSignalMethods is replacing existing [0x55cc0be6e0d0 Gjs_ShowAppsIcon.dash-item-container] disconnect method
 4月 09 22:19:44 testbox gnome-shell[966]: WARNING: addSignalMethods is replacing existing [0x55cc0be6e0d0 Gjs_ShowAppsIcon.dash-item-container] emit method
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
 4月 09 22:19:44 testbox gsd-sharing[1106]: Failed to StopUnit service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit rygel.service not loaded.
 4月 09 22:19:44 testbox gsd-sharing[1106]: Failed to StopUnit service: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-remote-desktop.service not loaded.
 4月 09 22:19:44 testbox systemd[1]: Starting Locale Service...
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
 4月 09 22:19:44 testbox systemd[1]: Starting Manage, Install and Generate Color Profiles...
 4月 09 22:19:44 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.ColorManager'
 4月 09 22:19:44 testbox systemd[1]: Started Manage, Install and Generate Color Profiles.
 4月 09 22:19:44 testbox gnome-session-binary[799]: Entering running state
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar7' unit='evolution-calendar-factory.service'
 4月 09 22:19:44 testbox systemd[776]: Starting Evolution calendar service...
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating service name='org.freedesktop.FileManager1'
 4月 09 22:19:44 testbox colord-sane[1217]: [bjnp] create_broadcast_socket: ERROR - bind socket to local address failed - Cannot assign requested address
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.freedesktop.FileManager1'
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.evolution.dataserver.Calendar7'
 4月 09 22:19:44 testbox systemd[776]: Started Evolution calendar service.
 4月 09 22:19:44 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.locale1'
 4月 09 22:19:44 testbox systemd[1]: Started Locale Service.
 4月 09 22:19:44 testbox dbus-daemon[796]: Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook9' unit='evolution-addressbook-factory.service'
 4月 09 22:19:44 testbox systemd[776]: Starting Evolution address book service...
 4月 09 22:19:44 testbox avahi-daemon[653]: Joining mDNS multicast group on interface enp6s0.IPv6 with address fe80::6dd7:eded:b5fd:986a.
 4月 09 22:19:44 testbox avahi-daemon[653]: New relevant interface enp6s0.IPv6 for mDNS.
 4月 09 22:19:44 testbox avahi-daemon[653]: Registering new address record for fe80::6dd7:eded:b5fd:986a on enp6s0.*.
 4月 09 22:19:44 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.evolution.dataserver.AddressBook9'
 4月 09 22:19:44 testbox systemd[776]: Started Evolution address book service.
 4月 09 22:19:44 testbox gnome-shell[966]: Some code accessed the property 'introspectBusObject' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:44 testbox dbus[683]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service'
 4月 09 22:19:44 testbox systemd[1]: Starting Firmware update daemon...
 4月 09 22:19:44 testbox gnome-shell[966]: Some code accessed the property 'dbusNodeImplementsInterfaces' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:44 testbox gnome-shell[966]: Error looking up permission: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.impl.portal.PermissionStore was not provided by any .service files
 4月 09 22:19:44 testbox org.gnome.Shell.desktop[966]: Window manager warning: "XF86RFKill" is not a valid accelerator
 4月 09 22:19:44 testbox NetworkManager[691]: <info>  [1523279984.8345] dhcp6 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
 4月 09 22:19:44 testbox NetworkManager[691]: <warn>  [1523279984.8346] dhcp6 (enp6s0): hostname is not a FQDN, it will be ignored
 4月 09 22:19:44 testbox NetworkManager[691]: <info>  [1523279984.8354] dhcp6 (enp6s0): dhclient started with pid 1282
 4月 09 22:19:44 testbox NetworkManager[691]: <info>  [1523279984.8359] policy: set 'Wired connection 2' (enp6s0) as default for IPv6 routing and DNS
 4月 09 22:19:44 testbox fwupd[1275]: disabling plugin because: failed to startup amt: ME refused connection
 4月 09 22:19:44 testbox fwupd[1275]: disabling plugin because: failed to startup dell: Firmware updating not supported
 4月 09 22:19:45 testbox systemd[1]: Reached target Sound Card.
 4月 09 22:19:45 testbox kernel: input: HDA Intel PCH Front Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
 4月 09 22:19:45 testbox kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
 4月 09 22:19:45 testbox kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
 4月 09 22:19:45 testbox kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
 4月 09 22:19:45 testbox kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
 4月 09 22:19:45 testbox kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
 4月 09 22:19:45 testbox kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
 4月 09 22:19:45 testbox kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
 4月 09 22:19:45 testbox nautilus-deskto[1195]: Can not get _NET_WORKAREA
 4月 09 22:19:45 testbox nautilus-deskto[1195]: Can not determine workarea, guessing at layout
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event9)
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event12)
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event11)
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event10)
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event7)
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event8)
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device HDA Intel PCH Front Line Out (/dev/input/event6)
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:45 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:45 testbox NetworkManager[691]: <info>  [1523279985.1721] manager: NetworkManager state is now CONNECTED_GLOBAL
 4月 09 22:19:45 testbox nm-dispatcher[733]: req:3 'connectivity-change': new request (1 scripts)
 4月 09 22:19:45 testbox dhclient[1282]: XMT: Info-Request on enp6s0, interval 1050ms.
 4月 09 22:19:45 testbox kernel: snd_hda_codec_ca0132 hdaudioC0D0: ca0132 DSP downloaded and running
 4月 09 22:19:45 testbox gnome-shell[966]: GNOME Shell started at Mon Apr 09 2018 22:19:44 GMT+0900 (JST)
 4月 09 22:19:45 testbox ModemManager[675]: <info>  Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:1c.2/0000:06:00.0': not supported by any plugin
 4月 09 22:19:45 testbox ModemManager[675]: <info>  Couldn't check support for device at '/sys/devices/pci0000:00/0000:00:1f.6': not supported by any plugin
 4月 09 22:19:46 testbox avahi-daemon[653]: Leaving mDNS multicast group on interface enp6s0.IPv6 with address fe80::6dd7:eded:b5fd:986a.
 4月 09 22:19:46 testbox avahi-daemon[653]: Joining mDNS multicast group on interface enp6s0.IPv6 with address 2001:a452:96a5:1c00:5135:b49a:de7c:9c23.
 4月 09 22:19:46 testbox avahi-daemon[653]: Registering new address record for 2001:a452:96a5:1c00:5135:b49a:de7c:9c23 on enp6s0.*.
 4月 09 22:19:46 testbox avahi-daemon[653]: Withdrawing address record for fe80::6dd7:eded:b5fd:986a on enp6s0.
 4月 09 22:19:46 testbox avahi-daemon[653]: Registering new address record for 2001:a452:96a5:1c00:8505:30b5:8cd9:74e on enp6s0.*.
 4月 09 22:19:46 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event13)
 4月 09 22:19:46 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) No input driver specified, ignoring this device.
 4月 09 22:19:46 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) This device may have been added with another device file.
 4月 09 22:19:46 testbox dhclient[1282]: XMT: Info-Request on enp6s0, interval 2160ms.
 4月 09 22:19:46 testbox rtkit-daemon[996]: Supervising 1 threads of 1 processes of 1 users.
 4月 09 22:19:46 testbox rtkit-daemon[996]: Successfully made thread 1313 of process 995 (n/a) owned by '1000' RT at priority 5.
 4月 09 22:19:46 testbox rtkit-daemon[996]: Supervising 2 threads of 1 processes of 1 users.
 4月 09 22:19:46 testbox rtkit-daemon[996]: Supervising 2 threads of 1 processes of 1 users.
 4月 09 22:19:46 testbox rtkit-daemon[996]: Successfully made thread 1314 of process 995 (n/a) owned by '1000' RT at priority 5.
 4月 09 22:19:46 testbox rtkit-daemon[996]: Supervising 3 threads of 1 processes of 1 users.
 4月 09 22:19:46 testbox gsd-media-keys[1148]: Unable to get default sink
 4月 09 22:19:47 testbox kernel: logitech-hidpp-device 0003:046D:4008.0004: HID++ 2.0 device connected.
 4月 09 22:19:47 testbox upowerd[973]: treating change event as add on /sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:046D:C52B.0003/0003:046D:4008.0004/power_supply/hidpp_battery_1
 4月 09 22:19:48 testbox dhclient[1282]: XMT: Info-Request on enp6s0, interval 4320ms.
 4月 09 22:19:48 testbox fwupd[1275]: disabling plugin because: failed to coldplug raspberrypi: Raspberry PI firmware updating not supported, no /boot/start.elf
 4月 09 22:19:48 testbox fwupd[1275]: disabling plugin because: failed to coldplug synapticsmst: MST firmware updating not supported by OEM
 4月 09 22:19:48 testbox fwupd[1275]: disabling plugin because: failed to coldplug uefi: UEFI firmware updating not supported
 4月 09 22:19:48 testbox fwupd[1275]: using plugins: altos, colorhug, dfu, ebitdo, steelseries, thunderbolt, udev, unifying, upower, usb
 4月 09 22:19:48 testbox fwupd[1275]: Daemon ready for requests
 4月 09 22:19:48 testbox NetworkManager[691]: <info>  [1523279988.8319] manager: startup complete
 4月 09 22:19:48 testbox systemd[1]: Started Network Manager Wait Online.
 4月 09 22:19:48 testbox systemd[1]: Reached target Network is Online.
 4月 09 22:19:48 testbox systemd[1]: Starting TeamViewer remote control daemon...
 4月 09 22:19:48 testbox systemd[1]: Starting Tool to automatically collect and submit kernel crash signatures...
 4月 09 22:19:48 testbox systemd[1]: Started crash report submission daemon.
 4月 09 22:19:48 testbox systemd[1]: Started Tool to automatically collect and submit kernel crash signatures.
 4月 09 22:19:48 testbox whoopsie[1323]: [22:19:48] Using lock path: /var/lock/whoopsie/lock
 4月 09 22:19:48 testbox systemd[1]: teamviewerd.service: PID file /var/run/teamviewerd.pid not readable (yet?) after start: No such file or directory
 4月 09 22:19:48 testbox systemd[1]: Started TeamViewer remote control daemon.
 4月 09 22:19:48 testbox systemd[1]: Reached target Multi-User System.
 4月 09 22:19:48 testbox systemd[1]: Reached target Graphical Interface.
 4月 09 22:19:48 testbox systemd[1]: Starting Update UTMP about System Runlevel Changes...
 4月 09 22:19:48 testbox systemd[1]: Started Stop ureadahead data collection 45s after completed startup.
 4月 09 22:19:48 testbox systemd[1]: Started Update UTMP about System Runlevel Changes.
 4月 09 22:19:48 testbox dbus-daemon[796]: Activating service name='com.teamviewer.TeamViewer'
 4月 09 22:19:48 testbox whoopsie[1323]: [22:19:48] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/1
 4月 09 22:19:48 testbox whoopsie[1323]: [22:19:48] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/1
 4月 09 22:19:48 testbox whoopsie[1323]: [22:19:48] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/1
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID vendor "SNY", prod id 576
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using hsync ranges from config file
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using vrefresh ranges from config file
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Printing DDC gathered Modelines:
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 1990 2030 2200  1080 1085 1090 1125 -hsync -vsync (67.5 kHz eP)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID vendor "SNY", prod id 576
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using hsync ranges from config file
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using vrefresh ranges from config file
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Printing DDC gathered Modelines:
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 1990 2030 2200  1080 1085 1090 1125 -hsync -vsync (67.5 kHz eP)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
 4月 09 22:19:49 testbox dbus-daemon[796]: Successfully activated service 'com.teamviewer.TeamViewer'
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'getUniqueBusNameSync' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'Logger' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: [AppIndicatorSupport-DEBUG] Registering StatusNotifierItem :1.67/StatusNotifierItem
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'AppIndicator' on the module 'appIndicator'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'StatusNotifierItem' on the module 'interfaces'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'connectSmart' on the module 'util'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'IndicatorStatusIcon' on the module 'indicatorStatusIcon'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'IconActor' on the module 'appIndicator'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'IconCache' on the module 'iconCache'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: Received property ToolTip with type s does not match expected type (sa(iiay)ss) in the expected interface
 4月 09 22:19:49 testbox gnome-shell[966]: Received property WindowId with type u does not match expected type i in the expected interface
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'SNIStatus' on the module 'appIndicator'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox gnome-shell[966]: Some code accessed the property 'Client' on the module 'dbusMenu'. That property was defined with 'let' or 'const' inside the module. This was previously supported, but is not correct according to the ES6 standard. Any symbols to be exported from a module must be defined with 'var'. The property access will work as previously for the time being, but please fix your code anyway.
 4月 09 22:19:49 testbox set-cpufreq[682]: Setting powersave scheduler for all CPUs
 4月 09 22:19:49 testbox dbus[683]: [system] Successfully activated service 'org.freedesktop.fwupd'
 4月 09 22:19:49 testbox systemd[1]: Started Firmware update daemon.
 4月 09 22:19:49 testbox systemd[1]: Startup finished in 9.082s (kernel) + 6.523s (userspace) = 15.605s.
 4月 09 22:19:49 testbox gnome-software[1198]: plugin fwupd took 4.6 seconds to do setup
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID vendor "SNY", prod id 576
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using hsync ranges from config file
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using vrefresh ranges from config file
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Printing DDC gathered Modelines:
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 1990 2030 2200  1080 1085 1090 1125 -hsync -vsync (67.5 kHz eP)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): EDID vendor "SNY", prod id 576
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using hsync ranges from config file
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Using vrefresh ranges from config file
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Printing DDC gathered Modelines:
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 1990 2030 2200  1080 1085 1090 1125 -hsync -vsync (67.5 kHz eP)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
 4月 09 22:19:49 testbox /usr/lib/gdm3/gdm-x-session[788]: (II) modeset(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
 4月 09 22:19:49 testbox gnome-software[1198]: enabled plugins: shell-extensions, packagekit-refresh, packagekit-offline, packagekit-upgrade, packagekit-proxy, fwupd, ubuntuone, desktop-categories, os-release, systemd-updates, packagekit-local, packagekit, appstream, hardcoded-featured, hardcoded-blacklist, generic-updates, ubuntu-reviews, modalias, rewrite-resource, steam, hardcoded-popular, desktop-menu-path, packagekit-refine, provenance, packagekit-history, snap, icons, provenance-license, key-colors, key-colors-metadata
 4月 09 22:19:49 testbox gnome-software[1198]: disabled plugins: dummy, dpkg, repos, epiphany, odrs
 4月 09 22:19:49 testbox gnome-software[1198]: running get-updates-historical with timeout=60 on plugin=fwupd
 4月 09 22:19:52 testbox dhclient[1282]: XMT: Info-Request on enp6s0, interval 8270ms.
 4月 09 22:19:53 testbox dbus-daemon[796]: Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service'
 4月 09 22:19:53 testbox systemd[776]: Starting GNOME Terminal Server...
 4月 09 22:19:53 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.Terminal'
 4月 09 22:19:53 testbox systemd[776]: Started GNOME Terminal Server.
 4月 09 22:19:53 testbox systemd[1]: Reloading OpenBSD Secure Shell server.
 4月 09 22:19:53 testbox sshd[749]: Received SIGHUP; restarting.
 4月 09 22:19:53 testbox systemd[1]: Reloaded OpenBSD Secure Shell server.
 4月 09 22:19:53 testbox sshd[749]: Server listening on 0.0.0.0 port 35257.
 4月 09 22:19:53 testbox sshd[749]: Server listening on :: port 35257.
 4月 09 22:19:53 testbox NetworkManager[691]: <info>  [1523279993.8351] manager: rfkill: WiFi hardware radio set enabled
 4月 09 22:19:53 testbox NetworkManager[691]: <info>  [1523279993.8352] manager: rfkill: WWAN hardware radio set enabled
 4月 09 22:20:01 testbox dhclient[1282]: XMT: Info-Request on enp6s0, interval 16850ms.
 4月 09 22:20:03 testbox systemd[1]: Reloading OpenBSD Secure Shell server.
 4月 09 22:20:03 testbox nm-dispatcher[733]: req:3 'connectivity-change': start running ordered scripts...
 4月 09 22:20:03 testbox sshd[749]: Received SIGHUP; restarting.
 4月 09 22:20:03 testbox systemd[1]: Reloaded OpenBSD Secure Shell server.
 4月 09 22:20:03 testbox sshd[749]: Server listening on 0.0.0.0 port 35257.
 4月 09 22:20:03 testbox sshd[749]: Server listening on :: port 35257.
 4月 09 22:20:09 testbox dbus[683]: [system] Failed to activate service 'org.bluez': timed out
 4月 09 22:20:09 testbox pulseaudio[995]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
 4月 09 22:20:17 testbox dhclient[1282]: XMT: Info-Request on enp6s0, interval 34330ms.
 4月 09 22:20:23 testbox systemd-timesyncd[524]: Timed out waiting for reply from [2001:67c:1560:8003::c7]:123 (ntp.ubuntu.com).
 4月 09 22:20:29 testbox NetworkManager[691]: <warn>  [1523280029.8324] dhcp6 (enp6s0): request timed out
 4月 09 22:20:29 testbox NetworkManager[691]: <info>  [1523280029.8325] dhcp6 (enp6s0): state changed unknown -> timeout
 4月 09 22:20:29 testbox NetworkManager[691]: <info>  [1523280029.8334] dhcp6 (enp6s0): canceled DHCP transaction, DHCP client pid 1282
 4月 09 22:20:29 testbox NetworkManager[691]: <info>  [1523280029.8334] dhcp6 (enp6s0): state changed timeout -> done
 4月 09 22:20:33 testbox systemd-timesyncd[524]: Timed out waiting for reply from [2001:67c:1560:8003::c8]:123 (ntp.ubuntu.com).
 4月 09 22:20:33 testbox systemd[1]: Starting Stop ureadahead data collection...
 4月 09 22:20:33 testbox systemd[1]: Started Stop ureadahead data collection.
 4月 09 22:20:34 testbox systemd-timesyncd[524]: Synchronized to time server 91.189.91.157:123 (ntp.ubuntu.com).
 4月 09 22:20:46 testbox pkexec[1495]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
 4月 09 22:20:46 testbox pkexec[1495]: test: Executing command [USER=root] [TTY=unknown] [CWD=/home/test] [COMMAND=/usr/lib/update-notifier/package-system-locked]
 4月 09 22:20:46 testbox gnome-shell[966]: [AppIndicatorSupport-DEBUG] Registering StatusNotifierItem :1.71/org/ayatana/NotificationItem/software_update_available
 4月 09 22:20:49 testbox gnome-software[1198]: running get-distro-updates with refine-flags=require-setup-action with timeout=60 on plugin=appstream
 4月 09 22:20:58 testbox dbus-daemon[796]: Activating service name='org.gnome.ControlCenter.SearchProvider'
 4月 09 22:20:58 testbox dbus-daemon[796]: Activating service name='org.gnome.Nautilus'
 4月 09 22:20:58 testbox dbus-daemon[796]: Activating service name='org.gnome.Calculator.SearchProvider'
 4月 09 22:20:58 testbox dbus-daemon[796]: Activating service name='org.gnome.Calendar'
 4月 09 22:20:58 testbox dbus-daemon[796]: Activating service name='org.gnome.seahorse.Application'
 4月 09 22:20:58 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.Calculator.SearchProvider'
 4月 09 22:20:58 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.ControlCenter.SearchProvider'
 4月 09 22:20:58 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.Nautilus'
 4月 09 22:20:58 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.Calendar'
 4月 09 22:20:58 testbox dbus-daemon[796]: Successfully activated service 'org.gnome.seahorse.Application'
 4月 09 22:20:59 testbox nautilus[1517]: g_key_file_load_from_file: assertion 'file != NULL' failed
 4月 09 22:20:59 testbox nautilus[1517]: Could not establish a connection to Tracker: Failed to load SPARQL backend: Key file does not have group “DomainOntology”
 4月 09 22:20:59 testbox nautilus[1517]: g_key_file_load_from_file: assertion 'file != NULL' failed
 4月 09 22:20:59 testbox nautilus[1517]: Could not establish a connection to Tracker: Failed to load SPARQL backend: Key file does not have group “DomainOntology”
 4月 09 22:21:03 testbox PackageKit[1085]: resolve transaction /96_daebceed from uid 1000 finished with success after 193ms
 4月 09 22:21:03 testbox gnome-software[1198]: running search with refine-flags=require-icon with timeout=60 with max-results=20 with search=sys on plugin=snap on apps system/package/ubuntu-artful-universe/desktop/sysinfo.desktop/*,system/package/ubuntu-artful-main/desktop/system-config-kickstart.desktop/*,system/package/ubuntu-artful-universe/desktop/mate-system-monitor.desktop/*,system/package/ubuntu-artful-universe/desktop/hardinfo.desktop/*,system/package/ubuntu-artful-universe/desktop/cinnamon-settings-info.desktop/*,system/package/ubuntu-artful-universe/desktop/pasystray.desktop/*,system/package/ubuntu-artful-updates-universe/desktop/mate-system-log.desktop/*,system/package/ubuntu-artful-universe/desktop/unity-info-panel.desktop/*,system/package/ubuntu-artful-universe/desktop/osmose-emulator.desktop/*,system/package/ubuntu-artful-universe/desktop/needrestart.desktop/*,system/package/ubuntu-artful-universe/desktop/kdocker.desktop/*,system/package/ubuntu-artful-universe/desktop/htop.desktop/*,system/package/ubuntu-artful-universe/desktop/tuned-gui.desktop/*,system/package/ubuntu-artful-universe/desktop/rapidsvn.desktop/*,system/package/ubuntu-artful-universe/desktop/needrestart-session.desktop/*,system/package/ubuntu-artful-universe/desktop/lxhotkey-gtk.desktop/*,system/package/ubuntu-artful-main/desktop/system-config-printer.desktop/* took 3433ms
 4月 09 22:21:35 testbox dbus[683]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
 4月 09 22:21:35 testbox org.gnome.Shell.desktop[966]: [1639:1667:0409/222135.365616:ERROR:in_progress_cache_impl.cc(93)] Could not read download entries from file because there was a read failure.
 4月 09 22:21:35 testbox gnome-shell[966]: remove_mnemonics: assertion 'label != NULL' failed
 4月 09 22:21:37 testbox gnome-keyring-daemon[784]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
 4月 09 22:21:37 testbox gnome-shell[966]: JS WARNING: [resource:///org/gnome/shell/ui/modalDialog.js 218]: reference to undefined property "GdkX11Screen"
 4月 09 22:21:38 testbox gnome-keyring-daemon[784]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
 4月 09 22:21:38 testbox gnome-keyring-daemon[784]: asked to register item /org/freedesktop/secrets/collection/login/2, but it's already registered
 4月 09 22:21:38 testbox org.gnome.Shell.desktop[966]: [1639:1639:0409/222138.489015:ERROR:background_mode_manager_aura.cc(13)] Not implemented reached in virtual void BackgroundModeManager::EnableLaunchOnStartup(bool)
 4月 09 22:21:38 testbox org.gnome.Shell.desktop[966]: [1639:1639:0409/222138.526737:ERROR:gpu_process_transport_factory.cc(1019)] Lost UI shared context.
 4月 09 22:21:38 testbox org.gnome.Shell.desktop[966]: [1:10:0409/222138.567027:ERROR:command_buffer_proxy_impl.cc(133)] ContextResult::kTransientFailure: Failed to send GpuChannelMsg_CreateCommandBuffer.
 4月 09 22:21:38 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222138.746473:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:21:38 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222138.766976:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:21:38 testbox org.gnome.Shell.desktop[966]: [1639:1639:0409/222138.912943:ERROR:display_info_provider_aura.cc(31)] Not implemented reached in virtual void extensions::DisplayInfoProviderAura::UpdateDisplayUnitInfoForPlatform(const display::Display &, extensions::api::system_display::DisplayUnitInfo *)
 4月 09 22:21:39 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222139.496531:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:21:39 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222139.596968:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:21:39 testbox org.gnome.Shell.desktop[966]: [1639:1639:0409/222139.634819:ERROR:CONSOLE(6)] "Uncaught ReferenceError: gbar is not defined", source: https://clients5.google.com/pagead/drt/dn/ (6)
 4月 09 22:21:42 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222142.487424:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:22:00 testbox dbus[683]: [system] Failed to activate service 'org.bluez': timed out
 4月 09 22:24:15 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222415.291490:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:24:15 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222415.311919:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:24:15 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222415.529392:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:24:15 testbox org.gnome.Shell.desktop[966]: [1639:1678:0409/222415.842337:ERROR:upload_data_presenter.cc(73)] Not implemented reached in virtual void extensions::RawDataPresenter::FeedNext(const net::UploadElementReader &)
 4月 09 22:24:15 testbox org.gnome.Shell.desktop[966]: [1639:1639:0409/222415.891337:ERROR:CONSOLE(6)] "Uncaught ReferenceError: gbar is not defined", source: https://clients5.google.com/pagead/drt/dn/ (6)
 4月 09 22:24:59 testbox sudo[2231]:     test : TTY=pts/0 ; PWD=/home/test ; USER=root ; COMMAND=/bin/cat /var/log/dmesg
 4月 09 22:24:59 testbox sudo[2231]: pam_unix(sudo:session): session opened for user root by (uid=0)
 4月 09 22:24:59 testbox sudo[2231]: pam_unix(sudo:session): session closed for user root


More information about the amd-gfx mailing list