no wired connection after updating from ubuntu 17.04 to 17.10

Asked by Steve Klicek

Hello

After updating this weekend ubuntu from 17.04 to 17.10 I had no more wired ethernet connection on device enp2s0.

I have to do the following after each booting of the system:

sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo service network-manager restart

After these 2 commands, network is functioning normally.

Do wou have a definitive solution for this?

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you add those commands to your startup (in /etc/rc.local)

Then they will run each boot and resolve the problem.

You can report a bug to highlight the issue to the devs

Revision history for this message
Steve Klicek (steveklicek) said :
#2

Thanks for your help, but the file /etc/rc.local does not exist and if i create the file, put the 2 commands i mentioned in it, reboot the system, the network does not start up. It works only if i start the 2 commands manually.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Ubuntu uses systemd now so you'll need this guide

https://askubuntu.com/questions/919054/how-do-i-run-a-single-command-at-startup-using-systemd

I suggest you make a script to run the commands you need

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

Run:

sudo gedit /usr/bin/wifihack; sudo chmod +x /usr/bin/wifihack

Add the below 3 lines (2 will be familiar):

#!/bin/bash
sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
sudo service network-manager restart

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

You can now run:

sudo wifihack

When you need to invoke the commands as your user.

You can now make the service file to run the command as root at boot. I don't know why this is necessary but we can work around it.

Revision history for this message
Steve Klicek (steveklicek) said :
#6

If i start the file wifihack (with the commands mentioned) as a normal user

./wifihack

the network starts up. I have installed as mentioned in the guide as a service, but it does not start up at boot.

The steps i made:

copy wifihack in the folder /usr/sbin and chmod +x /usr/sbin/wifihack
copy mynetwork.service to /etc/systemd/system/
sudo systemctl enable mynetwork

the contents of mynetwork.service is:

[Unit]
Description=My Network service

[Service]
ExecStart=/usr/sbin/wifihack

[Install]
WantedBy=multi-user.target

Revision history for this message
Launchpad Janitor (janitor) said :
#7

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Steve Klicek (steveklicek) said :
#8

My problem is still not answered...

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

The whole case is strange. The command

sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf

issued once should be enough. This file should survive a reboot.

Revision history for this message
Steve Klicek (steveklicek) said :
#10

Yes the file leaves in system after rebooting but i let the line in the script:
sudo touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf

But my problem that the wired network doesn't work after rebooting still remains not working.

Could the problem come from my network configuration?

My network works with a satellite surfbeam modem, connected to a TP Link WR1043ND v2 router and my linux machine is connected with the TP-Link router. There i give the adresses by DHCP.

Revision history for this message
Manfred Hampl (m-hampl) said :
#11

If the file /etc/NetworkManager/conf.d/10-globally-managed-devices.conf is already there, then the command "touch filename" does not do anything (except modifying the "last accessed" date) and is redundant.

Revision history for this message
Steve Klicek (steveklicek) said :
#12

Yes, i know this, but it does not solve my problem, that i have no wired
connection after reboot or starting the system.

Does my dhcp network configuration make problems with starting up the
network card?

If i start the command
sudo systemctl restart network-manager.service
all is working like it should, but this does not work on reboot nor startup

2017-11-14 16:23 GMT+01:00 Manfred Hampl <
<email address hidden>>:

> Your question #659818 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/659818
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> If the file /etc/NetworkManager/conf.d/10-globally-managed-devices.conf
> is already there, then the command "touch filename" does not do anything
> (except modifying the "last accessed" date) and is redundant.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/659818/+
> confirm?answer_id=10
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/659818
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#13

What is the status of your network immediately after booting when it is not functional?
Are the drivers loaded, are the devices "up", is there an IP address allocated?

Revision history for this message
Steve Klicek (steveklicek) said :
#14

Yes there is an IP address, driver is loaded and device is up.
I send you my networking-status and ifconfig just after booting.
I send you attached also my dmesg.

2017-11-14 19:04 GMT+01:00 Manfred Hampl <
<email address hidden>>:

> Your question #659818 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/659818
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> What is the status of your network immediately after booting when it is
> not functional?
> Are the drivers loaded, are the devices "up", is there an IP address
> allocated?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/659818
>
> You received this question notification because you asked the question.
>

Revision history for this message
Manfred Hampl (m-hampl) said :
#15

Adding attachments does not work.

Revision history for this message
Steve Klicek (steveklicek) said :
#16

Networking status on startup:

● networking.service - Raise network interfaces
   Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor
preset: enabled)
   Active: active (exited) since Wed 2017-11-15 17:32:09 CET; 4min 56s ago
     Docs: man:interfaces(5)
  Process: 727 ExecStart=/sbin/ifup -a --read-environment (code=exited,
status=0/SUCCESS)
  Process: 724 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ]
&& [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm
settle (code=exited, status=1/FAILURE)
 Main PID: 727 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 4915)
   CGroup: /system.slice/networking.service

Nov 15 17:32:01 stevek systemd[1]: Starting Raise network interfaces...
Nov 15 17:32:09 stevek systemd[1]: Started Raise network interfaces.

ifconfig on startup:
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
        inet 192.168.120.100 netmask 255.255.255.0 broadcast
192.168.120.255
        inet6 fe80::9b65:bc6e:3285:1f9f prefixlen 64 scopeid 0x20<link>
        ether 94:de:80:21:3e:96 txqueuelen 1000 (Ethernet)
        RX packets 92 bytes 19690 (19.6 KB)
        RX errors 0 dropped 0 overruns 0 frame 0
        TX packets 77 bytes 8387 (8.3 KB)
        TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
        inet 127.0.0.1 netmask 255.0.0.0
        inet6 ::1 prefixlen 128 scopeid 0x10<host>
        loop txqueuelen 1000 (Lokale Schleife)
        RX packets 982 bytes 73588 (73.5 KB)
        RX errors 0 dropped 0 overruns 0 frame 0
        TX packets 982 bytes 73588 (73.5 KB)
        TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

dmesg on startup:
[ 0.000000] random: get_random_bytes called from start_kernel+0x42/0x4e1
with crng_init=0
[ 0.000000] Linux version 4.13.0-16-generic (buildd@lcy01-02) (gcc
version 7.2.0 (Ubuntu 7.2.0-8ubuntu2)) #19-Ubuntu SMP Wed Oct 11 18:35:14
UTC 2017 (Ubuntu 4.13.0-16.19-generic 4.13.4)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic
root=UUID=a492b6fb-872e-4dca-9fbb-500a73158d09 ro quiet splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: x87 FPU will use FXSAVE
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000be482fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000be483000-0x00000000bea40fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bea41000-0x00000000bee38fff] ACPI
NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bee39000-0x00000000bf158fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bf159000-0x00000000bf159fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf15a000-0x00000000bf35ffff] ACPI
NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bf360000-0x00000000bf7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff]
reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000043fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] random: fast init done
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by
O.E.M./970A-UD3, BIOS FC 01/28/2013
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] e820: last_pfn = 0x440000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF write-through
[ 0.000000] C0000-CEFFF write-protect
[ 0.000000] CF000-EBFFF uncachable
[ 0.000000] EC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.000000] 2 base 0000BF800000 mask FFFFFF800000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000000440000000 aka 17408M
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC-
WT
[ 0.000000] total RAM covered: 3064M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 3 lose
cover RAM: 0G
[ 0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd820-0x000fd82f] mapped at
[ffff92b0400fd820]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff92b040098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x249b23000, 0x249b23fff] PGTABLE
[ 0.000000] BRK [0x249b24000, 0x249b24fff] PGTABLE
[ 0.000000] BRK [0x249b25000, 0x249b25fff] PGTABLE
[ 0.000000] BRK [0x249b26000, 0x249b26fff] PGTABLE
[ 0.000000] BRK [0x249b27000, 0x249b27fff] PGTABLE
[ 0.000000] BRK [0x249b28000, 0x249b28fff] PGTABLE
[ 0.000000] BRK [0x249b29000, 0x249b29fff] PGTABLE
[ 0.000000] BRK [0x249b2a000, 0x249b2afff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x31f1b000-0x34f84fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000BEE1C078 00006C (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000BEE22708 0000F4 (v04 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock
has valid Length but zero Address: 0x0000000000000000/0x1
(20170531/tbfadt-658)
[ 0.000000] ACPI: DSDT 0x00000000BEE1C178 006590 (v02 ALASKA A M I
00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 0x00000000BEE33F80 000040
[ 0.000000] ACPI: APIC 0x00000000BEE22800 00007E (v03 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000BEE22880 000044 (v01 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x00000000BEE228C8 00003C (v01 ALASKA A M I
01072009 MSFT 00010013)
[ 0.000000] ACPI: HPET 0x00000000BEE22908 000038 (v01 ALASKA A M I
01072009 AMI 00000005)
[ 0.000000] ACPI: SSDT 0x00000000BEE22940 0008BC (v01 AMD POWERNOW
00000001 AMD 00000001)
[ 0.000000] ACPI: MATS 0x00000000BEE23200 000034 (v02 ALASKA A M I
00000002 w?x2 00000000)
[ 0.000000] ACPI: IVRS 0x00000000BEE23238 0000D0 (v01 AMD RD890S
00202031 AMD 00000000)
[ 0.000000] ACPI: BGRT 0x00000000BEE23308 000038 (v00 ALASKA A M I
01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] Scanning NUMA topology in Northbridge 24
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000043fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x43ffd3000-0x43fffdfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000043fffffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000be482fff]
[ 0.000000] node 0: [mem 0x00000000bf159000-0x00000000bf159fff]
[ 0.000000] node 0: [mem 0x00000000bf360000-0x00000000bf7fffff]
[ 0.000000] node 0: [mem 0x0000000100001000-0x000000043fffffff]
[ 0.000000] Initmem setup node 0 [mem
0x0000000000001000-0x000000043fffffff]
[ 0.000000] On node 0 totalpages: 4188352
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3997 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12133 pages used for memmap
[ 0.000000] DMA32 zone: 776484 pages, LIFO batch:31
[ 0.000000] Normal zone: 53248 pages used for memmap
[ 0.000000] Normal zone: 3407871 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI
0-23
[ 0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec20000, GSI
24-55
[ 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 low 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: 0x43538210 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-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 0xbe483000-0xbea40fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbea41000-0xbee38fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbee39000-0xbf158fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf15a000-0xbf35ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[ 0.000000] e820: [mem 0xbf800000-0xf7ffffff] 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:4 nr_cpu_ids:4
nr_node_ids:1
[ 0.000000] percpu: Embedded 39 pages/cpu @ffff92b47fc00000 s119704
r8192 d31848 u524288
[ 0.000000] pcpu-alloc: s119704 r8192 d31848 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on.
Total pages: 4122886
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line:
BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic
root=UUID=a492b6fb-872e-4dca-9fbb-500a73158d09 ro quiet splash vt.handoff=7
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] AGP: Checking aperture...
[ 0.000000] AGP: No AGP bridge found
[ 0.000000] AGP: Node 0: aperture [bus addr 0xf8000000-0xfbffffff] (64MB)
[ 0.000000] Memory: 16353092K/16753408K available (9281K kernel code,
2477K rwdata, 3992K rodata, 2324K init, 2384K bss, 400316K reserved, 0K
cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] ftrace: allocating 37719 entries in 148 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
[ 0.000000] spurious 8259A interrupt: IRQ7.
[ 0.000000] vt handoff: transparent VT on vt#7
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 133484873504 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 3415.647 MHz processor
[ 0.004000] Calibrating delay loop (skipped), value calculated using
timer frequency.. 6831.29 BogoMIPS (lpj=13662588)
[ 0.004000] pid_max: default: 32768 minimum: 301
[ 0.004000] ACPI: Core revision 20170531
[ 0.004000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.004000] Security Framework initialized
[ 0.004000] Yama: becoming mindful.
[ 0.004000] AppArmor: AppArmor initialized
[ 0.010050] Dentry cache hash table entries: 2097152 (order: 12,
16777216 bytes)
[ 0.012072] Inode-cache hash table entries: 1048576 (order: 11, 8388608
bytes)
[ 0.012148] Mount-cache hash table entries: 32768 (order: 6, 262144
bytes)
[ 0.012212] Mountpoint-cache hash table entries: 32768 (order: 6, 262144
bytes)
[ 0.012392] CPU: Physical Processor ID: 0
[ 0.012393] CPU: Processor Core ID: 0
[ 0.012394] mce: CPU supports 6 MCE banks
[ 0.012398] LVT offset 0 assigned for vector 0xf9
[ 0.012401] process: using AMD E400 aware idle routine
[ 0.012402] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[ 0.012403] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
[ 0.012656] Freeing SMP alternatives memory: 36K
[ 0.016006] process: System has AMD C1E enabled
[ 0.016080] smpboot: Max logical packages: 1
[ 0.020355] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.064000] process: Switch to broadcast mode on CPU0
[ 0.064000] smpboot: CPU0: AMD Phenom(tm) II X4 965 Processor (family:
0x10, model: 0x4, stepping: 0x3)
[ 0.064000] Performance Events: AMD PMU driver.
[ 0.064000] ... version: 0
[ 0.064000] ... bit width: 48
[ 0.064000] ... generic registers: 4
[ 0.064000] ... value mask: 0000ffffffffffff
[ 0.064000] ... max period: 00007fffffffffff
[ 0.064000] ... fixed-purpose events: 0
[ 0.064000] ... event mask: 000000000000000f
[ 0.064000] Hierarchical SRCU implementation.
[ 0.064000] smp: Bringing up secondary CPUs ...
[ 0.064000] x86: Booting SMP configuration:
[ 0.064000] .... node #0, CPUs: #1
[ 0.004000] process: Switch to broadcast mode on CPU1
[ 0.064000] NMI watchdog: enabled on all CPUs, permanently consumes one
hw-PMU counter.
[ 0.064000] #2
[ 0.004000] process: Switch to broadcast mode on CPU2
[ 0.064066] #3
[ 0.004000] process: Switch to broadcast mode on CPU3
[ 0.068051] smp: Brought up 1 node, 4 CPUs
[ 0.068051] smpboot: Total of 4 processors activated (27325.17 BogoMIPS)
[ 0.072696] devtmpfs: initialized
[ 0.072696] x86/mm: Memory block size: 128MB
[ 0.073162] evm: security.selinux
[ 0.073162] evm: security.SMACK64
[ 0.073163] evm: security.SMACK64EXEC
[ 0.073163] evm: security.SMACK64TRANSMUTE
[ 0.073163] evm: security.SMACK64MMAP
[ 0.073164] evm: security.ima
[ 0.073164] evm: security.capability
[ 0.073189] PM: Registering ACPI NVS region [mem 0xbea41000-0xbee38fff]
(4161536 bytes)
[ 0.073189] PM: Registering ACPI NVS region [mem 0xbf15a000-0xbf35ffff]
(2121728 bytes)
[ 0.073189] clocksource: jiffies: mask: 0xffffffff max_cycles:
0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.073189] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.073189] pinctrl core: initialized pinctrl subsystem
[ 0.073189] RTC time: 16:31:34, date: 11/15/17
[ 0.076494] NET: Registered protocol family 16
[ 0.076662] cpuidle: using governor ladder
[ 0.076662] cpuidle: using governor menu
[ 0.076662] PCCT header not found.
[ 0.076662] node 0 link 0: io port [c000, ffff]
[ 0.076662] TOM: 00000000c0000000 aka 3072M
[ 0.076662] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[ 0.076662] node 0 link 0: mmio [c0000000, fef0ffff] ==> [c0000000,
dfffffff] and [f0000000, fef0ffff]
[ 0.076662] TOM2: 0000000440000000 aka 17408M
[ 0.076662] bus: [bus 00-1f] on node 0 link 0
[ 0.076662] bus: 00 [io 0x0000-0xffff]
[ 0.076662] bus: 00 [mem 0xc0000000-0xdfffffff]
[ 0.076662] bus: 00 [mem 0xf0000000-0xffffffff]
[ 0.076662] bus: 00 [mem 0x440000000-0xfcffffffff]
[ 0.076662] ACPI: bus type PCI registered
[ 0.076662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.076662] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.076662] PCI: not using MMCONFIG
[ 0.076662] PCI: Using configuration type 1 for base access
[ 0.076662] PCI: Using configuration type 1 for extended access
[ 0.077067] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.077067] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.077067] ACPI: Added _OSI(Module Device)
[ 0.077067] ACPI: Added _OSI(Processor Device)
[ 0.077067] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.077067] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.077067] ACPI: Executed 3 blocks of module-level executable AML code
[ 0.080927] ACPI: Interpreter enabled
[ 0.080942] ACPI: (supports S0 S3 S4 S5)
[ 0.080944] ACPI: Using IOAPIC for interrupt routing
[ 0.081044] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.081072] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in
ACPI motherboard resources
[ 0.081083] PCI: Using host bridge windows from ACPI; if necessary, use
"pci=nocrs" and report a bug
[ 0.081270] ACPI: Enabled 10 GPEs in block 00 to 1F
[ 0.085919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.085923] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
ClockPM Segments MSI]
[ 0.085926] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.086157] PCI host bridge to bus 0000:00
[ 0.086159] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.086160] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.086161] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.086162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.086163] pci_bus 0000:00: root bus resource [mem
0x000a0000-0x000bffff window]
[ 0.086164] pci_bus 0000:00: root bus resource [mem
0x000c0000-0x000dffff window]
[ 0.086165] pci_bus 0000:00: root bus resource [mem
0xc0000000-0xffffffff window]
[ 0.086166] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.086174] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
[ 0.086263] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[ 0.086345] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[ 0.086374] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.086441] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[ 0.086469] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[ 0.086530] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[ 0.086558] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[ 0.086628] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[ 0.086642] pci 0000:00:11.0: reg 0x10: [io 0xf090-0xf097]
[ 0.086649] pci 0000:00:11.0: reg 0x14: [io 0xf080-0xf083]
[ 0.086655] pci 0000:00:11.0: reg 0x18: [io 0xf070-0xf077]
[ 0.086661] pci 0000:00:11.0: reg 0x1c: [io 0xf060-0xf063]
[ 0.086667] pci 0000:00:11.0: reg 0x20: [io 0xf050-0xf05f]
[ 0.086674] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
[ 0.086755] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[ 0.086768] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
[ 0.086866] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[ 0.086880] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
[ 0.086934] pci 0000:00:12.2: supports D1 D2
[ 0.086935] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.087000] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[ 0.087012] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
[ 0.087111] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[ 0.087125] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
[ 0.087180] pci 0000:00:13.2: supports D1 D2
[ 0.087180] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.087243] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[ 0.087345] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
[ 0.087357] pci 0000:00:14.1: reg 0x10: [io 0xf040-0xf047]
[ 0.087363] pci 0000:00:14.1: reg 0x14: [io 0xf030-0xf033]
[ 0.087370] pci 0000:00:14.1: reg 0x18: [io 0xf020-0xf027]
[ 0.087376] pci 0000:00:14.1: reg 0x1c: [io 0xf010-0xf013]
[ 0.087382] pci 0000:00:14.1: reg 0x20: [io 0xf000-0xf00f]
[ 0.087396] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io
0x01f0-0x01f7]
[ 0.087396] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.087397] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io
0x0170-0x0177]
[ 0.087398] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.087459] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[ 0.087476] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff 64bit]
[ 0.087522] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.087580] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[ 0.087682] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[ 0.087682] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[ 0.087682] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
[ 0.087682] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[ 0.087682] pci 0000:00:15.0: supports D1 D2
[ 0.087682] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[ 0.087682] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
[ 0.087682] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[ 0.087682] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
[ 0.087682] pci 0000:00:16.2: supports D1 D2
[ 0.087682] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[ 0.087682] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[ 0.087682] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[ 0.087682] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[ 0.087682] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[ 0.087682] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[ 0.087682] pci 0000:01:00.0: [1b6f:7023] type 00 class 0x0c0330
[ 0.087682] pci 0000:01:00.0: reg 0x10: [mem 0xfea00000-0xfea07fff 64bit]
[ 0.087682] pci 0000:01:00.0: supports D1 D2
[ 0.087682] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.100021] pci 0000:00:04.0: PCI bridge to [bus 01]
[ 0.100024] pci 0000:00:04.0: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.100077] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.100097] pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.100114] pci 0000:02:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit
pref]
[ 0.100125] pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit
pref]
[ 0.100186] pci 0000:02:00.0: supports D1 D2
[ 0.100187] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.112019] pci 0000:00:09.0: PCI bridge to [bus 02]
[ 0.112022] pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
[ 0.112024] pci 0000:00:09.0: bridge window [mem 0xd0000000-0xd00fffff
64bit pref]
[ 0.112066] pci 0000:03:00.0: [1b6f:7023] type 00 class 0x0c0330
[ 0.112085] pci 0000:03:00.0: reg 0x10: [mem 0xfe900000-0xfe907fff 64bit]
[ 0.112156] pci 0000:03:00.0: supports D1 D2
[ 0.112157] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.124019] pci 0000:00:0a.0: PCI bridge to [bus 03]
[ 0.124023] pci 0000:00:0a.0: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.124064] pci 0000:04:06.0: [1283:8872] type 00 class 0x070002
[ 0.124081] pci 0000:04:06.0: reg 0x10: [io 0xd500-0xd5ff]
[ 0.124090] pci 0000:04:06.0: reg 0x14: [io 0xd400-0xd4ff]
[ 0.124098] pci 0000:04:06.0: reg 0x18: [io 0xd300-0xd3ff]
[ 0.124107] pci 0000:04:06.0: reg 0x1c: [io 0xd200-0xd2ff]
[ 0.124115] pci 0000:04:06.0: reg 0x20: [io 0xd100-0xd1ff]
[ 0.124123] pci 0000:04:06.0: reg 0x24: [io 0xd000-0xd0ff]
[ 0.124183] pci 0000:04:0e.0: [1106:3044] type 00 class 0x0c0010
[ 0.124204] pci 0000:04:0e.0: reg 0x10: [mem 0xfe800000-0xfe8007ff]
[ 0.124214] pci 0000:04:0e.0: reg 0x14: [io 0xd600-0xd67f]
[ 0.124285] pci 0000:04:0e.0: supports D2
[ 0.124286] pci 0000:04:0e.0: PME# supported from D2 D3hot D3cold
[ 0.124332] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
[ 0.124334] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff]
[ 0.124337] pci 0000:00:14.4: bridge window [mem 0xfe800000-0xfe8fffff]
[ 0.124339] pci 0000:00:14.4: bridge window [io 0x0000-0x03af window]
(subtractive decode)
[ 0.124340] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7 window]
(subtractive decode)
[ 0.124341] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df window]
(subtractive decode)
[ 0.124342] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window]
(subtractive decode)
[ 0.124343] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff
window] (subtractive decode)
[ 0.124344] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff
window] (subtractive decode)
[ 0.124345] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff
window] (subtractive decode)
[ 0.124386] pci 0000:05:00.0: [1002:68f9] type 00 class 0x030000
[ 0.124411] pci 0000:05:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit
pref]
[ 0.124422] pci 0000:05:00.0: reg 0x18: [mem 0xfe720000-0xfe73ffff 64bit]
[ 0.124430] pci 0000:05:00.0: reg 0x20: [io 0xc000-0xc0ff]
[ 0.124445] pci 0000:05:00.0: reg 0x30: [mem 0xfe700000-0xfe71ffff pref]
[ 0.124492] pci 0000:05:00.0: supports D1 D2
[ 0.124541] pci 0000:05:00.1: [1002:aa68] type 00 class 0x040300
[ 0.124565] pci 0000:05:00.1: reg 0x10: [mem 0xfe740000-0xfe743fff 64bit]
[ 0.124646] pci 0000:05:00.1: supports D1 D2
[ 0.136020] pci 0000:00:15.0: PCI bridge to [bus 05]
[ 0.136024] pci 0000:00:15.0: bridge window [io 0xc000-0xcfff]
[ 0.136026] pci 0000:00:15.0: bridge window [mem 0xfe700000-0xfe7fffff]
[ 0.136030] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xcfffffff
64bit pref]
[ 0.136358] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[ 0.136404] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[ 0.136450] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[ 0.136495] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
[ 0.136532] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 10 11 14 15) *0
[ 0.136560] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 10 11 14 15) *0
[ 0.136589] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 11 14 15) *0
[ 0.136618] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 10 11 14 15) *0
[ 0.136885] SCSI subsystem initialized
[ 0.136897] libata version 3.00 loaded.
[ 0.136897] pci 0000:05:00.0: vgaarb: setting as boot VGA device
[ 0.136897] pci 0000:05:00.0: vgaarb: VGA device added:
decodes=io+mem,owns=io+mem,locks=none
[ 0.136897] pci 0000:05:00.0: vgaarb: bridge control possible
[ 0.136897] vgaarb: loaded
[ 0.136897] ACPI: bus type USB registered
[ 0.136897] usbcore: registered new interface driver usbfs
[ 0.136897] usbcore: registered new interface driver hub
[ 0.136897] usbcore: registered new device driver usb
[ 0.136897] EDAC MC: Ver: 3.0.0
[ 0.136897] PCI: Using ACPI for IRQ routing
[ 0.139173] PCI: pci_cache_line_size set to 64 bytes
[ 0.139227] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[ 0.139228] e820: reserve RAM buffer [mem 0xbe483000-0xbfffffff]
[ 0.139229] e820: reserve RAM buffer [mem 0xbf15a000-0xbfffffff]
[ 0.139229] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
[ 0.139299] NetLabel: Initializing
[ 0.139300] NetLabel: domain hash size = 128
[ 0.139300] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.139312] NetLabel: unlabeled traffic allowed by default
[ 0.140036] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.140036] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.145050] clocksource: Switched to clocksource hpet
[ 0.154364] VFS: Disk quotas dquot_6.6.0
[ 0.154380] VFS: Dquot-cache hash table entries: 512 (order 0, 4096
bytes)
[ 0.154469] AppArmor: AppArmor Filesystem Enabled
[ 0.154503] pnp: PnP ACPI init
[ 0.154607] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.154611] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.154785] system 00:01: [io 0x040b] has been reserved
[ 0.154786] system 00:01: [io 0x04d6] has been reserved
[ 0.154787] system 00:01: [io 0x0c00-0x0c01] has been reserved
[ 0.154788] system 00:01: [io 0x0c14] has been reserved
[ 0.154789] system 00:01: [io 0x0c50-0x0c51] has been reserved
[ 0.154790] system 00:01: [io 0x0c52] has been reserved
[ 0.154791] system 00:01: [io 0x0c6c] has been reserved
[ 0.154792] system 00:01: [io 0x0c6f] has been reserved
[ 0.154793] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
[ 0.154794] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
[ 0.154795] system 00:01: [io 0x0cd4-0x0cd5] has been reserved
[ 0.154796] system 00:01: [io 0x0cd6-0x0cd7] has been reserved
[ 0.154797] system 00:01: [io 0x0cd8-0x0cdf] has been reserved
[ 0.154798] system 00:01: [io 0x0800-0x089f] has been reserved
[ 0.154800] system 00:01: [io 0x0b20-0x0b3f] has been reserved
[ 0.154801] system 00:01: [io 0x0900-0x090f] has been reserved
[ 0.154802] system 00:01: [io 0x0910-0x091f] has been reserved
[ 0.154803] system 00:01: [io 0xfe00-0xfefe] has been reserved
[ 0.154805] system 00:01: [mem 0xfec00000-0xfec00fff] could not be
reserved
[ 0.154806] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.154807] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
[ 0.154809] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
[ 0.154810] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.154811] system 00:01: [mem 0xfed00000-0xfed00fff] could not be
reserved
[ 0.154813] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
[ 0.154814] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.154908] system 00:02: [io 0x0220-0x0227] has been reserved
[ 0.154909] system 00:02: [io 0x0228-0x0237] has been reserved
[ 0.154910] system 00:02: [io 0x0a20-0x0a2f] has been reserved
[ 0.154912] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.155091] pnp 00:03: [dma 0 disabled]
[ 0.155124] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.155144] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.155190] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 0.155192] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.155222] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.155312] system 00:07: [mem 0xfeb20000-0xfeb23fff] could not be
reserved
[ 0.155314] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.155386] system 00:08: [mem 0xfec20000-0xfec200ff] could not be
reserved
[ 0.155388] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.155465] pnp: PnP ACPI: found 9 devices
[ 0.161885] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff,
max_idle_ns: 2085701024 ns
[ 0.161910] pci 0000:00:04.0: PCI bridge to [bus 01]
[ 0.161913] pci 0000:00:04.0: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.161916] pci 0000:00:09.0: PCI bridge to [bus 02]
[ 0.161917] pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
[ 0.161920] pci 0000:00:09.0: bridge window [mem 0xd0000000-0xd00fffff
64bit pref]
[ 0.161922] pci 0000:00:0a.0: PCI bridge to [bus 03]
[ 0.161924] pci 0000:00:0a.0: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.161927] pci 0000:00:14.4: PCI bridge to [bus 04]
[ 0.161929] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff]
[ 0.161932] pci 0000:00:14.4: bridge window [mem 0xfe800000-0xfe8fffff]
[ 0.161938] pci 0000:00:15.0: PCI bridge to [bus 05]
[ 0.161939] pci 0000:00:15.0: bridge window [io 0xc000-0xcfff]
[ 0.161942] pci 0000:00:15.0: bridge window [mem 0xfe700000-0xfe7fffff]
[ 0.161944] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xcfffffff
64bit pref]
[ 0.161948] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.161949] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.161950] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.161951] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.161952] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff
window]
[ 0.161954] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff
window]
[ 0.161955] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff
window]
[ 0.161956] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[ 0.161957] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ 0.161958] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit
pref]
[ 0.161959] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
[ 0.161960] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
[ 0.161961] pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
[ 0.161962] pci_bus 0000:04: resource 4 [io 0x0000-0x03af window]
[ 0.161963] pci_bus 0000:04: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.161964] pci_bus 0000:04: resource 6 [io 0x03b0-0x03df window]
[ 0.161965] pci_bus 0000:04: resource 7 [io 0x0d00-0xffff window]
[ 0.161966] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000bffff
window]
[ 0.161967] pci_bus 0000:04: resource 9 [mem 0x000c0000-0x000dffff
window]
[ 0.161968] pci_bus 0000:04: resource 10 [mem 0xc0000000-0xffffffff
window]
[ 0.161969] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
[ 0.161970] pci_bus 0000:05: resource 1 [mem 0xfe700000-0xfe7fffff]
[ 0.161971] pci_bus 0000:05: resource 2 [mem 0xc0000000-0xcfffffff 64bit
pref]
[ 0.162026] NET: Registered protocol family 2
[ 0.162183] TCP established hash table entries: 131072 (order: 8,
1048576 bytes)
[ 0.162456] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.162704] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.162754] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.162835] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.162940] NET: Registered protocol family 1
[ 0.516460] pci 0000:05:00.0: Video device with shadowed ROM at [mem
0x000c0000-0x000dffff]
[ 0.516464] PCI: CLS 64 bytes, default 64
[ 0.516497] Unpacking initramfs...
[ 1.118951] Freeing initrd memory: 49576K
[ 1.119366] iommu: Adding device 0000:00:00.0 to group 0
[ 1.119420] iommu: Adding device 0000:00:04.0 to group 1
[ 1.119472] iommu: Adding device 0000:00:09.0 to group 2
[ 1.119525] iommu: Adding device 0000:00:0a.0 to group 3
[ 1.119576] iommu: Adding device 0000:00:11.0 to group 4
[ 1.119634] iommu: Adding device 0000:00:12.0 to group 5
[ 1.119645] iommu: Adding device 0000:00:12.2 to group 5
[ 1.119702] iommu: Adding device 0000:00:13.0 to group 6
[ 1.119714] iommu: Adding device 0000:00:13.2 to group 6
[ 1.119766] iommu: Adding device 0000:00:14.0 to group 7
[ 1.119818] iommu: Adding device 0000:00:14.1 to group 8
[ 1.119871] iommu: Adding device 0000:00:14.2 to group 9
[ 1.119946] iommu: Adding device 0000:00:14.3 to group 10
[ 1.120028] iommu: Adding device 0000:00:14.4 to group 11
[ 1.120082] iommu: Adding device 0000:00:14.5 to group 12
[ 1.120137] iommu: Adding device 0000:00:15.0 to group 13
[ 1.120199] iommu: Adding device 0000:00:16.0 to group 14
[ 1.120211] iommu: Adding device 0000:00:16.2 to group 14
[ 1.120269] iommu: Adding device 0000:01:00.0 to group 15
[ 1.120328] iommu: Adding device 0000:02:00.0 to group 16
[ 1.120388] iommu: Adding device 0000:03:00.0 to group 17
[ 1.120394] iommu: Adding device 0000:04:06.0 to group 11
[ 1.120400] iommu: Adding device 0000:04:0e.0 to group 11
[ 1.120409] iommu: Adding device 0000:05:00.0 to group 13
[ 1.120416] iommu: Adding device 0000:05:00.1 to group 13
[ 1.168743] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[ 1.168743] AMD-Vi: Interrupt remapping enabled
[ 1.168861] AMD-Vi: Lazy IO/TLB flushing enabled
[ 1.170070] LVT offset 1 assigned for vector 0x400
[ 1.170074] IBS: LVT offset 1 assigned
[ 1.170164] perf: AMD IBS detected (0x0000001f)
[ 1.170202] Scanning for low memory corruption every 60 seconds
[ 1.170435] audit: initializing netlink subsys (disabled)
[ 1.170495] audit: type=2000 audit(1510763494.170:1): state=initialized
audit_enabled=0 res=1
[ 1.170725] Initialise system trusted keyrings
[ 1.170732] Key type blacklist registered
[ 1.170766] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[ 1.171808] zbud: loaded
[ 1.172155] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.172309] fuse init (API version 7.26)
[ 1.174053] Key type asymmetric registered
[ 1.174054] Asymmetric key parser 'x509' registered
[ 1.174100] Block layer SCSI generic (bsg) driver version 0.4 loaded
(major 247)
[ 1.174150] io scheduler noop registered
[ 1.174150] io scheduler deadline registered
[ 1.174174] io scheduler cfq registered (default)
[ 1.174576] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[ 1.174577] vesafb: scrolling: redraw
[ 1.174578] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[ 1.174587] vesafb: framebuffer at 0xc0000000, mapped to
0xffffb52042000000, using 3072k, total 3072k
[ 1.174681] Console: switching to colour frame buffer device 128x48
[ 1.174694] fb0: VESA VGA frame buffer device
[ 1.174767] input: Power Button as
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 1.174806] ACPI: Power Button [PWRB]
[ 1.174856] input: Power Button as
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 1.174881] ACPI: Power Button [PWRF]
[ 1.174906] ACPI: ACPI: processor limited to max C-state 1
[ 1.175125] GHES: HEST is not enabled!
[ 1.175193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.195590] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a
16550A
[ 1.197075] Linux agpgart interface v0.103
[ 1.198404] loop: module loaded
[ 1.198566] libphy: Fixed MDIO Bus: probed
[ 1.198567] tun: Universal TUN/TAP device driver, 1.6
[ 1.198600] PPP generic driver version 2.4.2
[ 1.198634] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.198636] ehci-pci: EHCI PCI platform driver
[ 1.198718] QUIRK: Enable AMD PLL fix
[ 1.198735] ehci-pci 0000:00:12.2: EHCI Host Controller
[ 1.198740] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus
number 1
[ 1.198743] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3
EHCI dummy qh workaround
[ 1.198750] ehci-pci 0000:00:12.2: debug port 1
[ 1.198786] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
[ 1.212078] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 1.212116] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.212117] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.212118] usb usb1: Product: EHCI Host Controller
[ 1.212119] usb usb1: Manufacturer: Linux 4.13.0-16-generic ehci_hcd
[ 1.212120] usb usb1: SerialNumber: 0000:00:12.2
[ 1.212211] hub 1-0:1.0: USB hub found
[ 1.212216] hub 1-0:1.0: 5 ports detected
[ 1.212392] ehci-pci 0000:00:13.2: EHCI Host Controller
[ 1.212396] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus
number 2
[ 1.212399] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3
EHCI dummy qh workaround
[ 1.212405] ehci-pci 0000:00:13.2: debug port 1
[ 1.212432] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb07000
[ 1.228078] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 1.228110] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.228111] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.228112] usb usb2: Product: EHCI Host Controller
[ 1.228113] usb usb2: Manufacturer: Linux 4.13.0-16-generic ehci_hcd
[ 1.228114] usb usb2: SerialNumber: 0000:00:13.2
[ 1.228205] hub 2-0:1.0: USB hub found
[ 1.228209] hub 2-0:1.0: 5 ports detected
[ 1.228379] ehci-pci 0000:00:16.2: EHCI Host Controller
[ 1.228382] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus
number 3
[ 1.228385] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3
EHCI dummy qh workaround
[ 1.228391] ehci-pci 0000:00:16.2: debug port 1
[ 1.228417] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb04000
[ 1.244082] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[ 1.244108] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.244109] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.244110] usb usb3: Product: EHCI Host Controller
[ 1.244110] usb usb3: Manufacturer: Linux 4.13.0-16-generic ehci_hcd
[ 1.244111] usb usb3: SerialNumber: 0000:00:16.2
[ 1.244193] hub 3-0:1.0: USB hub found
[ 1.244198] hub 3-0:1.0: 4 ports detected
[ 1.244298] ehci-platform: EHCI generic platform driver
[ 1.244306] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.244310] ohci-pci: OHCI PCI platform driver
[ 1.244389] ohci-pci 0000:00:12.0: OHCI PCI host controller
[ 1.244393] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus
number 4
[ 1.244416] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
[ 1.308139] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.308140] usb usb4: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.308141] usb usb4: Product: OHCI PCI host controller
[ 1.308142] usb usb4: Manufacturer: Linux 4.13.0-16-generic ohci_hcd
[ 1.308143] usb usb4: SerialNumber: 0000:00:12.0
[ 1.308237] hub 4-0:1.0: USB hub found
[ 1.308243] hub 4-0:1.0: 5 ports detected
[ 1.308401] ohci-pci 0000:00:13.0: OHCI PCI host controller
[ 1.308405] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus
number 5
[ 1.308421] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb08000
[ 1.372089] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.372091] usb usb5: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.372092] usb usb5: Product: OHCI PCI host controller
[ 1.372092] usb usb5: Manufacturer: Linux 4.13.0-16-generic ohci_hcd
[ 1.372093] usb usb5: SerialNumber: 0000:00:13.0
[ 1.372187] hub 5-0:1.0: USB hub found
[ 1.372192] hub 5-0:1.0: 5 ports detected
[ 1.372355] ohci-pci 0000:00:14.5: OHCI PCI host controller
[ 1.372359] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus
number 6
[ 1.372377] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
[ 1.436086] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.436087] usb usb6: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.436088] usb usb6: Product: OHCI PCI host controller
[ 1.436089] usb usb6: Manufacturer: Linux 4.13.0-16-generic ohci_hcd
[ 1.436090] usb usb6: SerialNumber: 0000:00:14.5
[ 1.436184] hub 6-0:1.0: USB hub found
[ 1.436189] hub 6-0:1.0: 2 ports detected
[ 1.436328] ohci-pci 0000:00:16.0: OHCI PCI host controller
[ 1.436331] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus
number 7
[ 1.436347] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb05000
[ 1.500087] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.500089] usb usb7: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.500089] usb usb7: Product: OHCI PCI host controller
[ 1.500090] usb usb7: Manufacturer: Linux 4.13.0-16-generic ohci_hcd
[ 1.500091] usb usb7: SerialNumber: 0000:00:16.0
[ 1.500186] hub 7-0:1.0: USB hub found
[ 1.500191] hub 7-0:1.0: 4 ports detected
[ 1.500283] ohci-platform: OHCI generic platform driver
[ 1.500290] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.500375] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.500379] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus
number 8
[ 1.500453] xhci_hcd 0000:01:00.0: hcc params 0x040050af hci version
0x100 quirks 0x00080490
[ 1.500523] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.500524] usb usb8: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.500525] usb usb8: Product: xHCI Host Controller
[ 1.500526] usb usb8: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
[ 1.500527] usb usb8: SerialNumber: 0000:01:00.0
[ 1.500593] hub 8-0:1.0: USB hub found
[ 1.500599] hub 8-0:1.0: 2 ports detected
[ 1.500656] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.500658] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus
number 9
[ 1.500674] usb usb9: We don't know the algorithms for LPM for this
host, disabling LPM.
[ 1.500686] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.500687] usb usb9: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.500688] usb usb9: Product: xHCI Host Controller
[ 1.500689] usb usb9: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
[ 1.500690] usb usb9: SerialNumber: 0000:01:00.0
[ 1.500757] hub 9-0:1.0: USB hub found
[ 1.500762] hub 9-0:1.0: 2 ports detected
[ 1.500884] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 1.500887] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus
number 10
[ 1.500959] xhci_hcd 0000:03:00.0: hcc params 0x040050af hci version
0x100 quirks 0x00080490
[ 1.501019] usb usb10: New USB device found, idVendor=1d6b,
idProduct=0002
[ 1.501020] usb usb10: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.501021] usb usb10: Product: xHCI Host Controller
[ 1.501022] usb usb10: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
[ 1.501023] usb usb10: SerialNumber: 0000:03:00.0
[ 1.501091] hub 10-0:1.0: USB hub found
[ 1.501096] hub 10-0:1.0: 2 ports detected
[ 1.501154] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 1.501156] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus
number 11
[ 1.501166] usb usb11: We don't know the algorithms for LPM for this
host, disabling LPM.
[ 1.501177] usb usb11: New USB device found, idVendor=1d6b,
idProduct=0003
[ 1.501178] usb usb11: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 1.501178] usb usb11: Product: xHCI Host Controller
[ 1.501179] usb usb11: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
[ 1.501180] usb usb11: SerialNumber: 0000:03:00.0
[ 1.501243] hub 11-0:1.0: USB hub found
[ 1.501248] hub 11-0:1.0: 2 ports detected
[ 1.501346] i8042: PNP: No PS/2 controller found.
[ 1.501409] mousedev: PS/2 mouse device common for all mice
[ 1.501526] rtc_cmos 00:04: RTC can wake from S4
[ 1.501612] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 1.501634] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes
nvram, hpet irqs
[ 1.501637] i2c /dev entries driver
[ 1.501673] device-mapper: uevent: version 1.0.3
[ 1.501726] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised:
<email address hidden>
[ 1.501795] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.502127] NET: Registered protocol family 10
[ 1.505382] Segment Routing with IPv6
[ 1.505397] NET: Registered protocol family 17
[ 1.505404] Key type dns_resolver registered
[ 1.505624] RAS: Correctable Errors collector initialized.
[ 1.505667] microcode: CPU0: patch_level=0x010000c8
[ 1.505674] microcode: CPU1: patch_level=0x010000c8
[ 1.505680] microcode: CPU2: patch_level=0x010000c8
[ 1.505687] microcode: CPU3: patch_level=0x010000c8
[ 1.505718] microcode: Microcode Update Driver: v2.2.
[ 1.505726] sched_clock: Marking stable (1505714128, 0)->(1655106526,
-149392398)
[ 1.505921] registered taskstats version 1
[ 1.505928] Loading compiled-in X.509 certificates
[ 1.508229] Loaded X.509 cert 'Build time autogenerated kernel key:
04409fd30ffab3ce9d2178c508b3c866d61d9a62'
[ 1.508246] zswap: loaded using pool lzo/zbud
[ 1.509668] Key type big_key registered
[ 1.509672] Key type trusted registered
[ 1.510975] Key type encrypted registered
[ 1.510978] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.510980] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 1.510996] evm: HMAC attrs: 0x1
[ 1.511197] Magic number: 9:333:540
[ 1.511246] node: hash matches
[ 1.511301] rtc_cmos 00:04: setting system clock to 2017-11-15 16:31:35
UTC (1510763495)
[ 1.511396] acpi_cpufreq: overriding BIOS provided _PSD data
[ 1.511504] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.511504] EDD information not available.
[ 1.511536] PM: Hibernation image not present or could not be loaded.
[ 1.514081] Freeing unused kernel memory: 2324K
[ 1.514082] Write protecting the kernel read-only data: 14336k
[ 1.514464] Freeing unused kernel memory: 948K
[ 1.514694] Freeing unused kernel memory: 104K
[ 1.516543] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.582373] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.582382] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM
control
[ 1.582896] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at
0xffffb520418a9000, 94:de:80:21:3e:96, XID 0c900800 IRQ 34
[ 1.582898] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes,
tx checksumming: ko]
[ 1.584274] ahci 0000:00:11.0: version 3.0
[ 1.584413] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps
0xf impl SATA mode
[ 1.584414] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp
pio slum part
[ 1.584877] scsi host0: ahci
[ 1.584963] scsi host1: ahci
[ 1.585035] scsi host2: ahci
[ 1.585112] scsi host3: ahci
[ 1.585141] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port
0xfeb0b100 irq 19
[ 1.585142] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port
0xfeb0b180 irq 19
[ 1.585144] ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port
0xfeb0b200 irq 19
[ 1.585145] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port
0xfeb0b280 irq 19
[ 1.601065] scsi host4: pata_atiixp
[ 1.607937] scsi host5: pata_atiixp
[ 1.607971] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq
14
[ 1.607972] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq
15
[ 1.612516] r8169 0000:02:00.0 enp2s0: renamed from eth0
[ 1.631780] [drm] radeon kernel modesetting enabled.
[ 1.633910] AMD IOMMUv2 driver by Joerg Roedel <email address hidden>
[ 1.633911] AMD IOMMUv2 functionality not available on this system
[ 1.637009] CRAT table not found
[ 1.637010] Finished initializing topology ret=0
[ 1.637024] kfd kfd: Initialized module
[ 1.637152] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[ 1.637153] fb: switching to radeondrmfb from VESA VGA
[ 1.637177] Console: switching to colour dummy device 80x25
[ 1.637409] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68F9
0x1787:0x2009 0x00).
[ 1.637460] ATOM BIOS: CEDAR
[ 1.637527] radeon 0000:05:00.0: VRAM: 1024M 0x0000000000000000 -
0x000000003FFFFFFF (1024M used)
[ 1.637528] radeon 0000:05:00.0: GTT: 1024M 0x0000000040000000 -
0x000000007FFFFFFF
[ 1.637530] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 1.637531] [drm] RAM width 64bits DDR
[ 1.637574] [TTM] Zone kernel: Available graphics memory: 8236016 kiB
[ 1.637575] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 1.637576] [TTM] Initializing pool allocator
[ 1.637578] [TTM] Initializing DMA pool allocator
[ 1.637595] [drm] radeon: 1024M of VRAM memory ready
[ 1.637595] [drm] radeon: 1024M of GTT memory ready.
[ 1.637599] [drm] Loading CEDAR Microcode
[ 1.637654] [drm] Internal thermal controller with fan control
[ 1.667967] [drm] radeon: dpm initialized
[ 1.668063] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 1.669037] [drm] enabling PCIE gen 2 link speeds, disable with
radeon.pcie_gen2=0
[ 1.689461] [drm] PCIE GART of 1024M enabled (table at
0x000000000014C000).
[ 1.689549] radeon 0000:05:00.0: WB enabled
[ 1.689550] radeon 0000:05:00.0: fence driver on ring 0 use gpu addr
0x0000000040000c00 and cpu addr 0xffff92b462292c00
[ 1.689552] radeon 0000:05:00.0: fence driver on ring 3 use gpu addr
0x0000000040000c0c and cpu addr 0xffff92b462292c0c
[ 1.692034] radeon 0000:05:00.0: fence driver on ring 5 use gpu addr
0x000000000005c418 and cpu addr 0xffffb5204241c418
[ 1.692075] firewire_ohci 0000:04:0e.0: added OHCI v1.10 device as card
0, 4 IR + 8 IT contexts, quirks 0x11
[ 1.692081] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.692081] [drm] Driver supports precise vblank timestamp query.
[ 1.692082] radeon 0000:05:00.0: radeon: MSI limited to 32-bit
[ 1.692129] radeon 0000:05:00.0: radeon: using MSI.
[ 1.692155] [drm] radeon: irq initialized.
[ 1.708348] [drm] ring test on 0 succeeded in 1 usecs
[ 1.708354] [drm] ring test on 3 succeeded in 3 usecs
[ 1.820594] ata5.00: ATA-7: ST3160815AS, 4.ADA, max UDMA/133
[ 1.820596] ata5.00: 312500000 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.820600] ata5.00: limited to UDMA/33 due to 40-wire cable
[ 1.828019] usb 8-1: new full-speed USB device number 2 using xhci_hcd
[ 1.884031] usb 7-4: new full-speed USB device number 2 using ohci-pci
[ 1.894021] [drm] ring test on 5 succeeded in 1 usecs
[ 1.894027] [drm] UVD initialized successfully.
[ 1.894200] [drm] ib test on ring 0 succeeded in 0 usecs
[ 1.894257] [drm] ib test on ring 3 succeeded in 0 usecs
[ 1.895563] ata5.00: configured for UDMA/33
[ 1.898705] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.898763] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.007818] usb 8-1: New USB device found, idVendor=067b, idProduct=2305
[ 2.007820] usb 8-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 2.007821] usb 8-1: Product: IEEE-1284 Controller
[ 2.007822] usb 8-1: Manufacturer: Prはlific Technology Inc.
[ 2.060047] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.060070] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.060560] ata3.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
[ 2.060561] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth
31/32), AA
[ 2.061070] ata3.00: configured for UDMA/133
[ 2.062464] ata2.00: ATAPI: ATAPI iHAS324 B, AL14, max UDMA/100
[ 2.063242] ata2.00: configured for UDMA/100
[ 2.064117] [drm] ib test on ring 5 succeeded
[ 2.064632] [drm] Radeon Display Connectors
[ 2.064633] [drm] Connector 0:
[ 2.064633] [drm] HDMI-A-1
[ 2.064634] [drm] HPD2
[ 2.064635] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468
0x646c 0x646c
[ 2.064635] [drm] Encoders:
[ 2.064636] [drm] DFP1: INTERNAL_UNIPHY1
[ 2.064636] [drm] Connector 1:
[ 2.064636] [drm] DVI-I-1
[ 2.064637] [drm] HPD4
[ 2.064637] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458
0x645c 0x645c
[ 2.064638] [drm] Encoders:
[ 2.064638] [drm] DFP2: INTERNAL_UNIPHY
[ 2.064639] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 2.064639] [drm] Connector 2:
[ 2.064639] [drm] VGA-1
[ 2.064640] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438
0x643c 0x643c
[ 2.064640] [drm] Encoders:
[ 2.064641] [drm] CRT2: INTERNAL_KLDSCP_DAC2
[ 2.065210] scsi 1:0:0:0: CD-ROM ATAPI iHAS324 B
AL14 PQ: 0 ANSI: 5
[ 2.069124] usb 7-4: New USB device found, idVendor=046d, idProduct=c223
[ 2.069125] usb 7-4: New USB device strings: Mfr=0, Product=2,
SerialNumber=0
[ 2.069126] usb 7-4: Product: G15 Keyboard Hub
[ 2.071153] hub 7-4:1.0: USB hub found
[ 2.073121] hub 7-4:1.0: 4 ports detected
[ 2.096830] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram
cd/rw xa/form2 cdda tray
[ 2.096831] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.096948] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.097017] sr 1:0:0:0: Attached scsi generic sg0 type 5
[ 2.097177] scsi 2:0:0:0: Direct-Access ATA WDC WD20EZRX-00D
0A80 PQ: 0 ANSI: 5
[ 2.132245] [drm] fb mappable at 0xC034D000
[ 2.132245] [drm] vram apper at 0xC0000000
[ 2.132246] [drm] size 4325376
[ 2.132246] [drm] fb depth is 24
[ 2.132247] [drm] pitch is 5632
[ 2.132300] fbcon: radeondrmfb (fb0) is primary device
[ 2.132357] Console: switching to colour frame buffer device 170x48
[ 2.132373] radeon 0000:05:00.0: fb0: radeondrmfb frame buffer device
[ 2.148091] [drm] Initialized radeon 2.50.0 20080528 for 0000:05:00.0 on
minor 0
[ 2.168211] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 2.168227] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00
TB/1.82 TiB)
[ 2.168229] sd 2:0:0:0: [sda] 4096-byte physical blocks
[ 2.168238] sd 2:0:0:0: [sda] Write Protect is off
[ 2.168239] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.168253] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 2.168334] scsi 4:0:0:0: Direct-Access ATA ST3160815AS
A PQ: 0 ANSI: 5
[ 2.176081] tsc: Refined TSC clocksource calibration: 3415.659 MHz
[ 2.176086] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
0x313c17984b5, max_idle_ns: 440795352921 ns
[ 2.186051] sda: sda1
[ 2.186399] sd 2:0:0:0: [sda] Attached SCSI disk
[ 2.208176] sd 4:0:0:0: [sdb] 312500000 512-byte logical blocks: (160
GB/149 GiB)
[ 2.208193] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 2.208194] sd 4:0:0:0: [sdb] Write Protect is off
[ 2.208196] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 2.208218] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 2.226793] sdb: sdb1
[ 2.227133] sd 4:0:0:0: [sdb] Attached SCSI disk
[ 2.384061] usb 7-4.1: new low-speed USB device number 3 using ohci-pci
[ 2.504110] usb 7-4.1: New USB device found, idVendor=046d,
idProduct=c226
[ 2.504112] usb 7-4.1: New USB device strings: Mfr=0, Product=2,
SerialNumber=0
[ 2.504113] usb 7-4.1: Product: G15 Gaming Keyboard
[ 2.509366] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.523278] usbcore: registered new interface driver usbhid
[ 2.523279] usbhid: USB HID core driver
[ 2.525013] input: G15 Gaming Keyboard as
/devices/pci0000:00/0000:00:16.0/usb7/7-4/7-4.1/7-4.1:1.0/0003:046D:C226.0001/input/input2
[ 2.584170] hid-generic 0003:046D:C226.0001: input,hidraw0: USB HID
v1.10 Keyboard [G15 Gaming Keyboard] on usb-0000:00:16.0-4.1/input0
[ 2.584300] input: G15 Gaming Keyboard as
/devices/pci0000:00/0000:00:16.0/usb7/7-4/7-4.1/7-4.1:1.1/0003:046D:C226.0002/input/input3
[ 2.592136] firewire_core 0000:04:0e.0: created device fw0: GUID
0049e550ab070b00, S400
[ 2.644193] hid-generic 0003:046D:C226.0002: input,hiddev0,hidraw1: USB
HID v1.10 Device [G15 Gaming Keyboard] on usb-0000:00:16.0-4.1/input1
[ 2.736071] usb 7-4.3: new low-speed USB device number 4 using ohci-pci
[ 2.850155] usb 7-4.3: New USB device found, idVendor=0581,
idProduct=0101
[ 2.850156] usb 7-4.3: New USB device strings: Mfr=0, Product=0,
SerialNumber=0
[ 2.857355] input: HID 0581:0101 as
/devices/pci0000:00/0000:00:16.0/usb7/7-4/7-4.3/7-4.3:1.0/0003:0581:0101.0003/input/input4
[ 2.857467] hid-generic 0003:0581:0101.0003: input,hidraw2: USB HID
v1.10 Mouse [HID 0581:0101] on usb-0000:00:16.0-4.3/input0
[ 2.940070] usb 7-4.4: new full-speed USB device number 5 using ohci-pci
[ 3.063152] usb 7-4.4: New USB device found, idVendor=046d,
idProduct=c227
[ 3.063154] usb 7-4.4: New USB device strings: Mfr=0, Product=2,
SerialNumber=0
[ 3.063155] usb 7-4.4: Product: G15 GamePanel LCD
[ 3.084418] input: G15 GamePanel LCD as
/devices/pci0000:00/0000:00:16.0/usb7/7-4/7-4.4/7-4.4:1.0/0003:046D:C227.0004/input/input5
[ 3.144190] hid-generic 0003:046D:C227.0004: input,hiddev1,hidraw3: USB
HID v1.11 Keypad [G15 GamePanel LCD] on usb-0000:00:16.0-4.4/input0
[ 3.203728] clocksource: Switched to clocksource tsc
[ 7.788396] EXT4-fs (sdb1): mounted filesystem with ordered data mode.
Opts: (null)
[ 9.078102] random: crng init done
[ 9.715312] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 9.809181] 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.809288] systemd[1]: Detected architecture x86-64.
[ 9.829456] systemd[1]: Set hostname to <stevek>.
[ 12.040492] systemd[1]: Listening on udev Control Socket.
[ 12.040564] systemd[1]: Listening on udev Kernel Socket.
[ 12.040582] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 12.040590] systemd[1]: Reached target Remote File Systems.
[ 12.040623] systemd[1]: Started Forward Password Requests to Wall
Directory Watch.
[ 12.040737] systemd[1]: Created slice User and Session Slice.
[ 12.040765] systemd[1]: Listening on /dev/initctl Compatibility Named
Pipe.
[ 12.744395] lp: driver loaded but no devices found
[ 12.752185] ppdev: user-space parallel port driver
[ 12.778186] parport_pc: ITE8875 found (1P)
[ 12.778248] parport0: PC-style at 0xd200 [PCSPP,TRISTATE,EPP]
[ 12.872128] lp0: using parport0 (polling).
[ 12.872152] parport_pc: ITE 8872 parallel port: io=0xD200

[ 14.143414] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
[ 14.437612] systemd-journald[268]: Received request to flush runtime
journal from PID 1
[ 15.249273] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00,
revision 0
[ 15.249280] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port
selection
[ 15.249497] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at
0xb20
[ 16.124207] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 17.579242] kvm: Nested Virtualization enabled
[ 17.579245] kvm: Nested Paging enabled
[ 17.726815] MCE: In-kernel MCE decoding enabled.
[ 18.164461] EDAC amd64: Node 0: DRAM ECC disabled.
[ 18.164463] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
module will not load.
                Either enable ECC checking or force module loading by
setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side
effects.)
[ 18.196261] EDAC amd64: Node 0: DRAM ECC disabled.
[ 18.196263] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
module will not load.
                Either enable ECC checking or force module loading by
setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side
effects.)
[ 18.228260] EDAC amd64: Node 0: DRAM ECC disabled.
[ 18.228262] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
module will not load.
                Either enable ECC checking or force module loading by
setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side
effects.)
[ 18.260250] EDAC amd64: Node 0: DRAM ECC disabled.
[ 18.260252] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
module will not load.
                Either enable ECC checking or force module loading by
setting 'ecc_enable_override'.
                (Note that use of the override may cause unknown side
effects.)
[ 19.038476] usblp 8-1:1.0: usblp2: USB Bidirectional printer dev 2 if 0
alt 1 proto 2 vid 0x067B pid 0x2305
[ 19.038500] usbcore: registered new interface driver usblp
[ 19.510297] snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio
client
[ 19.526241] input: HDA ATI HDMI HDMI/DP,pcm=3 as
/devices/pci0000:00/0000:00:15.0/0000:05:00.1/sound/card1/input6
[ 20.445186] snd_hda_codec_via hdaudioC0D0: autoconfig for VT2020:
line_outs=4 (0x24/0x25/0x26/0x27/0x0) type:line
[ 20.445188] snd_hda_codec_via hdaudioC0D0: speaker_outs=0
(0x0/0x0/0x0/0x0/0x0)
[ 20.445189] snd_hda_codec_via hdaudioC0D0: hp_outs=1
(0x28/0x0/0x0/0x0/0x0)
[ 20.445190] snd_hda_codec_via hdaudioC0D0: mono: mono_out=0x0
[ 20.445191] snd_hda_codec_via hdaudioC0D0: dig-out=0x2d/0x2e
[ 20.445192] snd_hda_codec_via hdaudioC0D0: inputs:
[ 20.445193] snd_hda_codec_via hdaudioC0D0: Front Mic=0x29
[ 20.445194] snd_hda_codec_via hdaudioC0D0: Rear Mic=0x2b
[ 20.445195] snd_hda_codec_via hdaudioC0D0: Line=0x2a
[ 20.455476] input: HDA ATI SB Front Mic as
/devices/pci0000:00/0000:00:14.2/sound/card0/input7
[ 20.455531] input: HDA ATI SB Rear Mic as
/devices/pci0000:00/0000:00:14.2/sound/card0/input8
[ 20.455572] input: HDA ATI SB Line as
/devices/pci0000:00/0000:00:14.2/sound/card0/input9
[ 20.455613] input: HDA ATI SB Line Out Front as
/devices/pci0000:00/0000:00:14.2/sound/card0/input10
[ 20.455654] input: HDA ATI SB Line Out Surround as
/devices/pci0000:00/0000:00:14.2/sound/card0/input11
[ 20.455697] input: HDA ATI SB Line Out CLFE as
/devices/pci0000:00/0000:00:14.2/sound/card0/input12
[ 20.455734] input: HDA ATI SB Line Out Side as
/devices/pci0000:00/0000:00:14.2/sound/card0/input13
[ 20.455776] input: HDA ATI SB Front Headphone as
/devices/pci0000:00/0000:00:14.2/sound/card0/input14
[ 26.064508] audit: type=1400 audit(1510763520.053:2): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="content-hub-peer-picker" pid=620 comm="apparmor_parser"
[ 26.064522] audit: type=1400 audit(1510763520.053:3): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="content-hub-clipboard"
pid=619 comm="apparmor_parser"
[ 26.113331] audit: type=1400 audit(1510763520.102:4): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="url-dispatcher-bad-url-helper" pid=624 comm="apparmor_parser"
[ 26.154365] audit: type=1400 audit(1510763520.143:5): apparmor="STATUS"
operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=622
comm="apparmor_parser"
[ 26.154369] audit: type=1400 audit(1510763520.143:6): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=622
comm="apparmor_parser"
[ 26.154371] audit: type=1400 audit(1510763520.143:7): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=622 comm="apparmor_parser"
[ 26.154373] audit: type=1400 audit(1510763520.143:8): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/lib/connman/scripts/dhclient-script" pid=622
comm="apparmor_parser"
[ 26.207830] audit: type=1400 audit(1510763520.196:9): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/snap/core/3247/usr/lib/snapd/snap-confine" pid=623
comm="apparmor_parser"
[ 26.207833] audit: type=1400 audit(1510763520.196:10): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/snap/core/3247/usr/lib/snapd/snap-confine//mount-namespace-capture-helper"
pid=623 comm="apparmor_parser"
[ 26.239367] audit: type=1400 audit(1510763520.228:11): apparmor="STATUS"
operation="profile_load" profile="unconfined"
name="/usr/bin/ubuntu-core-launcher" pid=628 comm="apparmor_parser"
[ 43.605299] kauditd_printk_skb: 72 callbacks suppressed
[ 43.605305] audit: type=1400 audit(1510763537.593:84): apparmor="STATUS"
operation="profile_replace" profile="unconfined"
name="/snap/core/3247/usr/lib/snapd/snap-confine" pid=934
comm="apparmor_parser"
[ 43.620388] audit: type=1400 audit(1510763537.609:85): apparmor="STATUS"
operation="profile_replace" profile="unconfined"
name="/snap/core/3247/usr/lib/snapd/snap-confine//mount-namespace-capture-helper"
pid=934 comm="apparmor_parser"
[ 44.123402] audit: type=1400 audit(1510763538.112:86): apparmor="STATUS"
operation="profile_replace" info="same as current profile, skipping"
profile="unconfined" name="snap.core.hook.configure" pid=943
comm="apparmor_parser"
[ 46.235278] audit: type=1400 audit(1510763540.223:87): apparmor="STATUS"
operation="profile_replace" info="same as current profile, skipping"
profile="unconfined" name="snap.gedit.gedit" pid=963 comm="apparmor_parser"
[ 46.308717] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 46.415516] audit: type=1400 audit(1510763540.404:88): apparmor="DENIED"
operation="open" profile="/usr/sbin/mysqld" name="/proc/925/status" pid=925
comm="mysqld" requested_mask="r" denied_mask="r" fsuid=121 ouid=121
[ 46.415555] audit: type=1400 audit(1510763540.404:89): apparmor="DENIED"
operation="open" profile="/usr/sbin/mysqld"
name="/sys/devices/system/node/" pid=925 comm="mysqld" requested_mask="r"
denied_mask="r" fsuid=121 ouid=0
[ 46.415653] audit: type=1400 audit(1510763540.404:90): apparmor="DENIED"
operation="open" profile="/usr/sbin/mysqld" name="/proc/925/status" pid=925
comm="mysqld" requested_mask="r" denied_mask="r" fsuid=121 ouid=121
[ 47.130078] r8169 0000:02:00.0 enp2s0: link down
[ 47.130101] r8169 0000:02:00.0 enp2s0: link down
[ 47.130151] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 49.242223] r8169 0000:02:00.0 enp2s0: link up
[ 49.242241] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 404.418199] rfkill: input handler disabled

2017-11-16 8:33 GMT+01:00 Manfred Hampl <
<email address hidden>>:

> Your question #659818 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/659818
>
> Status: Open => Answered
>
> Manfred Hampl proposed the following answer:
> Adding attachments does not work.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/659818/+
> confirm?answer_id=14
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/659818
>
> You received this question notification because you asked the question.
>

Revision history for this message
Steve Klicek (steveklicek) said :
#17

Hello

I have found the solution. In fact there was no dns resolution at reboot /
startup of the system.
The solution was:
https://askubuntu.com/questions/368435/how-do-i-fix-dns-resolving-which-doesnt-work-after-upgrading-to-ubuntu-13-10-s

I had to do:

sudo dpkg-reconfigure resolvconf

2017-11-16 12:35 GMT+01:00 Steve Klicek <
<email address hidden>>:

> Your question #659818 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/659818
>
> Status: Answered => Open
>
> You are still having a problem:
> Networking status on startup:
>
> ● networking.service - Raise network interfaces
> Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor
> preset: enabled)
> Active: active (exited) since Wed 2017-11-15 17:32:09 CET; 4min 56s ago
> Docs: man:interfaces(5)
> Process: 727 ExecStart=/sbin/ifup -a --read-environment (code=exited,
> status=0/SUCCESS)
> Process: 724 ExecStartPre=/bin/sh -c [ "$CONFIGURE_INTERFACES" != "no" ]
> && [ -n "$(ifquery --read-environment --list --exclude=lo)" ] && udevadm
> settle (code=exited, status=1/FAILURE)
> Main PID: 727 (code=exited, status=0/SUCCESS)
> Tasks: 0 (limit: 4915)
> CGroup: /system.slice/networking.service
>
> Nov 15 17:32:01 stevek systemd[1]: Starting Raise network interfaces...
> Nov 15 17:32:09 stevek systemd[1]: Started Raise network interfaces.
>
>
> ifconfig on startup:
> enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
> inet 192.168.120.100 netmask 255.255.255.0 broadcast
> 192.168.120.255
> inet6 fe80::9b65:bc6e:3285:1f9f prefixlen 64 scopeid 0x20<link>
> ether 94:de:80:21:3e:96 txqueuelen 1000 (Ethernet)
> RX packets 92 bytes 19690 (19.6 KB)
> RX errors 0 dropped 0 overruns 0 frame 0
> TX packets 77 bytes 8387 (8.3 KB)
> TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
>
> lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
> inet 127.0.0.1 netmask 255.0.0.0
> inet6 ::1 prefixlen 128 scopeid 0x10<host>
> loop txqueuelen 1000 (Lokale Schleife)
> RX packets 982 bytes 73588 (73.5 KB)
> RX errors 0 dropped 0 overruns 0 frame 0
> TX packets 982 bytes 73588 (73.5 KB)
> TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
>
> dmesg on startup:
> [ 0.000000] random: get_random_bytes called from start_kernel+0x42/0x4e1
> with crng_init=0
> [ 0.000000] Linux version 4.13.0-16-generic (buildd@lcy01-02) (gcc
> version 7.2.0 (Ubuntu 7.2.0-8ubuntu2)) #19-Ubuntu SMP Wed Oct 11 18:35:14
> UTC 2017 (Ubuntu 4.13.0-16.19-generic 4.13.4)
> [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic
> root=UUID=a492b6fb-872e-4dca-9fbb-500a73158d09 ro quiet splash
> vt.handoff=7
> [ 0.000000] KERNEL supported cpus:
> [ 0.000000] Intel GenuineIntel
> [ 0.000000] AMD AuthenticAMD
> [ 0.000000] Centaur CentaurHauls
> [ 0.000000] x86/fpu: x87 FPU will use FXSAVE
> [ 0.000000] e820: BIOS-provided physical RAM map:
> [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff]
> usable
> [ 0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000be482fff]
> usable
> [ 0.000000] BIOS-e820: [mem 0x00000000be483000-0x00000000bea40fff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000bea41000-0x00000000bee38fff] ACPI
> NVS
> [ 0.000000] BIOS-e820: [mem 0x00000000bee39000-0x00000000bf158fff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000bf159000-0x00000000bf159fff]
> usable
> [ 0.000000] BIOS-e820: [mem 0x00000000bf15a000-0x00000000bf35ffff] ACPI
> NVS
> [ 0.000000] BIOS-e820: [mem 0x00000000bf360000-0x00000000bf7fffff]
> usable
> [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fec20000-0x00000000fec20fff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fed61000-0x00000000fed70fff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000ffffffff]
> reserved
> [ 0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000043fffffff]
> usable
> [ 0.000000] NX (Execute Disable) protection: active
> [ 0.000000] random: fast init done
> [ 0.000000] SMBIOS 2.7 present.
> [ 0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by
> O.E.M./970A-UD3, BIOS FC 01/28/2013
> [ 0.000000] tsc: Fast TSC calibration using PIT
> [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
> [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
> [ 0.000000] AGP: No AGP bridge found
> [ 0.000000] e820: last_pfn = 0x440000 max_arch_pfn = 0x400000000
> [ 0.000000] MTRR default type: uncachable
> [ 0.000000] MTRR fixed ranges enabled:
> [ 0.000000] 00000-9FFFF write-back
> [ 0.000000] A0000-BFFFF write-through
> [ 0.000000] C0000-CEFFF write-protect
> [ 0.000000] CF000-EBFFF uncachable
> [ 0.000000] EC000-FFFFF write-protect
> [ 0.000000] MTRR variable ranges enabled:
> [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
> [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
> [ 0.000000] 2 base 0000BF800000 mask FFFFFF800000 uncachable
> [ 0.000000] 3 disabled
> [ 0.000000] 4 disabled
> [ 0.000000] 5 disabled
> [ 0.000000] 6 disabled
> [ 0.000000] 7 disabled
> [ 0.000000] TOM2: 0000000440000000 aka 17408M
> [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC-
> WT
> [ 0.000000] total RAM covered: 3064M
> [ 0.000000] Found optimal setting for mtrr clean up
> [ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 3 lose
> cover RAM: 0G
> [ 0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
> [ 0.000000] e820: last_pfn = 0xbf800 max_arch_pfn = 0x400000000
> [ 0.000000] found SMP MP-table at [mem 0x000fd820-0x000fd82f] mapped at
> [ffff92b0400fd820]
> [ 0.000000] Scanning 1 areas for low memory corruption
> [ 0.000000] Base memory trampoline at [ffff92b040098000] 98000 size
> 24576
> [ 0.000000] Using GB pages for direct mapping
> [ 0.000000] BRK [0x249b23000, 0x249b23fff] PGTABLE
> [ 0.000000] BRK [0x249b24000, 0x249b24fff] PGTABLE
> [ 0.000000] BRK [0x249b25000, 0x249b25fff] PGTABLE
> [ 0.000000] BRK [0x249b26000, 0x249b26fff] PGTABLE
> [ 0.000000] BRK [0x249b27000, 0x249b27fff] PGTABLE
> [ 0.000000] BRK [0x249b28000, 0x249b28fff] PGTABLE
> [ 0.000000] BRK [0x249b29000, 0x249b29fff] PGTABLE
> [ 0.000000] BRK [0x249b2a000, 0x249b2afff] PGTABLE
> [ 0.000000] RAMDISK: [mem 0x31f1b000-0x34f84fff]
> [ 0.000000] ACPI: Early table checksum verification disabled
> [ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
> [ 0.000000] ACPI: XSDT 0x00000000BEE1C078 00006C (v01 ALASKA A M I
> 01072009 AMI 00010013)
> [ 0.000000] ACPI: FACP 0x00000000BEE22708 0000F4 (v04 ALASKA A M I
> 01072009 AMI 00010013)
> [ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock
> has valid Length but zero Address: 0x0000000000000000/0x1
> (20170531/tbfadt-658)
> [ 0.000000] ACPI: DSDT 0x00000000BEE1C178 006590 (v02 ALASKA A M I
> 00000000 INTL 20051117)
> [ 0.000000] ACPI: FACS 0x00000000BEE33F80 000040
> [ 0.000000] ACPI: APIC 0x00000000BEE22800 00007E (v03 ALASKA A M I
> 01072009 AMI 00010013)
> [ 0.000000] ACPI: FPDT 0x00000000BEE22880 000044 (v01 ALASKA A M I
> 01072009 AMI 00010013)
> [ 0.000000] ACPI: MCFG 0x00000000BEE228C8 00003C (v01 ALASKA A M I
> 01072009 MSFT 00010013)
> [ 0.000000] ACPI: HPET 0x00000000BEE22908 000038 (v01 ALASKA A M I
> 01072009 AMI 00000005)
> [ 0.000000] ACPI: SSDT 0x00000000BEE22940 0008BC (v01 AMD POWERNOW
> 00000001 AMD 00000001)
> [ 0.000000] ACPI: MATS 0x00000000BEE23200 000034 (v02 ALASKA A M I
> 00000002 w?x2 00000000)
> [ 0.000000] ACPI: IVRS 0x00000000BEE23238 0000D0 (v01 AMD RD890S
> 00202031 AMD 00000000)
> [ 0.000000] ACPI: BGRT 0x00000000BEE23308 000038 (v00 ALASKA A M I
> 01072009 AMI 00010013)
> [ 0.000000] ACPI: Local APIC address 0xfee00000
> [ 0.000000] Scanning NUMA topology in Northbridge 24
> [ 0.000000] No NUMA configuration found
> [ 0.000000] Faking a node at [mem 0x0000000000000000-
> 0x000000043fffffff]
> [ 0.000000] NODE_DATA(0) allocated [mem 0x43ffd3000-0x43fffdfff]
> [ 0.000000] Zone ranges:
> [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
> [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
> [ 0.000000] Normal [mem 0x0000000100000000-0x000000043fffffff]
> [ 0.000000] Device empty
> [ 0.000000] Movable zone start for each node
> [ 0.000000] Early memory node ranges
> [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009dfff]
> [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000be482fff]
> [ 0.000000] node 0: [mem 0x00000000bf159000-0x00000000bf159fff]
> [ 0.000000] node 0: [mem 0x00000000bf360000-0x00000000bf7fffff]
> [ 0.000000] node 0: [mem 0x0000000100001000-0x000000043fffffff]
> [ 0.000000] Initmem setup node 0 [mem
> 0x0000000000001000-0x000000043fffffff]
> [ 0.000000] On node 0 totalpages: 4188352
> [ 0.000000] DMA zone: 64 pages used for memmap
> [ 0.000000] DMA zone: 21 pages reserved
> [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
> [ 0.000000] DMA32 zone: 12133 pages used for memmap
> [ 0.000000] DMA32 zone: 776484 pages, LIFO batch:31
> [ 0.000000] Normal zone: 53248 pages used for memmap
> [ 0.000000] Normal zone: 3407871 pages, LIFO batch:31
> [ 0.000000] ACPI: PM-Timer IO Port: 0x808
> [ 0.000000] ACPI: Local APIC address 0xfee00000
> [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
> [ 0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI
> 0-23
> [ 0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec20000, GSI
> 24-55
> [ 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 low 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: 0x43538210 base: 0xfed00000
> [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
> [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
> [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-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 0xbe483000-0xbea40fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xbea41000-0xbee38fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xbee39000-0xbf158fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xbf15a000-0xbf35ffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xf7ffffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfec1ffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfec20000-0xfec20fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfec21000-0xfecfffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed60fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfed61000-0xfed70fff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfed71000-0xfed7ffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xfeefffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffffffff]
> [ 0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
> [ 0.000000] e820: [mem 0xbf800000-0xf7ffffff] 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:4 nr_cpu_ids:4
> nr_node_ids:1
> [ 0.000000] percpu: Embedded 39 pages/cpu @ffff92b47fc00000 s119704
> r8192 d31848 u524288
> [ 0.000000] pcpu-alloc: s119704 r8192 d31848 u524288 alloc=1*2097152
> [ 0.000000] pcpu-alloc: [0] 0 1 2 3
> [ 0.000000] Built 1 zonelists in Node order, mobility grouping on.
> Total pages: 4122886
> [ 0.000000] Policy zone: Normal
> [ 0.000000] Kernel command line:
> BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic
> root=UUID=a492b6fb-872e-4dca-9fbb-500a73158d09 ro quiet splash
> vt.handoff=7
> [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [ 0.000000] AGP: Checking aperture...
> [ 0.000000] AGP: No AGP bridge found
> [ 0.000000] AGP: Node 0: aperture [bus addr 0xf8000000-0xfbffffff]
> (64MB)
> [ 0.000000] Memory: 16353092K/16753408K available (9281K kernel code,
> 2477K rwdata, 3992K rodata, 2324K init, 2384K bss, 400316K reserved, 0K
> cma-reserved)
> [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
> [ 0.000000] ftrace: allocating 37719 entries in 148 pages
> [ 0.000000] Hierarchical RCU implementation.
> [ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
> [ 0.000000] Tasks RCU enabled.
> [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
> [ 0.000000] NR_IRQS: 524544, nr_irqs: 1000, preallocated irqs: 16
> [ 0.000000] spurious 8259A interrupt: IRQ7.
> [ 0.000000] vt handoff: transparent VT on vt#7
> [ 0.000000] Console: colour dummy device 80x25
> [ 0.000000] console [tty0] enabled
> [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff,
> max_idle_ns: 133484873504 ns
> [ 0.000000] hpet clockevent registered
> [ 0.000000] tsc: Fast TSC calibration using PIT
> [ 0.004000] tsc: Detected 3415.647 MHz processor
> [ 0.004000] Calibrating delay loop (skipped), value calculated using
> timer frequency.. 6831.29 BogoMIPS (lpj=13662588)
> [ 0.004000] pid_max: default: 32768 minimum: 301
> [ 0.004000] ACPI: Core revision 20170531
> [ 0.004000] ACPI: 2 ACPI AML tables successfully acquired and loaded
> [ 0.004000] Security Framework initialized
> [ 0.004000] Yama: becoming mindful.
> [ 0.004000] AppArmor: AppArmor initialized
> [ 0.010050] Dentry cache hash table entries: 2097152 (order: 12,
> 16777216 bytes)
> [ 0.012072] Inode-cache hash table entries: 1048576 (order: 11, 8388608
> bytes)
> [ 0.012148] Mount-cache hash table entries: 32768 (order: 6, 262144
> bytes)
> [ 0.012212] Mountpoint-cache hash table entries: 32768 (order: 6, 262144
> bytes)
> [ 0.012392] CPU: Physical Processor ID: 0
> [ 0.012393] CPU: Processor Core ID: 0
> [ 0.012394] mce: CPU supports 6 MCE banks
> [ 0.012398] LVT offset 0 assigned for vector 0xf9
> [ 0.012401] process: using AMD E400 aware idle routine
> [ 0.012402] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
> [ 0.012403] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
> [ 0.012656] Freeing SMP alternatives memory: 36K
> [ 0.016006] process: System has AMD C1E enabled
> [ 0.016080] smpboot: Max logical packages: 1
> [ 0.020355] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [ 0.064000] process: Switch to broadcast mode on CPU0
> [ 0.064000] smpboot: CPU0: AMD Phenom(tm) II X4 965 Processor (family:
> 0x10, model: 0x4, stepping: 0x3)
> [ 0.064000] Performance Events: AMD PMU driver.
> [ 0.064000] ... version: 0
> [ 0.064000] ... bit width: 48
> [ 0.064000] ... generic registers: 4
> [ 0.064000] ... value mask: 0000ffffffffffff
> [ 0.064000] ... max period: 00007fffffffffff
> [ 0.064000] ... fixed-purpose events: 0
> [ 0.064000] ... event mask: 000000000000000f
> [ 0.064000] Hierarchical SRCU implementation.
> [ 0.064000] smp: Bringing up secondary CPUs ...
> [ 0.064000] x86: Booting SMP configuration:
> [ 0.064000] .... node #0, CPUs: #1
> [ 0.004000] process: Switch to broadcast mode on CPU1
> [ 0.064000] NMI watchdog: enabled on all CPUs, permanently consumes one
> hw-PMU counter.
> [ 0.064000] #2
> [ 0.004000] process: Switch to broadcast mode on CPU2
> [ 0.064066] #3
> [ 0.004000] process: Switch to broadcast mode on CPU3
> [ 0.068051] smp: Brought up 1 node, 4 CPUs
> [ 0.068051] smpboot: Total of 4 processors activated (27325.17 BogoMIPS)
> [ 0.072696] devtmpfs: initialized
> [ 0.072696] x86/mm: Memory block size: 128MB
> [ 0.073162] evm: security.selinux
> [ 0.073162] evm: security.SMACK64
> [ 0.073163] evm: security.SMACK64EXEC
> [ 0.073163] evm: security.SMACK64TRANSMUTE
> [ 0.073163] evm: security.SMACK64MMAP
> [ 0.073164] evm: security.ima
> [ 0.073164] evm: security.capability
> [ 0.073189] PM: Registering ACPI NVS region [mem 0xbea41000-0xbee38fff]
> (4161536 bytes)
> [ 0.073189] PM: Registering ACPI NVS region [mem 0xbf15a000-0xbf35ffff]
> (2121728 bytes)
> [ 0.073189] clocksource: jiffies: mask: 0xffffffff max_cycles:
> 0xffffffff, max_idle_ns: 7645041785100000 ns
> [ 0.073189] futex hash table entries: 1024 (order: 4, 65536 bytes)
> [ 0.073189] pinctrl core: initialized pinctrl subsystem
> [ 0.073189] RTC time: 16:31:34, date: 11/15/17
> [ 0.076494] NET: Registered protocol family 16
> [ 0.076662] cpuidle: using governor ladder
> [ 0.076662] cpuidle: using governor menu
> [ 0.076662] PCCT header not found.
> [ 0.076662] node 0 link 0: io port [c000, ffff]
> [ 0.076662] TOM: 00000000c0000000 aka 3072M
> [ 0.076662] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
> [ 0.076662] node 0 link 0: mmio [c0000000, fef0ffff] ==> [c0000000,
> dfffffff] and [f0000000, fef0ffff]
> [ 0.076662] TOM2: 0000000440000000 aka 17408M
> [ 0.076662] bus: [bus 00-1f] on node 0 link 0
> [ 0.076662] bus: 00 [io 0x0000-0xffff]
> [ 0.076662] bus: 00 [mem 0xc0000000-0xdfffffff]
> [ 0.076662] bus: 00 [mem 0xf0000000-0xffffffff]
> [ 0.076662] bus: 00 [mem 0x440000000-0xfcffffffff]
> [ 0.076662] ACPI: bus type PCI registered
> [ 0.076662] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [ 0.076662] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
> 0xe0000000-0xefffffff] (base 0xe0000000)
> [ 0.076662] PCI: not using MMCONFIG
> [ 0.076662] PCI: Using configuration type 1 for base access
> [ 0.076662] PCI: Using configuration type 1 for extended access
> [ 0.077067] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
> [ 0.077067] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
> [ 0.077067] ACPI: Added _OSI(Module Device)
> [ 0.077067] ACPI: Added _OSI(Processor Device)
> [ 0.077067] ACPI: Added _OSI(3.0 _SCP Extensions)
> [ 0.077067] ACPI: Added _OSI(Processor Aggregator Device)
> [ 0.077067] ACPI: Executed 3 blocks of module-level executable AML code
> [ 0.080927] ACPI: Interpreter enabled
> [ 0.080942] ACPI: (supports S0 S3 S4 S5)
> [ 0.080944] ACPI: Using IOAPIC for interrupt routing
> [ 0.081044] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem
> 0xe0000000-0xefffffff] (base 0xe0000000)
> [ 0.081072] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in
> ACPI motherboard resources
> [ 0.081083] PCI: Using host bridge windows from ACPI; if necessary, use
> "pci=nocrs" and report a bug
> [ 0.081270] ACPI: Enabled 10 GPEs in block 00 to 1F
> [ 0.085919] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [ 0.085923] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM
> ClockPM Segments MSI]
> [ 0.085926] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
> [ 0.086157] PCI host bridge to bus 0000:00
> [ 0.086159] pci_bus 0000:00: root bus resource [io 0x0000-0x03af
> window]
> [ 0.086160] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7
> window]
> [ 0.086161] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df
> window]
> [ 0.086162] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff
> window]
> [ 0.086163] pci_bus 0000:00: root bus resource [mem
> 0x000a0000-0x000bffff window]
> [ 0.086164] pci_bus 0000:00: root bus resource [mem
> 0x000c0000-0x000dffff window]
> [ 0.086165] pci_bus 0000:00: root bus resource [mem
> 0xc0000000-0xffffffff window]
> [ 0.086166] pci_bus 0000:00: root bus resource [bus 00-ff]
> [ 0.086174] pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
> [ 0.086263] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
> [ 0.086345] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
> [ 0.086374] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
> [ 0.086441] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
> [ 0.086469] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
> [ 0.086530] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
> [ 0.086558] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
> [ 0.086628] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
> [ 0.086642] pci 0000:00:11.0: reg 0x10: [io 0xf090-0xf097]
> [ 0.086649] pci 0000:00:11.0: reg 0x14: [io 0xf080-0xf083]
> [ 0.086655] pci 0000:00:11.0: reg 0x18: [io 0xf070-0xf077]
> [ 0.086661] pci 0000:00:11.0: reg 0x1c: [io 0xf060-0xf063]
> [ 0.086667] pci 0000:00:11.0: reg 0x20: [io 0xf050-0xf05f]
> [ 0.086674] pci 0000:00:11.0: reg 0x24: [mem 0xfeb0b000-0xfeb0b3ff]
> [ 0.086755] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
> [ 0.086768] pci 0000:00:12.0: reg 0x10: [mem 0xfeb0a000-0xfeb0afff]
> [ 0.086866] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
> [ 0.086880] pci 0000:00:12.2: reg 0x10: [mem 0xfeb09000-0xfeb090ff]
> [ 0.086934] pci 0000:00:12.2: supports D1 D2
> [ 0.086935] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
> [ 0.087000] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
> [ 0.087012] pci 0000:00:13.0: reg 0x10: [mem 0xfeb08000-0xfeb08fff]
> [ 0.087111] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
> [ 0.087125] pci 0000:00:13.2: reg 0x10: [mem 0xfeb07000-0xfeb070ff]
> [ 0.087180] pci 0000:00:13.2: supports D1 D2
> [ 0.087180] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
> [ 0.087243] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
> [ 0.087345] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
> [ 0.087357] pci 0000:00:14.1: reg 0x10: [io 0xf040-0xf047]
> [ 0.087363] pci 0000:00:14.1: reg 0x14: [io 0xf030-0xf033]
> [ 0.087370] pci 0000:00:14.1: reg 0x18: [io 0xf020-0xf027]
> [ 0.087376] pci 0000:00:14.1: reg 0x1c: [io 0xf010-0xf013]
> [ 0.087382] pci 0000:00:14.1: reg 0x20: [io 0xf000-0xf00f]
> [ 0.087396] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io
> 0x01f0-0x01f7]
> [ 0.087396] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
> [ 0.087397] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io
> 0x0170-0x0177]
> [ 0.087398] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
> [ 0.087459] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
> [ 0.087476] pci 0000:00:14.2: reg 0x10: [mem 0xfeb00000-0xfeb03fff
> 64bit]
> [ 0.087522] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
> [ 0.087580] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
> [ 0.087682] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
> [ 0.087682] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
> [ 0.087682] pci 0000:00:14.5: reg 0x10: [mem 0xfeb06000-0xfeb06fff]
> [ 0.087682] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
> [ 0.087682] pci 0000:00:15.0: supports D1 D2
> [ 0.087682] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
> [ 0.087682] pci 0000:00:16.0: reg 0x10: [mem 0xfeb05000-0xfeb05fff]
> [ 0.087682] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
> [ 0.087682] pci 0000:00:16.2: reg 0x10: [mem 0xfeb04000-0xfeb040ff]
> [ 0.087682] pci 0000:00:16.2: supports D1 D2
> [ 0.087682] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
> [ 0.087682] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
> [ 0.087682] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
> [ 0.087682] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
> [ 0.087682] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
> [ 0.087682] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
> [ 0.087682] pci 0000:01:00.0: [1b6f:7023] type 00 class 0x0c0330
> [ 0.087682] pci 0000:01:00.0: reg 0x10: [mem 0xfea00000-0xfea07fff
> 64bit]
> [ 0.087682] pci 0000:01:00.0: supports D1 D2
> [ 0.087682] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
> [ 0.100021] pci 0000:00:04.0: PCI bridge to [bus 01]
> [ 0.100024] pci 0000:00:04.0: bridge window [mem
> 0xfea00000-0xfeafffff]
> [ 0.100077] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
> [ 0.100097] pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
> [ 0.100114] pci 0000:02:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit
> pref]
> [ 0.100125] pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit
> pref]
> [ 0.100186] pci 0000:02:00.0: supports D1 D2
> [ 0.100187] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
> [ 0.112019] pci 0000:00:09.0: PCI bridge to [bus 02]
> [ 0.112022] pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
> [ 0.112024] pci 0000:00:09.0: bridge window [mem 0xd0000000-0xd00fffff
> 64bit pref]
> [ 0.112066] pci 0000:03:00.0: [1b6f:7023] type 00 class 0x0c0330
> [ 0.112085] pci 0000:03:00.0: reg 0x10: [mem 0xfe900000-0xfe907fff
> 64bit]
> [ 0.112156] pci 0000:03:00.0: supports D1 D2
> [ 0.112157] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
> [ 0.124019] pci 0000:00:0a.0: PCI bridge to [bus 03]
> [ 0.124023] pci 0000:00:0a.0: bridge window [mem
> 0xfe900000-0xfe9fffff]
> [ 0.124064] pci 0000:04:06.0: [1283:8872] type 00 class 0x070002
> [ 0.124081] pci 0000:04:06.0: reg 0x10: [io 0xd500-0xd5ff]
> [ 0.124090] pci 0000:04:06.0: reg 0x14: [io 0xd400-0xd4ff]
> [ 0.124098] pci 0000:04:06.0: reg 0x18: [io 0xd300-0xd3ff]
> [ 0.124107] pci 0000:04:06.0: reg 0x1c: [io 0xd200-0xd2ff]
> [ 0.124115] pci 0000:04:06.0: reg 0x20: [io 0xd100-0xd1ff]
> [ 0.124123] pci 0000:04:06.0: reg 0x24: [io 0xd000-0xd0ff]
> [ 0.124183] pci 0000:04:0e.0: [1106:3044] type 00 class 0x0c0010
> [ 0.124204] pci 0000:04:0e.0: reg 0x10: [mem 0xfe800000-0xfe8007ff]
> [ 0.124214] pci 0000:04:0e.0: reg 0x14: [io 0xd600-0xd67f]
> [ 0.124285] pci 0000:04:0e.0: supports D2
> [ 0.124286] pci 0000:04:0e.0: PME# supported from D2 D3hot D3cold
> [ 0.124332] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive
> decode)
> [ 0.124334] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff]
> [ 0.124337] pci 0000:00:14.4: bridge window [mem
> 0xfe800000-0xfe8fffff]
> [ 0.124339] pci 0000:00:14.4: bridge window [io 0x0000-0x03af window]
> (subtractive decode)
> [ 0.124340] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7 window]
> (subtractive decode)
> [ 0.124341] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df window]
> (subtractive decode)
> [ 0.124342] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window]
> (subtractive decode)
> [ 0.124343] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff
> window] (subtractive decode)
> [ 0.124344] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff
> window] (subtractive decode)
> [ 0.124345] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff
> window] (subtractive decode)
> [ 0.124386] pci 0000:05:00.0: [1002:68f9] type 00 class 0x030000
> [ 0.124411] pci 0000:05:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit
> pref]
> [ 0.124422] pci 0000:05:00.0: reg 0x18: [mem 0xfe720000-0xfe73ffff
> 64bit]
> [ 0.124430] pci 0000:05:00.0: reg 0x20: [io 0xc000-0xc0ff]
> [ 0.124445] pci 0000:05:00.0: reg 0x30: [mem 0xfe700000-0xfe71ffff pref]
> [ 0.124492] pci 0000:05:00.0: supports D1 D2
> [ 0.124541] pci 0000:05:00.1: [1002:aa68] type 00 class 0x040300
> [ 0.124565] pci 0000:05:00.1: reg 0x10: [mem 0xfe740000-0xfe743fff
> 64bit]
> [ 0.124646] pci 0000:05:00.1: supports D1 D2
> [ 0.136020] pci 0000:00:15.0: PCI bridge to [bus 05]
> [ 0.136024] pci 0000:00:15.0: bridge window [io 0xc000-0xcfff]
> [ 0.136026] pci 0000:00:15.0: bridge window [mem
> 0xfe700000-0xfe7fffff]
> [ 0.136030] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xcfffffff
> 64bit pref]
> [ 0.136358] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
> [ 0.136404] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
> [ 0.136450] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
> [ 0.136495] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
> [ 0.136532] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 10 11 14 15) *0
> [ 0.136560] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 10 11 14 15) *0
> [ 0.136589] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 10 11 14 15) *0
> [ 0.136618] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 10 11 14 15) *0
> [ 0.136885] SCSI subsystem initialized
> [ 0.136897] libata version 3.00 loaded.
> [ 0.136897] pci 0000:05:00.0: vgaarb: setting as boot VGA device
> [ 0.136897] pci 0000:05:00.0: vgaarb: VGA device added:
> decodes=io+mem,owns=io+mem,locks=none
> [ 0.136897] pci 0000:05:00.0: vgaarb: bridge control possible
> [ 0.136897] vgaarb: loaded
> [ 0.136897] ACPI: bus type USB registered
> [ 0.136897] usbcore: registered new interface driver usbfs
> [ 0.136897] usbcore: registered new interface driver hub
> [ 0.136897] usbcore: registered new device driver usb
> [ 0.136897] EDAC MC: Ver: 3.0.0
> [ 0.136897] PCI: Using ACPI for IRQ routing
> [ 0.139173] PCI: pci_cache_line_size set to 64 bytes
> [ 0.139227] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
> [ 0.139228] e820: reserve RAM buffer [mem 0xbe483000-0xbfffffff]
> [ 0.139229] e820: reserve RAM buffer [mem 0xbf15a000-0xbfffffff]
> [ 0.139229] e820: reserve RAM buffer [mem 0xbf800000-0xbfffffff]
> [ 0.139299] NetLabel: Initializing
> [ 0.139300] NetLabel: domain hash size = 128
> [ 0.139300] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
> [ 0.139312] NetLabel: unlabeled traffic allowed by default
> [ 0.140036] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> [ 0.140036] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
> [ 0.145050] clocksource: Switched to clocksource hpet
> [ 0.154364] VFS: Disk quotas dquot_6.6.0
> [ 0.154380] VFS: Dquot-cache hash table entries: 512 (order 0, 4096
> bytes)
> [ 0.154469] AppArmor: AppArmor Filesystem Enabled
> [ 0.154503] pnp: PnP ACPI init
> [ 0.154607] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
> [ 0.154611] system 00:00: Plug and Play ACPI device, IDs PNP0c01
> (active)
> [ 0.154785] system 00:01: [io 0x040b] has been reserved
> [ 0.154786] system 00:01: [io 0x04d6] has been reserved
> [ 0.154787] system 00:01: [io 0x0c00-0x0c01] has been reserved
> [ 0.154788] system 00:01: [io 0x0c14] has been reserved
> [ 0.154789] system 00:01: [io 0x0c50-0x0c51] has been reserved
> [ 0.154790] system 00:01: [io 0x0c52] has been reserved
> [ 0.154791] system 00:01: [io 0x0c6c] has been reserved
> [ 0.154792] system 00:01: [io 0x0c6f] has been reserved
> [ 0.154793] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
> [ 0.154794] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
> [ 0.154795] system 00:01: [io 0x0cd4-0x0cd5] has been reserved
> [ 0.154796] system 00:01: [io 0x0cd6-0x0cd7] has been reserved
> [ 0.154797] system 00:01: [io 0x0cd8-0x0cdf] has been reserved
> [ 0.154798] system 00:01: [io 0x0800-0x089f] has been reserved
> [ 0.154800] system 00:01: [io 0x0b20-0x0b3f] has been reserved
> [ 0.154801] system 00:01: [io 0x0900-0x090f] has been reserved
> [ 0.154802] system 00:01: [io 0x0910-0x091f] has been reserved
> [ 0.154803] system 00:01: [io 0xfe00-0xfefe] has been reserved
> [ 0.154805] system 00:01: [mem 0xfec00000-0xfec00fff] could not be
> reserved
> [ 0.154806] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
> [ 0.154807] system 00:01: [mem 0xfed80000-0xfed8ffff] has been reserved
> [ 0.154809] system 00:01: [mem 0xfed61000-0xfed70fff] has been reserved
> [ 0.154810] system 00:01: [mem 0xfec10000-0xfec10fff] has been reserved
> [ 0.154811] system 00:01: [mem 0xfed00000-0xfed00fff] could not be
> reserved
> [ 0.154813] system 00:01: [mem 0xffc00000-0xffffffff] has been reserved
> [ 0.154814] system 00:01: Plug and Play ACPI device, IDs PNP0c02
> (active)
> [ 0.154908] system 00:02: [io 0x0220-0x0227] has been reserved
> [ 0.154909] system 00:02: [io 0x0228-0x0237] has been reserved
> [ 0.154910] system 00:02: [io 0x0a20-0x0a2f] has been reserved
> [ 0.154912] system 00:02: Plug and Play ACPI device, IDs PNP0c02
> (active)
> [ 0.155091] pnp 00:03: [dma 0 disabled]
> [ 0.155124] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
> [ 0.155144] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
> [ 0.155190] system 00:05: [io 0x04d0-0x04d1] has been reserved
> [ 0.155192] system 00:05: Plug and Play ACPI device, IDs PNP0c02
> (active)
> [ 0.155222] system 00:06: Plug and Play ACPI device, IDs PNP0c02
> (active)
> [ 0.155312] system 00:07: [mem 0xfeb20000-0xfeb23fff] could not be
> reserved
> [ 0.155314] system 00:07: Plug and Play ACPI device, IDs PNP0c02
> (active)
> [ 0.155386] system 00:08: [mem 0xfec20000-0xfec200ff] could not be
> reserved
> [ 0.155388] system 00:08: Plug and Play ACPI device, IDs PNP0c02
> (active)
> [ 0.155465] pnp: PnP ACPI: found 9 devices
> [ 0.161885] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff,
> max_idle_ns: 2085701024 ns
> [ 0.161910] pci 0000:00:04.0: PCI bridge to [bus 01]
> [ 0.161913] pci 0000:00:04.0: bridge window [mem
> 0xfea00000-0xfeafffff]
> [ 0.161916] pci 0000:00:09.0: PCI bridge to [bus 02]
> [ 0.161917] pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
> [ 0.161920] pci 0000:00:09.0: bridge window [mem 0xd0000000-0xd00fffff
> 64bit pref]
> [ 0.161922] pci 0000:00:0a.0: PCI bridge to [bus 03]
> [ 0.161924] pci 0000:00:0a.0: bridge window [mem
> 0xfe900000-0xfe9fffff]
> [ 0.161927] pci 0000:00:14.4: PCI bridge to [bus 04]
> [ 0.161929] pci 0000:00:14.4: bridge window [io 0xd000-0xdfff]
> [ 0.161932] pci 0000:00:14.4: bridge window [mem
> 0xfe800000-0xfe8fffff]
> [ 0.161938] pci 0000:00:15.0: PCI bridge to [bus 05]
> [ 0.161939] pci 0000:00:15.0: bridge window [io 0xc000-0xcfff]
> [ 0.161942] pci 0000:00:15.0: bridge window [mem
> 0xfe700000-0xfe7fffff]
> [ 0.161944] pci 0000:00:15.0: bridge window [mem 0xc0000000-0xcfffffff
> 64bit pref]
> [ 0.161948] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
> [ 0.161949] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
> [ 0.161950] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
> [ 0.161951] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
> [ 0.161952] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff
> window]
> [ 0.161954] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff
> window]
> [ 0.161955] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff
> window]
> [ 0.161956] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
> [ 0.161957] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
> [ 0.161958] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd00fffff 64bit
> pref]
> [ 0.161959] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
> [ 0.161960] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
> [ 0.161961] pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
> [ 0.161962] pci_bus 0000:04: resource 4 [io 0x0000-0x03af window]
> [ 0.161963] pci_bus 0000:04: resource 5 [io 0x03e0-0x0cf7 window]
> [ 0.161964] pci_bus 0000:04: resource 6 [io 0x03b0-0x03df window]
> [ 0.161965] pci_bus 0000:04: resource 7 [io 0x0d00-0xffff window]
> [ 0.161966] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000bffff
> window]
> [ 0.161967] pci_bus 0000:04: resource 9 [mem 0x000c0000-0x000dffff
> window]
> [ 0.161968] pci_bus 0000:04: resource 10 [mem 0xc0000000-0xffffffff
> window]
> [ 0.161969] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
> [ 0.161970] pci_bus 0000:05: resource 1 [mem 0xfe700000-0xfe7fffff]
> [ 0.161971] pci_bus 0000:05: resource 2 [mem 0xc0000000-0xcfffffff 64bit
> pref]
> [ 0.162026] NET: Registered protocol family 2
> [ 0.162183] TCP established hash table entries: 131072 (order: 8,
> 1048576 bytes)
> [ 0.162456] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> [ 0.162704] TCP: Hash tables configured (established 131072 bind 65536)
> [ 0.162754] UDP hash table entries: 8192 (order: 6, 262144 bytes)
> [ 0.162835] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
> [ 0.162940] NET: Registered protocol family 1
> [ 0.516460] pci 0000:05:00.0: Video device with shadowed ROM at [mem
> 0x000c0000-0x000dffff]
> [ 0.516464] PCI: CLS 64 bytes, default 64
> [ 0.516497] Unpacking initramfs...
> [ 1.118951] Freeing initrd memory: 49576K
> [ 1.119366] iommu: Adding device 0000:00:00.0 to group 0
> [ 1.119420] iommu: Adding device 0000:00:04.0 to group 1
> [ 1.119472] iommu: Adding device 0000:00:09.0 to group 2
> [ 1.119525] iommu: Adding device 0000:00:0a.0 to group 3
> [ 1.119576] iommu: Adding device 0000:00:11.0 to group 4
> [ 1.119634] iommu: Adding device 0000:00:12.0 to group 5
> [ 1.119645] iommu: Adding device 0000:00:12.2 to group 5
> [ 1.119702] iommu: Adding device 0000:00:13.0 to group 6
> [ 1.119714] iommu: Adding device 0000:00:13.2 to group 6
> [ 1.119766] iommu: Adding device 0000:00:14.0 to group 7
> [ 1.119818] iommu: Adding device 0000:00:14.1 to group 8
> [ 1.119871] iommu: Adding device 0000:00:14.2 to group 9
> [ 1.119946] iommu: Adding device 0000:00:14.3 to group 10
> [ 1.120028] iommu: Adding device 0000:00:14.4 to group 11
> [ 1.120082] iommu: Adding device 0000:00:14.5 to group 12
> [ 1.120137] iommu: Adding device 0000:00:15.0 to group 13
> [ 1.120199] iommu: Adding device 0000:00:16.0 to group 14
> [ 1.120211] iommu: Adding device 0000:00:16.2 to group 14
> [ 1.120269] iommu: Adding device 0000:01:00.0 to group 15
> [ 1.120328] iommu: Adding device 0000:02:00.0 to group 16
> [ 1.120388] iommu: Adding device 0000:03:00.0 to group 17
> [ 1.120394] iommu: Adding device 0000:04:06.0 to group 11
> [ 1.120400] iommu: Adding device 0000:04:0e.0 to group 11
> [ 1.120409] iommu: Adding device 0000:05:00.0 to group 13
> [ 1.120416] iommu: Adding device 0000:05:00.1 to group 13
> [ 1.168743] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
> [ 1.168743] AMD-Vi: Interrupt remapping enabled
> [ 1.168861] AMD-Vi: Lazy IO/TLB flushing enabled
> [ 1.170070] LVT offset 1 assigned for vector 0x400
> [ 1.170074] IBS: LVT offset 1 assigned
> [ 1.170164] perf: AMD IBS detected (0x0000001f)
> [ 1.170202] Scanning for low memory corruption every 60 seconds
> [ 1.170435] audit: initializing netlink subsys (disabled)
> [ 1.170495] audit: type=2000 audit(1510763494.170:1): state=initialized
> audit_enabled=0 res=1
> [ 1.170725] Initialise system trusted keyrings
> [ 1.170732] Key type blacklist registered
> [ 1.170766] workingset: timestamp_bits=36 max_order=22 bucket_order=0
> [ 1.171808] zbud: loaded
> [ 1.172155] squashfs: version 4.0 (2009/01/31) Phillip Lougher
> [ 1.172309] fuse init (API version 7.26)
> [ 1.174053] Key type asymmetric registered
> [ 1.174054] Asymmetric key parser 'x509' registered
> [ 1.174100] Block layer SCSI generic (bsg) driver version 0.4 loaded
> (major 247)
> [ 1.174150] io scheduler noop registered
> [ 1.174150] io scheduler deadline registered
> [ 1.174174] io scheduler cfq registered (default)
> [ 1.174576] vesafb: mode is 1024x768x32, linelength=4096, pages=0
> [ 1.174577] vesafb: scrolling: redraw
> [ 1.174578] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
> [ 1.174587] vesafb: framebuffer at 0xc0000000, mapped to
> 0xffffb52042000000, using 3072k, total 3072k
> [ 1.174681] Console: switching to colour frame buffer device 128x48
> [ 1.174694] fb0: VESA VGA frame buffer device
> [ 1.174767] input: Power Button as
> /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
> [ 1.174806] ACPI: Power Button [PWRB]
> [ 1.174856] input: Power Button as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
> [ 1.174881] ACPI: Power Button [PWRF]
> [ 1.174906] ACPI: ACPI: processor limited to max C-state 1
> [ 1.175125] GHES: HEST is not enabled!
> [ 1.175193] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
> [ 1.195590] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a
> 16550A
> [ 1.197075] Linux agpgart interface v0.103
> [ 1.198404] loop: module loaded
> [ 1.198566] libphy: Fixed MDIO Bus: probed
> [ 1.198567] tun: Universal TUN/TAP device driver, 1.6
> [ 1.198600] PPP generic driver version 2.4.2
> [ 1.198634] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [ 1.198636] ehci-pci: EHCI PCI platform driver
> [ 1.198718] QUIRK: Enable AMD PLL fix
> [ 1.198735] ehci-pci 0000:00:12.2: EHCI Host Controller
> [ 1.198740] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus
> number 1
> [ 1.198743] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3
> EHCI dummy qh workaround
> [ 1.198750] ehci-pci 0000:00:12.2: debug port 1
> [ 1.198786] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb09000
> [ 1.212078] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
> [ 1.212116] usb usb1: New USB device found, idVendor=1d6b,
> idProduct=0002
> [ 1.212117] usb usb1: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.212118] usb usb1: Product: EHCI Host Controller
> [ 1.212119] usb usb1: Manufacturer: Linux 4.13.0-16-generic ehci_hcd
> [ 1.212120] usb usb1: SerialNumber: 0000:00:12.2
> [ 1.212211] hub 1-0:1.0: USB hub found
> [ 1.212216] hub 1-0:1.0: 5 ports detected
> [ 1.212392] ehci-pci 0000:00:13.2: EHCI Host Controller
> [ 1.212396] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus
> number 2
> [ 1.212399] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3
> EHCI dummy qh workaround
> [ 1.212405] ehci-pci 0000:00:13.2: debug port 1
> [ 1.212432] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb07000
> [ 1.228078] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
> [ 1.228110] usb usb2: New USB device found, idVendor=1d6b,
> idProduct=0002
> [ 1.228111] usb usb2: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.228112] usb usb2: Product: EHCI Host Controller
> [ 1.228113] usb usb2: Manufacturer: Linux 4.13.0-16-generic ehci_hcd
> [ 1.228114] usb usb2: SerialNumber: 0000:00:13.2
> [ 1.228205] hub 2-0:1.0: USB hub found
> [ 1.228209] hub 2-0:1.0: 5 ports detected
> [ 1.228379] ehci-pci 0000:00:16.2: EHCI Host Controller
> [ 1.228382] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus
> number 3
> [ 1.228385] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3
> EHCI dummy qh workaround
> [ 1.228391] ehci-pci 0000:00:16.2: debug port 1
> [ 1.228417] ehci-pci 0000:00:16.2: irq 17, io mem 0xfeb04000
> [ 1.244082] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
> [ 1.244108] usb usb3: New USB device found, idVendor=1d6b,
> idProduct=0002
> [ 1.244109] usb usb3: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.244110] usb usb3: Product: EHCI Host Controller
> [ 1.244110] usb usb3: Manufacturer: Linux 4.13.0-16-generic ehci_hcd
> [ 1.244111] usb usb3: SerialNumber: 0000:00:16.2
> [ 1.244193] hub 3-0:1.0: USB hub found
> [ 1.244198] hub 3-0:1.0: 4 ports detected
> [ 1.244298] ehci-platform: EHCI generic platform driver
> [ 1.244306] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [ 1.244310] ohci-pci: OHCI PCI platform driver
> [ 1.244389] ohci-pci 0000:00:12.0: OHCI PCI host controller
> [ 1.244393] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus
> number 4
> [ 1.244416] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb0a000
> [ 1.308139] usb usb4: New USB device found, idVendor=1d6b,
> idProduct=0001
> [ 1.308140] usb usb4: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.308141] usb usb4: Product: OHCI PCI host controller
> [ 1.308142] usb usb4: Manufacturer: Linux 4.13.0-16-generic ohci_hcd
> [ 1.308143] usb usb4: SerialNumber: 0000:00:12.0
> [ 1.308237] hub 4-0:1.0: USB hub found
> [ 1.308243] hub 4-0:1.0: 5 ports detected
> [ 1.308401] ohci-pci 0000:00:13.0: OHCI PCI host controller
> [ 1.308405] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus
> number 5
> [ 1.308421] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb08000
> [ 1.372089] usb usb5: New USB device found, idVendor=1d6b,
> idProduct=0001
> [ 1.372091] usb usb5: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.372092] usb usb5: Product: OHCI PCI host controller
> [ 1.372092] usb usb5: Manufacturer: Linux 4.13.0-16-generic ohci_hcd
> [ 1.372093] usb usb5: SerialNumber: 0000:00:13.0
> [ 1.372187] hub 5-0:1.0: USB hub found
> [ 1.372192] hub 5-0:1.0: 5 ports detected
> [ 1.372355] ohci-pci 0000:00:14.5: OHCI PCI host controller
> [ 1.372359] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus
> number 6
> [ 1.372377] ohci-pci 0000:00:14.5: irq 18, io mem 0xfeb06000
> [ 1.436086] usb usb6: New USB device found, idVendor=1d6b,
> idProduct=0001
> [ 1.436087] usb usb6: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.436088] usb usb6: Product: OHCI PCI host controller
> [ 1.436089] usb usb6: Manufacturer: Linux 4.13.0-16-generic ohci_hcd
> [ 1.436090] usb usb6: SerialNumber: 0000:00:14.5
> [ 1.436184] hub 6-0:1.0: USB hub found
> [ 1.436189] hub 6-0:1.0: 2 ports detected
> [ 1.436328] ohci-pci 0000:00:16.0: OHCI PCI host controller
> [ 1.436331] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus
> number 7
> [ 1.436347] ohci-pci 0000:00:16.0: irq 18, io mem 0xfeb05000
> [ 1.500087] usb usb7: New USB device found, idVendor=1d6b,
> idProduct=0001
> [ 1.500089] usb usb7: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.500089] usb usb7: Product: OHCI PCI host controller
> [ 1.500090] usb usb7: Manufacturer: Linux 4.13.0-16-generic ohci_hcd
> [ 1.500091] usb usb7: SerialNumber: 0000:00:16.0
> [ 1.500186] hub 7-0:1.0: USB hub found
> [ 1.500191] hub 7-0:1.0: 4 ports detected
> [ 1.500283] ohci-platform: OHCI generic platform driver
> [ 1.500290] uhci_hcd: USB Universal Host Controller Interface driver
> [ 1.500375] xhci_hcd 0000:01:00.0: xHCI Host Controller
> [ 1.500379] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus
> number 8
> [ 1.500453] xhci_hcd 0000:01:00.0: hcc params 0x040050af hci version
> 0x100 quirks 0x00080490
> [ 1.500523] usb usb8: New USB device found, idVendor=1d6b,
> idProduct=0002
> [ 1.500524] usb usb8: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.500525] usb usb8: Product: xHCI Host Controller
> [ 1.500526] usb usb8: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
> [ 1.500527] usb usb8: SerialNumber: 0000:01:00.0
> [ 1.500593] hub 8-0:1.0: USB hub found
> [ 1.500599] hub 8-0:1.0: 2 ports detected
> [ 1.500656] xhci_hcd 0000:01:00.0: xHCI Host Controller
> [ 1.500658] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus
> number 9
> [ 1.500674] usb usb9: We don't know the algorithms for LPM for this
> host, disabling LPM.
> [ 1.500686] usb usb9: New USB device found, idVendor=1d6b,
> idProduct=0003
> [ 1.500687] usb usb9: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.500688] usb usb9: Product: xHCI Host Controller
> [ 1.500689] usb usb9: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
> [ 1.500690] usb usb9: SerialNumber: 0000:01:00.0
> [ 1.500757] hub 9-0:1.0: USB hub found
> [ 1.500762] hub 9-0:1.0: 2 ports detected
> [ 1.500884] xhci_hcd 0000:03:00.0: xHCI Host Controller
> [ 1.500887] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus
> number 10
> [ 1.500959] xhci_hcd 0000:03:00.0: hcc params 0x040050af hci version
> 0x100 quirks 0x00080490
> [ 1.501019] usb usb10: New USB device found, idVendor=1d6b,
> idProduct=0002
> [ 1.501020] usb usb10: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.501021] usb usb10: Product: xHCI Host Controller
> [ 1.501022] usb usb10: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
> [ 1.501023] usb usb10: SerialNumber: 0000:03:00.0
> [ 1.501091] hub 10-0:1.0: USB hub found
> [ 1.501096] hub 10-0:1.0: 2 ports detected
> [ 1.501154] xhci_hcd 0000:03:00.0: xHCI Host Controller
> [ 1.501156] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus
> number 11
> [ 1.501166] usb usb11: We don't know the algorithms for LPM for this
> host, disabling LPM.
> [ 1.501177] usb usb11: New USB device found, idVendor=1d6b,
> idProduct=0003
> [ 1.501178] usb usb11: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> [ 1.501178] usb usb11: Product: xHCI Host Controller
> [ 1.501179] usb usb11: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
> [ 1.501180] usb usb11: SerialNumber: 0000:03:00.0
> [ 1.501243] hub 11-0:1.0: USB hub found
> [ 1.501248] hub 11-0:1.0: 2 ports detected
> [ 1.501346] i8042: PNP: No PS/2 controller found.
> [ 1.501409] mousedev: PS/2 mouse device common for all mice
> [ 1.501526] rtc_cmos 00:04: RTC can wake from S4
> [ 1.501612] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
> [ 1.501634] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes
> nvram, hpet irqs
> [ 1.501637] i2c /dev entries driver
> [ 1.501673] device-mapper: uevent: version 1.0.3
> [ 1.501726] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised:
> <email address hidden>
> [ 1.501795] ledtrig-cpu: registered to indicate activity on CPUs
> [ 1.502127] NET: Registered protocol family 10
> [ 1.505382] Segment Routing with IPv6
> [ 1.505397] NET: Registered protocol family 17
> [ 1.505404] Key type dns_resolver registered
> [ 1.505624] RAS: Correctable Errors collector initialized.
> [ 1.505667] microcode: CPU0: patch_level=0x010000c8
> [ 1.505674] microcode: CPU1: patch_level=0x010000c8
> [ 1.505680] microcode: CPU2: patch_level=0x010000c8
> [ 1.505687] microcode: CPU3: patch_level=0x010000c8
> [ 1.505718] microcode: Microcode Update Driver: v2.2.
> [ 1.505726] sched_clock: Marking stable (1505714128, 0)->(1655106526,
> -149392398)
> [ 1.505921] registered taskstats version 1
> [ 1.505928] Loading compiled-in X.509 certificates
> [ 1.508229] Loaded X.509 cert 'Build time autogenerated kernel key:
> 04409fd30ffab3ce9d2178c508b3c866d61d9a62'
> [ 1.508246] zswap: loaded using pool lzo/zbud
> [ 1.509668] Key type big_key registered
> [ 1.509672] Key type trusted registered
> [ 1.510975] Key type encrypted registered
> [ 1.510978] AppArmor: AppArmor sha1 policy hashing enabled
> [ 1.510980] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
> [ 1.510996] evm: HMAC attrs: 0x1
> [ 1.511197] Magic number: 9:333:540
> [ 1.511246] node: hash matches
> [ 1.511301] rtc_cmos 00:04: setting system clock to 2017-11-15 16:31:35
> UTC (1510763495)
> [ 1.511396] acpi_cpufreq: overriding BIOS provided _PSD data
> [ 1.511504] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
> [ 1.511504] EDD information not available.
> [ 1.511536] PM: Hibernation image not present or could not be loaded.
> [ 1.514081] Freeing unused kernel memory: 2324K
> [ 1.514082] Write protecting the kernel read-only data: 14336k
> [ 1.514464] Freeing unused kernel memory: 948K
> [ 1.514694] Freeing unused kernel memory: 104K
> [ 1.516543] x86/mm: Checked W+X mappings: passed, no W+X pages found.
> [ 1.582373] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
> [ 1.582382] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM
> control
> [ 1.582896] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at
> 0xffffb520418a9000, 94:de:80:21:3e:96, XID 0c900800 IRQ 34
> [ 1.582898] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes,
> tx checksumming: ko]
> [ 1.584274] ahci 0000:00:11.0: version 3.0
> [ 1.584413] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps
> 0xf impl SATA mode
> [ 1.584414] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp
> pio slum part
> [ 1.584877] scsi host0: ahci
> [ 1.584963] scsi host1: ahci
> [ 1.585035] scsi host2: ahci
> [ 1.585112] scsi host3: ahci
> [ 1.585141] ata1: SATA max UDMA/133 abar m1024@0xfeb0b000 port
> 0xfeb0b100 irq 19
> [ 1.585142] ata2: SATA max UDMA/133 abar m1024@0xfeb0b000 port
> 0xfeb0b180 irq 19
> [ 1.585144] ata3: SATA max UDMA/133 abar m1024@0xfeb0b000 port
> 0xfeb0b200 irq 19
> [ 1.585145] ata4: SATA max UDMA/133 abar m1024@0xfeb0b000 port
> 0xfeb0b280 irq 19
> [ 1.601065] scsi host4: pata_atiixp
> [ 1.607937] scsi host5: pata_atiixp
> [ 1.607971] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq
> 14
> [ 1.607972] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq
> 15
> [ 1.612516] r8169 0000:02:00.0 enp2s0: renamed from eth0
> [ 1.631780] [drm] radeon kernel modesetting enabled.
> [ 1.633910] AMD IOMMUv2 driver by Joerg Roedel <email address hidden>
> [ 1.633911] AMD IOMMUv2 functionality not available on this system
> [ 1.637009] CRAT table not found
> [ 1.637010] Finished initializing topology ret=0
> [ 1.637024] kfd kfd: Initialized module
> [ 1.637152] checking generic (c0000000 300000) vs hw (c0000000 10000000)
> [ 1.637153] fb: switching to radeondrmfb from VESA VGA
> [ 1.637177] Console: switching to colour dummy device 80x25
> [ 1.637409] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68F9
> 0x1787:0x2009 0x00).
> [ 1.637460] ATOM BIOS: CEDAR
> [ 1.637527] radeon 0000:05:00.0: VRAM: 1024M 0x0000000000000000 -
> 0x000000003FFFFFFF (1024M used)
> [ 1.637528] radeon 0000:05:00.0: GTT: 1024M 0x0000000040000000 -
> 0x000000007FFFFFFF
> [ 1.637530] [drm] Detected VRAM RAM=1024M, BAR=256M
> [ 1.637531] [drm] RAM width 64bits DDR
> [ 1.637574] [TTM] Zone kernel: Available graphics memory: 8236016 kiB
> [ 1.637575] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
> [ 1.637576] [TTM] Initializing pool allocator
> [ 1.637578] [TTM] Initializing DMA pool allocator
> [ 1.637595] [drm] radeon: 1024M of VRAM memory ready
> [ 1.637595] [drm] radeon: 1024M of GTT memory ready.
> [ 1.637599] [drm] Loading CEDAR Microcode
> [ 1.637654] [drm] Internal thermal controller with fan control
> [ 1.667967] [drm] radeon: dpm initialized
> [ 1.668063] [drm] GART: num cpu pages 262144, num gpu pages 262144
> [ 1.669037] [drm] enabling PCIE gen 2 link speeds, disable with
> radeon.pcie_gen2=0
> [ 1.689461] [drm] PCIE GART of 1024M enabled (table at
> 0x000000000014C000).
> [ 1.689549] radeon 0000:05:00.0: WB enabled
> [ 1.689550] radeon 0000:05:00.0: fence driver on ring 0 use gpu addr
> 0x0000000040000c00 and cpu addr 0xffff92b462292c00
> [ 1.689552] radeon 0000:05:00.0: fence driver on ring 3 use gpu addr
> 0x0000000040000c0c and cpu addr 0xffff92b462292c0c
> [ 1.692034] radeon 0000:05:00.0: fence driver on ring 5 use gpu addr
> 0x000000000005c418 and cpu addr 0xffffb5204241c418
> [ 1.692075] firewire_ohci 0000:04:0e.0: added OHCI v1.10 device as card
> 0, 4 IR + 8 IT contexts, quirks 0x11
> [ 1.692081] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [ 1.692081] [drm] Driver supports precise vblank timestamp query.
> [ 1.692082] radeon 0000:05:00.0: radeon: MSI limited to 32-bit
> [ 1.692129] radeon 0000:05:00.0: radeon: using MSI.
> [ 1.692155] [drm] radeon: irq initialized.
> [ 1.708348] [drm] ring test on 0 succeeded in 1 usecs
> [ 1.708354] [drm] ring test on 3 succeeded in 3 usecs
> [ 1.820594] ata5.00: ATA-7: ST3160815AS, 4.ADA, max UDMA/133
> [ 1.820596] ata5.00: 312500000 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [ 1.820600] ata5.00: limited to UDMA/33 due to 40-wire cable
> [ 1.828019] usb 8-1: new full-speed USB device number 2 using xhci_hcd
> [ 1.884031] usb 7-4: new full-speed USB device number 2 using ohci-pci
> [ 1.894021] [drm] ring test on 5 succeeded in 1 usecs
> [ 1.894027] [drm] UVD initialized successfully.
> [ 1.894200] [drm] ib test on ring 0 succeeded in 0 usecs
> [ 1.894257] [drm] ib test on ring 3 succeeded in 0 usecs
> [ 1.895563] ata5.00: configured for UDMA/33
> [ 1.898705] ata4: SATA link down (SStatus 0 SControl 300)
> [ 1.898763] ata1: SATA link down (SStatus 0 SControl 300)
> [ 2.007818] usb 8-1: New USB device found, idVendor=067b, idProduct=2305
> [ 2.007820] usb 8-1: New USB device strings: Mfr=1, Product=2,
> SerialNumber=0
> [ 2.007821] usb 8-1: Product: IEEE-1284 Controller
> [ 2.007822] usb 8-1: Manufacturer: Prはlific Technology Inc.
> [ 2.060047] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [ 2.060070] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
> [ 2.060560] ata3.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
> [ 2.060561] ata3.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth
> 31/32), AA
> [ 2.061070] ata3.00: configured for UDMA/133
> [ 2.062464] ata2.00: ATAPI: ATAPI iHAS324 B, AL14, max UDMA/100
> [ 2.063242] ata2.00: configured for UDMA/100
> [ 2.064117] [drm] ib test on ring 5 succeeded
> [ 2.064632] [drm] Radeon Display Connectors
> [ 2.064633] [drm] Connector 0:
> [ 2.064633] [drm] HDMI-A-1
> [ 2.064634] [drm] HPD2
> [ 2.064635] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468
> 0x646c 0x646c
> [ 2.064635] [drm] Encoders:
> [ 2.064636] [drm] DFP1: INTERNAL_UNIPHY1
> [ 2.064636] [drm] Connector 1:
> [ 2.064636] [drm] DVI-I-1
> [ 2.064637] [drm] HPD4
> [ 2.064637] [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458
> 0x645c 0x645c
> [ 2.064638] [drm] Encoders:
> [ 2.064638] [drm] DFP2: INTERNAL_UNIPHY
> [ 2.064639] [drm] CRT1: INTERNAL_KLDSCP_DAC1
> [ 2.064639] [drm] Connector 2:
> [ 2.064639] [drm] VGA-1
> [ 2.064640] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438
> 0x643c 0x643c
> [ 2.064640] [drm] Encoders:
> [ 2.064641] [drm] CRT2: INTERNAL_KLDSCP_DAC2
> [ 2.065210] scsi 1:0:0:0: CD-ROM ATAPI iHAS324 B
> AL14 PQ: 0 ANSI: 5
> [ 2.069124] usb 7-4: New USB device found, idVendor=046d, idProduct=c223
> [ 2.069125] usb 7-4: New USB device strings: Mfr=0, Product=2,
> SerialNumber=0
> [ 2.069126] usb 7-4: Product: G15 Keyboard Hub
> [ 2.071153] hub 7-4:1.0: USB hub found
> [ 2.073121] hub 7-4:1.0: 4 ports detected
> [ 2.096830] sr 1:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram
> cd/rw xa/form2 cdda tray
> [ 2.096831] cdrom: Uniform CD-ROM driver Revision: 3.20
> [ 2.096948] sr 1:0:0:0: Attached scsi CD-ROM sr0
> [ 2.097017] sr 1:0:0:0: Attached scsi generic sg0 type 5
> [ 2.097177] scsi 2:0:0:0: Direct-Access ATA WDC WD20EZRX-00D
> 0A80 PQ: 0 ANSI: 5
> [ 2.132245] [drm] fb mappable at 0xC034D000
> [ 2.132245] [drm] vram apper at 0xC0000000
> [ 2.132246] [drm] size 4325376
> [ 2.132246] [drm] fb depth is 24
> [ 2.132247] [drm] pitch is 5632
> [ 2.132300] fbcon: radeondrmfb (fb0) is primary device
> [ 2.132357] Console: switching to colour frame buffer device 170x48
> [ 2.132373] radeon 0000:05:00.0: fb0: radeondrmfb frame buffer device
> [ 2.148091] [drm] Initialized radeon 2.50.0 20080528 for 0000:05:00.0 on
> minor 0
> [ 2.168211] sd 2:0:0:0: Attached scsi generic sg1 type 0
> [ 2.168227] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00
> TB/1.82 TiB)
> [ 2.168229] sd 2:0:0:0: [sda] 4096-byte physical blocks
> [ 2.168238] sd 2:0:0:0: [sda] Write Protect is off
> [ 2.168239] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [ 2.168253] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA
> [ 2.168334] scsi 4:0:0:0: Direct-Access ATA ST3160815AS
> A PQ: 0 ANSI: 5
> [ 2.176081] tsc: Refined TSC clocksource calibration: 3415.659 MHz
> [ 2.176086] clocksource: tsc: mask: 0xffffffffffffffff max_cycles:
> 0x313c17984b5, max_idle_ns: 440795352921 ns
> [ 2.186051] sda: sda1
> [ 2.186399] sd 2:0:0:0: [sda] Attached SCSI disk
> [ 2.208176] sd 4:0:0:0: [sdb] 312500000 512-byte logical blocks: (160
> GB/149 GiB)
> [ 2.208193] sd 4:0:0:0: Attached scsi generic sg2 type 0
> [ 2.208194] sd 4:0:0:0: [sdb] Write Protect is off
> [ 2.208196] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
> [ 2.208218] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled,
> doesn't support DPO or FUA
> [ 2.226793] sdb: sdb1
> [ 2.227133] sd 4:0:0:0: [sdb] Attached SCSI disk
> [ 2.384061] usb 7-4.1: new low-speed USB device number 3 using ohci-pci
> [ 2.504110] usb 7-4.1: New USB device found, idVendor=046d,
> idProduct=c226
> [ 2.504112] usb 7-4.1: New USB device strings: Mfr=0, Product=2,
> SerialNumber=0
> [ 2.504113] usb 7-4.1: Product: G15 Gaming Keyboard
> [ 2.509366] hidraw: raw HID events driver (C) Jiri Kosina
> [ 2.523278] usbcore: registered new interface driver usbhid
> [ 2.523279] usbhid: USB HID core driver
> [ 2.525013] input: G15 Gaming Keyboard as
> /devices/pci0000:00/0000:00:16.0/usb7/7-4/7-4.1/7-4.1:1.0/
> 0003:046D:C226.0001/input/input2
> [ 2.584170] hid-generic 0003:046D:C226.0001: input,hidraw0: USB HID
> v1.10 Keyboard [G15 Gaming Keyboard] on usb-0000:00:16.0-4.1/input0
> [ 2.584300] input: G15 Gaming Keyboard as
> /devices/pci0000:00/0000:00:16.0/usb7/7-4/7-4.1/7-4.1:1.1/
> 0003:046D:C226.0002/input/input3
> [ 2.592136] firewire_core 0000:04:0e.0: created device fw0: GUID
> 0049e550ab070b00, S400
> [ 2.644193] hid-generic 0003:046D:C226.0002: input,hiddev0,hidraw1: USB
> HID v1.10 Device [G15 Gaming Keyboard] on usb-0000:00:16.0-4.1/input1
> [ 2.736071] usb 7-4.3: new low-speed USB device number 4 using ohci-pci
> [ 2.850155] usb 7-4.3: New USB device found, idVendor=0581,
> idProduct=0101
> [ 2.850156] usb 7-4.3: New USB device strings: Mfr=0, Product=0,
> SerialNumber=0
> [ 2.857355] input: HID 0581:0101 as
> /devices/pci0000:00/0000:00:16.0/usb7/7-4/7-4.3/7-4.3:1.0/
> 0003:0581:0101.0003/input/input4
> [ 2.857467] hid-generic 0003:0581:0101.0003: input,hidraw2: USB HID
> v1.10 Mouse [HID 0581:0101] on usb-0000:00:16.0-4.3/input0
> [ 2.940070] usb 7-4.4: new full-speed USB device number 5 using ohci-pci
> [ 3.063152] usb 7-4.4: New USB device found, idVendor=046d,
> idProduct=c227
> [ 3.063154] usb 7-4.4: New USB device strings: Mfr=0, Product=2,
> SerialNumber=0
> [ 3.063155] usb 7-4.4: Product: G15 GamePanel LCD
> [ 3.084418] input: G15 GamePanel LCD as
> /devices/pci0000:00/0000:00:16.0/usb7/7-4/7-4.4/7-4.4:1.0/
> 0003:046D:C227.0004/input/input5
> [ 3.144190] hid-generic 0003:046D:C227.0004: input,hiddev1,hidraw3: USB
> HID v1.11 Keypad [G15 GamePanel LCD] on usb-0000:00:16.0-4.4/input0
> [ 3.203728] clocksource: Switched to clocksource tsc
> [ 7.788396] EXT4-fs (sdb1): mounted filesystem with ordered data mode.
> Opts: (null)
> [ 9.078102] random: crng init done
> [ 9.715312] ip_tables: (C) 2000-2006 Netfilter Core Team
> [ 9.809181] 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.809288] systemd[1]: Detected architecture x86-64.
> [ 9.829456] systemd[1]: Set hostname to <stevek>.
> [ 12.040492] systemd[1]: Listening on udev Control Socket.
> [ 12.040564] systemd[1]: Listening on udev Kernel Socket.
> [ 12.040582] systemd[1]: Listening on fsck to fsckd communication Socket.
> [ 12.040590] systemd[1]: Reached target Remote File Systems.
> [ 12.040623] systemd[1]: Started Forward Password Requests to Wall
> Directory Watch.
> [ 12.040737] systemd[1]: Created slice User and Session Slice.
> [ 12.040765] systemd[1]: Listening on /dev/initctl Compatibility Named
> Pipe.
> [ 12.744395] lp: driver loaded but no devices found
> [ 12.752185] ppdev: user-space parallel port driver
> [ 12.778186] parport_pc: ITE8875 found (1P)
> [ 12.778248] parport0: PC-style at 0xd200 [PCSPP,TRISTATE,EPP]
> [ 12.872128] lp0: using parport0 (polling).
> [ 12.872152] parport_pc: ITE 8872 parallel port: io=0xD200
>
> [ 14.143414] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
> [ 14.437612] systemd-journald[268]: Received request to flush runtime
> journal from PID 1
> [ 15.249273] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00,
> revision 0
> [ 15.249280] piix4_smbus 0000:00:14.0: Using register 0x2c for SMBus port
> selection
> [ 15.249497] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at
> 0xb20
> [ 16.124207] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> [ 17.579242] kvm: Nested Virtualization enabled
> [ 17.579245] kvm: Nested Paging enabled
> [ 17.726815] MCE: In-kernel MCE decoding enabled.
> [ 18.164461] EDAC amd64: Node 0: DRAM ECC disabled.
> [ 18.164463] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
> module will not load.
> Either enable ECC checking or force module loading by
> setting 'ecc_enable_override'.
> (Note that use of the override may cause unknown side
> effects.)
> [ 18.196261] EDAC amd64: Node 0: DRAM ECC disabled.
> [ 18.196263] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
> module will not load.
> Either enable ECC checking or force module loading by
> setting 'ecc_enable_override'.
> (Note that use of the override may cause unknown side
> effects.)
> [ 18.228260] EDAC amd64: Node 0: DRAM ECC disabled.
> [ 18.228262] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
> module will not load.
> Either enable ECC checking or force module loading by
> setting 'ecc_enable_override'.
> (Note that use of the override may cause unknown side
> effects.)
> [ 18.260250] EDAC amd64: Node 0: DRAM ECC disabled.
> [ 18.260252] EDAC amd64: ECC disabled in the BIOS or no ECC capability,
> module will not load.
> Either enable ECC checking or force module loading by
> setting 'ecc_enable_override'.
> (Note that use of the override may cause unknown side
> effects.)
> [ 19.038476] usblp 8-1:1.0: usblp2: USB Bidirectional printer dev 2 if 0
> alt 1 proto 2 vid 0x067B pid 0x2305
> [ 19.038500] usbcore: registered new interface driver usblp
> [ 19.510297] snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio
> client
> [ 19.526241] input: HDA ATI HDMI HDMI/DP,pcm=3 as
> /devices/pci0000:00/0000:00:15.0/0000:05:00.1/sound/card1/input6
> [ 20.445186] snd_hda_codec_via hdaudioC0D0: autoconfig for VT2020:
> line_outs=4 (0x24/0x25/0x26/0x27/0x0) type:line
> [ 20.445188] snd_hda_codec_via hdaudioC0D0: speaker_outs=0
> (0x0/0x0/0x0/0x0/0x0)
> [ 20.445189] snd_hda_codec_via hdaudioC0D0: hp_outs=1
> (0x28/0x0/0x0/0x0/0x0)
> [ 20.445190] snd_hda_codec_via hdaudioC0D0: mono: mono_out=0x0
> [ 20.445191] snd_hda_codec_via hdaudioC0D0: dig-out=0x2d/0x2e
> [ 20.445192] snd_hda_codec_via hdaudioC0D0: inputs:
> [ 20.445193] snd_hda_codec_via hdaudioC0D0: Front Mic=0x29
> [ 20.445194] snd_hda_codec_via hdaudioC0D0: Rear Mic=0x2b
> [ 20.445195] snd_hda_codec_via hdaudioC0D0: Line=0x2a
> [ 20.455476] input: HDA ATI SB Front Mic as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input7
> [ 20.455531] input: HDA ATI SB Rear Mic as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input8
> [ 20.455572] input: HDA ATI SB Line as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input9
> [ 20.455613] input: HDA ATI SB Line Out Front as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input10
> [ 20.455654] input: HDA ATI SB Line Out Surround as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input11
> [ 20.455697] input: HDA ATI SB Line Out CLFE as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input12
> [ 20.455734] input: HDA ATI SB Line Out Side as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input13
> [ 20.455776] input: HDA ATI SB Front Headphone as
> /devices/pci0000:00/0000:00:14.2/sound/card0/input14
> [ 26.064508] audit: type=1400 audit(1510763520.053:2): apparmor="STATUS"
> operation="profile_load" profile="unconfined"
> name="content-hub-peer-picker" pid=620 comm="apparmor_parser"
> [ 26.064522] audit: type=1400 audit(1510763520.053:3): apparmor="STATUS"
> operation="profile_load" profile="unconfined" name="content-hub-clipboard"
> pid=619 comm="apparmor_parser"
> [ 26.113331] audit: type=1400 audit(1510763520.102:4): apparmor="STATUS"
> operation="profile_load" profile="unconfined"
> name="url-dispatcher-bad-url-helper" pid=624 comm="apparmor_parser"
> [ 26.154365] audit: type=1400 audit(1510763520.143:5): apparmor="STATUS"
> operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=622
> comm="apparmor_parser"
> [ 26.154369] audit: type=1400 audit(1510763520.143:6): apparmor="STATUS"
> operation="profile_load" profile="unconfined"
> name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=622
> comm="apparmor_parser"
> [ 26.154371] audit: type=1400 audit(1510763520.143:7): apparmor="STATUS"
> operation="profile_load" profile="unconfined"
> name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=622
> comm="apparmor_parser"
> [ 26.154373] audit: type=1400 audit(1510763520.143:8): apparmor="STATUS"
> operation="profile_load" profile="unconfined"
> name="/usr/lib/connman/scripts/dhclient-script" pid=622
> comm="apparmor_parser"
> [ 26.207830] audit: type=1400 audit(1510763520.196:9): apparmor="STATUS"
> operation="profile_load" profile="unconfined"
> name="/snap/core/3247/usr/lib/snapd/snap-confine" pid=623
> comm="apparmor_parser"
> [ 26.207833] audit: type=1400 audit(1510763520.196:10): apparmor="STATUS"
> operation="profile_load" profile="unconfined"
> name="/snap/core/3247/usr/lib/snapd/snap-confine//mount-
> namespace-capture-helper"
> pid=623 comm="apparmor_parser"
> [ 26.239367] audit: type=1400 audit(1510763520.228:11): apparmor="STATUS"
> operation="profile_load" profile="unconfined"
> name="/usr/bin/ubuntu-core-launcher" pid=628 comm="apparmor_parser"
> [ 43.605299] kauditd_printk_skb: 72 callbacks suppressed
> [ 43.605305] audit: type=1400 audit(1510763537.593:84): apparmor="STATUS"
> operation="profile_replace" profile="unconfined"
> name="/snap/core/3247/usr/lib/snapd/snap-confine" pid=934
> comm="apparmor_parser"
> [ 43.620388] audit: type=1400 audit(1510763537.609:85): apparmor="STATUS"
> operation="profile_replace" profile="unconfined"
> name="/snap/core/3247/usr/lib/snapd/snap-confine//mount-
> namespace-capture-helper"
> pid=934 comm="apparmor_parser"
> [ 44.123402] audit: type=1400 audit(1510763538.112:86): apparmor="STATUS"
> operation="profile_replace" info="same as current profile, skipping"
> profile="unconfined" name="snap.core.hook.configure" pid=943
> comm="apparmor_parser"
> [ 46.235278] audit: type=1400 audit(1510763540.223:87): apparmor="STATUS"
> operation="profile_replace" info="same as current profile, skipping"
> profile="unconfined" name="snap.gedit.gedit" pid=963 comm="apparmor_parser"
> [ 46.308717] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
> [ 46.415516] audit: type=1400 audit(1510763540.404:88): apparmor="DENIED"
> operation="open" profile="/usr/sbin/mysqld" name="/proc/925/status" pid=925
> comm="mysqld" requested_mask="r" denied_mask="r" fsuid=121 ouid=121
> [ 46.415555] audit: type=1400 audit(1510763540.404:89): apparmor="DENIED"
> operation="open" profile="/usr/sbin/mysqld"
> name="/sys/devices/system/node/" pid=925 comm="mysqld" requested_mask="r"
> denied_mask="r" fsuid=121 ouid=0
> [ 46.415653] audit: type=1400 audit(1510763540.404:90): apparmor="DENIED"
> operation="open" profile="/usr/sbin/mysqld" name="/proc/925/status" pid=925
> comm="mysqld" requested_mask="r" denied_mask="r" fsuid=121 ouid=121
> [ 47.130078] r8169 0000:02:00.0 enp2s0: link down
> [ 47.130101] r8169 0000:02:00.0 enp2s0: link down
> [ 47.130151] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
> [ 49.242223] r8169 0000:02:00.0 enp2s0: link up
> [ 49.242241] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
> [ 404.418199] rfkill: input handler disabled
>
>
>
> 2017-11-16 8:33 GMT+01:00 Manfred Hampl <
> <email address hidden>>:
>
> > Your question #659818 on Ubuntu changed:
> > https://answers.launchpad.net/ubuntu/+question/659818
> >
> > Status: Open => Answered
> >
> > Manfred Hampl proposed the following answer:
> > Adding attachments does not work.
> >
> > --
> > If this answers your question, please go to the following page to let us
> > know that it is solved:
> > https://answers.launchpad.net/ubuntu/+question/659818/+
> > confirm?answer_id=14
> >
> > If you still need help, you can reply to this email or go to the
> > following page to enter your feedback:
> > https://answers.launchpad.net/ubuntu/+question/659818
> >
> > You received this question notification because you asked the question.
> >
>
> --
> You received this question notification because you asked the question.
>

Revision history for this message
Launchpad Janitor (janitor) said :
#18

This question was expired because it remained in the 'Open' state without activity for the last 15 days.